From 739c96d096425d716191c99b12aabe7855468832 Mon Sep 17 00:00:00 2001 From: TomasM Date: Sat, 30 Dec 2017 13:22:35 -0500 Subject: [PATCH] add dri xorg packages --- Slax/debian/modules/02-xorg/build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Slax/debian/modules/02-xorg/build b/Slax/debian/modules/02-xorg/build index 7b4c18d..7c7091c 100755 --- a/Slax/debian/modules/02-xorg/build +++ b/Slax/debian/modules/02-xorg/build @@ -1,6 +1,8 @@ apt-get update -apt-get install --yes --no-install-recommends xserver-xorg xinit xterm blackbox libxcursor1 breeze-cursor-theme x11-utils wmctrl xdotool +apt-get install --yes --no-install-recommends xserver-xorg xinit xterm \ +blackbox libxcursor1 breeze-cursor-theme x11-utils wmctrl xdotool \ +libdrm-intel1 libgl1-mesa-dri libglu1-mesa # use only white cursors. There were some troubles if the other cursors # was left behind, installing gtk apps reverted the cursor from white to gray,