OpenRA on Raspberry Pi 5 - Start Windows are too Big

Discussion about the game and its default mods.
kami2awa
Posts: 3
Joined: Tue Jul 14, 2026 8:30 pm

OpenRA on Raspberry Pi 5 - Start Windows are too Big

Post by kami2awa »

Hi all,

I've been able to install OpenRA on a Raspberry Pi 5 which I've used to make a mini laptop - however, the screen I have is only 5 inch (800x480). This means I can display the game fine *but* the actual window at the start of the game (before the game itself loads) is too big for me to access most buttons (including "Play Game" in Missions mode!), and it can't be resized below a fixed size. Is there any way to reduce the window size, or to use keyboard shortcuts to navigate?

Hope you can help - I'd really like to be able to play on my mini device! As far as I can see the game runs OK on this device, but the modes I can access are limited by the fixed screen size!
kami2awa
Posts: 3
Joined: Tue Jul 14, 2026 8:30 pm

Re: OpenRA on Raspberry Pi 5 - Start Windows are too Big

Post by kami2awa »

Found a workaround at least - double-clicking on a mission from the menu will start it without the Play Game button! Would still like to find a way to change the window size though. Dune runs well - will try RA and Tiberian Dawn soon.
Adrian
Posts: 152
Joined: Wed Feb 12, 2020 5:44 pm

Re: OpenRA on Raspberry Pi 5 - Start Windows are too Big

Post by Adrian »

I am just simple user (sometimes modder a little bit), but not developer.

Actually I can think about it, but not today, I suppose.
And some questions.
Are you talking about this place: Single Player —> Missions; button "Play"?
Raspberry Pi 5. Do you use Linux AppImage for it? Or what?

Maybe I will try to find this window ("Missions") in the game. Later.
kami2awa
Posts: 3
Joined: Tue Jul 14, 2026 8:30 pm

Re: OpenRA on Raspberry Pi 5 - Start Windows are too Big

Post by kami2awa »

Standard Raspbian OS; installed OpenRA through snap. As I say, works great in the actual game, but the initial window (before you start to play e.g. mission select) is much larger than the screen. Luckily, most essential controls are accessible as I mentioned. Initially, I thought I was stuck as the "Play Game" button was offscreen but there are workarounds. However, it would be nice to have it fit the smaller screen, so I'm wondering if there is any way to shrink the window right down.
Adrian
Posts: 152
Joined: Wed Feb 12, 2020 5:44 pm

Re: OpenRA on Raspberry Pi 5 - Start Windows are too Big

Post by Adrian »

but the initial window (before you start to play e.g. mission select)
The settings of this window* are in the file:
missionbrowser.yaml

Try to find a folder with the game "Dune 2000".
The file is located here:

(Dune folder)/mods/d2k/chrome/


:) If this is clear enough, then below I wrote a BIG message with details.

-------

this window : Single Player —> Missions
Last edited by Adrian on Fri Jul 17, 2026 5:05 pm, edited 1 time in total.
Adrian
Posts: 152
Joined: Wed Feb 12, 2020 5:44 pm

Re: OpenRA on Raspberry Pi 5 - Start Windows are too Big

Post by Adrian »

Some details.

Height of all that window is here. I mean, in the code of the file missionbrowser.yaml.

Code: Select all

Background@MISSIONBROWSER_PANEL

Height: 480 # 591

I set 480, as your resolution. Maybe you need less!
# 591 is old value.

At least, the window with my values (here and below) looks good.

--------------------

And then, you need reduce other elements.

Mission list.

Code: Select all

ScrollPanel@MISSION_LIST

Height: 370 # 483
---

And here it can be difference, in different versions of the game.
There is picture with a "map" of campaign and description of mission.

Code: Select all

Container@MISSION_INFO

Height: 370 # 483
---

OR (if above will be something wrong):

Only description of mission

Code: Select all

ScrollPanel@MISSION_DESCRIPTION_PANEL
Height... I don't know, test it (I hope, you don't need it).

---

Any questions?
It is interesting, does it work in your case?
Adrian
Posts: 152
Joined: Wed Feb 12, 2020 5:44 pm

Re: OpenRA on Raspberry Pi 5 - Start Windows are too Big

Post by Adrian »

installed OpenRA through snap.
I suppose, via snap you can get older version.

In my Ubuntu this is version 20231010 of OpenRA.
Newest versions are here, in this site:
https://www.openra.net/download/#linux
Now: 20250330.

As an AppImage files. All in one executive file.
In this case, if you need change/modify something inside, then your need extract this file.

-------

P.S. It's interesting to know for me — are my answers useful for you?

Who is online

Users browsing this forum: Ahrefs [Bot] and 55 guests