Advertisement
Guest User

Untitled

a guest
Sep 28th, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig: version 1.0 (buildmeister@builder75) Wed Oct 27 19:20:23 PDT 2010
  3.  
  4.  
  5. Section "ServerLayout"
  6. Identifier "Layout0"
  7. Screen 0 "Screen1" RightOf "Screen0"
  8. Screen 1 "Screen0" 0 0
  9. InputDevice "Keyboard0" "CoreKeyboard
  10. InputDevice "Mouse0" "CorePointer"
  11. EndSection
  12.  
  13. Section "Module"
  14. Load "glx"
  15. EndSection
  16.  
  17. Section "ServerFlags"
  18. Option "Xinerama" "0"
  19. EndSection
  20.  
  21. Section "InputDevice"
  22. Identifier "Mouse0"
  23. Driver "mouse"
  24. Option "Protocol" "auto"
  25. Option "Device" "/dev/psaux"
  26. Option "Emulate3Buttons" "no"
  27. Option "ZAxisMapping" "4 5"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.  
  32. # generated from default
  33. Identifier "Keyboard0"
  34. Driver "kbd"
  35. EndSection
  36.  
  37. Section "Monitor"
  38. Identifier "Monitor0"
  39. EndSection
  40.  
  41. Section "Monitor"
  42. Identifier "Monitor1"
  43. HorizSync 30-71
  44. Vertrefresh 50-160
  45. EndSection
  46.  
  47. Section "Device"
  48. Identifier "Device0"
  49. Driver "nvidia"
  50. VendorName "NVIDIA Corporation"
  51. BusID "PCI:0:10:0"
  52. EndSection
  53.  
  54. Section "Device"
  55. Identifier "Device1"
  56. Driver "vesa"
  57. BusID "PCI:1:0:0"
  58. EndSection
  59.  
  60. Section "Screen"
  61. Identifier "Screen0"
  62. Device "Device0"
  63. Monitor "Monitor0"
  64. DefaultDepth 24
  65. Option "AddARGBGLXVisuals" "True"
  66. Option "NoLogo" "True"
  67. SubSection "Display"
  68. Depth 24
  69. Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
  70. EndSubSection
  71. EndSection
  72.  
  73. Section "Screen"
  74. Identifier "Screen1"
  75. Device "Device1"
  76. Monitor "Monitor1"
  77. DefaultDepth 32
  78. SubSection "Display"
  79. Depth 32
  80. Modes "800x600"
  81. EndSubSection
  82. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement