Advertisement
Guest User

Daniel Mack

a guest
Feb 17th, 2010
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder63) Wed May 27 03:15:36 PDT 2009
  3.  
  4. # XF86Config-4 (XFree86 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 XF86Config-4 manual page.
  10. # (Type "man XF86Config-4" at the shell prompt.)
  11. #
  12. # This file is automatically updated on xserver-xfree86 package upgrades *only*
  13. # if it has not been modified since the last upgrade of the xserver-xfree86
  14. # package.
  15. #
  16. # If you have edited this file but would like it to be automatically updated
  17. # again, run the following commands as root:
  18. #
  19. # cp /etc/X11/XF86Config-4 /etc/X11/XF86Config-4.custom
  20. # md5sum /etc/X11/XF86Config-4 > /var/lib/xfree86/XF86Config-4.md5sum
  21. # dpkg-reconfigure xserver-xfree86
  22.  
  23. Section "ServerLayout"
  24.  
  25. #InputDevice "Generic Mouse"
  26. Identifier "Default Layout"
  27. Screen "Default Screen" 0 0
  28. InputDevice "Configured Mouse"
  29. InputDevice "Generic Keyboard"
  30. EndSection
  31.  
  32. Section "Files"
  33.  
  34. # local font server
  35. # if the local font server has problems, we can fall back on these
  36. # FontPath "/usr/lib/X11/fonts/75dpi"
  37. # FontPath "/usr/share/fonts/X11/100dpi"
  38. # FontPath "/usr/lib/X11/fonts/100dpi"
  39. FontPath "unix/:7100"
  40. FontPath "/usr/share/fonts/X11/Type1"
  41. FontPath "/usr/lib/X11/fonts/Type1"
  42. FontPath "/usr/share/fonts/X11/CID"
  43. FontPath "/usr/lib/X11/fonts/CID"
  44. FontPath "/usr/lib/X11/fonts/Speedo"
  45. FontPath "/usr/share/fonts/X11/misc"
  46. FontPath "/usr/lib/X11/fonts/misc"
  47. FontPath "/usr/share/fonts/X11/cyrillic"
  48. FontPath "/usr/lib/X11/fonts/cyrillic"
  49. FontPath "/usr/share/fonts/X11/75dpi"
  50. EndSection
  51.  
  52. Section "Module"
  53. Load "bitmap"
  54. Load "dbe"
  55. Load "ddc"
  56. Load "extmod"
  57. Load "freetype"
  58. Load "glx"
  59. Load "int10"
  60. Load "record"
  61. Load "type1"
  62. Load "vbe"
  63. EndSection
  64.  
  65. Section "InputDevice"
  66. Identifier "Generic Keyboard"
  67. Driver "keyboard"
  68. Option "CoreKeyboard"
  69. Option "XkbRules" "xfree86"
  70. Option "XkbModel" "pc104"
  71. Option "XkbLayout" "de"
  72. EndSection
  73.  
  74. Section "InputDevice"
  75. Identifier "Configured Mouse"
  76. Driver "mouse"
  77. Option "CorePointer"
  78. Option "Device" "/dev/psaux"
  79. Option "Protocol" "imps/2"
  80. Option "Emulate3Buttons" "false"
  81. Option "Buttons" "5"
  82. Option "ZAxisMapping" "4 5"
  83. EndSection
  84.  
  85. Section "InputDevice"
  86. Identifier "Generic Mouse"
  87. Driver "mouse"
  88. Option "SendCoreEvents" "true"
  89. Option "Device" "/dev/input/mice"
  90. Option "Protocol" "ImPS/2"
  91. Option "Emulate3Buttons" "false"
  92. Option "ZAxisMapping" "4 5"
  93. EndSection
  94.  
  95. Section "Monitor"
  96. Identifier "Generic Monitor"
  97. HorizSync 28.0 - 100.0
  98. VertRefresh 75.0 - 110.0
  99. Option "DPMS"
  100. EndSection
  101.  
  102. Section "Device"
  103. Identifier "Generic Video Card"
  104. Driver "nouveau"
  105. EndSection
  106.  
  107. Section "Screen"
  108. Identifier "Default Screen"
  109. Device "Generic Video Card"
  110. Monitor "Generic Monitor"
  111. DefaultDepth 24
  112. SubSection "Display"
  113. Depth 1
  114. Modes "1600x1200"
  115. EndSubSection
  116. SubSection "Display"
  117. Depth 4
  118. Modes "1600x1200"
  119. EndSubSection
  120. SubSection "Display"
  121. Depth 8
  122. Modes "1600x1200"
  123. EndSubSection
  124. SubSection "Display"
  125. Depth 15
  126. Modes "1600x1200"
  127. EndSubSection
  128. SubSection "Display"
  129. Depth 16
  130. Modes "1600x1200" "800x600"
  131. EndSubSection
  132. SubSection "Display"
  133. Depth 24
  134. Modes "1920x1200"
  135. EndSubSection
  136. EndSection
  137.  
  138.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement