Difference between revisions of "Xorg.conf"

From CDOT Wiki
Jump to: navigation, search
(Created page with ' Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/sha…')
 
 
Line 1: Line 1:
 
+
Section "Files"
Section "Files"
 
 
     ModulePath  "/usr/lib/xorg/modules"
 
     ModulePath  "/usr/lib/xorg/modules"
 
     FontPath    "/usr/share/fonts/X11/misc"
 
     FontPath    "/usr/share/fonts/X11/misc"
Line 11: Line 10:
 
     FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 
     FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 
     FontPath    "built-ins"
 
     FontPath    "built-ins"
EndSection
+
EndSection
 
+
Section "Monitor"
+
Section "Monitor"
 
     Identifier  "Monitor0"
 
     Identifier  "Monitor0"
 
     VendorName  "Monitor Vendor"
 
     VendorName  "Monitor Vendor"
 
     ModelName    "Monitor Model"
 
     ModelName    "Monitor Model"
EndSection
+
EndSection
 
+
Section "Monitor"
+
Section "Monitor"
 
     Identifier  "Monitor1"
 
     Identifier  "Monitor1"
 
     VendorName  "Monitor Vendor"
 
     VendorName  "Monitor Vendor"
 
     ModelName    "Monitor Model"
 
     ModelName    "Monitor Model"
EndSection
+
EndSection
 
+
Section "Screen"
+
Section "Screen"
 
     Identifier "Screen0"
 
     Identifier "Screen0"
 
     Device    "Card0"
 
     Device    "Card0"
Line 59: Line 58:
 
         Virtual    2880 900
 
         Virtual    2880 900
 
     EndSubSection
 
     EndSubSection
EndSection
+
EndSection
 
+
Section "Screen"
+
Section "Screen"
 
     Identifier "Screen1"
 
     Identifier "Screen1"
 
     Device    "Card1"
 
     Device    "Card1"
Line 95: Line 94:
 
         Virtual    2880 900
 
         Virtual    2880 900
 
     EndSubSection
 
     EndSubSection
EndSection
+
EndSection
 
+
Section "Module"
+
Section "Module"
 
     Load  "glx"
 
     Load  "glx"
 
     Load  "record"
 
     Load  "record"
Line 104: Line 103:
 
     Load  "dri2"
 
     Load  "dri2"
 
     Load  "extmod"
 
     Load  "extmod"
EndSection
+
EndSection
 
+
Section "InputDevice"
+
Section "InputDevice"
 
     Identifier  "Keyboard0"
 
     Identifier  "Keyboard0"
 
     Driver      "kbd"
 
     Driver      "kbd"
EndSection
+
EndSection
 
+
Section "InputDevice"
+
Section "InputDevice"
 
     Identifier  "Mouse0"
 
     Identifier  "Mouse0"
 
     Driver      "mouse"
 
     Driver      "mouse"
Line 117: Line 116:
 
     Option        "Device" "/dev/input/mice"
 
     Option        "Device" "/dev/input/mice"
 
     Option        "ZAxisMapping" "4 5 6 7"
 
     Option        "ZAxisMapping" "4 5 6 7"
EndSection
+
EndSection
 
+
Section "ServerLayout"
+
Section "ServerLayout"
 
     Identifier    "X.org Configured"
 
     Identifier    "X.org Configured"
 
     Screen      0  "Screen0" 0 0
 
     Screen      0  "Screen0" 0 0
Line 126: Line 125:
 
     InputDevice    "Keyboard0" "CoreKeyboard"
 
     InputDevice    "Keyboard0" "CoreKeyboard"
 
     Option        "Xinerama" "0"
 
     Option        "Xinerama" "0"
EndSection
+
EndSection
 
+
Section "Device"
+
Section "Device"
 
     Identifier  "Card0"
 
     Identifier  "Card0"
 
     Driver      "nv"
 
     Driver      "nv"
 
     BusID      "PCI:8:0:0"
 
     BusID      "PCI:8:0:0"
EndSection
+
EndSection
 
+
Section "Device"
+
Section "Device"
 
     Identifier  "Card1"
 
     Identifier  "Card1"
 
     Driver      "radeon"
 
     Driver      "radeon"
Line 203: Line 202:
 
     #Option    "NewPLL"                # [<bool>]
 
     #Option    "NewPLL"                # [<bool>]
 
     #Option    "ZaphodHeads"            # <str>
 
     #Option    "ZaphodHeads"            # <str>
EndSection
+
EndSection

Latest revision as of 18:31, 22 November 2010

Section "Files"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/X11/misc"
   FontPath     "/usr/share/fonts/X11/cyrillic"
   FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath     "/usr/share/fonts/X11/Type1"
   FontPath     "/usr/share/fonts/X11/100dpi"
   FontPath     "/usr/share/fonts/X11/75dpi"
   FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
   FontPath     "built-ins"
EndSection

Section "Monitor"
   Identifier   "Monitor0"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Monitor"
   Identifier   "Monitor1"
   VendorName   "Monitor Vendor"
   ModelName    "Monitor Model"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
       Viewport   0 0
       Depth     1
       Virtual    2880 900
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     4
       Virtual    2880 900
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     8
       Virtual    2880 900
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     15
       Virtual    2880 900
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     16
       Virtual    2880 900
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     24
       Virtual    2880 900
   EndSubSection
EndSection

Section "Screen"
   Identifier "Screen1"
   Device     "Card1"
   Monitor    "Monitor1"
   SubSection "Display"
       Viewport   0 0
       Depth     1
       Virtual    2880 900
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     4
       Virtual    2880 900
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     8
       Virtual    2880 900
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     15
       Virtual    2880 900
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     16
       Virtual    2880 900
   EndSubSection
   SubSection "Display"
       Viewport   0 0
       Depth     24
       Virtual    2880 900
   EndSubSection
EndSection

Section "Module"
   Load  "glx"
   Load  "record"
   Load  "dri"
   Load  "dbe"
   Load  "dri2"
   Load  "extmod"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option        "Protocol" "auto"
   Option        "Device" "/dev/input/mice"
   Option        "ZAxisMapping" "4 5 6 7"
EndSection

Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   Screen      1  "Screen1" RightOf "Screen0"
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
   Option         "Xinerama" "0"
EndSection

Section "Device"
   Identifier  "Card0"
   Driver      "nv"
   BusID       "PCI:8:0:0"
EndSection

Section "Device"
   Identifier  "Card1"
   Driver      "radeon"
   BusID       "PCI:1:0:0"
   ### Available Driver options are:-
   ### Values: : integer, <f>: float, <bool>: "True"/"False",
   ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
   ### <percent>: "<f>%"
   ### [arg]: arg optional
   #Option     "NoAccel"                # [<bool>]
   #Option     "SWcursor"               # [<bool>]
   #Option     "Dac6Bit"                # [<bool>]
   #Option     "Dac8Bit"                # [<bool>]
   #Option     "BusType"                # [<str>]
   #Option     "CPPIOMode"              # [<bool>]
   #Option     "CPusecTimeout"          # <i>
   #Option     "AGPMode"                # <i>
   #Option     "AGPFastWrite"           # [<bool>]
   #Option     "AGPSize"                # <i>
   #Option     "GARTSize"               # <i>
   #Option     "RingSize"               # <i>
   #Option     "BufferSize"             # <i>
   #Option     "EnableDepthMoves"       # [<bool>]
   #Option     "EnablePageFlip"         # [<bool>]
   #Option     "NoBackBuffer"           # [<bool>]
   #Option     "DMAForXv"               # [<bool>]
   #Option     "FBTexPercent"           # <i>
   #Option     "DepthBits"              # <i>
   #Option     "PCIAPERSize"            # <i>
   #Option     "AccelDFS"               # [<bool>]
   #Option     "IgnoreEDID"             # [<bool>]
   #Option     "CustomEDID"             # [<str>]
   #Option     "DisplayPriority"        # [<str>]
   #Option     "PanelSize"              # [<str>]
   #Option     "ForceMinDotClock"       # <freq>
   #Option     "ColorTiling"            # [<bool>]
   #Option     "VideoKey"               # <i>
   #Option     "RageTheatreCrystal"     # <i>
   #Option     "RageTheatreTunerPort"     # <i>
   #Option     "RageTheatreCompositePort"     # <i>
   #Option     "RageTheatreSVideoPort"     # <i>
   #Option     "TunerType"              # <i>
   #Option     "RageTheatreMicrocPath"     # <str>
   #Option     "RageTheatreMicrocType"     # <str>
   #Option     "ScalerWidth"            # <i>
   #Option     "RenderAccel"            # [<bool>]
   #Option     "SubPixelOrder"          # [<str>]
   #Option     "ClockGating"            # [<bool>]
   #Option     "VGAAccess"              # [<bool>]
   #Option     "ReverseDDC"             # [<bool>]
   #Option     "LVDSProbePLL"           # [<bool>]
   #Option     "AccelMethod"            # <str>
   #Option     "DRI"                    # [<bool>]
   #Option     "ConnectorTable"         # <str>
   #Option     "DefaultConnectorTable"     # [<bool>]
   #Option     "DefaultTMDSPLL"         # [<bool>]
   #Option     "TVDACLoadDetect"        # [<bool>]
   #Option     "ForceTVOut"             # [<bool>]
   #Option     "TVStandard"             # <str>
   #Option     "IgnoreLidStatus"        # [<bool>]
   #Option     "DefaultTVDACAdj"        # [<bool>]
   #Option     "Int10"                  # [<bool>]
   #Option     "EXAVSync"               # [<bool>]
   #Option     "ATOMTVOut"              # [<bool>]
   #Option     "R4xxATOM"               # [<bool>]
   #Option     "ForceLowPowerMode"      # [<bool>]
   #Option     "DynamicPM"              # [<bool>]
   #Option     "NewPLL"                 # [<bool>]
   #Option     "ZaphodHeads"            # <str>
EndSection