piletskiy@piletskiyPC:~$ sudo ubuntu-drivers autoinstall
[sudo] password for piletskiy:
WARNING:root:_pkg_get_support nvidia-driver-510-server: package has invalid Support PBheader, cannot determine support level
WARNING:root:_pkg_get_support nvidia-driver-510: package has invalid Support PBheader, cannot determine support level
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
0 upgraded, 0 newly installed, 0 to remove and 60 not upgraded.
Before the update, I saw both video cards in the settings, and now the Intel video card is listed there twice (even in Performance Mode), and before the update, I saw information in PRIME, but now it is empty
There’s also a log from an ealier, working boot captured and neither
kernel
nvidia driver
Xorg
have been updated. What exactly has been installed on update?
Overall, the issue seems to be with the intel igpu, it also takes ages to initialize after firmware load so it’s not even available sometimes.
After installing ubuntu, I had open source drivers installed (bottom in the picture), I installed proprietary 470 (because they are signed tested)
After that, ubuntu started up as it should and displayed both video cards in the settings and all parameters were displayed in nvidia-settings. In nvidia-settings, I enabled perfomance-mode and rebooted, after that the video card disappeared from the settings and nvidia-settings is now empty. Tried reinstalling the opensource/proprietary drivers several times - didn’t help
It’s some bug with the Xserver/modesetting driver.
Please check if adding the drivers to the initrd helps, add the lines
i915
nvidia
nvidia-modeset
nvidia-drm
to
/etc/initramfs-tools/modules
and run
sudo update-initramfs -u
You can switch back to offload mode using
sudo prime-select on-demand
Added. After reboot, there are NVIDIA Corporation GP108M [GeForce MX250] / NVIDIA GeForce MX250/PCIe/SSE2 in Ubuntu Settings and a lot of information in nvidia-settings
The terminal window is blocking the view on the interesting info.
To check for the nvidia gpu to be primary, run
glxinfo |grep vendor
should output “Nvidia” for performance mode, “Intel” for offload mode.