Guest User

Untitled

a guest
Jan 13th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 260.19.29 (mockbuild@) Thu Dec 16 05:04:08 EST 2010
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen0" 0 0
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. InputDevice "Mouse0" "CorePointer"
  10. EndSection
  11.  
  12. Section "Files"
  13. FontPath "/usr/share/fonts/default/Type1"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17. # generated from data in "/etc/sysconfig/keyboard"
  18. Identifier "Keyboard0"
  19. Driver "keyboard"
  20. Option "XkbLayout" "us"
  21. Option "XkbModel" "pc105"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. # generated from default
  26. Identifier "Mouse0"
  27. Driver "mouse"
  28. Option "Protocol" "auto"
  29. Option "Device" "/dev/input/mice"
  30. Option "Emulate3Buttons" "no"
  31. Option "ZAxisMapping" "4 5"
  32. EndSection
  33.  
  34. Section "Monitor"
  35.  
  36. # Option "DPMS"
  37. Identifier "Monitor0"
  38. VendorName "Unknown"
  39. ModelName "Unknown"
  40. EndSection
  41.  
  42. Section "Device"
  43. Identifier "Device0"
  44. Driver "nvidia"
  45. VendorName "NVIDIA Corporation"
  46. EndSection
  47.  
  48. Section "Screen"
  49.  
  50. # Option "MetaModes" "1440x900"
  51. Identifier "Screen0"
  52. Device "Device0"
  53. Monitor "Monitor0"
  54. DefaultDepth 24
  55. SubSection "Display"
  56. Depth 24
  57. Modes "1440x900"
  58. EndSubSection
  59. EndSection
Add Comment
Please, Sign In to add comment