Compare commits

...

2 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
VERSION = 1.2.21
VERSION = 1.2.22

View File

@ -185,6 +185,7 @@ if [ -e $XORGCONF ]; then
VIDEODRIVER=${VIDEODRIVERS[0]}
[ -e /sys/module/nouveau/parameters/modeset ] && NOUVEAU_MODESET=`cat /sys/module/nouveau/parameters/modeset`
[ "$NOUVEAU_MODESET" = "-1" ] && NOUVEAU_MODESET=1
[ -e /sys/module/radeon/parameters/modeset ] && RADEON_MODESET=`cat /sys/module/radeon/parameters/modeset`
if [ "$VIDEODRIVER" = "nvidia" -a "$NOUVEAU_MODESET" = "1" ]; then