ubuntu-drivers-common icon indicating copy to clipboard operation
ubuntu-drivers-common copied to clipboard

Results 39 ubuntu-drivers-common issues
Sort by recently updated
recently updated
newest added

To fix https://github.com/tseliot/ubuntu-drivers-common/issues/56 This is a first version and waiting for verification. It works good in `ubuntu-drivers debug` but I need to have a build on different systems. Tried three...

1. In some cases, the DM, gpu-manager will launch earlier than drm-uevetns be processed but DM and gpu-manager are usually expect related events are there. For example, the GDM using...

This allows enabling KMS, and picking up the configuration which ubuntu-drivers is supposed to generate for the target chroot in ubiquity.

Call ubuntu-drivers in the chroot from the target-config, instead of simply using apt-install. Also, enable KMS if the driveris 470 or newer. This only applies to the desktop drivers (we...

gpu-manager.c: checking supported-gpus.json to see whether the gpu is runtime pm supported debian/control: depend on jq

call uname instead of dpkg-architecture. fix bug LP: #1875339

as the suggestion from Nvidia to disable nvidiaXineramaInfo, so that could fix the issue that caused incorrect resolution when boot with external HDMI be plugged.

I should have done this first :/ but per LP:1935070 on systems where alsa-utils is not installed, u-d throws a traceback when it calls aplay with a FileNotFoundError. https://github.com/tseliot/ubuntu-drivers-common/pull/77 is...

hello, the parsing of elements of to_install fails when to_install is ['nvidia-driver-515-server', 'linux-modules-nvidia-515-server-generic'] a better parsing of the to_install elements may fix this issue. https://github.com/tseliot/ubuntu-drivers-common/blob/ee95624e1c732cc2cc91c6d98b974b0374146210/UbuntuDrivers/detect.py#L835

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...