this post was submitted on 12 May 2024
470 points (85.7% liked)

linuxmemes

20762 readers
1498 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 78 points 4 months ago (11 children)

I know it's a joke, I hate to be that guy. But this meme feels old and obsolete now. I can't remember the last time I had to tweak my Linux. The fun is gone

[–] [email protected] 54 points 4 months ago

For real. I recently had to swap my window manager to xmonad just to feel something again.

[–] [email protected] 29 points 4 months ago (2 children)

Cool! Maybe I can challenge you. Can you help me figure out how I can get my Hyprland session back on my Arch install? I have a Radeon 7700 XT and I recently installed an RTX 4070 to assist with some compute tasks. With both cards installed GDM doesn't populate the Hyprland option. If I remove the 4070 everything goes back to normal.

(This is also a joke, you don't need to help me troubleshoot this.)

(Unless you actually know how in which case I can pay you $20 for your time)

[–] [email protected] 32 points 4 months ago (2 children)

Hyprland session

Wayland compositor

RTX 4070

Nvidia GPU.

[–] [email protected] 10 points 4 months ago (1 children)

Haha, I was hoping that because all my monitors are plugged into my AMD card that it wouldn't cause as many issues, but I was mistaken.

I'm looking at it as an opportunity to learn more about the Linux kernel, the order that certain modules are being loaded in, and environment variables.

[–] [email protected] 8 points 4 months ago* (last edited 4 months ago) (2 children)

You should consider passing through your Nvidia GPU to a virtual machine in order to do compute tasks on; that way, your host machine won't be infected with proprietary Nvidia drivers (I'm assuming you need CUDA for your compute tasks). The only performance differences you'll notice is less available system RAM (you will have access to all of your VRAM), and very slightly less CPU performance, due to running two operating systems at the same time (barely even noticable, TBH). This is the option that I would personally recommend.

If you want to try a super hacky solution which might not work for everything you need, you can try using the open source, recently released ZLUDA translation layer to perform CUDA tasks on your AMD GPU.

https://github.com/vosen/ZLUDA

The reason Hyprland doesn't work with proprietary Nvidia drivers is due to Nvidia refusing to implement the accepted Wayland standard in favor of their own, home-rolled solution which is incompatible. AFAIK, only GNOME and KDE implement that standard.

[–] [email protected] 6 points 4 months ago

Hyprland works fine on Nvidia, I've been using it for about a year now. It's only going to improve now that Nvidia hired people from the Nouveau team to work on Nouveau and Nvidia is making the open drivers the default in version 560. Can't wait for the 555 drivers they've been working on with the Wayland team and most of the major desktops to implement explicit sync etc.

An option would be to only install the CUDA toolkit without the drivers but distros like Ubuntu just don't support it. You could also switch display managers to sddm because Hyperland recommends it, might work better. Hyprland prints information in the tty if you launch it with Hyprland. I'm just thinking it's gdm being weird tbh.

[–] [email protected] 3 points 4 months ago

Ah, I like this solution. Thanks for the suggestion! I set up GPU passthrough for a VM on a build years ago with QEMU. I'm sure I'll be able to figure that out again.

[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

true in these case only waiting for driver update

[–] [email protected] 6 points 4 months ago

Upvoted, joke appreciated :)

[–] [email protected] 12 points 4 months ago* (last edited 4 months ago)

By an Index and get into VR gaming on Linux. We livin on the edge ovar her. Shit breaks every day and there's a wonky python script you have to use if you wanna be able to put the base stations into sleep mode 👍

[–] [email protected] 8 points 4 months ago (1 children)

Install Gentoo and let the fun begin!

[–] [email protected] 1 points 4 months ago

I was going to say Guix but I've always been a little Gentoo curious

[–] [email protected] 5 points 4 months ago

Time to do LFS

[–] [email protected] 5 points 4 months ago

Yeah it just works now. Sometimes I miss the days where we had to troubleshoot sound drivers, because it made us learn so much. Even if we didn't manage to fix the problem, we learned about how sound works in Linux.

[–] [email protected] 4 points 4 months ago

Can i interest you on the deep customization of nixos?

Jokes aside. I don't really use the deep patching nix enables. The area of customization i want: look and feel of applications. It's not something that's doable really. Desktops are just different ways to launch a web browser T_T

[–] [email protected] 2 points 4 months ago

You need TempleOS?

[–] [email protected] 2 points 4 months ago (1 children)

Last week for me lol.

AMD DRM bug in the kernel that prevents certain 3D rendering or something. Most games through WINE/proton was broken. Had to downgrade the kernel.

Wouldn't call that fun as it prevented one of the very few days per month I get to play games with some of my friends

[–] [email protected] 2 points 4 months ago (1 children)

It's interesting to read people's issues on Linux. It seems almost all of them come from the graphic stack and gaming. Using an Intel card I haven't seen an issue in forever.

[–] [email protected] 2 points 4 months ago

Yeah I think current graphic development is going at breakneck pace, but of course that means a lot more bugs...

[–] [email protected] 1 points 4 months ago

Upgrade to Fedora 40 was downright boring.