Advertisement
Guest User

Untitled

a guest
May 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 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.  
  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. RgbPath "/usr/X11R6/lib/X11/rgb"
  14. EndSection
  15.  
  16. Section "Module"
  17. Load "dbe"
  18. Load "extmod"
  19. Load "type1"
  20. Load "freetype"
  21. Load "glx"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25.  
  26. # generated from default
  27. Identifier "Mouse0"
  28. Driver "mouse"
  29. Option "Protocol" "auto"
  30. Option "Device" "/dev/psaux"
  31. Option "Emulate3Buttons" "no"
  32. Option "ZAxisMapping" "4 5"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.  
  37. # generated from default
  38. Identifier "Keyboard0"
  39. Driver "kbd"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. #HorizSync source: edid, VertRefresh source: edid
  44. Identifier "Monitor0"
  45. VendorName "Unknown"
  46. ModelName "JVC HD-56FN97"
  47. # HorizSync 15.0 - 46.0
  48. # VertRefresh 59.0 - 61.0
  49. EndSection
  50.  
  51.  
  52. Section "Device"
  53. Identifier "Device0"
  54. Driver "nvidia"
  55. VendorName "NVIDIA Corporation"
  56. Option "RegistryDwords" "RMDisableRenderToSysmem=1"
  57. Option "DynamicTwinView" "false"
  58. EndSection
  59.  
  60. Section "Screen"
  61. Identifier "Screen0"
  62. Device "Device0"
  63. Monitor "Monitor0"
  64. DefaultDepth 24
  65. # Option "ModeValidation" "NoMaxPClkCheck, NoVertRefreshCheck, NoHorizSyncCheck, NoEdidMaxPClkCheck"
  66. Option "NoLogo" "True"
  67. SubSection "Display"
  68. Depth 24
  69. # Modes "1920x1080_60"
  70. EndSubSection
  71. EndSection
  72.  
  73. Section "Extensions"
  74. Option "Composite" "Disable"
  75. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement