ublue-os / config

A layer to provide configuration files (udev rules, service units, etc)
https://universal-blue.org
Apache License 2.0
37 stars 26 forks source link

New karg needed for NVIDIA users: `initcall_blacklist=simpledrm_platform_driver_init` #250

Open travier opened 3 months ago

travier commented 3 months ago

According to:

we apparently need to setup a new karg when using NVIDIA proprietary drivers: initcall_blacklist=simpledrm_platform_driver_init

Likely in https://github.com/ublue-os/config/blob/main/build/ublue-os-just/40-nvidia.just.

I've not tested this change.

Thanks

bsherman commented 2 months ago

I have a machine which could be used for testing this and a fix, but I've got several other irons in the fire. If someone else what's to verify that they can reproduce and fix the bug, I welcome that.

Otherwise, I'll move this to TODO once I've had a chance to reproduce. (Note: it was added to "Project Goals" with "No status")

m2Giles commented 2 months ago

The proposed fix was added to bluefin/aurora builds as part of the hardware setup script. I personally haven't seen this bug as an Nvidia + LUKS user.

The described bug is apparently old: https://gitlab.gnome.org/GNOME/mutter/-/issues/2266