Advertisement
Guest User

xorggg

a guest
Apr 6th, 2011
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "Layout0"
  3.     Screen      0  "Screen0" 0 0
  4.     InputDevice    "Keyboard0" "CoreKeyboard"
  5.     InputDevice    "Mouse0" "CorePointer"
  6.     Option         "Xinerama" "0"
  7. EndSection
  8.  
  9. #Section "ServerFlags"
  10. #   Option "AllowEmptyInput" "false"
  11. #   Option "AutoAddDevices" "false"
  12. #EndSection
  13.  
  14. Section "Module"
  15.     Load           "glx"
  16. EndSection
  17.  
  18. Section "InputDevice"
  19.  
  20.     # generated from default
  21.     Identifier     "Mouse0"
  22.     Driver         "mouse"
  23.     Option         "Protocol" "auto"
  24.     Option         "Device" "/dev/input/mice"
  25.     Option         "Emulate3Buttons" "no"
  26.     Option         "ZAxisMapping" "4 5"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30.  
  31.     # generated from default
  32.     Identifier     "Keyboard0"
  33.     Driver         "kbd"
  34. EndSection
  35.  
  36. Section "Monitor"
  37.     Identifier     "Monitor0"
  38.     VendorName     "Unknown"
  39.     ModelName      "LG Electronics FLATRON 795FT Plus"
  40.     HorizSync       30.0 - 96.0
  41.     VertRefresh     50.0 - 160.0
  42.     Option         "DPMS"
  43. EndSection
  44.  
  45. Section "Device"
  46.     Identifier     "Device0"
  47.     Driver         "nvidia"
  48.     VendorName     "NVIDIA Corporation"
  49.     BoardName      "GeForce GT 240"
  50. EndSection
  51.  
  52. Section "Screen"
  53.     Identifier     "Screen0"
  54.     Device         "Device0"
  55.     Monitor        "Monitor0"
  56.     DefaultDepth    24
  57.     Option     "DynamicTwinView" "False"
  58.     Option         "AddARGBGLXVisuals" "true"
  59.     Option         "RenderAccel" "true"
  60.     Option         "AllowGLXWithComposite" "true"
  61.     Option         "TwinView" "0"
  62.     Option         "metamodes" "1024x768_85 +0+0"
  63.     SubSection     "Display"
  64.         Depth       24
  65.     EndSubSection
  66. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement