We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b0972e commit af73cbfCopy full SHA for af73cbf
1 file changed
scripts/chroot.sh
@@ -40,6 +40,9 @@ apt-get install -f
40
apt-get -qq -y install xorg sddm
41
apt-get -qq -y install lxqt
42
43
+# may fix the black screen issue
44
+apt-get -qq -y install xserver-xorg-video-intel
45
+
46
# or alternative
47
apt-get -qq -y install openbox pcmanfm-qt lxqt-admin lxqt-common lxqt-config lxqt-globalkeys lxqt-notificationd lxqt-panel lxqt-policykit lxqt-powermanagement lxqt-qtplugin lxqt-runner lxqt-session lxqt-sudo
48
0 commit comments