Advertisement
Guest User

Untitled

a guest
Jan 17th, 2014
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 331.20 (buildmeister@swio-display-x86-rhel47-05) Wed Oct 30 18:20:53 PDT 2013
  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. FontPath "/usr/share/fonts/default/Type1"
  13. EndSection
  14.  
  15. Section "InputDevice"
  16. # generated from default
  17. Identifier "Mouse0"
  18. Driver "mouse"
  19. Option "Protocol" "auto"
  20. Option "Device" "/dev/input/mice"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. # generated from default
  27. Identifier "Keyboard0"
  28. Driver "kbd"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "Monitor0"
  33. VendorName "Unknown"
  34. ModelName "Unknown"
  35. HorizSync 28.0 - 33.0
  36. VertRefresh 43.0 - 72.0
  37. Option "DPMS"
  38. EndSection
  39.  
  40. Section "Device"
  41. Identifier "Device0"
  42. Driver "nvidia"
  43. VendorName "NVIDIA Corporation"
  44. EndSection
  45.  
  46. Section "Screen"
  47. Identifier "Screen0"
  48. Device "Device0"
  49. Monitor "Monitor0"
  50. DefaultDepth 24
  51. SubSection "Display"
  52. Depth 24
  53. EndSubSection
  54. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement