this post was submitted on 05 Apr 2025
1182 points (97.6% liked)

Games

37411 readers
1781 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here and here.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Manticore@lemmy.nz 15 points 1 day ago* (last edited 1 day ago) (6 children)

Nope, will probably avoid 11 as long as I can though. I have an Mvidia card (drivers are notoriously troublesome on Linux). And I need professional design software for work (as in, industry standard: Adobe or Affinity).

But I put 11 on my laptop to try it and I hate it. So many terrible UI changes, UX noticeably worse. Like they changed stuff just to say they changed stuff.

I considered going Linux for personal use and development, and then using another machine or dual boot for Mac for design software. But i learned about the Nvidia issues after I upgraded my card :/ and swapping to Mac's walled garden after avoiding it for decades is.... a sign of how bad W11 feels to use.

[–] ohshit604@sh.itjust.works 3 points 1 day ago* (last edited 1 day ago) (1 children)

drivers are notoriously troublesome on Linux

I dunno man, Debian makes it pretty easy.

  1. Prerequisites

x64 Kernel headers:

sudo apt install linux-headers-amd64
  1. Debian 12 Installation

Disable secure boot & add ‘Contrib’ repository to sources list:

sudo deb http://deb.debian.org/debian/ bookworm main contrib non-free non-free-firmware

Install Nvidia driver

sudo apt install nvidia-driver firmware-misc-nonfree

Restart system.

Bonus points for optimal performance follow CUDA doc & OptiX doc for Ray-Tracing & utilization of Nvidia cuda cores.

[–] thepineapplejumped@lemm.ee 3 points 1 day ago

On Ubuntu you can also just run:

sudo ubuntu-drivers autoinstall

load more comments (4 replies)