So last when I was following the issue on github, it would need to be supported by electron first. It’s in the works but for now, and take it with a grain of salt, I think the recommendation in the issue was to add the options in the desktop file or executable of the app yourself.
If you are distributing the app with the flags then just a remainder to set the compatibility of the flags such that it also works with X.
Ah the problem you are describing in wayland actually usually happens only with electron apps. Most of the electron apps require forcing them to run on wayland. They are usually running on X (x-wayland) which cause all sorts of glitches. You can use xeyes to check if the app is using xwayland or not. If eyes move when you move the cursor inside the app then it’s on xwayland.
To resolve the issues for the electron apps I pass these parameters:
--enable-features=UseOzonePlatform --ozone-platform=wayland
Getting these args to flatpacks could be a bit tricky. You can usually find Appimages that can allow you to run these apps easily on wayland.
I am also on ver 550.120 so doubt that driver is the issue here.
Finally, thanks for the clear cut answer. I don’t have any experience with training on AMD but the errors from nvidia are usually very obscure.
As for using gpus other than nvidia, there’s a slew of problems. Mostly that on cloud where most of the projects are deployed, our options seem either limited to nvidia gpus, or cloud tpus.
Each AI experiment can cost usually in thousands of dollars and use a cluster of GPUs. We have built and modified our system for fully utilizing such an environment. I can’t even imagine shifting to Amd gpus at this point. The amount of work involved and the red tape shudder
Oh sorry, guess I missed the random drives part. You’re absolutely right in that regard. Also, I use fstab to setup automount, so can’t help op with this.
WTF? I’m automounting my home directory from an external ssd usb for ages now. What is the disaster that could happen you’re referring to?
Do you mean in terms of gaming? I admit that I don’t do much gaming on linux. Usually just development and browsing.
I also use proprietary nvidia drivers if that makes a difference.
Sorry but could you please elaborate. I’ve been using nvidia forever in linux machines both at work and at home. I work in AI so using nvidia gpus is a must. Maybe there’s something that I missed but my experience has been pretty solid so far.
At home I am using openSUSE tumbleweed KDE wayland and at work ubuntu headless.
I don’t see why it won’t play nice with linux but as to if you should buy this laptop… it doesn’t look in a good shape. I am a bit biased as I had poor experience with laptops with gpus. Old laptops can have bent heatsinks so you can’t control the temps no matter what. If yiu are hell bent on buying it then I’d recommend to stress test both gpu and cpu and look for heavy thermal throttling
Okay lol, my bad. I guess I have been living in an echo chamber when it comes to that game. Earth Defense Force. Love the series. You save the earth … by destroying it.
My spine is already fucked by years of programming so no worries there mate.
Here you go: https://store.kde.org/p/1425082 Go into the file tab to get the images.
Okay had to dig into it but found it. It’s called Anurati font.
lol I guess you haven’t played EDF then?
Well the best thing about it is that she wouldn’t even touch linux before this. She’s primarily a mac user. But after I dragged her to see my desktop modifications, after 10 eye rolls, she said she could do much better job than me.
Hours later she was still at it, hairs scattered, baffled looking… saying how could someone live with so many choices lol.
The good thing out of this was that now she’s starting to see the point of linux after all these years.
Eh, let it fall. I have been wanting to replace that samsung 4k crap that looks worse than 1080p chinese monitors
Close. Army housing. It’s free so I am not complaining!
I always come back to OpenSuse Tumbleweed. Once I have everything setup, it’s stable as a rock and kde works really well on it.
TYSM for bringing this game into attention. After hours of staring at the screen everyday, last thing I want to do is to stare some more. I love playing video games and this sounds like a good compromise compared to listening to audiobooks.
After going through a rabbit hole what I learned that this patch does is to allow time critical applications at top priority.
Most of popular linux distributions already have this patch applied in one form or another.
What I think it means for end user is that if applications use this part of linux kernel correctly, then they can speed up some core parts, be more responsive, and stable. But if it’s abused, it can end up slowing the whole system.
I reckon it could be related to the permissions required to write to the usb. Perhaps udev rules could help here?