From 546ffc5fa5b41c7f48c16eb0ae35657e549249e9 Mon Sep 17 00:00:00 2001 From: Richard Griffiths Date: Tue, 21 Sep 2010 13:38:09 -0700 Subject: x11-common: correct the syntax for the -mouse arg to Xfbdev Fixes [BUGID #99] The mouse option as passed to Xfbdev was correct for most targets, except mips (and a PS/2 mouse). Modifying the syntax of the option fixes the mips case, and has no impact on other users. Signed-off-by: Richard Griffiths --- meta/recipes-graphics/x11-common/x11-common/etc/X11/Xserver | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/x11-common') 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 -- cgit v1.2.3-54-g00ecf