this post was submitted on 20 Feb 2026
113 points (99.1% liked)

Free and Open-Source Gaming

2409 readers
1 users here now

A community for anything related to free and open-source games.

From libregamewiki.org: Free games, also called libre games, consist solely of free software and free media (free as in freedom).

founded 2 years ago
MODERATORS
 

The first release of 0 A.D. that doesn't have an Alpha label attached, as the free and open source RTS has grown up with their faster release schedule.

you are viewing a single comment's thread
view the rest of the comments
[–] DarkSideOfTheMoon@lemmy.world 15 points 1 month ago* (last edited 1 month ago) (1 children)

I really want to play this game but I am having trouble to see high DPI the games load with a tiny tiny font for me. I am using Linux Mint

[–] IanTwenty@piefed.social 1 points 1 month ago (1 children)

The config file has some settings that might help

https://github.com/0ad/0ad/blob/master/binaries/data/config/default.cfg

Such as

scale = 1.0                       ; GUI scaling factor, for improved compatibility with 4K displays

And maybe

; Enable Hi-DPI where supported, currently working only for testing.
hidpi = false

Finally

; Force a particular resolution. (If these are 0, the default is
; to keep the current desktop resolution in fullscreen mode or to
; use 1024x768 in windowed mode.)
xres = 0
yres = 0
[–] DarkSideOfTheMoon@lemmy.world 2 points 1 month ago

Thanks. I will try that.