Skip to content

Commit

Permalink
[GPU-Intel-installer] disable compositor for legacy intel in KDE live…
Browse files Browse the repository at this point in the history
… session
  • Loading branch information
killajoe authored Jan 13, 2024
1 parent 9055201 commit daaafdb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airootfs/usr/bin/GPU-Intel-installer
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ Main() {
echo "==> $progname: found Intel graphics device with id $id, installing package $pkg"
local pkgs=(/usr/share/packages/{$pkg,libxvmc}-*.pkg.tar.zst)
sudo pacman -U --noconfirm "${pkgs[@]}"
echo "==> disable compositor for legacy intel in KDE live session"
mv /home/liveuser/.config/intel-kwinrc /home/liveuser/kwinrc
chown liveuser:liveuser /home/liveuser/kwinrc
return 0
fi
fi
Expand Down

0 comments on commit daaafdb

Please sign in to comment.