edwinoakes

xorg.conf 02/19/2013

Feb 20th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. # nvidia-xconfig: version 310.14 (root@cedric2_C.workgroup) Mon Feb 11 13:10:32 MST 2013
  2.  
  3.  
  4. Section "ServerLayout"
  5. Identifier "X.org Configured"
  6. Screen 0 "Screen0" 0 0
  7. InputDevice "Mouse0" "CorePointer"
  8. InputDevice "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12. ModulePath "/usr/local/lib/xorg/modules"
  13. FontPath "/usr/local/lib/X11/fonts/misc/"
  14. FontPath "/usr/local/lib/X11/fonts/TTF/"
  15. FontPath "/usr/local/lib/X11/fonts/OTF"
  16. FontPath "/usr/local/lib/X11/fonts/Type1/"
  17. FontPath "/usr/local/lib/X11/fonts/100dpi/"
  18. FontPath "/usr/local/lib/X11/fonts/75dpi/"
  19. EndSection
  20.  
  21. Section "Module"
  22. Load "extmod"
  23. Load "record"
  24. Load "dbe"
  25. Load "glx"
  26. Load "dri2"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30. Identifier "Keyboard0"
  31. Driver "kbd"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35. Identifier "Mouse0"
  36. Driver "mouse"
  37. Option "Protocol" "auto"
  38. Option "Device" "/dev/sysmouse"
  39. Option "ZAxisMapping" "4 5 6 7"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor0"
  44. VendorName "accr"
  45. ModelName "Monitor Model"
  46. HorizSync 30.0 - 75.0
  47. VertRefresh 50.0 - 70.0
  48. # Option "DPMS"
  49. EndSection
  50.  
  51. Section "Monitor"
  52. Identifier "Monitor1"
  53. VendorName "lG"
  54. ModelName "L1953ss"
  55. Option "RightOf" "Monitor0"
  56. # Option "DPMS"
  57. EndSection
  58.  
  59. Section "Device"
  60. Identifier "Card0"
  61. Driver "nvidia"
  62. VendorName "nVidia Corporation"
  63. BoardName "G96 [GeForce 9500 GT]"
  64. # BusID "PCI:1:0:0"
  65. Option "TwinView"
  66.  
  67. Option "MetaModes" "1920x1080,1920x1080; 1280x1024@1280x1080,1024x768@1280x1080"
  68. Option "TwinViewOrientation" "RightOf"
  69. EndSection
  70.  
  71. Section "Screen"
  72. Identifier "Screen0"
  73. Device "Card0"
  74. Monitor "Monitor0"
  75. DefaultDepth 24
  76. Option "TwinView" "true"
  77. # Option "MetaModes" "1920x1080,1280x1024"
  78. Option "SecondMonitorHorizSync" "30.0 - 75.0"
  79. Option "SecondMonitorVertRefresh" "50.0 - 70.0"
  80. # Option "TwinViewOrientation" "RightOf"
  81. Option "AddARGBGLXVisuals" "True"
  82. SubSection "Display"
  83. Virtual 3200 1080
  84. Viewport 0 0
  85. Depth 24
  86. Modes "1920x1080" "1280x1024"
  87. EndSubSection
  88. EndSection
Advertisement
Add Comment
Please, Sign In to add comment