Guest User

Untitled

a guest
Nov 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder58) Thu Apr 22 20:35:23 PDT 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 "Module"
  13. Load "glx"
  14. EndSection
  15.  
  16. Section "InputDevice"
  17. Identifier "Mouse0"
  18. Driver "mouse"
  19. Option "Protocol" "auto"
  20. Option "Device" "/dev/psaux"
  21. Option "Emulate3Buttons" "no"
  22. Option "ZAxisMapping" "4 5"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26.  
  27. # generated from default
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "Monitor"
  33. Option "DPMS" "1"
  34. Identifier "Monitor0"
  35. VendorName "Unknown"
  36. ModelName "Unknown"
  37. HorizSync 28.0 - 33.0
  38. VertRefresh 43.0 - 72.0
  39. EndSection
  40.  
  41. Section "Device"
  42. Option "TripleBuffer" "1"
  43. Option "Coolbits" "4"
  44. Option "OnDemandVBlankInterrupts" "1"
  45. Option "RegistryDwords" "PerfLevelSrc=0x3333"
  46.  
  47. Identifier "Device0"
  48. Driver "nvidia"
  49. VendorName "NVIDIA Corporation"
  50. EndSection
  51.  
  52. Section "Screen"
  53. Identifier "Screen0"
  54. Device "Device0"
  55. Monitor "Monitor0"
  56. DefaultDepth 24
  57. Option "NoLogo" "True"
  58. SubSection "Display"
  59. Depth 24
  60. EndSubSection
  61. EndSection
Add Comment
Please, Sign In to add comment