I have SVM 0.9.0 on Ubuntu 6.06, fullscreen works fine. I have set SVM's options to be fullscreen, so when it launches it takes over, and I am not asking for aspect ration correction (I had some issues with the top left of my screen zooming right in but I fixed it by accident before figuring out what was causing it!).
I couldn't get individual games to run full screen by overriding SVM's graphic settings if it is set to NOT launch fullscreen - however I have got each game set to
(if you open .scummvmrc you can just replace or paste those lines into each game's config section)
I've put the scummvm part of my /home/MYPROFILE/.scummvmrc config file below, perhaps it will help?
Code: Select all
[scummvm]
music_volume=192
midi_gain=80
speech_volume=192
browser_lastpath=/home/
aspect_ratio=false
music_driver=auto
lastselectedgame=sword2
native_mt32=false
subtitles=false
themepath=/usr/lib/scummvm/themes/modern/
fullscreen=true
sfx_volume=192
talkspeed=60
speech_mute=false
enable_gs=false
multi_midi=false
versioninfo=0.9.0
savepath=/home/PROFILE/.scummvm
The themepath might not work on previous builds, and you should probably make sure the lastselectedgame is one you have to avoid confusion!
Let us know how it goes,
c