|
From: Favux ... <fav...@gm...> - 2010-07-17 22:05:50
|
On Fri, Jul 16, 2010 at 2:31 PM, Mounir <dow...@fr...> wrote: > To be sure, > > I put my current rules as an attached file. Can you check them please ? > > Moreover, X session crashes when i plug the tablet after or before X > startup. (blank freezing screen, only hard reset works). Amazing. :) > > (I have to add that the proprietary nvidia driver randomly freezes too at X > startup - only hard reset works too - should be a related issue ?) > > Regards, > -- > Mounir > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Linuxwacom-discuss mailing list > Lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss > > Did this start happening after you changed the wacom.rules? Are you able to plug the tablet in at all? It may be a Nvidia driver issue. Nvidia proprietary driver still requires xorg.conf entries. Still an extra line break. This should be one line: ATTRS{idVendor}=="056a", ACTION=="add", RUN+="check_driver wacom $devpath $env{ID_BUS}" But I'm not sure Arch has check_driver installed. If not for now you are probably better off removing: # Check and repossess the device if a module other than the wacom one # is already bound to it. ATTRS{idVendor}=="056a", ACTION=="add", RUN+="check_driver wacom $devpath $env{ID_BUS}" If another driver (you'd see it in Xorg.0.log) keeps trying to take the tablet we can always add it back in along with check_driver. Favux |