PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Acer c100 TPC: Touchscreen aktivieren, aber wie?



Supersonic
12.04.03, 12:01
Hi,

ich habe den TabletPC c102Ti von acer. Der hat ja bekanntlich einen Touchscreen, der per Stift bedient werden kann - zumindest unter WInXP.

Ich habe folgendes dazu gefunden:

# For RedHat, add the following to /etc/rc.local

setserial /dev/ttyS0 port 0x93f8 autoconfigure

# Copy wacomTM100_drv.o to /usr/X11R6/lib/modules/input/
# Source code for driver wacomTM100.c. Improvements to the driver are welcome.
# Add the following to your XF86Config-4:

Section "InputDevice"
Identifier "stylus"
Driver "wacomTM100"
Option "Type" "stylus"
Option "Device" "/dev/ttyS0"
EndSection


Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "AlwaysCore"
EndSection

Wenn ich das genau so mache, klappt es leider nicht. Wenn ich dann neu starten will, kann er den X-Server nicht korrekt starten und mein Display wird nicht mehr erkannt. Woran kann das liegen?

PS. Bei dem Abschnitt mit ttyS0: Ist das hinter dem S eine Null oder ein großes O?

Supersonic
15.04.03, 15:05
Hat denn keiner ne Ahnung, was man da machen kann?

seth
15.04.03, 15:16
mann, mann, mann

auch hier wieder der hinweis auf deinen eigenen link: :D

Pen Input

The pen input device on the Acer C100 is essentially a Wacom tablet stuck onto a serial port.

You can find information about how to get this to work here and here

The serial port requires a little bit of non-standard configuration:

setserial /dev/ttyS2 port 0x93f8 autoconfig

To make this happen at boot time, put the command into a file like /etc/init.d/local and then execute "update-rc.d local 99"

After that, you can use the Wacom tools to test the device. For example, you can type

wacdump -f c100 /dev/ttyS2

To get this to be recognized under X11, you have to do a bit more work. First, you need an updated Wacom driver. This may be incorporated into the LinuxWacom project soon, but for now, I downloaded the binary driver from

* http://prometheus.physics.ucsb.edu/~dean/wacom_drv.o

This binary is compiled for XFree86 4.1, but it also seems to work under XFree86 4.2. If it doesn't, you can always compile from source, I suppose.

Put this wacom_drv.o file into /usr/X11R6/lib/modules/input/wacom_drv.o

Then, install one of two XF86Config-4 files:

* landscape mode
* portrait mode

In XFree86 4.3, you'll be able to rotate the screen on the fly with the XRANDR extension, but not in XFree86 4.2 (at least not the one included in Debian).

Supersonic
16.04.03, 08:24
Danke, werde ich bei Gelegenheit mal testen. Aber kannst Du mir noch kurz sagen, welchen Link Du von MIR meinst?

seth
16.04.03, 08:27
nein, diesmal nicht, lies einfach deinen letzten thread zu dem tablet pc. hab ich auch gemacht :D

Supersonic
16.04.03, 09:12
Was heisst denn diesmal? Hab ich Dich schonmal um was gebeten? :confused: