Resolution problem on exit
#2
OK, three possible solutions:

Solution #1: Ensure that AC's horizontal/vertical resolution matches the same as you normally use inside MS Windows (i.e. if you normally use 1280x800, then you should do the same inside AC).

Solution #2: Always run AC in non-fullscreen mode.

Solution #3: alias fquit [ fullscreen 0; resetgl; sleep 1000 [ quit ] ]
/fquit

(the above might only work on Linux... I can't remember if Windows can/can't change fullscreen once launched)
Thanks given by:


Messages In This Thread
Resolution problem on exit - by Ermine - 23 Mar 15, 11:22AM
RE: Resolution problem on exit - by RandumKiwi - 23 Mar 15, 11:33AM
RE: Resolution problem on exit - by Ermine - 23 Mar 15, 11:35AM
RE: Resolution problem on exit - by stef - 23 Mar 15, 04:21PM
RE: Resolution problem on exit - by Ermine - 23 Mar 15, 08:50PM