Advertisement
Guest User

xorg.conf

a guest
Jul 5th, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings: version 1.0 (buildd@yellow) Tue Mar 4 20:28:57 UTC 2008
  3. # xorg.conf (X.Org X Window System server configuration file)
  4. #
  5. # This file was generated by dexconf, the Debian X Configuration tool, using
  6. # values from the debconf database.
  7. #
  8. # Edit this file with caution, and see the xorg.conf manual page.
  9. # (Type "man xorg.conf" at the shell prompt.)
  10. #
  11. # This file is automatically updated on xserver-xorg package upgrades *only*
  12. # if it has not been modified since the last upgrade of the xserver-xorg
  13. # package.
  14. #
  15. # If you have edited this file but would like it to be automatically updated
  16. # again, run the following command:
  17. # sudo dpkg-reconfigure -phigh xserver-xorg
  18.  
  19. Section "Monitor"
  20. Identifier "Configured Monitor"
  21. EndSection
  22.  
  23. Section "Monitor"
  24. Identifier "Monitor0"
  25. Vendorname "Unknown"
  26. Modelname "BenQ W100"
  27. Horizsync 30.0 - 83.0
  28. Vertrefresh 56.0 - 85.0
  29. modeline "1280x720@60" 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync
  30. modeline "1280x720@50" 60.47 1280 1328 1456 1632 720 721 724 741 -hsync +vsync
  31. Option "DPMS"
  32. Option "UseEdidDpi" "FALSE"
  33. EndSection
  34.  
  35. Section "Screen"
  36. Identifier "Default Screen"
  37. Device "Configured Video Device"
  38. Monitor "Configured Monitor"
  39. Option "AddARGBGLXVisuals" "True"
  40. DefaultDepth 24
  41. EndSection
  42.  
  43. Section "Screen"
  44. Identifier "Screen0"
  45. Device "Videocard0"
  46. Monitor "Monitor0"
  47. Option "TwinView" "0"
  48. Option "UseEDID" "False"
  49. Option "FlatPanelProperties" "Scaling = native"
  50. Option "ExactModeTimingsDVI" "true"
  51. Option "ModeValidation" "NoDFPNativeResolutionCheck, AllowNon60HzDFPModes, NoEdidMaxPClkCheck, NoMaxPClkCheck, NoHorizSyncCheck, NoVertRefreshCheck, NoEdidDFPMaxSizeCheck, NoEdidModes"
  52. Option "AddARGBGLXVisuals" "True"
  53. Defaultdepth 24
  54. SubSection "Display"
  55. Depth 24
  56. Modes "1280x720@50" "1280x720@60"
  57. EndSubSection
  58. EndSection
  59.  
  60. Section "Module"
  61. Load "glx"
  62. EndSection
  63.  
  64. # commented out by update-manager, HAL is now used
  65. #Section "InputDevice"
  66. # Identifier "Generic Keyboard"
  67. # Driver "kbd"
  68. # Option "XkbRules" "xorg"
  69. # Option "XkbModel" "pc105"
  70. # Option "XkbLayout" "gb"
  71. #EndSection
  72.  
  73. # commented out by update-manager, HAL is now used
  74. #Section "InputDevice"
  75. # Identifier "Configured Mouse"
  76. # Driver "mouse"
  77. # Option "CorePointer"
  78. #EndSection
  79.  
  80. Section "Extensions"
  81. Option "Composite" "Enable"
  82. EndSection
  83.  
  84. Section "ServerLayout"
  85. Identifier "Default Layout"
  86. screen 0 "Screen0" 0 0
  87. EndSection
  88.  
  89. Section "Device"
  90. Identifier "Configured Video Device"
  91. Driver "nvidia"
  92. EndSection
  93.  
  94. Section "Device"
  95. Identifier "Videocard0"
  96. Vendorname "NVIDIA Corporation"
  97. Boardname "GeForce 7300 GT"
  98. Option "AddARGBVisuals" "True"
  99. Driver "nvidia"
  100. Option "NoLogo" "True"
  101. EndSection
  102.  
  103. Section "ServerFlags"
  104. Option "Xinerama" "0"
  105. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement