Changes between Version 3 and Version 4 of XorgSetup

Show
Ignore:
Timestamp:
02/06/12 10:26:33 (13 years ago)
Author:
ajaworski
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • XorgSetup

    v3 v4  
    1717=== Monitor === 
    1818 
    19 This section describes single monitor connected to a computer. The most important parts are horizontal and vertical refresh rates (!HorizSync and !VertRefresh) - they determine the resolutions a monitor can work with an should not be set outside the monitor capabilities. '''TODO dokończyć''' 
     19This section describes single monitor connected to a computer. The most important parts are horizontal and vertical refresh rates (!HorizSync and !VertRefresh) - they determine the resolutions a monitor can work with and should not be set outside the monitor's capabilities. '''TODO dokończyć''' 
    2020 
    2121=== Device === 
     
    2323''Device'' section describes single GPU in a computer. Because there are multiple cards in one computer, each needs to have its own ''Device'' section. To determine which section is connected to which card, GPU's physical address is used (which can be read using ''lspci'' command - usually lower address number is connected to PCI port located higher on motherboard). Each ''device'' needs to know what monitors are connected to it and on which port. Therefore, the use of DFP-[1-6] parameters is needed. DFP-[1-6] are ports on GPU. In ATI cards they are numbered starting from the one located furthest from the mainboard. In ATI cards with mixed miniDP and DVI ports, DFP-[1-4] are miniDP and DFP-[5-6] are DVI ports, also starting from the furthest from the mainboard. 
    2424 
     25When you want to display multiple ''Screen''s on a single GPU, you need to define multiple ''Device'' sections - one for each ''Screen''. Then to distinguish them, you have to use ''Screen'' parameter in ''Device'' section, having values starting from 0. The number is not connected to ''Screen'' name, it is only information that one GPU runs multiple ''Screen''s. 
     26 
    2527=== Screen === 
     28 
     29''Screen'' section is responsible for displaying a single desktop picture. Its main part is ''Device'' parameter, which is the name of ''Device'' section used to display the ''Screen''. 
    2630 
    2731=== !ServerLayout ===  
    2832 
     33This section is the highest level in Xorg configuration. It describes the positioning of each ''Screen'' section. One ''Screen'' needs to be anchored, usually at (0,0). Others can be placed relatively to each other using Below, Above, RightOf or LeftOf keywords. 
     34 
     35== "Tricks" in wall xorg.conf ==