Guest User

Untitled

a guest
Jun 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 1.0 (root@cheetara) Sat Mar 29 14:46:59 PDT 2008
  3.  
  4. Section "ServerLayout"
  5. Identifier "X.org Configured"
  6. Screen 0 "Screen0" 0 0
  7. InputDevice "Mouse0" "CorePointer"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12. RgbPath "/usr/share/X11/rgb"
  13. ModulePath "/usr/lib64/xorg/modules"
  14. FontPath "/usr/share/fonts/misc/"
  15. FontPath "/usr/share/fonts/TTF/"
  16. FontPath "/usr/share/fonts/OTF"
  17. FontPath "/usr/share/fonts/Type1/"
  18. FontPath "/usr/share/fonts/100dpi/"
  19. FontPath "/usr/share/fonts/75dpi/"
  20. EndSection
  21.  
  22. Section "Module"
  23. Load "glx"
  24. Load "extmod"
  25. Load "wfb"
  26. Load "xtrap"
  27. Load "record"
  28. Load "GLcore"
  29. Load "dbe"
  30. Load "dri"
  31. Load "freetype"
  32. Load "type1"
  33. EndSection
  34.  
  35. Section "ServerFlags"
  36. Option "Xinerama" "0"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40. Identifier "Keyboard0"
  41. Driver "kbd"
  42. EndSection
  43.  
  44. Section "InputDevice"
  45. Identifier "Mouse0"
  46. Driver "mouse"
  47. Option "Protocol" "auto"
  48. Option "Device" "/dev/input/mice"
  49. Option "ZAxisMapping" "4 5 6 7"
  50. EndSection
  51.  
  52. Section "Monitor"
  53. Identifier "Monitor0"
  54. VendorName "Unknown"
  55. ModelName "XXX M24EI4"
  56. HorizSync 30.0 - 83.0
  57. VertRefresh 56.0 - 71.0
  58. Option "DPMS"
  59. Option "BlankTime" "20"
  60. Option "OffTime" "23"
  61. EndSection
  62.  
  63. Section "Device"
  64. Identifier "Card0"
  65. Driver "nvidia"
  66. VendorName "nVidia Corporation"
  67. BoardName "G70 [GeForce 7600 GT]"
  68. Option "RenderAccel"
  69. Option "HWcursor"
  70. Option "Coolbits" "1"
  71. Option "CursorShadow"
  72. Option "CursorShadowAlpha" "32"
  73. Option "CursorShadowXOffset" "3"
  74. Option "CursorShadowYOffset" "3"
  75. #if you want Composite and GLX (they don't cooperate):
  76. Option "AllowGLXWithComposite"
  77. Option "TwinView"
  78. Option "ConnectedMonitor" "DFP-0,DFP-1"
  79. # Option "MetaModes" "DFP-0: 1920x1200"
  80. BusID "PCI:1:0:0"
  81. Screen 0
  82. EndSection
  83.  
  84. Section "Device"
  85. Identifier "Videocard0"
  86. Driver "nvidia"
  87. VendorName "NVIDIA Corporation"
  88. BoardName "GeForce 7600 GT"
  89. EndSection
  90.  
  91. Section "Screen"
  92. Identifier "Screen0"
  93. Device "Videocard0"
  94. Monitor "Monitor0"
  95. DefaultDepth 24
  96. Option "RandRRotation" "true"
  97. Option "AddARGBVisuals" "True"
  98. Option "NoLogo" "True"
  99. Option "RenderAccel" "True"
  100. Option "AllowGLXWithComposite" "True"
  101. Option "backingstore" "True"
  102. Option "TripleBuffer" "True"
  103. Option "AddARGBGLXVisuals" "True"
  104. Option "TwinView" "1"
  105. Option "metamodes" "DFP-0: nvidia-auto-select +1920+0, DFP-1: nvidia-auto-select +0+0"
  106. SubSection "Display"
  107. Depth 24
  108. EndSubSection
  109. EndSection
Add Comment
Please, Sign In to add comment