|
View:
New views
10 Messages
—
Rating Filter:
Alert me
|
|
|
0.8.1-2 posted - USB Tablet PC and kernel 2.6.26 support addedKernel 2.6.26 and USB Tablet PCs (0x90, 0x93, and 0x9A) are supported. Please let us know your testing result.
Thanks, Ping ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
Re: 0.8.1-2 posted - USB Tablet PC and kernel 2.6.26 support addedI ran into a bit of a problem installing the driver. configure seemed to work fine, but when I ran make I recieved this error:
gcc -shared .libs/wacomcfg.o -L/usr/lib -lX11 -lXi -lxf86config -lm -Wl,-soname -Wl,libwacomcfg.so.0 -o .libs/libwacomcfg.so.0.0.1 /usr/bin/ld: cannot find -lxf86config collect2: ld returned 1 exit status Then make exits. I didn't have a problem with .8.1-1, so it must be looking for something that has changed since then. Sorry I can't be of more help. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
Re: 0.8.1-2 posted - USB Tablet PC and kernel 2.6.26 support addedOn Fri, Aug 1, 2008 at 6:45 PM, Ping@LinuxWacom <pinglinux@...> wrote:
> Kernel 2.6.26 and USB Tablet PCs (0x90, 0x93, and 0x9A) are supported. > Please let us know your testing result. This relates to Michael Grunde's error as well, most systems don't have libxf86config installed. In fact, when I researched it, I only found a few RPMs and mailing list entries from 2+ years ago. Debian (and therefore, Ubuntu) does not have libxf86config in it's stable, testing, or unstable repositories that I could find (package search by filename). A bit of functionality seems to depend on it however. Unfortunately, I've still had no luck locating ANY useful information on writing X server plugins, so I really wouldn't know where to start fixing it. -Andrew ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
Re: 0.8.1-2 posted - USB Tablet PC and kernel 2.6.26 support addedOn Sonntag, 3. August 2008, Andrew Zappacky wrote:
> On Fri, Aug 1, 2008 at 6:45 PM, Ping@LinuxWacom <pinglinux@...> wrote: > > Kernel 2.6.26 and USB Tablet PCs (0x90, 0x93, and 0x9A) are supported. > > Please let us know your testing result. > > This relates to Michael Grunde's error as well, most systems don't > have libxf86config installed. In fact, when I researched it, I only > found a few RPMs and mailing list entries from 2+ years ago. Debian > (and therefore, Ubuntu) does not have libxf86config in it's stable, > testing, or unstable repositories that I could find (package search by > filename). A bit of functionality seems to depend on it however. > Unfortunately, I've still had no luck locating ANY useful information > on writing X server plugins, so I really wouldn't know where to start > fixing it. Strange, I assumed this is a normal and common X library (which is used to parse the xorg.conf). SUSE for example ship the lib with the xorg-x11-server-sdk package. Maybe we should check in configure for the lib and ifdef the related code, but this would mean you have to name all Indentifier as Stylus/Pad/Eraser/Cursor/Touch. Danny ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
Re: 0.8.1-2 posted - USB Tablet PC and kernel 2.6.26 support addedHi Danny, Andrew, Kory, and Michael,
Thank you for your quick feedback. I feel we need to stay naming identifier with stylus/eraser/cursor/touch/pad convention until XInput provides type to user space. Although it is not the best solution, it doesn't introduce new challenge to our users who have to build the driver and its utility on their systems. The goal of linuxwacom is to support all Linux distributions with no bias. So, I will use Kory's patch to go back one step if you guys don't convince me otherwise. Ping On Sun, Aug 3, 2008 at 8:59 AM, Danny Kukawka <danny.kukawka@...> wrote:
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
Re: 0.8.1-2 posted - USB Tablet PC and kernel 2.6.26 support addedOn Montag, 4. August 2008, Ping@LinuxWacom wrote:
> Hi Danny, Andrew, Kory, and Michael, > > Thank you for your quick feedback. I feel we need to stay naming > identifier with stylus/eraser/cursor/touch/pad convention until XInput > provides type to user space. Although it is not the best solution, it > doesn't introduce new challenge to our users who have to build the driver > and its utility on their systems. The goal of linuxwacom is to support all > Linux distributions with no bias. So, I will use Kory's patch to go back > one step if you guys don't convince me otherwise. Maybe it would be better to add a configure option or a configure check for the needed lib and ifdef the affected code. IMO it should be possible and would allow all distros, which have the lib to use the code. Danny ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
Re: 0.8.1-2 posted - USB Tablet PC and kernel 2.6.26 support addedGreat suggestion Danny. Can you make a new patch based on your [PATCH] fix detection of wacom devices in xsetwacom? I will merge it to 0.8.1-3 after I test it.
Thank you for all your support,
Ping
On Mon, Aug 4, 2008 at 3:16 PM, Danny Kukawka <danny.kukawka@...> wrote:
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
|
|
|
|
|
|
|
|
Re: 0.8.1-2 posted - USB Tablet PC and kernel 2.6.26 support addedOn Thu, Aug 7, 2008 at 3:59 PM, Kory Prince <korylprince@...> wrote:
I looked at the code generating the error and it looks like part of Your attachment is good enough for me to troubleshoot the issue. Looks like my "fix" didn't get to the real point....
Don't worry about the delay. I know everyone has a real life outside of this project. P.S. I am about to install 64bit Ubuntu, so I can also test from that side. Wait until I make another package (I mean the testing part, not your OS installation :). Ping ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Linuxwacom-devel mailing list Linuxwacom-devel@... https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel |
| Free Forum Powered by Nabble | Forum Help |