this post was submitted on 05 Sep 2023
1268 points (98.9% liked)

Technology

58151 readers
4824 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


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

Nvidia drivers work fine, they always have (I’m using a 4090 on my fedora workstation). This is a common misconception.

Nvidia’s drivers are a problem because they are not open source. This creates headaches for developers and the community at large. But for end users, they work just fine. Nvidia doesn’t just dump untested code on the internet and call it a day, they have full time staff dedicated to building and testing linux drivers.

One recent problem is that the current latest driver is not compatible with Starfield. This is a common occurrence even on windows, and is why Nvidia and AMD regularly release “game ready” drivers before a major game launch. On Windows, Starfield crashed with the latest AMD driver for the same reason.

Since it isn’t open source, our only option is to wait for Nvidia to release a new version. If it was open source, the community could fix the issue immediately without having to wait.

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

I see thanks for the info.

Next computer I would consider to go full Linux instead of getting windows 11 dual booting

[–] [email protected] 3 points 1 year ago

If you’re doing a new build and aren’t scared of following (very) complicated tutorials, you should look for a motherboard/CPU combo that supports something called “IOMMU”. Not all hardware supports it, and it isn’t really advertised.

Basically, that lets you run Windows in a VM with full GPU passthrough. Combined something like WinApps, and you have the ultimate PC that can run basically anything.

[–] [email protected] 1 points 1 year ago

Nvidia drivers also don't support a lot of features that other drivers do

[–] [email protected] 1 points 1 year ago (1 children)

got a citation there bud? running a 4080 on endeavour OS and have same issue :(

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

I think you misinterpreted my comment. Starfield is currently broken, and we need to wait for a fix from Nvidia.

[–] [email protected] 1 points 1 year ago (1 children)

Ah yeah sorry, when nvidia does when / how would I update driver, would it be a normal os update like yay -Syu I'm new and don't understand it all yet

[–] [email protected] 1 points 1 year ago

Depends on how you installed it, but most tutorials have you use the system package manager, so yes doing the typical pacman/apt/dnf/whatever update should do it.

You can check your current driver version by running ‘nvidia-smi’ in a terminal.

[–] [email protected] 0 points 1 year ago

One recent problem is that the current latest driver is not compatible with Starfield. This is a common occurrence even on windows, and is why Nvidia and AMD regularly release “game ready” drivers before a major game launch. On Windows, Starfield crashed with the latest AMD driver for the same reason.

DX12 and Vulkan were supposed to fix all that, but apparently not.