VOGONS

Common searches


First post, by ccrvic

User metadata
Rank Newbie
Rank
Newbie

Hi All.

I'm new to Dosbox, so this might not be the smartest post ever made...

I've just upgraded my machine from Fedora 11 to Fedora 12. I was running dosbox 0.73 in F11, and I am again in F12.

Unfortunately, I've got no fullscreen mode any more - I just get a blank display.

Any suggestions as to how to start debugging this?

Thanks!

Vic.

Reply 1 of 3, by dougdahl

User metadata
Rank Member
Rank
Member

If (as seems likely) you're using a .conf file to change things, I'd suggest trying to run dosbox without it, just in case some change is causing problems.

There are probably other things others can suggest, but I've never needed as I haven't had too much problem with switching to a fullscreen, so I can't really say.

Personally, if you compiled dosbox from source and are still using the version you compiled in Fedora 11, I'd suggest removing it then recompiling, in case something that you compiled against in Fedora 11 has changed in Fedora 12.
If you installed dosbox via a rpm, or used yum, I don't know if an update would properly update the dosbox rpm, depending on the means of updating used. So if you didn't change things yourself, it is possible that you're still using a version of dosbox built for Fedora 11, not 12.
The best way to check would be to run 'rpm -q dosbox' on the command line and see if it says something along the line of dosbox-0.73-1.fc11.i586 as opposed to something like dosbox-0.73-2.fc12.i686
If you've still got the Fedora 11 version, I would definitely try removing it, and then installing the Fedora 12 version.

Though it is possible that this is a graphics problem. Are you having any problems switching the resolution of your computer? Can you switch to a low enough resolution?

Reply 2 of 3, by ccrvic

User metadata
Rank Newbie
Rank
Newbie

If (as seems likely) you're using a .conf file to change things, I'd suggest trying to run dosbox without it, just in case some change is causing problems.

I've already tried that - no difference...

Personally, if you compiled dosbox from source

I didn't - I'm using the versions from the repositories.

If you installed dosbox via a rpm, or used yum, I don't know if an update would properly update the dosbox rpm, depending on the means of updating used.

It did - the version is now that from the F12 repository

The best way to check would be to run 'rpm -q dosbox'

[vic@bombardier ~]$ rpm -qi dosbox
Name : dosbox Relocations: (not relocatable)
Version : 0.73 Vendor: Fedora Project
Release : 2.fc12 Build Date: Sat 25 Jul 2009 09:40:57 BST
Install Date: Tue 15 Dec 2009 02:34:13 GMT Build Host: x86-4.fedora.phx.redhat.com
Group : Applications/Emulators Source RPM: dosbox-0.73-2.fc12.src.rpm
Size : 2665652 License: GPLv2+
Signature : RSA/SHA1, Thu 06 Aug 2009 20:19:18 BST, Key ID 9d1cc34857bbccba
Packager : Fedora Project
URL : http://dosbox.sf.net
Summary : x86/DOS emulator with sound and graphics
Description :

DOSBox is a DOS-emulator using SDL for easy portability to different
platforms. DOSBox has already been ported to several different platforms,
such as Windows, BeOS, Linux, Mac OS X...
DOSBox emulates a 286/386 realmode CPU, Directory FileSystem/XMS/EMS,
a SoundBlaster card for excellent sound compatibility with older games...
You can "re-live" the good old days with the help of DOSBox, it can run plenty
of the old classics that don't run on your new computer!

Though it is possible that this is a graphics problem. Are you having any problems switching the resolution of your computer? Can you switch to a low enough resolution?

Yes...

Vic.

Reply 3 of 3, by ripa

User metadata
Rank Oldbie
Rank
Oldbie

Change output=surface to output=opengl or output=overlay and fullresolution=original to fullresolution=0x0 or fullresolution=1024x768 (or whatever your desktop is using). You can add something like "echo asdf" to the autoexec section of the config file so you'll know if dosbox is using it or not (if it's in use, dosbox will print asdf at startup).