Advertisement
Guest User

coolio

a guest
Mar 2nd, 2010
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009
  3.  
  4. # xorg.conf (X.Org 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 xorg.conf manual page.
  10. # (Type "man 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. # Note that some configuration settings that could be done previously
  17. # in this file, now are automatically configured by the server and settings
  18. # here are ignored.
  19. #
  20. # If you have edited this file but would like it to be automatically updated
  21. # again, run the following command:
  22. # sudo dpkg-reconfigure -phigh xserver-xorg
  23. # options AddARGBetc to fix disappeared title bars with compiz
  24. # vendor, board, busid added maybe helps window border issue
  25. # Re-enable ctrl+alt+backsp = kill x and login screen
  26. # nologo suppresses logo during boot, so faster boot
  27. # heuristic governs amount of pixelmap data that is moved to video memory, which is faster than RAM
  28. # TripleBuffer enables more efficient method of double buffering (used to remove flicker from a screen update)
  29. # pixmapcache en allowshmpixmaps set to 0 prevents applications from allocating Shared Memory pixmaps (geen delen van andere apps tijdens starten nieuwe app, MK)
  30. #Section "ServerFlags"
  31. # Option "DontZap" "false"
  32. #EndSection
  33.  
  34. Section "ServerLayout"
  35. Identifier "Default Layout"
  36. Screen 0 "Screen0" 0 0
  37. InputDevice "Keyboard0" "CoreKeyboard"
  38. InputDevice "Mouse0" "CorePointer"
  39. EndSection
  40.  
  41. Section "Module"
  42. Load "glx"
  43. EndSection
  44.  
  45. Section "ServerFlags"
  46. Option "Xinerama" "0"
  47. EndSection
  48.  
  49. Section "InputDevice"
  50. # generated from default
  51. Identifier "Keyboard0"
  52. Driver "kbd"
  53. EndSection
  54.  
  55. Section "InputDevice"
  56. # generated from default
  57. Identifier "Mouse0"
  58. Driver "mouse"
  59. Option "Protocol" "auto"
  60. Option "Device" "/dev/psaux"
  61. Option "Emulate3Buttons" "no"
  62. Option "ZAxisMapping" "4 5"
  63. EndSection
  64.  
  65. Section "Monitor"
  66. Identifier "Configured Monitor"
  67. EndSection
  68.  
  69. Section "Monitor"
  70. Identifier "Monitor0"
  71. VendorName "Unknown"
  72. ModelName "Daewoo 712B"
  73. HorizSync 30.0 - 70.0
  74. VertRefresh 50.0 - 160.0
  75. EndSection
  76.  
  77. Section "Device"
  78.  
  79. # freezes on beryl and other OpenGL intensive programs
  80. Identifier "Configured Video Device"
  81. Driver "nvidia"
  82. Option "RenderAccel" "true"
  83. Option "AllowGLXWithComposite" "true"
  84. Option "AddARGBVisuals" "True"
  85. Option "AddARGBGLXVisuals" "True"
  86. Option "NoLogo" "True"
  87. Option "MigrationHeuristic" "greedy" #Available values are: smart, greedy, always
  88. Option "TripleBuffer" "True"
  89. Option "PixmapCacheSize" "1000000"
  90. Option "AllowSHMPixmaps" "0"
  91. # Next option must be either undeclared or false, in order to avoid periodic short-term
  92. Option "UseEvents" "false"
  93. EndSection
  94.  
  95. Section "Device"
  96. Identifier "Device0"
  97. Driver "nvidia"
  98. VendorName "NVIDIA Corporation"
  99. BoardName "GeForce FX 5200"
  100. EndSection
  101.  
  102. Section "Screen"
  103. Identifier "Default Screen"
  104. Device "Configured Video Device"
  105. Monitor "Configured Monitor"
  106. DefaultDepth 24
  107. Option "AddARGBGLXVisuals" "True"
  108. EndSection
  109.  
  110. Section "Screen"
  111. Identifier "Screen0"
  112. Device "Device0"
  113. Monitor "Monitor0"
  114. DefaultDepth 24
  115. Option "TwinView" "0"
  116. Option "TwinViewXineramaInfoOrder" "CRT-0"
  117. Option "metamodes" "1024x768_75 +0+0; 1024x768 +0+0"
  118. SubSection "Display"
  119. Depth 24
  120. EndSubSection
  121. EndSection
  122.  
  123. Section "Extensions"
  124. Option "Composite" "Enable"
  125. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement