You are not logged in.

#1 2010-04-13 20:38:31

ephase
Member
Registered: 2010-04-13
Posts: 6

[Solved] linuxwacom issue with X

Hello everyone,
When i plug my intuos4 (or my intuos2) on my macbook with Arh, Xorg crash : screen become black and mouse pointer disapear. The only solution i found is create a 10-linuxwacom.fdi :

<deviceinfo version="0.2">
<device>
<match key="info.capabilities" contains="input">
<match key="info.product" contains="Wacom">
<merge key="input.x11_driver" type="string">wacom</merge>
<merge key="input.x11_options.Type" type="string">stylus</merge>
</match>
<match key="info.product" contains="WALTOP">
<merge key="input.x11_driver" type="string">wacom</merge>
<merge key="input.x11_options.Type" type="string">stylus</merge>
</match>
</match>
<!-- N-Trig Duosense Electromagnetic Digitizer -->
<match key="info.product" contains="HID 1b96:0001">
<match key="info.parent" contains="if0">
<merge key="input.x11_driver" type="string">wacom</merge>
<merge key="input.x11_options.Type" type="string">stylus</merge>
</match>
</match>
</device>
</deviceinfo>

But with this .fdi, only the eraser work an  is shown in xinput (but wacdump everithing work). Here is the result of xinput list

ephase@eph-macbook$ xinput list
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Macintosh mouse button emulation id=6 [slave pointer (2)]
⎜ ↳ appletouch id=8 [slave pointer (2)]
⎜ ↳ Wacom Intuos4 4x6 eraser id=14 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Apple Computer Apple Internal Keyboard / Trackpad id=7 [slave keyboard (3)]
↳ Apple Computer Apple Internal Keyboard / Trackpad id=9 [slave keyboard (3)]
↳ Sleep Button id=10 [slave keyboard (3)]
↳ Power Button id=11 [slave keyboard (3)]
↳ Video Bus id=12 [slave keyboard (3)]
↳ Power Button id=13 [slave keyboard (3)]

My two tablet worked fine with 8.4 version. Note that if i don't start X, my system doesn't freeze and wacdum work fine

Kernel : 2.6.33-ARCH (x64_64)
Xorg-server : 1.7.6
linuxwacom : 0.8.6.1
xorg-input-wacom : 0.10.5

thanxx for your help

Last edited by ephase (2010-04-15 08:44:06)

Offline

#2 2010-04-15 08:45:01

ephase
Member
Registered: 2010-04-13
Posts: 6

Re: [Solved] linuxwacom issue with X

I just need to desinstall linuxwacom because Xorg 1.7.6 don't need linuxwacom package, just xf86-input-wacom...

Last edited by ephase (2010-04-15 08:51:57)

Offline

Board footer

Powered by FluxBB