200
Fuck nvidia.
(mujico.org)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
This reminds me of the nightmare of those laptops with intel and nvidia gpu so you could switch to nvidia if you wanted to game. And what a nightmare it was to even get the nvidia gpu working in linux.
When I'm buying new hardware I'll make sure never to buy nvidia again. However sometimes I am gifted things and it would be rude to refuse to accept.
This is what mine has. I was able to get it working with bumblebee on kali. Just switched to Debian 12, and I thought it would work after installing the non-free drivers, but nope. So guess I get to do some reading up on that now. Maybe look into bumblebee again.
If you haven't already, check for Nouveau support. And if your card is supported, you may need a kernel parameter. I needed
nouveau.config=NvClkMode=15
(but be warned some parameters like that have some risk, like possibility of overheating, and may or may not be applicable or safe for your GPU).For me, it has worked to just set environment variable
DRI_PRIME=1
to use the Nvidia GPU for that specific application. (Maybe this is what Bumblebee does; I don't know.)In the future, though, I recommend avoiding Nvidia hardware.