Frictional Games Forum (read-only)
Dual monitor gaming, make the game stick to one.. - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-57.html)
+--- Forum: Technical Support - Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-31.html)
+---- Forum: Linux - ATDD (https://www.frictionalgames.com/forum/forum-32.html)
+---- Thread: Dual monitor gaming, make the game stick to one.. (/thread-4182.html)



Dual monitor gaming, make the game stick to one.. - Andre - 09-11-2010

If you have two or more monitors, the game will start centered, between them.
no good.

If the lauch shortcut is:
/usr/games/Amnesia/Launcher.bin
Change it to:

bash -c "export SDL_VIDEO_FULLSCREEN_HEAD=0 && /usr/games/Amnesia/Launcher.bin"

HEAD=x is the monitor you want it to use.

-Frictionalgames: please let user choose that from GUI in the future Smile


RE: Dual monitor gaming, make the game stick to one.. - thiz - 09-11-2010

using two monitors over here and i had no problem with that, it started instantly on my main screen.


RE: Dual monitor gaming, make the game stick to one.. - Andre - 09-11-2010

not every configuration needs it, but Nvidia/twinview and some others do.