Linux
Welcome to c/linux!
Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!
Rules:
-
Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.
-
Be respectful: Treat fellow community members with respect and courtesy.
-
Quality over quantity: Share informative and thought-provoking content.
-
No spam or self-promotion: Avoid excessive self-promotion or spamming.
-
No NSFW adult content
-
Follow general lemmy guidelines.
view the rest of the comments
Disable Secure Boot in your BIOS. It should load after that, but if not, just reinstall the driver package.
The issue is in the lines with the keyword "taint" because the driver isn't signed and cooperating with your Secure Boot setup.
Nonsense. The "taint" what happens when you load an untrusted or non-free licensed module. As you can see the module is loading just fine with secure boot enabled.
Would I have to uninstall and then reinstall the drivers or just run the install command again?
If so how do I remove them?
sudo apt install --reinstall nvidia-driverSecure boot is disabled and reinstalled using this command, no luck
Post dmesg output again
Can you run
nvidia-smiand see what the output is?