VOGONS


First post, by score_man

User metadata
Rank Newbie
Rank
Newbie

OS X Leopard 10.5.8
DosBox .73
20" iMac, Intel core duo

Loaded up. Works fine. dosbox.conf in directory, autoexec works. Nothing, absolutely nothing I put in as resolution commands makes any difference whatsoever. Would like either 1024x768 or, better, 1152x864. Always opens in tiny window. Tried every output, machine, aspect and scaler as well. No difference.

Any ideas what I'm doing wrong?

Many thanks.

Reply 1 of 7, by IIGS_User

User metadata
Rank Oldbie
Rank
Oldbie

tried
scaler=xxx forced 😕

Klimawandel.

Reply 2 of 7, by h-a-l-9000

User metadata
Rank DOSBox Author
Rank
DOSBox Author

The scaler settings can't be changed by commands in [autoexec].

1+1=10

Reply 3 of 7, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

on my imac 24" this works fine to make the resolution get bigger:

[sdl]
fullscreen=false
fulldouble=false
fullresolution=original
windowresolution=1024x768

[render]
frameskip=0
aspect=false
scaler=normal2x

Just remember to edit ~/Library/Preferences/DOSBox 0.73 Preferences

Reply 4 of 7, by score_man

User metadata
Rank Newbie
Rank
Newbie

Thanks all,

Still no go. I'll try it on my old dual G5 and see if I have any problems. Then I'll try a previous version on this machine. It's just too odd, it really ought to be working fine (by the way, it does work fine on my XP machine).

FYI, the only config file which seems to work is the "dosbox.conf" which I have in the same sub-directory (pardon me, the same folder) as the executable. When I alter the ~/Library/Preferences/etc. file no changes at all occur, including in the "autoexec" section.

s_m

Reply 5 of 7, by Dominus

User metadata
Rank DOSBox Moderator
Rank
DOSBox Moderator

the Preferences file does not work because you got the dosbox.conf file in the same sub-directory. Doesn't matter much, anyway (just that you always need to edit the dosbox.conf file, not the preferences file).
Copy the dosbox.conf file to another directory and instead of this, copy a new text file there with only these contents:

[sdl]
fullscreen=false
fulldouble=false
fullresolution=original
windowresolution=1024x768

[render]
frameskip=0
aspect=false
scaler=normal2x

and then test again...

Windows 3.1x guide for DOSBox
60 seconds guide to DOSBox
DOSBox SVN snapshot for macOS (10.4-11.x ppc/intel 32/64bit) notarized for gatekeeper

Reply 6 of 7, by score_man

User metadata
Rank Newbie
Rank
Newbie

thanks again, I'll give this a try when I get a moment -- probably tomorrow

Reply 7 of 7, by score_man

User metadata
Rank Newbie
Rank
Newbie

I tried the scaler=normal2x forced line again and it worked this time. I must have made a typo last time I tried that.

Thanks, now it's working just fine.

s_m