Am Mittwoch, 14.01.2015 um 15:40
schrieb Helmut Jarausch <[email protected]>:
> Hi,
>
> after upgrading from an old version of xorg-server (due to an old
> Radeon card) to xorg-server-1.16.3-r1 my Wacom tablet seems dead.
I'm using the stable xorg-server-1.15.2-r1 and my wacom tablet is working
well with it.
Maybe you should downgrade to this version to see what happens.
> All x11-drivers have been reinstalled.
>
> Any messages in /var/log/Xorg.0.log w.r.t. Wacom look OK
Then it probably has nothing to do with your kernel configuration.
> xinput list reports (note the strange characters at the beginning of
> each line)
>
> â¡ Virtual core pointer id=2 [master
> pointer (3)]
> â â³ Virtual core XTEST pointer id=4 [slave
> pointer (2)]
> â â³ Wacom Graphire4 4x5 stylus id=8 [slave
> pointer (2)]
> â â³ Wacom Graphire4 4x5 Pad pad id=9 [slave
> pointer (2)]
> â â³ Logitech USB Optical Mouse id=10 [slave
> pointer (2)]
> â â³ Wacom Graphire4 4x5 eraser id=12 [slave
> pointer (2)]
> â â³ Wacom Graphire4 4x5 cursor id=13 [slave
> pointer (2)]
That's really strange. It should look like this:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech USB Keyboard id=9 [slave pointer (2)]
⎜ ↳ Logitech Unifying Device. Wireless PID:101b id=10 [slave pointer
(2)]
⎜ ↳ Wacom Intuos4 6x9 stylus id=12 [slave pointer (2)]
⎜ ↳ Wacom Intuos4 6x9 eraser id=13 [slave pointer (2)]
⎜ ↳ Wacom Intuos4 6x9 cursor id=14 [slave pointer (2)]
⎜ ↳ Wacom Intuos4 6x9 Pad pad id=15 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Power Button id=7 [slave keyboard (3)]
↳ Logitech USB Keyboard id=8 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
But I guess, this has nothing to do with your non working tablet.
Maybe it has something to do with your locales. Here's my /etc/locale.gen:
en_US ISO-8859-1
en_US.UTF-8 UTF-8
de_DE ISO-8859-1
de_DE@euro ISO-8859-15
de_DE.utf8 UTF-8
And my /etc.rc.conf contains the line:
unicode="YES"
Regards
wabe