Support us on Patreon to keep GamingOnLinux alive. This ensures all of our main content remains free for everyone. Just good, fresh content! Alternatively, you can donate through PayPal. You can also buy games using our partner links for GOG and Humble Store.
We do often include affiliate links to earn us some pennies. See more here.

DOSBox is about to get more advanced, with the community-made 'soft' fork dosbox-staging have a first proper release out. Made as an attempt to reinvigorate DOSBox development, it has a very admirable aim.

The point, they say, is to provide a better experience than the standard DOSBox and hopefully get their work into the upstream project to improve it for everyone.

Today, dosbox-staging 0.75 was officially released, here's some highlights:

  • Upgraded to use SDL 2.0 - bringing with it improved input handling, low-latency audio using OpenSL ES, more output interfaces such as Wayland and much more.
  • Support FLAC, Opus, and MP3 CD-DA tracks.
  • Pixel-perfect scaling mode.
  • Resizable window.
  • 64-bit Dynamic Recompilation - "Support for 64-bit dynarec improves CPU emulation speed and quality across the board - this is especially visible to Linux and macOS users".
  • It now complies with the XDG Base Directory Specification.
  • Plus loads more you can see the release notes here.

DOSBox is a truly an essential bit of free and open source software, one that keeps some truly classic games alive and so it's important that it's in good shape itself as operating systems themselves grow and evolve so DOSBox needs to keep up with it all too.

See more about dosbox-staging on the official site and GitHub.

Article taken from GamingOnLinux.com.
17 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly checked on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. You can also follow my personal adventures on Bluesky.
See more from me
The comments on this article are closed.
All posts need to follow our rules. For users logged in: please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Guest readers can email us for any issues.
21 comments
Page: 1/2»
  Go to:

ageres May 6, 2020
Installed from AUR, it replaces regular DOSBox.
![](https://drive.google.com/uc?id=10lAJl1wiVoZXmVmnCSxwIxpx0hpik_ZT)
Curupira May 6, 2020
How does it compare to DOSbox-ECE?


Last edited by Curupira on 6 May 2020 at 2:29 pm UTC
dreamer_ May 6, 2020
How does it compare to DOSbox-ECE?
ECE is not really a fork, but rather a collection of important patches (for users it does not matter, but it means ECE cannot improve on code inherited from SVN - unlike dosbox-staging, which is "proper" open-source project).

Out of patches distributed via ECE:

- We include pixel-perfect mode (this feature was removed from ECE; code author is dosbox-staging maintainer)
- We include a better version of CD-DA work (author is also dosbox-staging maintainer)
- Integrated NukedOPL already
- Scalers 4x and higher are not needed any more since glshader=sharp is integrated now
- We provide a number of features not available in SVN nor ECE (see changelog), most importantly moved on to SDL2

What we're missing from ECE:

- FluidSynth integration (we'll work on this for next stable release)
- MT-32 integration (in plans)
- 3dfx emulation (work is slowly starting)
- "Improved" PC speaker emulation - we won't integrate this, this work is unfinished, borderline broken

Other patches distributed by ECE are really trivial changes, we'll integrate them sooner or later ;)

Overall ECE is an extremely important project, as it kept alive these important out-of-tree patches for years - we're taking them, cleaning up, improving, and properly integrating into dosbox-staging code (one by one).
legluondunet May 6, 2020
This new project looks very good! A lot of new modern features for Dosbox!
Yaumeister May 6, 2020
View PC info
  • Supporter
Hopefully this will better coordinate all the efforts from different DOSBOX variants into a single branch, and perhaps a prebuilt deb release for lazy Ubuntu folks like me?

I use this at the moment and has MT-32 support via munt.
https://code.launchpad.net/~i30817/+archive/ubuntu/dosbox-patched
Purple Library Guy May 6, 2020
How does it compare to DOSbox-ECE?
ECE is not really a fork, but rather a collection of important patches (for users it does not matter, but it means ECE cannot improve on code inherited from SVN - unlike dosbox-staging, which is "proper" open-source project).
I was wondering, and then seeing you here clearly involved gives me a hint that the answer is fairly positive--so, what's the relationship between this and Boxtron?
ripper May 6, 2020

@dreamer_, what are the chances of eventually merging your changes to the original dosbox? Or merging those two projects? Is dosbox development completely dead - so dead, that it can't be even revived? Can you share some background regarding this? I'm extremely happy for your project, because I long felt that dosbox was missing user friendly features (like window resizing). But of course it would be even better if you could the same change in the original project instead of starting a new one.
Shmerl May 6, 2020
Great, I was waiting for XDG base dir support in DosBox for a long time. Switch to SDL 2 is also a major plus.


Last edited by Shmerl on 6 May 2020 at 4:51 pm UTC
sr_ls_boy May 6, 2020

@dreamer_, what are the chances of eventually merging your changes to the original dosbox? Or merging those two projects? Is dosbox development completely dead - so dead, that it can't be even revived? Can you share some background regarding this? I'm extremely happy for your project, because I long felt that dosbox was missing user friendly features (like window resizing). But of course it would be even better if you could the same change in the original project instead of starting a new one.

>..what are the chances of eventually merging your changes..
The chances are nil. There is a lot of bad blood between the staging developers and dosbox developers.
jens May 6, 2020
  • Supporter
oh this is really cool, thanks a lot dreamer_ and colleagues!
Out of curiosity, is it known why the original project somehow got "stuck" in time?


Last edited by jens on 6 May 2020 at 6:56 pm UTC
dreamer_ May 6, 2020
I was wondering, and then seeing you here clearly involved gives me a hint that the answer is fairly positive--so, what's the relationship between this and Boxtron?
They are really close - dosbox-staging started when I found bugs in DOSBox, that I couldn't work around in Boxtron. I plan to bring those two projects closer, but very likely they will stay as 2 projects (we'll see). dosbox-staging is much bigger with many more contributors at this point.

@dreamer_, what are the chances of eventually merging your changes to the original dosbox? Or merging those two projects? Is dosbox development completely dead - so dead, that it can't be even revived? Can you share some background regarding this? I'm extremely happy for your project, because I long felt that dosbox was missing user friendly features (like window resizing). But of course it would be even better if you could the same change in the original project instead of starting a new one.
I agree - the best outcome would be if all the improvements landed upstream and fork could be avoided. I spent a lot of effort (and grew few more grey hairs) trying to avoid creation of the fork (while wanting to get some work actually done), but failed at that :( You can find context in this /r/emulation thread.

At the moment chances of merging the projects are close to 0, but maybe in few dosbox-staging releases, when everything will cool-down, we could pick up the topic again. But this time the upstream would need to show initiative - and willingness to restructure their workflow.

But I need to be clear here: DOSBox SVN project is not dead. They are doing their own thing, on their own terms and schedule.
mcphail May 6, 2020
I've been bundling this as my dosbox-of-choice for my snapped games for a while. It is a huge improvement over the upstream project, most significantly from the switch to sdl2. All the issues with broken multiple monitor setups and resolution switching have resolved. It is a real pity that forks have become necessary to support modern requirements but I suppose it means we still have the older project to support older hardware, where there isn't sdl2 support.
voyageur May 7, 2020
Really nice! Thanks for the article, dosbox with SDL2, x86-64 dynamic and dynrec cores, resizable windows, XDG base directory, ...
It compiles fine on Gentoo, testing an ebuild in my overlay before adding it to main tree soon.

Hopefully MT-32 and 3dfx integration will be there soon!
dreamer_ May 7, 2020
Hopefully MT-32 and 3dfx integration will be there soon!
Due to popular demand, FluidSynth 2.x integration is in front of those two in the queue, but we'll get to it :) People who want to follow (or contribute):
- MT-32 work is tracked here: #257
- 3dfx emulation work is tracked here: #339
legluondunet May 7, 2020
I tested several of my dos games and I observed a performance boost and less graphic tearing (SDL 2 positive effects?). But we still need a vsync feature to avoid completely graphic tearings. I saw they are working on it.


Last edited by legluondunet on 7 May 2020 at 12:34 pm UTC
dreamer_ May 7, 2020
I tested several of my dos games and I observed a performance boost and less graphic tearing (SDL 2 gains?). But we still need a vsync feature to avoid completely graphic tearings. I saw they are working on it.
Yeah. We decided to disable the user's ability to change vsync setting for now - turning it on causes severe problems (mostly because emulator code is targetting output of CRT refresh rate - usually 70FPS). If someone is feeling adventurous, then vsync can be forced via OpenGL (using e.g. MangoHud), but the results are likely going to be terrible.

We're going to work on this again, but old "simple" implementation inherited from SDL2 patch is not robust enough, more effort is required.
axredneck May 7, 2020
Is it better/worse than dosbox-x ?
Purple Library Guy May 7, 2020
DOSBox SVN is definitely not dead. But as a member of the DOSBox Beta Testing team, I can tell you that a new release isn't coming anytime soon. Almost a year ago now they put out a 0.75 beta build and those efforts seem to have fizzled out. I'm still using it as my go to DOSBox version however. Sadly it contains a lot of private non-published patches, so we have been asked not to share it.
Oh good lord. So they have some useful patches, and they don't feel like making an actual release, but in the mean time they want to avoid distributing what they've got for fear that if they did they'd have to abide by the GPL and let other people use the useful things. Every detail I hear about the old DOSBox types seems to confirm the impression that they're dysfunctional and self-absorbed.
ripper May 8, 2020
I agree - the best outcome would be if all the improvements landed upstream and fork could be avoided. I spent a lot of effort (and grew few more grey hairs) trying to avoid creation of the fork (while wanting to get some work actually done), but failed at that :( You can find context in this /r/emulation thread.
That was a very long, interesting and often sad read. Thanks for linking that. I always assumed DOSBox upstream was simply dead because people left, and not that it was such an inaccessible environment, ignoring and discouraging important community contributions. I hope the right people will flock to your new, community-embracing fork, and DOSBox ecosystem will get revitalized through it. It the project endures and clearly works better on modern systems, with better user experience, I'm sure eventually companies like GOG will use it instead of the original. And Linux distributions might default to it as well, same as what happened to OpenOffice vs LibreOffice or defaulting to wine-staging instead of wine (at least in Fedora; but vanilla wine seems to have been improving a lot recently in this regard). Perhaps DOSBox SVN authors might then recognize the importance of the community and join efforts again, however unlikely it seems now. Thank you for your persistence and energy, I love what you're doing.
dreamer_ May 8, 2020
Is it better/worse than dosbox-x ?
Neither.

DOSBox-X and dosbox-staging are two, non-competing projects with different goals. If your use case requires perfect hardware emulation (there are many such use-cases!), then DOSBox-X is the way to go; many people use DOSBox-X for gaming and there's nothing wrong with that either. dosbox-staging is for people, who want to play DOS games without a hassle; our goals are stated here :)

Stars indicate, that both projects will cooperate by sharing expertise and patches (but our code diverged a lot, so projects are unlikely to merge). Hope this clears things out :)
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.