OBS User unknown
2007-01-10 00:57:03 +00:00
committed by Git OBS Bridge
commit ca278f335f
14 changed files with 1108 additions and 0 deletions

6
via.sh Normal file
View File

@@ -0,0 +1,6 @@
if [ -r /var/log/Xorg.0.log ]; then
grep -q \"via\" /var/log/Xorg.0.log
if [ $? -eq 0 ]; then
export LIBGL_ALWAYS_INDIRECT=1
fi
fi