Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Section "Device"
Identifier "Geforce"
Driver "nvidia"
Option "NoLogo" "1"
#VideoRam 131072
# Insert Clocks lines here if appropriate
Option "Coolbits" "1"
Option "NvAgp" "2"
Option "TwinView"
Option "MetaModes" "1280x1024, 1280x1024; 1280x1024; 1024x768, 1024x768; 1024x768"
Option "SecondMonitorHorizSync" "57.6-82"
Option "SecondMonitorVertRefresh" "60-77"
Option "ConnectedMonitor" "DFP, DFP"
Option "TwinViewOrientation" "LeftOf"
EndSection
kaemaril said:Does anyone know if there's a way to combine the two displays back into a single desktop, and map the "virtual desktops" to actual monitors? For example, virtual desktops 1 and 3 to my left-hand monitor and desktops 2 and 4 to my right-hand monitor? Having two distinct "desktops" can cause problems ... for example, I've not found a way to have firefox have two windows, one on each monitor, short of kicking off a second firefox with a second profile. And KDE doesn't seem to like having a translucent taskbar on my second screen for some reason ...
ameoba said:IIRC, using dual-displays on a single nvidia card isn't done with Xinerama, it's done using nVidia's twinview stuff, which is set up in the card config section. Read the docs for the nvidia driver.
My set-up is 2xDell FP2001s, each one connected to its own individual GeForce 6800 via DVI. I just set them up as Generic LCDs running 1600x1200 at 75Mhz during SUSE installation.PS! said:BTW, most new distros have gone to x.org's version of X11 and have been moving away from XFree86's version. I'm a big fan of Xorg, so I'd suggest you check out their site. If you're using nvidia and Xorg X11, I can show you the config that I use. Feel free to send me a message.
l8z.
# /.../
# SaX generated X11 config file
# Created on: 2005-08-28T02:27:57+0100.
#
# Version: 4.8
# Contact: Marcus Schaefer <sax@suse.de>, 2002
#
# Automatically generated by [ISaX] (4.8)
# PLEASE DO NOT EDIT THIS FILE!
#
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "Module"
Load "type1"
Load "dbe"
Load "freetype"
Load "glx"
Load "v4l"
Load "extmod"
EndSection
Section "Device"
BoardName "GeForce 6800 Ultra (0x00F9)"
BusID "1:0:0"
Driver "nv"
Identifier "Device[0]"
VendorName "NVidia"
EndSection
Section "Device"
BoardName "GeForce 6800 Ultra (0x00F9)"
BusID "2:0:0"
Driver "nv"
Identifier "Device[1]"
VendorName "NVidia"
EndSection
Section "ServerLayout"
Identifier "Layout[all]"
InputDevice "Keyboard[0]" "CoreKeyboard"
InputDevice "Mouse[1]" "CorePointer"
Option "Clone" "off"
Option "Xinerama" "off"
Screen "Screen[0]"
Screen "Screen[1]" RightOf "Screen[0]"
EndSection
Section "DRI"
Group "video"
Mode 0660
EndSection
Section "Extensions"
EndSection
Is there any benefit to using the nvidia driver in a multi-head environment? My understanding was the benefit was the 3D support, which isn't forthcoming in multi-head anyway ...j-rock said:Code:Driver "nv"
Yeah that should be this for full nvidia driver goodness
Code:Driver "nvidia"
kaemaril said:Is there any benefit to using the nvidia driver in a multi-head environment? My understanding was the benefit was the 3D support, which isn't forthcoming in multi-head anyway ...
Or so the SUSE install tells me. It may well be a dirty fibber, of course![]()
visaris said:Hmmm. All I know is that I can run glxgears across both my monitors with an FPS of above 1000 with the nvidia driver, and the nv driver starts to really slow down. I think you might want to try the nvidia drivers. If they help, great! If not, put it back the way it is now, no harm in trying.
ameoba said:...except for that rare bug where the binary drivers steal your soul & sell it to Satan.
Hmm. Well, I installed the nvidia drivers via the online update, and it does indeed appear to have made some difference. I haven't tried glxgears, but the cute little "Blocktube" now displays without flicker, and at about 28fps on both monitors with reflective blocks and at a fairly "slow" speed. Ironically, the faster I tell it to go the higher the FPS, but I've not experimented at top whack to see what it gets up to.visaris said:Hmmm. All I know is that I can run glxgears across both my monitors with an FPS of above 1000 with the nvidia driver, and the nv driver starts to really slow down. I think you might want to try the nvidia drivers. If they help, great! If not, put it back the way it is now, no harm in trying.