You are not logged in.

#1 2009-11-22 00:04:36

z.s.tar.gz
Member
From: Rural Florida
Registered: 2008-12-12
Posts: 298

Latest xf86-input-wacom works with xorg1.7!

Finally! For all you who were in the dark like me, you can grab 0.10.1 here
Just unpack it, run ./autogen.sh, and make!


I need to find a way out so everyone can find their way out.
Resregietd Lunix Uesr: 485581

Offline

#2 2009-11-24 22:06:24

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

Re: Latest xf86-input-wacom works with xorg1.7!

Hmm, didn't work for me.

did you just do

./autogen.sh
make
make install

?


Pinky, are you pondering what I'm pondering?

Offline

#3 2009-11-24 22:40:44

z.s.tar.gz
Member
From: Rural Florida
Registered: 2008-12-12
Posts: 298

Re: Latest xf86-input-wacom works with xorg1.7!

Yeah. autogen requires a package be installed as a build dependency, I can't remember what it was though.
xorg macro something.

Also, clicking doesn't work (at least for me), but technically this is a dev release


I need to find a way out so everyone can find their way out.
Resregietd Lunix Uesr: 485581

Offline

#4 2009-11-24 22:58:00

fphillips
Member
From: Austin, TX
Registered: 2009-01-24
Posts: 202

Re: Latest xf86-input-wacom works with xorg1.7!

lynucs wrote:

Hmm, didn't work for me.

did you just do

./autogen.sh
make
make install

?

stick a ./configure in there too before the make.

Offline

#5 2009-11-25 00:05:49

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

Re: Latest xf86-input-wacom works with xorg1.7!

here is some error part regarding wacom in Xorg log:

(II) config/hal: Adding input device Wacom Serial Tablet PC Pen Tablet/Digitizer
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
        compiled for 1.7.1.902, module version = 0.10.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(**) Option "Device" "/dev/ttyS0"
(EE) Wacom Serial Tablet PC Pen Tablet/Digitizer: wcmIsAValidType unable to ioctl key bits.
(II) UnloadModule: "wacom"
(EE) PreInit returned NULL for "Wacom Serial Tablet PC Pen Tablet/Digitizer"
(EE) config/hal: NewInputDeviceRequest failed (8)

Last edited by lynucs (2009-11-25 00:13:40)


Pinky, are you pondering what I'm pondering?

Offline

#6 2009-11-25 02:15:46

z.s.tar.gz
Member
From: Rural Florida
Registered: 2008-12-12
Posts: 298

Re: Latest xf86-input-wacom works with xorg1.7!

actually, autogen does .configure for you after it does some other stuff. (I thought the same thing, but read the output from autogen.sh and ./configure and you'll see they're almost the same.)

As far as hal goes, support is buggy at best according to the release notes.

Looking forward to the official non-developer plays-nice-with-hal 0.11 release!


I need to find a way out so everyone can find their way out.
Resregietd Lunix Uesr: 485581

Offline

#7 2009-11-27 10:19:17

anteater
Member
Registered: 2009-04-26
Posts: 11

Re: Latest xf86-input-wacom works with xorg1.7!

lynucs wrote:

here is some error part regarding wacom in Xorg log:

(II) config/hal: Adding input device Wacom Serial Tablet PC Pen Tablet/Digitizer
(II) LoadModule: "wacom"
(II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
(II) Module wacom: vendor="X.Org Foundation"
        compiled for 1.7.1.902, module version = 0.10.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
(**) Option "Device" "/dev/ttyS0"
(EE) Wacom Serial Tablet PC Pen Tablet/Digitizer: wcmIsAValidType unable to ioctl key bits.
(II) UnloadModule: "wacom"
(EE) PreInit returned NULL for "Wacom Serial Tablet PC Pen Tablet/Digitizer"
(EE) config/hal: NewInputDeviceRequest failed (8)

I get the same result when trying the xf86-input-wacom-git package from AUR (http://aur.archlinux.org/packages.php?ID=32033). I tried to experiment with the commit http://cgit.freedesktop.org/~whot/xf86- … 652e45d4e5 but have not yet found a way to get X with wacom working.

Offline

#8 2009-12-01 11:17:07

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

Re: Latest xf86-input-wacom works with xorg1.7!

with xorg 1.7.2 I get no segfault with linuxwacom, but the screen stays black and i can't switch to any VT.
Seems that intel graphics, kms, xorg and wacom do not play well together on my x41t.


Pinky, are you pondering what I'm pondering?

Offline

#9 2009-12-01 17:20:41

fphillips
Member
From: Austin, TX
Registered: 2009-01-24
Posts: 202

Re: Latest xf86-input-wacom works with xorg1.7!

This is a tablet PC screen, not a separate pen tablet that you can try booting unplugged I guess.

Offline

#10 2009-12-03 16:39:38

anteater
Member
Registered: 2009-04-26
Posts: 11

Re: Latest xf86-input-wacom works with xorg1.7!

Tried xf86-input-wacom-git today again and get no segfault when I comment out every trace of wacom in my xorg.conf. Stylus works but cannot right click and it does not rotate with my screen.

Then I reenabled my xorg.conf wacom settings step by step and did not get any errors. Stylus can right-click but the click is done immediatly when I press the thumb button - not when I hold it and then click the screen. The stylus could not be configured (no wacomcpl in xf86-input-wacom?) and it could not be rotated.

Installed linuxwacom 0.8.4-9 and everything works as good as ever...

The conf I'm using on my x61t: http://gist.github.com/248310

Offline

#11 2009-12-03 18:36:39

anteater
Member
Registered: 2009-04-26
Posts: 11

Re: Latest xf86-input-wacom works with xorg1.7!

Oh well, after rebooting it does not work any longer. X crashes again with a segmentation fault. Somehow the mix of installing xf86-input-wacom, removing it and installing linuxwacom resulted in a very usable solution until the next reboot big_smile

Last edited by anteater (2009-12-03 18:37:43)

Offline

#12 2009-12-10 23:16:00

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

Re: Latest xf86-input-wacom works with xorg1.7!

okay, tried to roll back to: xorg-server-1.7.1.901-2-i686.pkg.tar.gz and to xorg-server-1.7.1.902-1-i686.pkg.tar.gz on my x41t. With that xorg-version linuxwacom was already running some day. Guess what - still segfautls on startx x when linuxwacom installed. I have the feeling, that it's not (only) the xorg-server issue. Maybe it's a matter of some new kernel, kms or some lib like glibc which was updated?

Now i have tried it also with older kernel and disabled KMS, no luck either.
Curious..

Here's the output of startx:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.7.1.901 (1.7.2 RC 1)
Release Date: 2009-11-6
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-ARCH i686 
Current Operating System: Linux thinky 2.6.31-ARCH #1 SMP PREEMPT Fri Oct 23 11:12:58 CEST 2009 i686
Kernel command line: root=/dev/disk/by-uuid/50949b43-aad8-4621-a413-3843eecd13c7 resume=/dev/sda3 ro
Build Date: 08 November 2009  04:12:47PM
 
Current version of pixman: 0.16.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 11 00:11:43 2009

(==) Using default built-in configuration (30 lines)
(EE) open /dev/fb0: No such file or directory
Setting master 
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
usbDetect: can not ioctl version
(==) Wacom using pressure threshold of 15 for button 1
(==) Wacom General ISDV4 tablet speed=9600 (19200) maxX=24576 maxY=18432 maxZ=255 resX=2540 resY=2540  tilt=disabled
(==) Wacom device "Wacom Serial Tablet PC Pen Tablet/Digitizer" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
(EE) Wacom Serial Tablet PC Pen Tablet/Digitizer eraser: Top/Bottom area overlaps with another devices.
(EE) Couldn't init device "Wacom Serial Tablet PC Pen Tablet/Digitizer eraser"

Backtrace:
0: /usr/bin/X (xorg_backtrace+0x3b) [0x809cbcb]
1: /usr/bin/X (0x8048000+0x52f15) [0x809af15]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb76f340c]
3: /usr/lib/xorg/modules/input/wacom_drv.so (0xa6ca2000+0xd98c) [0xa6caf98c]
4: /usr/bin/X (0x8048000+0x601a8) [0x80a81a8]
5: /usr/bin/X (NewInputDeviceRequest+0x1e5) [0x80a85b5]

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the "xorg" product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.7.1.901 (1.7.2 RC 1)
Release Date: 2009-11-6
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.31-ARCH i686 
Current Operating System: Linux thinky 2.6.31-ARCH #1 SMP PREEMPT Fri Oct 23 11:12:58 CEST 2009 i686
Kernel command line: root=/dev/disk/by-uuid/50949b43-aad8-4621-a413-3843eecd13c7 resume=/dev/sda3 ro
Build Date: 08 November 2009  04:12:47PM
 
Current version of pixman: 0.16.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Dec 11 00:12:19 2009

(==) Using default built-in configuration (30 lines)
(EE) open /dev/fb0: No such file or directory
Setting master 
record: RECORD extension enabled at configure time.
record: This extension is known to be broken, disabling extension now..
record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server
usbDetect: can not ioctl version
(==) Wacom using pressure threshold of 15 for button 1
(==) Wacom General ISDV4 tablet speed=9600 (19200) maxX=24576 maxY=18432 maxZ=255 resX=2540 resY=2540  tilt=disabled
(==) Wacom device "Wacom Serial Tablet PC Pen Tablet/Digitizer" top X=0 top Y=0 bottom X=24576 bottom Y=18432 resol X=2540 resol Y=2540
(EE) Wacom Serial Tablet PC Pen Tablet/Digitizer eraser: Top/Bottom area overlaps with another devices.
(EE) Couldn't init device "Wacom Serial Tablet PC Pen Tablet/Digitizer eraser"

Backtrace:
0: /usr/bin/X (xorg_backtrace+0x3b) [0x809cbcb]
1: /usr/bin/X (0x8048000+0x52f15) [0x809af15]
2: (vdso) (__kernel_rt_sigreturn+0x0) [0xb770440c]
3: /usr/lib/xorg/modules/input/wacom_drv.so (0xa6cb3000+0xd98c) [0xa6cc098c]
4: /usr/bin/X (0x8048000+0x601a8) [0x80a81a8]
5: /usr/bin/X (NewInputDeviceRequest+0x1e5) [0x80a85b5]
6: /usr/bin/X (0x8048000+0x44edc) [0x808cedc]
7: /usr/bin/X (0x8048000+0x45518) [0x808d518]
8: /usr/bin/X (0x8048000+0x45640) [0x808d640]
9: /usr/bin/X (0x8048000+0x103510) [0x814b510]
10: /usr/bin/X (0x8048000+0x4bf47) [0x8093f47]
11: /usr/bin/X (WaitForSomething+0x46f) [0x80944bf]
12: /usr/bin/X (0x8048000+0x27760) [0x806f760]
13: /usr/bin/X (0x8048000+0x1ab45) [0x8062b45]
14: /lib/libc.so.6 (__libc_start_main+0xe6) [0xb732db86]
15: /usr/bin/X (0x8048000+0x1a731) [0x8062731]
Segmentation fault at address 0x8

Fatal server error:
Caught signal 11 (Segmentation fault). Server aborting


Please consult the The X.Org Foundation support 
         at http://wiki.x.org
 for help. 
Please also check the log file at "/var/log/Xorg.0.log" for additional information.

_Any_ hints are welcome.

EDIT:
oh, by the way, when I install linuxwacom, i also can't switch to any VT. it's just a black screen with a non blinking cursor in the left top corner. without kms, there's just a black screen w/o a cursor.

Last edited by lynucs (2009-12-10 23:20:56)


Pinky, are you pondering what I'm pondering?

Offline

#13 2009-12-19 23:49:44

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

Re: Latest xf86-input-wacom works with xorg1.7!

seems to work with aur's xf86-input-wacom-git now.


Pinky, are you pondering what I'm pondering?

Offline

Board footer

Powered by FluxBB