I wish to stick to using Debian Buster, but since my Nvidia driver was not installing, I tried other distro like Manjaro and that worked. I don't want to stick on Manjaro (I prefer "apt get" / "debian"). So, have attempted multiple times to install Nvidia but couldn't get it working.
Primary issue is that my monitor is not getting detected. (HDMI port is used).
Under Manjaro - here's what the working version looks like.
I installed nvidia-driver-440 which supports my GTX 1650.
Sharing output from inxi -G under Manjaro (when everything works).
- Code: Select all
Graphics:
Device-1: Intel UHD Graphics 630 driver: i915 v: kernel
Device-2: NVIDIA TU117M [GeForce GTX 1650 Mobile / Max-Q] driver: nvidia
v: 440.59
Display: x11 server: X.Org 1.20.7 driver: modesetting,nvidia
unloaded: fbdev,nouveau,vesa resolution: 1920x1080~60Hz, 1920x1080~60Hz
OpenGL: renderer: GeForce GTX 1650/PCIe/SSE2 v: 4.6.0 NVIDIA 440.59
Here the OpenGL renderer is using my NVIDIA GPU. But under debian the OpenGL always stays at "Mesa Intel UHD Graphics 630"
I did read Bumblebee is not a good choice, so had not tried it earlier. But after following few articles, I gave up and tried Bumblebee as well. But that led to a screen freeze on boot.
Having gone through multiple articles, I'm not even sure right now, what steps to share (that I tried out). Could anyone please guide me, on how to properly go about installing nvidia driver (440) in Debian buster.
So far on Buster this is what I can say I tried last.
Enable
- Code: Select all
# Backports repository
deb http://deb.debian.org/debian buster-backports main contrib non-free
Then installed the latest linux 5.4 kernel (had tried withou kernel update as well) along with the latest driver.
- Code: Select all
apt update
apt-get install -t buster-backports nvidia-driver
Rebooted but still nvidia wasn't being used though installed. I wasn't sure how to switch to it since I ran into nvidia-settings was not showing up. (Unable to load system etc kind of message).
Had also followed the wiki and below reference:
https://linuxconfig.org/how-to-install- ... ster-linux
Any suggestions? Other than staying on Manjaro
