You are not logged in.
Have been trying to get this to work for a while now.
I have 2 screens which work well in kde, but when i want to play games on one screen ie: Nexuiz, it span across 2 screens.
I have tried all things in the wiki and still cannot stop this behavior. Any suggestions on how to make my games show on a single screen?
Note : It sued to work a few weeks ago but i did fresh install of arch now i cant get it working, cant post Xorg till later tonight when i finish work.
Last edited by smakked (2010-03-05 14:23:59)
Certified Android Junkie
Arch 64
Offline
Disable one of the screens?
I believe for this to happen the program would actually have to support it. As far as nexuiz is concerned, it sees one big screen.
![]()
Offline
can you disable a screen with a command before you fire up a game?
Certified Android Junkie
Arch 64
Offline
Try disper in AUR.
Offline
Why not use separate-X. You can't drag windows between screens that way, but you can limit the game to one screen (and have other stuff running on the other screen, your chat program for example).
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Why not use separate-X. You can't drag windows between screens that way, but you can limit the game to one screen (and have other stuff running on the other screen, your chat program for example).
Yeah tried that but still spans across both screens.
Will look at disper
Certified Android Junkie
Arch 64
Offline
you should also be able to use xrandr to disable one of the screens
Hofstadter's Law:
It always takes longer than you expect, even when you take into account Hofstadter's Law.
Offline
ngoonee wrote:Why not use separate-X. You can't drag windows between screens that way, but you can limit the game to one screen (and have other stuff running on the other screen, your chat program for example).
Yeah tried that but still spans across both screens.
Will look at disper
When using separate-X don't use xinerama, make sure the screens are slightly offset from each other. You'd need mouse-wrapscreen for the mouse to travel over.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Do you use TwinView? I had this same problem. To solve it, I added the following to the "Device" section of xorg.conf:
Option "MetaModes" "1280x1024,1280x1024; 1280x1024"
This will disable the second screen when playing a game in full-screen. Not the best solution, but at the moment it is all that I have been able to do >.<
Offline
Yeah, for TwinView I did the following in mine (you can also achieve it via the nvidia-settings GUI)
Option "metamodes" "CRT: nvidia-auto-select +1680+150, DFP: nvidia-auto-select +0+0; CRT: NULL, DFP: nvidia-auto-select +0+0"There are two settings in that line, namely
CRT: nvidia-auto-select +1680+150, DFP: nvidia-auto-select +0+0which says DFP (my HDTV, primary monitor) is at its native reported res, and CRT (a flatscreen monitor hooked up by VGA, secondary monitor) is also at native res, but shifted off to the right (so I can drag windows and things on it it)
and
CRT: NULL, DFP: nvidia-auto-select +0+0which says if a game goes fullscreen and changes the res to the primary monitor's native res the "CRT" monitor will turn itself off for the duration of the game and turn itself back on when finished. It's not ideal as the other monitor turns off when gaming but it's the most reliable method I've found.
DISCLAIMER: I only learnt enough about it to get it to work for me and then prompty backed up xorg.conf and never worried about it again, so the explanation may not be 100% technically correct. It does work though.
Offline
Yeah thanks fellas got it working now
Option "metamodes" "CRT: nvidia-auto-select +1920+0, DFP: 1920x1080_60 +0+0; DFP: 1920x1080 +0+0"thast what i needed to get right
Certified Android Junkie
Arch 64
Offline