SaveMotherEarthEDF

u/SaveMotherEarthEDF@lemmy.world
6 posts · 68 comments

Recent posts

Recent comments

Seriously, it's a terrible idea to click any link including the unsubscribe link in spam email. It just confirms that your email is actively in use. Amount of spam will just increase.

Source: live and learn.

on *Permanently Deleted* · c/linux · 1 pts · 1y

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.

on *Permanently Deleted* · c/linux · 2 pts · 1y

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.

on *Permanently Deleted* · c/linux · 3 pts · 1y

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