Guest User

Untitled

a guest
Apr 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.10 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder3) Tue Aug 1 21:11:12 PDT 2006
  3.  
  4. # /etc/X11/xorg.conf (xorg X Window System server configuration file)
  5. #
  6. # This file was generated by dexconf, the Debian X Configuration tool, using
  7. # values from the debconf database.
  8. #
  9. # Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
  10. # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
  11. #
  12. # This file is automatically updated on xserver-xorg package upgrades *only*
  13. # if it has not been modified since the last upgrade of the xserver-xorg
  14. # package.
  15. #
  16. # If you have edited this file but would like it to be automatically updated
  17. # again, run the following command:
  18. # sudo dpkg-reconfigure -phigh xserver-xorg
  19.  
  20. Section "ServerLayout"
  21.  
  22. # InputDevice "stylus" "SendCoreEvents"
  23. # InputDevice "cursor" "SendCoreEvents"
  24. # InputDevice "eraser" "SendCoreEvents"
  25. Identifier "Default Layout"
  26. Screen "Default Screen" 0 0
  27. InputDevice "Generic Keyboard"
  28. InputDevice "Logitech MX500"
  29. EndSection
  30.  
  31. Section "Files"
  32.  
  33. # path to defoma fonts
  34. FontPath "/usr/share/X11/fonts/misc"
  35. FontPath "/usr/share/X11/fonts/cyrillic"
  36. FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
  37. FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
  38. FontPath "/usr/share/X11/fonts/Type1"
  39. FontPath "/usr/share/X11/fonts/100dpi"
  40. FontPath "/usr/share/X11/fonts/75dpi"
  41. FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  42. EndSection
  43.  
  44. Section "Module"
  45.  
  46. # Load "i2cf"
  47. Load "bitmap"
  48. Load "ddc"
  49. Load "dbe"
  50. Load "dri"
  51. Load "extmod"
  52. Load "freetype"
  53. Load "glx"
  54. Load "int10"
  55. Load "type1"
  56. Load "vbe"
  57. EndSection
  58.  
  59. Section "InputDevice"
  60. Identifier "Generic Keyboard"
  61. Driver "kbd"
  62. Option "CoreKeyboard"
  63. Option "XkbRules" "xorg"
  64. Option "XkbModel" "pc104"
  65. Option "XkbLayout" "us"
  66. EndSection
  67.  
  68. #Section "InputDevice"
  69. # Identifier "Configured Mouse"
  70. # Driver "mouse"
  71. # Option "CorePointer"
  72. # Option "Device" "/dev/input/mice"
  73. # Option "Protocol" "ExplorerPS/2"
  74. # Option "ZAxisMapping" "4 5"
  75. # Option "Emulate3Buttons" "true"
  76. #EndSection
  77.  
  78. #Section "InputDevice"
  79. # Identifier "Configured Mouse"
  80. # Driver "mouse"
  81. # Option "Protocol" "evdev"
  82. # Option "Dev Name" "B16_b_02 USB-PS/2 Optical Mouse"
  83. # Option "Dev Phys" "usb-0000:00:0b.0-1/input0"
  84. # Option "Device" "event1"
  85. # Option "Buttons" "10"
  86. # Option "ZAxisMapping" "4 5"
  87. #EndSection
  88.  
  89. Section "InputDevice"
  90. Identifier "Logitech MX500"
  91. Driver "mouse"
  92. Option "InputFashion" "Mouse"
  93. Option "Protocol" "ExplorerPS/2"
  94. Option "Buttons" "10"
  95. Option "ZAxisMapping" "4 5"
  96. Option "Device" "/dev/input/mice"
  97. Option "Resolution" "800"
  98. Option "CorePointer"
  99. Option "ButtonMapping" "1 2 3 6 7"
  100. EndSection
  101.  
  102. Section "Monitor"
  103. Identifier "Generic Monitor"
  104. HorizSync 30.0 - 70.0
  105. VertRefresh 50.0 - 180.0
  106. Option "DPMS"
  107. EndSection
  108.  
  109. Section "Device"
  110. Identifier "NVIDIA Corporation NVIDIA Default Card"
  111. Driver "nvidia"
  112. Option "AddARGBGLXVisuals" "True"
  113. Option "CoolBits" "1"
  114. EndSection
  115.  
  116. Section "Screen"
  117. Identifier "Default Screen"
  118. Device "NVIDIA Corporation NVIDIA Default Card"
  119. Monitor "Generic Monitor"
  120. DefaultDepth 24
  121. Option "TripleBuffer" "true"
  122. Option "nologo" "true"
  123. Option "TwinView" "yes"
  124. Option "MetaModes" "1680x1050,1280x1024;1152x864,1152x864;1024x768,1024x768;1024x768,NULL"
  125. Option "SecondMonitorHorizSync" "30-70"
  126. Option "SecondMonitorVertRefresh" "50-180"
  127. Option "TwinViewOrientation" "LeftOf"
  128. Option "RenderAccel"
  129. Option "HWcursor"
  130. Option "AddARGBGLXVisuals" "True"
  131. SubSection "Display"
  132. Depth 1
  133. Modes "1024x768" "800x600" "640x480"
  134. EndSubSection
  135. SubSection "Display"
  136. Depth 4
  137. Modes "1024x768" "800x600" "640x480"
  138. EndSubSection
  139. SubSection "Display"
  140. Depth 8
  141. Modes "1024x768" "800x600" "640x480"
  142. EndSubSection
  143. SubSection "Display"
  144. Depth 15
  145. Modes "1024x768" "800x600" "640x480"
  146. EndSubSection
  147. SubSection "Display"
  148. Depth 16
  149. Modes "1024x768" "800x600" "640x480"
  150. EndSubSection
  151. SubSection "Display"
  152. Depth 24
  153. Modes "1024x768" "800x600" "640x480"
  154. EndSubSection
  155. EndSection
  156.  
  157. Section "DRI"
  158. Mode 0666
  159. EndSection
  160.  
  161. Section "Extensions"
  162. Option "Composite" "Enable"
  163. EndSection
Add Comment
Please, Sign In to add comment