New kernel patches mean we don't need to turn off the display features
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
echo "Dell XPS Panther Lake display kernel cmdline drop-in is no longer necessary"
|
||||
|
||||
DROP_IN="/etc/limine-entry-tool.d/dell-xps-ptl-display.conf"
|
||||
|
||||
if [[ -f $DROP_IN ]]; then
|
||||
sudo rm -f "$DROP_IN"
|
||||
sudo limine-update
|
||||
fi
|
||||
Reference in New Issue
Block a user