Linux-Noob Forums

Full Version: Span Desktops with one video card
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

I have a GeForce FX 5200 with a DVI->VGA converter for the second monitor. Here is my xorg.conf

 



Code:
Section "ServerLayout" Identifier     "X.org Configured" Screen      0  "Screen0" 0 0 InputDevice    "Mouse0" "CorePointer" InputDevice    "Keyboard0" "CoreKeyboard" Option          "BlankTime" "0"        Option          "SuspendTime" "0"        Option          "OffTime" "0" EndSection Section "ServerFlags" Option       "Xinerama" "false" Option       "blank time" "0" Option       "standby time" "0" Option       "off time" "0" EndSection Section "Files" RgbPath      "/usr/lib/X11/rgb" ModulePath   "/usr/lib/modules" FontPath     "/usr/share/fonts/misc/" FontPath     "/usr/share/fonts/TTF/" FontPath     "/usr/share/fonts/Type1/" FontPath     "/usr/share/fonts/CID/" FontPath     "/usr/share/fonts/75dpi/" FontPath     "/usr/share/fonts/100dpi/" FontPath     "/usr/share/fonts/alee-fonts/" FontPath     "/usr/share/fonts/artwiz/" FontPath     "/usr/share/fonts/corefonts/" FontPath     "/usr/share/fonts/freefont/" FontPath     "/usr/share/fonts/intlfonts/" FontPath     "/usr/share/fonts/lfpfonts-fix/" FontPath     "/usr/share/fonts/lfpfonts-var/" FontPath     "/usr/share/fonts/sharefonts/" FontPath     "/usr/share/fonts/urw-fonts/" EndSection Section "Module" Load  "extmod" # Load  "dri" Load  "dbe" Load  "record" Load  "xtrap" Load  "glx" Load  "type1" Load  "freetype" SubSection  "extmod"  Option    "omit xfree86-dga"   # don't initialise the DGA extension EndSubSection EndSection Section "InputDevice" Identifier  "Keyboard0" Driver      "kbd" EndSection Section "InputDevice" Identifier  "Mouse0" Driver      "mouse" Option     "Protocol" "IMPS/2" Option     "Device" "/dev/input/mice" Option      "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier   "Monitor0" VendorName   "Monitor Vendor" ModelName    "Monitor Model" #Option       "DPMS" EndSection Section "Device" Identifier  "Card0" Driver      "nvidia" VendorName  "nVidia Corporation" BoardName   "NV34 [GeForce FX 5200]" BusID       "PCI:1:0:0" Option      "RenderAccel" "True" Option      "NvAGP" "3" Option      "AllowGLXWithComposite" "true" EndSection Section "Screen" Identifier "Screen0" Device     "Card0" Monitor    "Monitor0" DefaultDepth 24        Option      "TwinView" "True"        Option      "TwinViewOrientation" "RightOf"        Option      "MetaModes" "1600x1200, 1600x1200; 1280x1024, 1280x1024;" SubSection "Display"  Viewport   0 0  Depth     8  Modes "1280x1024" EndSubSection SubSection "Display"  Viewport   0 0  Depth     16  Modes "1280x1024" EndSubSection SubSection "Display"  Viewport   0 0  Depth     24  Modes "1600x1200" "1280x1024" EndSubSection EndSection