I know there is a thread similar to my question (attached link below), but I think it is outdated considering the latest versions of Ubuntu.
My laptop has the Nvidia optimus system.
Because when installing version 24.04 of Ubuntu the proprietary Nvidia drivers for my graphics card are no longer supported, and I am recommended to use nouveau, I would like to know if there is any way to switch the use of the nouveau driver and the Intel driver, such as It is done with prime-select when having the proprietary Nvidia driver installed.
If I enter the following command the output is:
lspci -nnk | grep -i vga -A3 | grep 'in use'
Kernel driver in use: i915
Kernel driver in use: nouveau
And with this command:
gines@gines-K53SD:~$ lspci -k | grep -A 2 -i "VGA"
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
Subsystem: ASUSTeK Computer Inc. 2nd Generation Core Processor Family Integrated Graphics Controller
Kernel driver in use: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation GF119M [GeForce 610M] (rev a1)
Subsystem: ASUSTeK Computer Inc. GeForce GT 610M
Kernel driver in use: nouveau
Thanks a lot