You are not logged in.

#1 2011-08-27 15:53:38

MatejLach
Member
From: United Kingdom
Registered: 2011-06-22
Posts: 314
Website

[SOLVED] Low resolution on game exit

I was doing some research, but was not able to find an acceptable solution.

When I exit a game my resolution will go to 800x600 every time.
(My resolution is 1366x768)
I'm pretty sure that I can do something like "when you exit a game/full-screen mode app, restart X to 1366x768".
Should be fairly easy to do, but I don't know exactly where and what to add/edit, so I would be very thankful for any kind of help.

Last edited by MatejLach (2011-08-27 16:51:27)

Offline

#2 2011-08-27 16:02:57

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Low resolution on game exit

I don't think you have to exit X (not sure what you mean by "restart X"), just set your resolution back to 1366x768 w/ e.g. xrandr.

xrandr --fb 1366x768

Last edited by karol (2011-08-27 16:04:20)

Offline

#3 2011-08-27 16:06:39

satanselbow
Member
Registered: 2011-06-15
Posts: 538

Re: [SOLVED] Low resolution on game exit

HA! Beat me to it sad

xrandr -s 1366x768

If it is a persistent problem you could wrap the offending binary in a script to auto fire the screen resolution reset on exit wink

Consider it as home work big_smile

Last edited by satanselbow (2011-08-27 16:07:09)

Offline

#4 2011-08-27 16:19:24

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED] Low resolution on game exit

satanselbow wrote:

If it is a persistent problem you could wrap the offending binary in a script to auto fire the screen resolution reset on exit wink

HoMM2  for me ;P
Lower resolution to keep the game happy, start the game; on game exit, reset to the native resolution.

Offline

#5 2011-08-27 16:49:26

MatejLach
Member
From: United Kingdom
Registered: 2011-06-22
Posts: 314
Website

Re: [SOLVED] Low resolution on game exit

Thanks for all your replies!
I will try them.
Maybe I can just start another X session and kill it after I exit the game...

Last edited by MatejLach (2011-08-27 16:50:03)

Offline

Board footer

Powered by FluxBB