Advertisement
Guest User

Untitled

a guest
Nov 13th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 319.60 (buildmeister@swio-display-x64-rhel04-15) Wed Sep 25 15:17:31 PDT 2013
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9.  
  10. Option "AutoAddDevices" "false"
  11. Option "AutoAddGPU" "false"
  12. EndSection
  13.  
  14. Section "Files"
  15. ModulePath "/usr/lib/nvidia-319-updates/tls"
  16. ModulePath "/usr/lib/nvidia-319-updates"
  17. ModulePath "/usr/lib/nvidia-319-updates/xorg"
  18. EndSection
  19.  
  20. Section "InputDevice"
  21. # generated from default
  22. Identifier "Mouse0"
  23. Driver "mouse"
  24. Option "Protocol" "auto"
  25. Option "Device" "/dev/psaux"
  26. Option "Emulate3Buttons" "no"
  27. Option "ZAxisMapping" "4 5"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. # generated from default
  32. Identifier "Keyboard0"
  33. Driver "kbd"
  34. EndSection
  35.  
  36. Section "Monitor"
  37. Identifier "Monitor0"
  38. VendorName "Unknown"
  39. ModelName "Unknown"
  40. HorizSync 28.0 - 33.0
  41. VertRefresh 43.0 - 72.0
  42. Option "DPMS"
  43. EndSection
  44.  
  45. Section "Device"
  46. Identifier "Device0"
  47. Driver "nvidia"
  48. VendorName "NVIDIA Corporation"
  49.  
  50. Option "NoLogo" "true"
  51. Option "UseEDID" "false"
  52.  
  53. BusID "PCI:1:0:0"
  54. EndSection
  55.  
  56. Section "Screen"
  57. Identifier "Screen0"
  58. Device "Device0"
  59. Monitor "Monitor0"
  60. DefaultDepth 24
  61. SubSection "Display"
  62. Depth 24
  63. EndSubSection
  64. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement