Skip to content

Commit

Permalink
omit-drivers: blacklist intel screen orientation sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
zdykstra committed Feb 4, 2023
1 parent 7f38b12 commit 534adcf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/zfsbootmenu/dracut.conf.d/omit-drivers.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# If you NEED drivers in ZFSBootMenu, modify the list below

# GPU hardware almost never reinitializes after a kexec
omit_drivers+=" amdgpu radeon nvidia nouveau i915 drm "

# screen orientation sensor
# https://bugzilla.kernel.org/show_bug.cgi?id=198543
omit_drivers+=" intel_ish_ipc intel_ishtp intel_ishtp_hid intel_ishtp_loader "

0 comments on commit 534adcf

Please sign in to comment.