this post was submitted on 16 Feb 2024
9 points (80.0% liked)

Linux

7903 readers
72 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

Hi guys! I have a Desktop with Nobara, and open source mesa drivers for my 7800XT. When I try to run the webui.sh launcher, I get a segfault when trying to create the model. Is there a way to run it with open source drivers? Or without having to uninstall them? Can both privative and open source drivers coexist? This is mostly my gaming computer, but I'd like to be able to use it for stable diffusion as well.

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Dkarma@lemmy.world 3 points 7 months ago (1 children)

You need to build for rocm instead of cuda. I've done this in my Ubuntu box at home rx580. Message me if you can't get it figured out with a stack overflow search.

[โ€“] iturnedintoanewt@lemm.ee 1 points 7 months ago

I...think what I'm missing is the rocm. Does installing it override the open source Mesa libraries? I would want to keep my gaming PC being a gaming desktop, and I heard the AMD privative drivers come with a performance hit and additional mess to sort out. If ROCM is just an additional extension ala CUDA without installing the full driver, and can be used together with Mesa, then I guess I can go this route.