I've dual booted my windows 10 laptop. After installing UBUNTU 20.04 LTS, it can't detect the NVIDIA driver. Though, windows os still detects the driver. I've installed nvidia driver, but it's not detected.
I've tried sudo ubuntu-drivers devices
. It doesn't show anything. At Additional driver section in Software & updates apps,
No additional drivers available
is shown.
All in all, UBUNTU 20.04 LTS isn't detecting the NVIDIA driver for unknown reasons. Please, help me out.
My NVIDIA Graphics card: Geforce 820M
I've attached the output of lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 5500 (rev 09)
Subsystem: Hewlett-Packard Company HD Graphics 5500
Kernel driver in use: i915
Kernel modules: i915
--
09:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)
Subsystem: Hewlett-Packard Company GeForce 820M
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
0a:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter
lspci -k | grep -EA3 'VGA|3D|Display'
terminal command. – Pilot6 Jun 23 '20 at 16:14prime-select query
show? – Pilot6 Jun 23 '20 at 17:18sudo modprobe nvidia
. – Pilot6 Jun 23 '20 at 17:18prime-select query
is set tonvidia
and
– Md. Tariqul Islam Jun 23 '20 at 17:22sudo modprobe nvidia
returnsmodprobe: ERROR: could not insert 'nvidia': No such device
sudo apt install --reinstall nvidia-driver-440
and post the output to your question. – Pilot6 Jun 23 '20 at 17:24sudo ubuntu-drivers devices
. Everything works however (but I'm using 435, 440 doesnt work with external monitors) / And I can selectnvidia
orintel
withprime-select
or the GUI (nvidia-settings
). You just have to reboot everytime you want to change your GPU (Tip : nvidia is not good for your battery when you're not plug-in) – B. du Garay Jun 23 '20 at 17:29