I have Asus Vivobook with following specifications
- Intel 8250U
- NVIDIA GeForce MX150
- 8GB memory
- Ubuntu 18.04
system specification:
I'm trying to install drivers for NVIDIA GeForce MX150 and enable it.
The following are the drivers listed by ubuntu-drivers devices
- *driver : nvidia-driver-390 – third-party free
- *driver : nvidia-driver-415 – third-party free
- *driver : nvidia-driver-410 – third-party free
- *driver : nvidia-driver-440 – third-party free recommended
drivers listed by Ubuntu:
I have tried installing all the four drivers (390, 415, 410 & 440), but none of them worked.
It still shows that Intel graphics is being used (in Settings -> About).
Intel graphics being used:
Prime Select status also shows that NVIDIA is selected.
prime-select status:
I would like to mention here that lspci | grep -i vga
lists only Intel UHD Graphics as VGA compatible controller. But lspci -nn | grep '\[0302\]'
lists NVIDIA GeForce MX150 as a 3D controller.
Best Answer