daily pastebin goal
62%
SHARE
TWEET

randomizer

a guest Jan 28th, 2010 25 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 1.0  (buildmeister@builder63)  Fri Aug 14 17:54:58 PDT 2009
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "Default Layout"
  6.     Screen         "Default Screen" 0 0
  7.     InputDevice    "Keyboard0" "CoreKeyboard"
  8.     InputDevice    "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Module"
  12.     Load           "glx"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16.     # generated from default
  17.     Identifier     "Keyboard0"
  18.     Driver         "keyboard"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22.     # generated from default
  23.     Identifier     "Mouse0"
  24.     Driver         "mouse"
  25.     Option         "Protocol" "auto"
  26.     Option         "Device" "/dev/psaux"
  27.     Option         "Emulate3Buttons" "no"
  28.     Option         "ZAxisMapping" "4 5"
  29. EndSection
  30.  
  31. Section "Monitor"
  32.     Identifier     "ViewSonic VA712"
  33.     VendorName     "ViewSonic"
  34.     ModelName      "VA712"
  35. EndSection
  36.  
  37. Section "Device"
  38.     Identifier     "Default Device"
  39.     Driver         "nvidia"
  40. EndSection
  41.  
  42. Section "Screen"
  43.     Identifier     "Default Screen"
  44.     Device         "Default Device"
  45.     Monitor        "ViewSonic VA712"
  46.     DefaultDepth    24
  47.     Option         "CustomEDID" "ViewSonic VA712:/etc/X11/viewsonic-edid.bin"
  48.     Option         "NoLogo" "True"
  49.     SubSection     "Display"
  50.         Depth       24
  51.         Modes      "nvidia-auto-select"
  52.     EndSubSection
  53. EndSection
RAW Paste Data
Top