Commit f69f82c4 authored by Marcel's avatar Marcel
Browse files

Define IBGL_DRI3_DISABLE if we are using drm-legacy-kmod.

See
https://lists.freebsd.org/pipermail/freebsd-stable/2020-March/092068.html
parent 2d71f931
Showing with 5 additions and 0 deletions
+5 -0
#!/bin/sh
export PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/nomad/bin
if grep -q "drm_legacy" /var/run/gfxdriver; then
# https://lists.freebsd.org/pipermail/freebsd-stable/2020-March/092068.html
export LIBGL_DRI3_DISABLE=1
fi
export QT_QPA_PLATFORMTHEME=gtk2
uid=$(id -u)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment