Loading src/gpu.sh +6 −5 Original line number Diff line number Diff line Loading @@ -8,15 +8,16 @@ fi [ ! -d /dev/dri ] && mkdir -m 755 /dev/dri if [ ! -c /dev/dri/card0 ]; then mknod /dev/dri/card0 c 226 0 if mknod /dev/dri/card0 c 226 0; then chmod 666 /dev/dri/card0 fi if [ ! -c /dev/dri/renderD128 ]; then mknod /dev/dri/renderD128 c 226 128 fi chmod 666 /dev/dri/card0 if [ ! -c /dev/dri/renderD128 ]; then if mknod /dev/dri/renderD128 c 226 128; then chmod 666 /dev/dri/renderD128 fi fi addPackage "xserver-xorg-video-intel" "Intel GPU drivers" addPackage "qemu-system-modules-opengl" "OpenGL module" Loading Loading
src/gpu.sh +6 −5 Original line number Diff line number Diff line Loading @@ -8,15 +8,16 @@ fi [ ! -d /dev/dri ] && mkdir -m 755 /dev/dri if [ ! -c /dev/dri/card0 ]; then mknod /dev/dri/card0 c 226 0 if mknod /dev/dri/card0 c 226 0; then chmod 666 /dev/dri/card0 fi if [ ! -c /dev/dri/renderD128 ]; then mknod /dev/dri/renderD128 c 226 128 fi chmod 666 /dev/dri/card0 if [ ! -c /dev/dri/renderD128 ]; then if mknod /dev/dri/renderD128 c 226 128; then chmod 666 /dev/dri/renderD128 fi fi addPackage "xserver-xorg-video-intel" "Intel GPU drivers" addPackage "qemu-system-modules-opengl" "OpenGL module" Loading