User Tools

Site Tools


xorg.conf

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
xorg.conf [2008/12/03 20:37] 212.202.28.9xorg.conf [2008/12/10 21:33] (current) 212.202.28.109
Line 5: Line 5:
 <code> <code>
 Section "ServerLayout" Section "ServerLayout"
-    Identifier     "Layout0" +    Identifier      "Layout0" 
-    Screen      0  "Screen0" 0 0 +    Screen          0  "Screen0" 0 0 
-    InputDevice    "Keyboard0" "CoreKeyboard" +    InputDevice     "Keyboard0" "CoreKeyboard" 
-    InputDevice    "Mouse0" "CorePointer"+    InputDevice     "Mouse0" "CorePointer"
 EndSection EndSection
  
Line 15: Line 15:
  
 Section "Module" Section "Module"
-    Load           "dbe" +    Load            "dbe" 
-    Load           "extmod" +    Load            "extmod" 
-    Load           "type1" +    Load            "type1" 
-    Load           "freetype" +    Load            "freetype" 
-    Load           "glx"+    Load            "glx"
 EndSection EndSection
  
 Section "ServerFlags" Section "ServerFlags"
-    Option         "Xinerama" "0"+    Option          "Xinerama" "0
 +    Option          "AutoAddDevices" "False"
 EndSection EndSection
  
 Section "InputDevice" Section "InputDevice"
-    Identifier     "Mouse0" +    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 "InputDevice"
- +    Identifier      "Keyboard0" 
-    # generated from default +    Driver          "kbd" 
-    Identifier     "Keyboard0" +    Option          "XkbRules" "xorg" 
-    Driver         "kbd" +    Option          "XkbModel" "pc105" 
-    Option         "XkbRules" "xorg" +    Option          "XkbLayout" "de" 
-    Option         "XkbModel" "pc105" +    Option          "XkbVariant" "nodeadkeys"
-    Option         "XkbLayout" "de" +
-    Option         "XkbVariant" "nodeadkeys"+
 EndSection EndSection
  
 Section "Monitor" Section "Monitor"
-    Identifier     "Monitor0" +    Identifier      "Monitor0" 
-    VendorName     "Unknown" +    VendorName      "Unknown" 
-    ModelName      "STN SAMTRON"+    ModelName       "STN SAMTRON"
     HorizSync       30.0 - 81.0     HorizSync       30.0 - 81.0
     VertRefresh     56.0 - 75.0     VertRefresh     56.0 - 75.0
-    Option         "DPMS"+    Option          "DPMS"
 EndSection EndSection
  
 Section "Device" Section "Device"
-    Identifier     "Device0" +    Identifier      "Device0" 
-    Driver         "nvidia" +    Driver          "nvidia" 
-    VendorName     "NVIDIA Corporation" +    VendorName      "NVIDIA Corporation" 
-    BoardName      "GeForce 6600 GT" +    BoardName       "GeForce 6600 GT" 
-    Option     "RenderAccel" "True" +    Option          "RenderAccel"           "True" 
-    Option         "NoLogo" "true" +    Option          "NoLogo"                "true" 
-    Option         "DPI"           "96 x 96" +    Option          "DPI"                   "96 x 96"
 EndSection EndSection
  
 Section "Screen" Section "Screen"
-    Identifier     "Screen0" +    Identifier      "Screen0" 
-    Device         "Device0" +    Device          "Device0" 
-    Monitor        "Monitor0"+    Monitor         "Monitor0"
     DefaultDepth    24     DefaultDepth    24
-    Option         "TwinView" "1" +    Option          "TwinView" "1" 
-    Option         "TwinViewXineramaInfoOrder" "CRT-0" +    Option          "TwinViewXineramaInfoOrder" "CRT-0" 
-    Option         "metamodes" "CRT: nvidia-auto-select +1280+0, DFP: nvidia-auto-select +0+0" +    Option          "metamodes" "CRT: nvidia-auto-select +1280+0, DFP: nvidia-auto-select +0+0" 
-    SubSection     "Display"+    SubSection      "Display"
         Depth       24         Depth       24
     EndSubSection     EndSubSection
xorg.conf.1228336637.txt.gz · Last modified: 2008/12/03 20:37 by 212.202.28.9