From 362615fcc11a2d0efea778e8106919b60f41009d Mon Sep 17 00:00:00 2001 From: josch Date: Sun, 13 Sep 2009 18:10:03 +0000 Subject: [PATCH] added ts configuration (again) --- pyneo-rootfs.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyneo-rootfs.sh b/pyneo-rootfs.sh index dfb0b25..52dded1 100755 --- a/pyneo-rootfs.sh +++ b/pyneo-rootfs.sh @@ -142,6 +142,14 @@ Section "Device" Identifier "Configured Video Device" Driver "fbdev" EndSection +Section "InputDevice" + Identifier "Configured Touchscreen" + Driver "tslib" + Option "CorePointer" "true" + Option "SendCoreEvents" "true" + Option "Device" "/dev/input/event1" + Option "Protocol" "Auto" +EndSection __END__ echo 'exec matchbox-window-manager -use_titlebar no -use_cursor no' > $ROOTDIR/home/user/.xsession # configure nodm