-
Adding these packages fjbtndrv complies and installs without errors, however the driver does not seem to work. Pushing the screen rotation button results in no actions please advise
(Fujitsu P1620 running Karmic 9.10 AMD64)
2009-11-10 08:04:14 UTC by nobody
-
Please install the following packages and retry:
libx11-dev
libxrandr-dev
libxi-dev
libxext-dev
libxtst-dev
libdbus-1-dev
libhal-dev.
2009-11-04 22:46:12 UTC by khnz
-
Hi I just updated my system from Unbuntu 9.04 to 9.10. The release notes indicated that some of the video handling have been updated in this distro. As a result fjbtndrv can't find the X11 components and won't compile. Please advise.
Here is the ./configure output
pixel@Minime:~/Desktop/fjbtndrv-2.1.0$ sudo ./configure
checking for a BSD-compatible install... /usr/bin/install -c...
2009-11-04 20:40:44 UTC by guevremont
-
Okay, no type info in our xinput output. That's bad. I'll see what I can do. For now, replace the line starting with "devname" in /usr/local/lib/fjbtndrv/rotate-wacom.sh (line 29) with devname="stylus".
2009-10-23 22:13:19 UTC by khnz
-
bret@aphrodite:~$ xinput list
"Virtual core keyboard" id=0 [XKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
"Virtual core pointer" id=1 [XPointer]
Num_buttons is 32
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 0
Max_value is -1
Resolution is 0
Axis 1 :
Min_value is 0
Max_value is -1
Re.
2009-10-23 18:35:41 UTC by bwaldow
-
The rotation commands work. I also have a USB keyboard and mouse active:
bret@aphrodite:~$ xinput list
"Virtual core keyboard" id=0 [XKeyboard]
Num_keys is 248
Min_keycode is 8
Max_keycode is 255
"Virtual core pointer" id=1 [XPointer]
Num_buttons is 32
Num_axes is 2
Mode is Relative
Motion_buffer is 256
Axis 0 :
Min_value is 0
Max_value is -1...
2009-10-23 18:25:41 UTC by bwaldow
-
Please try to rotate the stylus manually (<tt>xsetwacom set <i><devname> rotate <i><0 or 3></i>). If it works please send me the output of <tt>xinput list</tt>.
Robert.
2009-10-23 10:38:18 UTC by nobody
-
Hi,
Xubuntu AMD64 Hardy 8.04LTS on an ST5112.
Updated since installation:
Linux aphrodite 2.6.24-25-generic #1 SMP Tue Oct 20 06:49:12 UTC 2009 x86_64 GNU/Linux
Add setserial, and this in /etc/serial.conf:
/dev/ttyS0 port 0x0220 irq 4 autoconfigure
Add wacom-tools, libxi-dev, libxrandr-dev, pkg-config, libxosd-dev, libxtst-dev, libhal-dev, then...
./configure, make...
2009-10-23 10:14:52 UTC by bwaldow
-
Hello Robert,
Regretfully I ran into other issues that led me to think I am better off with [X]ubuntu 8.04 LTS than Debian. The wacom support is not a high priority for the Debian folks (no wacomcpl).
I may be asking about compiling for Xubuntu 64 soon. Installing now.
Thanks for the work on the package.
Cheers,
Bret.
2009-10-23 08:35:16 UTC by bwaldow
-
Hi,
please check if the corresponding linux-header package for your running kernel is installed.
Robert.
2009-10-23 07:09:00 UTC by nobody