added ts configuration (again)

This commit is contained in:
josch 2009-09-13 18:10:03 +00:00
parent 5b12344ba2
commit 362615fcc1

View file

@ -142,6 +142,14 @@ Section "Device"
Identifier "Configured Video Device" Identifier "Configured Video Device"
Driver "fbdev" Driver "fbdev"
EndSection EndSection
Section "InputDevice"
Identifier "Configured Touchscreen"
Driver "tslib"
Option "CorePointer" "true"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/event1"
Option "Protocol" "Auto"
EndSection
__END__ __END__
echo 'exec matchbox-window-manager -use_titlebar no -use_cursor no' > $ROOTDIR/home/user/.xsession echo 'exec matchbox-window-manager -use_titlebar no -use_cursor no' > $ROOTDIR/home/user/.xsession
# configure nodm # configure nodm