sudo apt install nvidia-driver
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
Congratulations, firefox is now crashing
I installed a Nvidia 3060 earlier this year. Ran the command, rebooted the system, everything works fine.
All these Nvidia driver memes are why I haven't fully switched to Linux with my main rig (which is used solely for gaming). Servers, fuck yeah boy, Linux all the way. Stable as fuck and super lightweight. But I don't need those to render things in 3D at 60+ FPS.
I also never got Wi-Fi drivers working until Ubuntu first came out and I tried it.
That kinda shit makes it feel like a catch-22: some things don't work on Linux because nobody is developing that thing for Linux, and they aren't developing that thing for Linux because people who use that thing don't use Linux (because it's not there). Partially why I learned to code; sometimes I want something that doesn't exist so I must create it. Unfortunately, I am not learned enough to make drivers/wrappers. π
Meanwhile in reality installing Nvidia drivers is literally just a checkbox in a Drivers menu in system settings. Unless you are using Arch or something.
I recently finally moved to Linux (Mint). I have Nvidia GPU and yes, all I had to do was check the box and the drivers installed automatically. No problems so far.
I still have Windows 11 installed though (dualboot). I know there's some compatibility problems with Linux that's affecting me, but Linux is my main OS.
The memes are extremely outdated at this point. Iβve been rocking Linux with a 3070 for the last year and a half and have only seen minor issues and major improvements. Not to say itβs perfect, but my issues have been more from me rocking arch Linux and breaking my system than Nvidia issues
This is actually an easy thing to do -- usually. But you might get unlucky with the wrong hardware, as perhaps OP did.
Honestly, I've never had this problem. Two GPUs, two clicks in the gui driver manager.
Works fine for me? (opensuse tumbleweed)
Didn't take much effort, hybrid mode got implemented automatically and then I just manually added a widget for quick switching between only integrated graphics, hybrid mode and only nvidia (basically never using that one, just either integrated or hybrid)
That's nice! I'm glad it glad it worked so well for you. That's the thing about configuration, sometimes it works without much effort!
I wish everyone shared your experience, but I guess it's a YMMV kind of thing, right?
LOL isn't that the truth. I wanted my desktop to not bother chugging watts through my 3090 and generating excess heat when barely KDE Plasma and a browser is running, but trying to set up GPU offload just left me with a blank terminal screen.
Thank God for the geniuses who implemented Snapper rollbacks in OpenSUSE! Otherwise, the Nvidia drivers in the repos work fine and I'm scared to touch them...
Is the power consumption really that much more? I guess there is a significant difference but it might still not cost much.
In a desktop you use the powerful GPU all the time.
In my use case the laptop is always attached to a charger.
2009 called
It's asking why things haven't changed in 14 years
(things are somewhat better)
IT'S FIXED!
I've never had trouble installing them. Getting them to work after an update is another story.
Lolz
I never understood this. Maybe because I stick with basic distros like Ubuntu or Mint. But I have not had this issue.
I had issues in like... 2010 or so. But not for about a decade
I haven't had issues for about a decade. I haven't had an nvidia card for about a decade either. I think the two may be connected.
I will say as someone who uses a NVIDIA card gaming through proton works flawlessly. Certain apps may have bugs. I'm having this one issue where H.265 videos don't play properly in VLC or MPV.
I saw a meme about sound cards recently and thousands of likes on social media.
And I wonder if it's people up voting because they remember that era, if it's bots, or if it's just people who kinda get the joke and don't want to be left out?
most likely the last one. especially in computer science, there's always a lot of people who sorta understand and just want to be included. that's why most computer science memes are "JavaScript bad" or "python slow" or other super basic mass opinions. I feel like it's super rare I see an actually original computer science meme
It depends a lot on which specific GPU you have and whether it's a laptop.
New-ish GPU in a desktop with the monitor plugged directly into the GPU? Easy to get working, literally a checkbox on most distros.
1000 series GPU or older in a laptop and you need reasonable battery life and/or some "advanced" features like DP Alt-Mode? Good luck.
Edit: Also, no Wayland until very recently. Possibly never, depending on the age of the GPU.
I used Ubuntu for many years on an nvidia machine and had a shit ton of nvidia problems, but I haven't used Ubuntu for a long time now so I would hope there's been progress. The experience has made me a lifelong AMD user since though.
Fedora here and same. It's just a few commands to get started and everything else works fine
Same, I'm on OpenSUSE, nVidia hosts its own OpenSUSE repo. As far back as 8 years(for me) you add the repo and add the driver. Everything works.
pacman -S nvidia-dkms
Hollywood, here I come!
Partial updates are not supported on Arch. You need to use -Syu
.
I think you're misunderstanding what a partial upgrade is.
A partial upgrade is where you update the database without then upgrading every package (calling pacman -Sy
with the u
switch).
pacman -S
, therefore, is not a partial upgrade, as the database is not updated with the y
switch.
See System maintenance#Partial upgrades are unsupported for more info.
I have a better one. Installing ATI drivers mid 2000s.
Adjusting for overscan in the 2000s....
Installing's easy. Does it work? No π« I still can't daily drive linux because how shitty NVIDIA's drivers are
Never had issues with nvidia :p.. feels like im the only one
It's not just you. Perhaps it depends on the distro?
I just had to click around a little when setting up Ubuntu 22.04 and it's done.
I currently use pop!_os and that just came with them, but even then, most other distros I tried it was one command or one click in the package manager and done
I know the open source ones are a lot more finicky so maybe also depends on what you get :3
Can I ask for help here?
I've got 3 displays, right...a 1080p75 and a 4k60/444 on my Nvidia GeForce 1660, and a 1080p60 on my onboard graphics (AMD).
Works reasonably under X11, but can't get 4k60 (only 30) in Wayland. And not really sure I've got 4:4:4, either. Seems prime-select keeps forgetting my setting in Wayland, too.
I'm using tumbleweed with plasma as my desktop.
I think it's because of the mismatched refresh rates. I think NVIDIA is working on a fix. But that may be outdated info i'm remembering. NVIDIA has said they are committed to fixing the remaining issues with Wayland support.
I remember around 15 years ago I was excited to get my first computer with a dedicated graphics card, a laptop with Nvidia Optimus. It was also around the time I was just beginning to get into Linux. I found an Ubuntu forum post with detailed instructions on installing Ubuntu and setting it up properly on that exact laptop, so I tried to follow that.
It didn't help that I was unfamiliar with using the terminal at the time. But even so, this was before tools like Bumblebee were in a usable state (is Bumblebee still the preferred way to use Optimus?). I remember getting to the part about graphics switching and seeing some messy confusing hack for it. I don't remember the specifics, but I think it involved importing a script and using diff to patch something. And I think all it did was just disable the very gpu I was looking forward to trying out.
I jumped back and forth between distros and Windows 7 a lot at that time. But it was such a shitty experience all because of Nvidia that I have never purchased any of their products since then. I've owned a lot of computers in that time, and I'm just one customer lost. I hope Nvidia looks at AMD sales and wonders how many of them are users that Nvidia lost because things like that.