User Tools

Site Tools


xorg.conf

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
xorg.conf [2008/05/02 09:55] – created andixorg.conf [2008/12/03 20:37] 212.202.28.9
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      "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"
Line 49: Line 36:
 EndSection EndSection
  
 +Section "InputDevice"
  
-Section "Device" +    # generated from default 
-    Identifier  "nvidia 1+    Identifier     "Keyboard0
-    Driver      "nvidia+    Driver         "kbd
-    Option      "NoLogo       "true" +    Option         "XkbRules" "xorg
-    BusId       "PCI:1:0:0" +    Option         "XkbModel" "pc105
-    Screen      0 +    Option         "XkbLayout" "de
-    Option      "UseEdidDpi   "false+    Option         "XkbVariant" "nodeadkeys"
-    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" 
-EndSection+    Option     "RenderAccel" "True
 +    Option         "NoLogo" "true" 
 +    Option         "DPI"           "96 x 96"
  
- 
-Section "Screen" 
-    Identifier  "Screen 1" 
-    Device      "nvidia 1" 
-    Monitor     "Monitor 1" 
-    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 EndSection
  
 Section "Screen" Section "Screen"
-    Identifier  "Screen 2+    Identifier     "Screen0
-    Device      "nvidia 2+    Device         "Device0
-    Monitor     "Monitor 2"+    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   0 +
-    EndSubSection +
-    SubSection "Display"+
         Depth       24         Depth       24
-        Modes       "1280x1024" "1280x960" "1152x864" "1024x768" "800x600" "640x480" 
-        Virtual       0 
     EndSubSection     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.txt · Last modified: 2008/12/10 21:33 by 212.202.28.109