Page 1 of 1

macosx custom video option for resolution

Posted: Tue Jan 01, 2013 11:08 pm
by wedge
In the previous macosx betas (up to b42), I was able to add a custom video mode (1344x803 windowed) by editing the files:
$HOME/Library/Application Support/T-Engine/4.0/settings/resolution.cfg

window.size = "1344x803"

$HOME/Library/Application Support/T-Engine/4.0/settings/tome.uiset_minimalist.cfg

tome.uiset_minimalist.save_size = {w=1344, h=803}

In the macosx release version 1.0.0, it doesn't seem to pay any attention to the contents of Library/Application Support/T-Engine/.
How can I add this custom video mode? It's the best windowed mode for my MacBook Pro.

Re: macosx custom video option for resolution

Posted: Wed Jan 02, 2013 5:40 am
by lenocinor
wedge wrote:In the previous macosx betas (up to b42), I was able to add a custom video mode (1344x803 windowed) by editing the files:
$HOME/Library/Application Support/T-Engine/4.0/settings/resolution.cfg

window.size = "1344x803"

$HOME/Library/Application Support/T-Engine/4.0/settings/tome.uiset_minimalist.cfg

tome.uiset_minimalist.save_size = {w=1344, h=803}

In the macosx release version 1.0.0, it doesn't seem to pay any attention to the contents of Library/Application Support/T-Engine/.
How can I add this custom video mode? It's the best windowed mode for my MacBook Pro.
Did you download a build inside a DMG file? If you did, please download the new version (from a ZIP). The DMG version was looking for things in the Linux default profile path erroneously, and this fix may solve your problem.

Re: macosx custom video option for resolution

Posted: Thu Jan 03, 2013 3:42 am
by wedge
Thanks, that fixed it.

Re: macosx custom video option for resolution

Posted: Thu Jan 03, 2013 5:22 am
by lenocinor
Awesome, thanks for reporting back. :)