this post was submitted on 09 Apr 2024
126 points (96.3% liked)
Linux Gaming
15797 readers
25 users here now
Gaming on the GNU/Linux operating system.
Recommended news sources:
Related chat:
Related Communities:
Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I expect it to work, like Openbox works on X11.
You miss the entire point of WMs then.
You're complaining about 7 lines of configs when the entire point of WMs is for you to literally customize everything through configs.
Shit, you probably don't even need half of that crap.
QT_QPA_PLATFORM=wayland
is already handled by qt, you only need that when running apps across Waypipe from a headless server environment. By default QT infers your environment from$DISPLY
which is always:0
in Wayland.Thank you for educating me on basic knowledge about WMs, which I use since ove a decade.
I just expect applications behave the same. I have literally not one single line of configuration for X11 in any of my configuration files.
I need this QT variable, otherwise Cura does not work properly.
Cura as in this one? :
Exactly. When the variable is unset the UI shows massive artifacts and weird rendering glitches.
I don't see any graphical glitches on my hardware.
Perhaps you're still on the qt5 version?
Maybe a bug with your Nvidia driver?
Perhaps your WM doesn't have explicit sync yet and your card & driver needs it in this particular case? Perhaps it's running under XWayland?
As it says above, it should really be inferred by default. Something weird is going on here.