this post was submitted on 03 Dec 2023
464 points (95.5% liked)

Technology

57415 readers
3258 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
 

Arch and other Linux operating systems Beat Windows 11 in Gaming Benchmarks::ComputerBase benchmarked three different Linux operating systems and found that all three can achieve better gaming performance than Windows 11.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 8 months ago (1 children)

I never understood what you people do with your machines, through the years i must have used at least half a dozen nvidia gpus and never had any real issues.

Of course early on you had to compile your drivers in the kernel yourself, but then I'm not even sure ati had drivers at the time. And that's how you configured the kernel anyway.

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

I think a lot of users kinda jump in the deep end, which is fine, but expect their experience to be flawless. Then when it inevitably isn't they get upset and disheartened. I get that.

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

Why I eventually settled on Ubuntu. I did Red Hat 5 in the 90s, built a Linux From Scratch system, and daily drove Gentoo for a number of years. Got sick of solving NP-complete problems in Gentoo package management. Combine that with lots of documents saying "this is how it works in Ubuntu, and everywhere else you'll have to figure it out for yourself". I don't have time for that shit.

Hell, Ubuntu is more straightforward to get TensorFlow working with Nvidia GPUs than it is on Windows. Nobody uses TensorFlow on pure Windows; you want to use WSL. To do that, you have to setup a passthrough layer to give WSL direct access to the GPU. There have been like three ways to do that over the years, and if you hit the wrong instructions in Google, you'll have to back out everything you did and make sure you start again clean. Which might mean a full reinstall. On Linux, you install the Nvidia drivers, install TensorFlow with the GPU flags, and you're done.