Advertisement
Guest User

Untitled

a guest
Jul 17th, 2011
178
0
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 260.19.36  (buildmeister@swio-display-x86-rhel47-06.nvidia.com)  Tue Jan 18 17:31:39 PST 2011
  3.  
  4. #Section "InputClass"
  5. #    Identifier             "Keyboard Defaults"
  6. #    MatchIsKeyboard       "yes"
  7. #    Option            "XkbLayout"   "us, ro"
  8. #    Option                 "XkbVariant"  "winkeys"
  9. #    Option                 "XkbOptions"  "grp:caps_toggle, grp_led:scroll"
  10. #EndSection
  11.  
  12. Section "ServerLayout"
  13.     Identifier     "Layout0"
  14.     Screen      0  "Screen0" 0 0
  15.     InputDevice    "Keyboard0" "CoreKeyboard"
  16.     InputDevice    "Mouse0" "CorePointer"
  17. EndSection
  18.  
  19. Section "InputDevice"
  20.     Identifier     "Mouse0"
  21.     Driver         "mouse"
  22.     Option         "Protocol" "auto"
  23.     Option         "Device" "/dev/psaux"
  24.     Option         "Emulate3Buttons" "no"
  25.     Option         "ZAxisMapping" "4 5"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.     Identifier     "Keyboard0"
  30.     Driver         "kbd"
  31. EndSection
  32.  
  33. Section "Monitor"
  34.     Identifier     "Monitor0"
  35.     VendorName     "LG Electronics"
  36.     ModelName      "L1919S"
  37.     HorizSync       30.0 - 83.0
  38.     VertRefresh     56.0 - 75.0
  39.     Option         "DPMS"
  40. EndSection
  41.  
  42. Section "Device"
  43.     Identifier     "Device0"
  44.     Driver         "nvidia"
  45.     VendorName     "Open Source Video Driver"
  46. EndSection
  47.  
  48. Section "Screen"
  49.     Identifier     "Screen0"
  50.     Device         "Device0"
  51.     Monitor        "Monitor0"
  52.     DefaultDepth    24
  53.     Option         "DynamicTwinView" "false"
  54.     SubSection     "Display"
  55.         Depth       24
  56.         Modes      "1280x1024" "1024x768" "800x600" "640x480"
  57.     EndSubSection
  58. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement