this post was submitted on 19 Jun 2025
16 points (100.0% liked)

Linux

55762 readers
800 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I recently figured out how nice Wine works for running old Windows games. However, many of them are fixed at 800x600 or another similarly low resolution. No big deal under X11 or Windows since the game will just stretch to fill the screen. But on KDE Wayland, the game just runs unscaled with black bars all around and none of the display settings seem to help. Is there an accepted way of setting the screen to a lower resolution but stretching it to fit the full display on Wayland sessions?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 week ago (3 children)

It's supposed to scale correctly, but otherwise Gamescope will take care of that particular issue.

Kinda annoying on Xorg when the game just decides my screen should be 800x600 and then proceeds to crash and leave me at 800x600 on a 4K display with scaling set to 200%.

[–] [email protected] 3 points 1 week ago (2 children)

Is the automatic scaling a recently-introduced feature to KDE? I have Plasma 5 on Debian 12, could that be the missing link, or is my configuration just wonky? Hoping to avoid editing every affected shortcut to include Gamescope.

[–] [email protected] 3 points 1 week ago* (last edited 1 week ago)

idk about you (and how many 800x600 games you have), but I have to edit the run command for a quarter of my games anyway, since they don't interpret my setup correctly and look like shit or are simply unplayable. So I copy paste my default gamescope command and viola, chefs kiss, everything works.

I think fullscreen worked differently on xorg vs wayland. I am on plasma 6 on a rolling distro and I like wayland a lot, especially when mixing monitor sizes and resolutions.

[–] [email protected] 3 points 1 week ago

Wine has always done that, last seen on Plasma 5 (I switched to Wayland with Plasma 6), and I remember that being a thing way back in 2007 too. Valved patched the scaling in Proton as well I believe so that might be why it didn't do that.

It behaves how fullscreen apps work on Windows, takes over your whole display and messes with the resolution and all.