this post was submitted on 03 Feb 2024
660 points (90.2% liked)

linuxmemes

20518 readers
620 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
[–] daqqad@lemmy.world 0 points 6 months ago (1 children)

Nvidia works great on Wayland. Even unusual configuration I'm running with egpu hooked up to a laptop with another Nvidia card built in. Zero issues. I'm allergic to Gnome, but KDE works beautifully.

[–] octopus_ink@lemmy.ml 1 points 6 months ago (1 children)

I’m running with egpu hooked up to a laptop with another Nvidia card built in.

Hey could you please point me to some resources to wrap my head around what I need to know to consider an egpu setup with Linux? Just looking for something that will overview of requirements and pain points, all the better if I can try to figure out what a good bang for the buck rig looks like right now.

This is something I've been curious about for awhile, but most of the articles I've found seem to assume I've got some egpu knowhow already.

[–] daqqad@lemmy.world 2 points 6 months ago* (last edited 6 months ago) (1 children)

I found almost no resources for this but it was mostly plug and play.

One thing I can suggest is keep everything same brand. My laptop has an Nvidia gpu built in and I tried using amd gpu without success. Spent about a week on it and tried various combination of drivers and settings. Nvidia just works.

Also Intel gpus require rebar enabled which almost none of the laptops support so I did not really consider them even though they were super attractive because of pricing.

The way I use it is set prime-select to Intel2 which disables built in Nvidia gpu and then I activate external gpu after login by running nvidia-smi as root after login. Then you just launch apps you want to use Nvidia gpu with

__NV_PRIME_RENDER_OFFLOAD=1 __GLX_VENDOR_LIBRARY_NAME=nvidia command_name arguments

[–] octopus_ink@lemmy.ml 1 points 6 months ago

Thank you! So it sounds like I just need to find a GPU and enclosure combo that fits my budget (TBD) , and it's like adding any other bit of hardware. I do have an intel-only system currently (integrated Iris XE), so I'll have to dig in on that. Thanks!