Guest User

Untitled

a guest
Oct 23rd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12 14:29:35 PDT 2007
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0" 0 0
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. RgbPath "/usr/lib/X11/rgb"
  13. EndSection
  14.  
  15. Section "Module"
  16. Load "dbe"
  17. Load "extmod"
  18. Load "freetype"
  19. Load "glx"
  20. EndSection
  21.  
  22. Section "InputDevice"
  23.  
  24. # generated from default
  25. Identifier "Mouse0"
  26. Driver "mouse"
  27. Option "Protocol" "auto"
  28. Option "Device" "/dev/psaux"
  29. Option "Emulate3Buttons" "no"
  30. Option "ZAxisMapping" "4 5"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34.  
  35. # generated from default
  36. Identifier "Keyboard0"
  37. Driver "kbd"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor0"
  42. VendorName "Unknown"
  43. ModelName "Unknown"
  44. HorizSync 30.0 - 110.0
  45. VertRefresh 50.0 - 150.0
  46. Option "DPMS"
  47. EndSection
  48.  
  49. Section "Device"
  50. Identifier "Device0"
  51. Driver "nvidia"
  52. VendorName "NVIDIA Corporation"
  53. Option "RegistryDwords" "RMDisableRenderToSysmem=1"
  54. Option "DynamicTwinView" "false"
  55. EndSection
  56.  
  57. Section "Screen"
  58. Identifier "Screen0"
  59. Device "Device0"
  60. Monitor "Monitor0"
  61. Option "UseDisplayDevice" "TV"
  62. Option "TVOutFormat" "COMPONENT"
  63. Option "TVStandard" "HD720p"
  64. Option "TVOverScan" "0.80"
  65. DefaultDepth 24
  66. Option "NoLogo" "True"
  67. SubSection "Display"
  68. Modes "1920x1080" "1280x720" "1024x768" "720x480" "800x600" "640x480"
  69. Depth 24
  70. EndSubSection
  71. EndSection
  72.  
  73. Section "Extensions"
  74. Option "Composite" "Disable"
  75. EndSection
Add Comment
Please, Sign In to add comment