I have HP 15-r244TX laptop(N15V-GM-S-A2 GPU NVIDIA Graphics Chipset) NVIDIA GeForce 820M
I run every command but still GPU not showing.
lspci | egrep -i “vga|display|3d”
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)
only output.
I also tried this but nothing happen
So how did I fix it? Well I didn’t use bumblebee and instead did this:
- From terminal I entered
sudo ubuntu-drivers autoinstall
- When I restarted, I got the login problem. So selected ctrl+alt+F4
- Entered
sudo apt-get purge nvidia*
- Then
sudo apt-get install nvidia-driver-440
- Then
sudo apt-get install sddm
- Then
sudo dpkg-reconfigure sddm
(I got an option for choosing gdm3 or sddm, I chose sddm) - Finally
reboot