diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver index 3d4aa74b95..57923e6b95 100644 --- a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver +++ b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver @@ -36,7 +36,7 @@ if [ "$XSERVER" != "/usr/bin/Xorg" ]; then # use usb mouse if present if [ -z "$TSLIB_TSDEVICE" ] && [ -e /dev/input/mice ]; then - ARGS="$ARGS -mouse /dev/input/mice" + ARGS="$ARGS -mouse mouse,/dev/input/mice" fi # kdrive 1.4 onwards needs -mouse args |