running world of Goo with dual monitor setup (linux)

running world of Goo with dual monitor setup (linux) | djotaku | 02/19/2009 - 07:25 |
Hello, | ||
Re: running world of Goo with dual monitor setup (linux) | Soultaker | 02/19/2009 - 07:30 |
Do you have any single-monitor resolutions defined? I assume you are using Xinerama. Do you use NVIDIA's TwinView by any chance? | ||
Re: running world of Goo with dual monitor setup (linux) | djotaku | 02/19/2009 - 08:31 |
I am not at my home computer right now, but I am using the proprietary nVidia drivers from RPMFusion (or w/e that group livna joined is called). So it's possible I'm using Twinview. Does it help if I say that at GDM I see nVidia across both screens and then the GDM greeter is stretched across both screens? | ||
Re: running world of Goo with dual monitor setup (linux) | hephooey | 02/19/2009 - 12:51 |
I am using dual monitor with xrandr, I have to turn off one monitor before I start the game. I suppose libSDL should have xinerama support, but since world of goo wants to change the resolution, maybe it is not so easy to fix it wihout modify the code. | ||
Re: running world of Goo with dual monitor setup (linux) | Soultaker | 02/19/2009 - 13:11 |
SDL supports Xinerama in some way, though I'm not sure what it uses the Xinerama info for (maybe just window placement?) | ||
Re: running world of Goo with dual monitor setup (linux) | djotaku | 02/19/2009 - 13:42 |
hephooey: | ||
Re: running world of Goo with dual monitor setup (linux) | Soultaker | 02/19/2009 - 15:32 |
[quote author=djotaku link=topic=1493.msg10006#msg10006 date=1235068923] Last modified Thu, 02/19/2009 - 15:40 by Soultaker | ||
Re: running world of Goo with dual monitor setup (linux) | hephooey | 02/19/2009 - 17:05 |
[quote author=djotaku link=topic=1493.msg10006#msg10006 date=1235068923] | ||
Re: running world of Goo with dual monitor setup (linux) | djotaku | 02/20/2009 - 00:27 |
Metamodes worked perfectly for me. I was able to test the demo and see that it runs perfectly on my system. I'll be buying it tomorrow/this weekend. | ||
Re: running world of Goo with dual monitor setup (linux) | Shiva | 02/20/2009 - 12:23 |
actually, the game should honor $SDL_VIDEO_FULLSCREEN_HEAD environment variable setting (if set at all) that specifies which head to use in fullscreen mode. | ||
Re: running world of Goo with dual monitor setup (linux) | innominate | 02/20/2009 - 18:14 |
export SDL_VIDEO_FULLSCREEN_HEAD="0" (in a terminal) worked for me | ||
Re: running world of Goo with dual monitor setup (linux) | Soultaker | 02/20/2009 - 19:26 |
Cool, I didn't realize that variable existed. You can edit it into the config.txt too, if you like (so you won't have to start the game with a long command line every time). |