User Tools

Site Tools


xorg.conf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
xorg.conf [2008/05/02 09:55] – created andixorg.conf [2008/12/10 21:33] (current) 212.202.28.109
Line 4: Line 4:
  
 <code> <code>
-Section "ServerFlags+Section "ServerLayout
-    Option      "Xinerama "true"+    Identifier      "Layout0" 
 +    Screen          0  "Screen0" 0 0 
 +    InputDevice     "Keyboard0" "CoreKeyboard" 
 +    InputDevice     "Mouse0" "CorePointer"
 EndSection EndSection
  
 Section "Files" Section "Files"
-    RgbPath     "/usr/share/X11/rgb" 
-    ModulePath  "/usr/lib/xorg/modules" 
-    FontPath    "/usr/share/fonts/misc" 
-    FontPath    "/usr/share/fonts/100dpi:unscaled" 
-    FontPath    "/usr/share/fonts/75dpi:unscaled" 
-    FontPath    "/usr/share/fonts/TTF" 
-    FontPath    "/usr/share/fonts/Type1" 
 EndSection EndSection
  
 Section "Module" Section "Module"
-    Load    "bitmap+    Load            "dbe
-    Load    "dbe+    Load            "extmod
-    Load    "extmod+    Load            "type1
-    Load    "freetype" +    Load            "freetype" 
-    Load    "glx+    Load            "glx"
-    Load    "int10" +
-    Load    "record" +
-    Load    "vbe"+
 EndSection EndSection
  
-Section "InputDevice" +Section "ServerFlags
-    Identifier  "Generic Keyboard" +    Option          "Xinerama" "0
-    Driver      "keyboard+    Option          "AutoAddDevices" "False"
-    Option      "CoreKeyboard" +
-    Option      "XkbRules"  "xorg+
-    Option      "XkbModel "pc105" +
-    Option      "XkbLayout" "de" +
-    Option      "XkbVariant"    "nodeadkeys"+
 EndSection EndSection
  
 Section "InputDevice" Section "InputDevice"
-    Identifier  "Configured Mouse+    Identifier      "Mouse0
-    Driver      "mouse" +    Driver          "mouse" 
-    Option      "CorePointer" +    Option          "CorePointer" 
-    Option      "Device"        "/dev/input/mice" +    Option          "Device"        "/dev/input/mice" 
-    Option      "Protocol"      "ImPS/2" +    Option          "Protocol"      "ImPS/2" 
-    Option      "Emulate3Buttons"   "true" +    Option          "Emulate3Buttons"   "true" 
-    Option      "ZAxisMapping"      "4 5"+    Option          "ZAxisMapping"      "4 5"
 EndSection EndSection
  
- +Section "InputDevice
-Section "Device+    Identifier      "Keyboard0
-    Identifier  "nvidia 1+    Driver          "kbd
-    Driver      "nvidia+    Option          "XkbRules" "xorg
-    Option      "NoLogo       "true" +    Option          "XkbModel" "pc105
-    BusId       "PCI:1:0:0" +    Option          "XkbLayout" "de
-    Screen      0 +    Option          "XkbVariant" "nodeadkeys"
-    Option      "UseEdidDpi   "false+
-    Option      "DPI          "96 x 96" +
-EndSection +
- +
- +
-Section "Device" +
-    Identifier  "nvidia 2" +
-    Driver      "nvidia+
-    Option      "NoLogo"        "true" +
-    BusId       "PCI:1:0:0" +
-    Screen      1 +
-    Option      "UseEdidDpi"    "false" +
-    Option      "DPI          "96 x 96"+
 EndSection EndSection
  
 Section "Monitor" Section "Monitor"
-    Identifier  "Monitor 1+    Identifier      "Monitor0" 
-    HorizSync   30-98 +    VendorName      "Unknown" 
-    VertRefresh 50-180 +    ModelName       "STN SAMTRON
-    Option      "DPMS"+    HorizSync       30.0 81.0 
 +    VertRefresh     56.0 75.0 
 +    Option          "DPMS"
 EndSection EndSection
  
-Section "Monitor+Section "Device
-        Identifier      "Monitor 2+    Identifier      "Device0
-        HorizSync       30-98 +    Driver          "nvidia" 
-        VertRefresh     50-180 +    VendorName      "NVIDIA Corporation" 
-        Option          "DPMS"+    BoardName       "GeForce 6600 GT" 
 +    Option          "RenderAccel"           "True" 
 +    Option          "NoLogo"                "true" 
 +    Option          "DPI"                   "96 x 96"
 EndSection EndSection
- 
  
 Section "Screen" Section "Screen"
-    Identifier  "Screen 1+    Identifier      "Screen0
-    Device      "nvidia 1+    Device          "Device0
-    Monitor     "Monitor 1"+    Monitor         "Monitor0"
     DefaultDepth    24     DefaultDepth    24
-    Option      "AddARGBGLXVisuals        "True+    Option          "TwinView" "1
-    Option      "RenderAccel              "True+    Option          "TwinViewXineramaInfoOrder" "CRT-0
-    Option      "AllowGLXWithComposite    "True" +    Option          "metamodes" "CRT: nvidia-auto-select +1280+0, DFP: nvidia-auto-select +0+0" 
-    SubSection "Display" +    SubSection      "Display"
-        Depth       16 +
-        Modes       "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" +
-        Virtual       0 +
-    EndSubSection +
-    SubSection "Display"+
         Depth       24         Depth       24
-        Modes       "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" 
-        Virtual       0 
     EndSubSection     EndSubSection
-EndSection 
- 
-Section "Screen" 
-    Identifier  "Screen 2" 
-    Device      "nvidia 2" 
-    Monitor     "Monitor 2" 
-    DefaultDepth    24 
-    Option      "AddARGBGLXVisuals"         "True" 
-    Option      "RenderAccel"               "True" 
-    Option      "AllowGLXWithComposite"     "True" 
-    SubSection "Display" 
-        Depth       16 
-        Modes       "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" 
-        Virtual       0 
-    EndSubSection 
-    SubSection "Display" 
-        Depth       24 
-        Modes       "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" 
-        Virtual       0 
-    EndSubSection 
-EndSection 
- 
-Section "ServerLayout" 
-    Identifier  "Default Layout" 
-    Screen      0   "Screen 1" 
-    Screen      1   "Screen 2" leftof "Screen 1" 
-    InputDevice "Generic Keyboard" 
-    InputDevice "Configured Mouse" 
-EndSection 
- 
-Section "DRI" 
-    Mode    0666 
-EndSection 
- 
-Section "Extensions" 
-    Option "Composite" "Enable" 
 EndSection EndSection
 </code> </code>
  
xorg.conf.1209722142.txt.gz · Last modified: 2008/12/03 20:37 (external edit)