View Full Version : Nvidia multimonitor
I use Xubuntu Feisty with 1.0-9755 drivers. The card is Geforce 7600GS I have a problem with full screen gaming. I use two displays (CRT and DFP) and while the desktop is fine, full screen games try to use both screens. The image is centered so each monitor should show half of the image but the DFP actually doesn't display anything. Quitting to desktop shows some weird panning bug but it goes away easily.
Can I do something about this?
How can I add multiple monitor sections in xorg.conf? I want to add a custom resolution for the CRT.
Thanks!
I presume you are using Xinerama. For games, maybe you should try Twinview.
http://82.211.81.186/showthread.php?t=221174
Thanks SPM! :)
I do use Twinview I guess. Here is my xorg.conf:
edit:
I got it to work now. I never tried to reboot and that seems to be a problem. Also 'I use the xorg.conf preview in nvidia-settings.
The only problem are the games. I guess I have to chose the right meta mode ingame. However that's impossible without seeing the whole screen.
Is this a game bug or can I do something via the driver?
Thanks SPM! :)
I do use Twinview I guess. Here is my xorg.conf:
edit:
I got it to work now. I never tried to reboot and that seems to be a problem. Also 'I use the xorg.conf preview in nvidia-settings.
The only problem are the games. I guess I have to chose the right meta mode ingame. However that's impossible without seeing the whole screen.
Is this a game bug or can I do something via the driver?
I don't know if this is the issue, but according to the nVidia documentation, hardware that can only be used on one display at a time (e.g.: video overlays, hardware accelerated RGB overlays), cannot consequently be used at all when in TwinView. Also I am not sure if the game will necessarily go through X to do full screen rendering.
edit:
When I take a screen shot, everything looks fine though (in the image file).
In windows it works.
This might be of help
http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/README/index.html
http://us.download.nvidia.com/XFree86/Linux-x86/1.0-9755/README/appendix-g.html
Thanks SPM!
I already configured my xorg.conf using this readme (Yesterday I reinstalled Linux on a different PC because I didn't know the xorg.conf had to have a last empty line, otherwise it was invalid. :runaway: 1440x900 wasn't available either. Now that one works too.).
I emailed Nvidia support and the response was to use metamodes where one display is off before playing full screen games.
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "int10"
Load "vbe"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "de"
Option "XkbVariant" "nodeadkeys"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "USB" "on"
Option "KeepShape" "on"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "USB" "on"
Option "KeepShape" "on"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "USB" "on"
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "pad"
Option "USB" "on"
Option "ButtonsOnly" "off"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "CRT-1"
HorizSync 30.0 - 95.0
VertRefresh 50.0 - 160.0
Option "DPMS"
Modeline "1368x1024" 170.32 1368 1464 1616 1864 1024 1025 1028 1075 -HSync +Vsync
Option "DPI" "95 x 95"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "1"
Option "TwinView" "1"
Option "metamodes" "CRT: 1368x1024 +1280+0, DFP: 1280x1024 +0+0; CRT: 1368x1024 +0+0, DFP: NULL"
SubSection "Display"
Depth 24
Modes "1368x1024" "1280x1024"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "pad"
EndSection
vBulletin® v3.8.6, Copyright ©2000-2013, Jelsoft Enterprises Ltd.