You are not logged in.

#1 2009-04-12 21:33:34

lynucs
Member
Registered: 2008-05-05
Posts: 67
Website

[solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

hello..
i have already posted about that in testing-forums, but since xorg 1.6 and kernel 2.6.29 have moved to extra, though i'd create a seperate topic about that.

after i have upgraded to xorg 1.6 and kernel 2.6.29 my wacom device (as built-in, not usb) on my thinkpad x41t stopped working.

before upgrade i have used xorg with hotplugging enabled. everything worked fine.
after wacom stopeed working i removed everything regarding input devices from xorg.conf -> no change
put an fdi-file for wacom -> no change
installed linuxwacom-dev -> no change

i don't really know, if it's a kernel or an xorg issue. loading wacom drivers manually still doesn't solve the problem. no warnings or errors about wacom in xorg-log or messages.log

how could i check, wether my system recognizes the device properly at all? it doesn't show up in lspci or in lsusb.

any help would be great.

Last edited by lynucs (2009-04-14 18:57:17)


Pinky, are you pondering what I'm pondering?

Offline

#2 2009-04-13 10:11:16

lynucs
Member
Registered: 2008-05-05
Posts: 67
Website

Re: [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

downgrading to xorg-server 1.5.3 and xf86-* dependnecies like evdev, keyboard, mouse, intel makes my wacom work again.
so it's definitely _not_ a kernel issue. should i report it as bug? i'm kind of always afraid to report bugs if i'm not sure if it really is one smile


Pinky, are you pondering what I'm pondering?

Offline

#3 2009-04-13 14:01:56

whompus
Member
From: Durham. UK
Registered: 2005-08-09
Posts: 256

Re: [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

My wacom works after using the linuxwacom-dev pkgbuild, I don't use hotplugging, this is on x86_64 so maybe a hotplugging issue.

Offline

#4 2009-04-14 12:43:57

lynucs
Member
Registered: 2008-05-05
Posts: 67
Website

Re: [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

well, upgraded again to xorg-server 1.6, disabled hotplugging, installed linuxwacom-dev from aur and the wacom works as allways. (had to edit xmodmap one more time, since kbd returns other keycodes than evdev does :-| ). no matter, done is done.

but intel driver returns broken graphics if i rotate screen with xrandr.

i guess there is no way around this execpt switching to the ultra-slow legacy driver?

just for comparison - glxgears fps:
intel: ~900fps
intel-legacy: ~280fps

Last edited by lynucs (2009-04-14 18:56:48)


Pinky, are you pondering what I'm pondering?

Offline

#5 2009-04-14 13:02:29

ralvez
Member
From: Canada
Registered: 2005-12-06
Posts: 1,694
Website

Re: [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

How did you disable hot-plugging? You mean you do not use hal or you do something else?
I have the same problem after I upgraded xorg yesterday  (not to xorg 1.6, though) and the only solution so far was to downgrade.

R.

Last edited by ralvez (2009-04-14 13:03:01)

Offline

#6 2009-04-14 13:44:03

lynucs
Member
Registered: 2008-05-05
Posts: 67
Website

Re: [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

to disable hotplugging you need to set option AutoAddDevices to False in your ServerFlags section like:

Section "ServerFlags"
    Option "AutoAddDevices" "False"
EndSection

if the sectoin doesn't exist, then add it too.

Last edited by lynucs (2009-04-14 13:56:25)


Pinky, are you pondering what I'm pondering?

Offline

Board footer

Powered by FluxBB