ubuntu-drivers-common
ubuntu-drivers-common copied to clipboard
Please allow to use intel card when nvidia driver fails
I have two video cards: one builtin (Intel) and the other Nvidia. After upgrading to latest Jammy Jellyfish development, the nvidia-drm won't load. I was hoping when the gpu-manager detects that the discrete card is unsupported it should revert back to the other video card. Here's the end of the /var/log/gpu-manager.log: can't access /run/u-d-c-nvidia-drm-was-loaded file can't access /run/u-d-c-nvidia-drm-was-loaded file can't access /run/u-d-c-nvidia-drm-was-loaded file can't access /run/u-d-c-nvidia-drm-was-loaded file can't access /run/u-d-c-nvidia-drm-was-loaded file can't access /run/u-d-c-nvidia-drm-was-loaded file can't access /run/u-d-c-nvidia-drm-was-loaded file Takes 10000ms to wait for nvidia udev rules completed. Unsupported discrete card vendor: 8086 Nothing to do
Yes, the fix is to make the nvidia-drm load, but in the mean time if gpu-manager will have the capability of shifting back, then people won't a black screen.
Thanks for looking into this.
@shemgp thanks for reporting this issue.
May I know what's discrete card is unsupported
in your case?
Would you please share the nvidia ID to us?
attach the full /var/log/gpu-manager.log
, journalctl -b -k
, dpkg -l | grep nvidia
and lspci
will help.
and btw, what's the version of jammy daily build you are using?
We installed jammy via do-release-upgrade -d
and the packages are updated to the latest.
Here's the graphics card info from inxi -G Graphics: Device-1: Intel HD Graphics 630 driver: i915 v: kernel Device-2: NVIDIA GK208B [GeForce GT 730] driver: N/A Display: server: X.org v: 1.21.1.3 with: Xwayland v: 22.1.1 driver: X: loaded: modesetting unloaded: fbdev,vesa gpu: i915 tty: 148x41 resolution: 1: 1920x1080 Message: GL data unavailable in console for root.
Here are the logs: gpu-manager.log journalctl.log dpkg.log ldpci.log
@shemgp hi, I didn't see the nvidia_drm
be probed in your system. It's required by gdm as well especially since 22.04. would you please help to confirm? something like lsmod | grep nvidia
@shemgp does this issue still blocking you?