added ts configuration (again)
This commit is contained in:
parent
5b12344ba2
commit
362615fcc1
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue