Share Pastebin
Guest
Public paste!

sauvin

By: a guest | Jul 5th, 2009 | Syntax: None | Size: 1.47 KB | Hits: 7 | Expires: Never
Copy text to clipboard
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildd@ninsei)  Fri Sep  5 22:23:08 UTC 2008
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "Layout0"
  6.     Screen      0  "Screen0"
  7.     InputDevice    "Keyboard0" "CoreKeyboard"
  8.     InputDevice    "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12.     RgbPath         "/usr/X11R6/lib/X11/rgb"
  13. EndSection
  14.  
  15. Section "Module"
  16.     Load           "dbe"
  17.     Load           "extmod"
  18.     Load           "type1"
  19.     Load           "freetype"
  20.     Load           "glx"
  21. EndSection
  22.  
  23. Section "InputDevice"
  24.     # generated from default
  25.     Identifier     "Mouse0"
  26.     Driver         "mouse"
  27.     Option         "Protocol" "auto"
  28.     Option         "Device" "/dev/psaux"
  29.     Option         "Emulate3Buttons" "no"
  30.     Option         "ZAxisMapping" "4 5"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34.     # generated from default
  35.     Identifier     "Keyboard0"
  36.     Driver         "kbd"
  37. EndSection
  38.  
  39. Section "Monitor"
  40.     Identifier     "Monitor0"
  41.     VendorName     "Unknown"
  42.     ModelName      "Unknown"
  43.     HorizSync       30.0 - 110.0
  44.     VertRefresh     50.0 - 150.0
  45.     Option         "DPMS"
  46. EndSection
  47.  
  48. Section "Device"
  49.     Identifier     "Device0"
  50.     Driver         "nvidia"
  51.     VendorName     "NVIDIA Corporation"
  52. EndSection
  53.  
  54. Section "Screen"
  55.     Identifier     "Screen0"
  56.     Device         "Device0"
  57.     Monitor        "Monitor0"
  58.     DefaultDepth    24
  59.     SubSection     "Display"
  60.         Depth       24
  61.     EndSubSection
  62. EndSection