Advertisement
Guest User

Untitled

a guest
Dec 25th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (pbuilder@windlord) Sun Jun 13 06:03:17 UTC 2010
  3.  
  4. Section "ServerLayout"
  5. Identifier "Layout0"
  6. Screen 0 "Screen0"
  7. InputDevice "Keyboard0" "CoreKeyboard"
  8. InputDevice "Mouse0" "CorePointer"
  9. EndSection
  10.  
  11. Section "Files"
  12. EndSection
  13.  
  14. Section "InputDevice"
  15. # generated from default
  16. Identifier "Mouse0"
  17. Driver "mouse"
  18. Option "Protocol" "auto"
  19. Option "Device" "/dev/psaux"
  20. Option "Emulate3Buttons" "no"
  21. Option "ZAxisMapping" "4 5"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25. # generated from default
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "Monitor"
  31. Identifier "Monitor0"
  32. VendorName "Unknown"
  33. Option "Protocol" "auto"
  34. Option "Device" "/dev/psaux"
  35. Option "Emulate3Buttons" "no"
  36. Option "ZAxisMapping" "4 5"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40. # generated from default
  41. Identifier "Keyboard0"
  42. Driver "kbd"
  43. EndSection
  44.  
  45. Section "Monitor"
  46. Identifier "Monitor0"
  47. VendorName "Unknown"
  48. ModelName "Unknown"
  49. HorizSync 28.0 - 33.0
  50. VertRefresh 43.0 - 72.0
  51. Option "DPMS"
  52. EndSection
  53.  
  54. Section "Device"
  55. Identifier "Device0"
  56. Driver "nvidia"
  57. VendorName "NVIDIA Corporation"
  58. Option "XAANoOffscreenPixmaps" "true"
  59. Option "AllowGLXWithComposite" "true"
  60. EndSection
  61.  
  62. Section "Screen"
  63. Identifier "Screen0"
  64. Device "Device0"
  65. VertRefresh 43.0 - 72.0
  66. Option "DPMS"
  67. EndSection
  68.  
  69. Section "Device"
  70. Identifier "Device0"
  71. Driver "nvidia"
  72. VendorName "NVIDIA Corporation"
  73. Option "XAANoOffscreenPixmaps" "true"
  74. Option "AllowGLXWithComposite" "true"
  75. EndSection
  76.  
  77. Section "Screen"
  78. Identifier "Screen0"
  79. Device "Device0"
  80. Monitor "Monitor0"
  81. DefaultDepth 24
  82. SubSection "Display"
  83. Depth 24
  84. EndSubSection
  85. Option "AddARGBGLXVisuals" "true"
  86. EndSection
  87.  
  88. Section "Module"
  89. #Load "dri"
  90. #Load "GLcore"
  91. EndSection
  92.  
  93. Section "Extensions"
  94. Option "Composite" "enable"
  95. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement