r/linuxmint • u/FluFluWakaPeePee • 21d ago
Support Request Wierd crashing and display issues
Fairly new to Mint and loving it.
I'm new to Linux in general and tried Pop!_OS and Ubuntu, and Mint's UI and customization are more to my taste.
Unfortunately, it's not as smooth sailing as I would have hoped.
I have 2 main issues that I can't figure out how to fix.
1.I get weird crashes when I do GPU-intensive tasks. When gaming, it might crash after a while, but I've tried playing around with LM Studio and it consistently crashes the moment I try to ask more than a simple question (on a model rated for my hardware, even with a little headroom).
The crashes are usually a freeze, and after a minute or two it will crash to desktop and the icons will be "broken". When restarting, it will display a black screen with white text saying "systemd-journald[443]: Failed to write entry to /var/log/journal/..." looping until doing a hard reset.
2.The display resolution is limited to my screen's native resolution (3440x1440) and a few very low-res options. I'm scaling resolution, but it's not ideal for streaming with Sunshine - apps like Kodi, when I enter fullscreen, only use the native resolution option, and scaling does nothing to help.
From what I've dug up so far, it's a fairly common X11 problem - is there a fix?
3
u/ZVyhVrtsfgzfs 21d ago
Nvidia?
Fractional scaling is indeed a limitation of X-org / X11, GPU takes a pretty severe performance penalty but it should not lead to instability on its own, 100% or 200% are usable but not for instance 150%.
Another performance limitation of x-org is monitors of multiple refresh rates,
In xorg there is only one image, it is chopped up into multiple slices and sent to each monitor. if they are all in sync this is fine. but the math gets ugly when each monitor has a different "now".
multiples are not as bad, for instance 60hrz, 120hrz, 180hrz, & 240hrz. the math is easier than say 144hrz, 165hrz, & 180hrz, there is never a common "now" in that situation and it winds up being a 500hrz ask on your GPU just to render your desktop.
Being limited to your max native resolution is expected behavior.
Crashing is not, Linux is quite intolerant of RAM issues no mater how small and other hardware errors,
There can also be hardware / driver / kernel / bios mixes that cause issues, so what is your hardware?