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

Games

39217 readers
2099 users here now

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

Rules

1. Submissions have to be related to games

Video games, tabletop, or otherwise. Posts not related to games will be deleted.

This community is focused on games, of all kinds. Any news item or discussion should be related to gaming in some way.

2. No bigotry or harassment, be civil

No bigotry, hardline stance. Try not to get too heated when entering into a discussion or debate.

We are here to talk and discuss about one of our passions, not fight or be exposed to hate. Posts or responses that are hateful will be deleted to keep the atmosphere good. If repeatedly violated, not only will the comment be deleted but a ban will be handed out as well. We judge each case individually.

3. No excessive self-promotion

Try to keep it to 10% self-promotion / 90% other stuff in your post history.

This is to prevent people from posting for the sole purpose of promoting their own website or social media account.

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

This community is mostly for discussion and news. Remember to search for the thing you're submitting before posting to see if it's already been posted.

We want to keep the quality of posts high. Therefore, memes, funny videos, low-effort posts and reposts are not allowed. We prohibit giveaways because we cannot be sure that the person holding the giveaway will actually do what they promise.

5. Mark Spoilers and NSFW

Make sure to mark your stuff or it may be removed.

No one wants to be spoiled. Therefore, always mark spoilers. Similarly mark NSFW, in case anyone is browsing in a public space or at work.

6. No linking to piracy

Don't share it here, there are other places to find it. Discussion of piracy is fine.

We don't want us moderators or the admins of lemmy.world to get in trouble for linking to piracy. Therefore, any link to piracy will be removed. Discussion of it is of course allowed.

Authorized Regular Threads

Related communities

PM a mod to add your own

Video games

Generic

Help and suggestions

By platform

By type

By games

Language specific

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Manticore@lemmy.nz 15 points 2 months ago* (last edited 2 months ago) (5 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 2 months ago* (last edited 2 months 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 2 months ago

On Ubuntu you can also just run:

sudo ubuntu-drivers autoinstall

Bazzite makes nvidia pretty easy, although it can still be troublesome, they are working on it. There's a different iso to install that is designed for nvidia, couldn't be more straightforward.

[–] solarvector@lemmy.dbzer0.com 2 points 2 months ago

Might be worth testing Linux with a separate drive. I know people still have trouble with Nvidia, but there are a lot of people (myself included) that just had to install the drivers and have had zero issues thereafter. Mine is a slightly older gaming laptop.

I have a desktop with an AMD card that I tried to put Linux on and couldn't get the drivers to work. I'm going to try again in the summer and hope they've caught up.

[–] CeeBee_Eh@lemmy.world 2 points 2 months ago

I have an Mvidia card (drivers are notoriously troublesome on Linux).

They haven't been for a while now. On some newer distros they'll install the Nvidia drivers at the same time as the OS itself.

[–] DaedalousIlios@pawb.social 2 points 2 months ago

If you have a newer NVIDIA, you should be good. It's a little rough around the edges here and there (steam overlay flickered for a friend, but that was months ago and could well be fixed) , but to my understanding, the worst issues have been solved. And having previously used an RTX 2040, it worke perfectly where it truly matters.

Like others have said, try a dualboot. It can't hurt.