I’m about to use my Genius G-Pen 4500 with Ubuntu. And here is my experience in installing this tablet.
Everything is pretty stright-forward.
- Go to http://code.google.com/p/linuxgenius/
- Get the source for wizardpen. I used http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz
wget http://linuxgenius.googlecode.com/files/wizardpen-0.7.0-alpha2.tar.gz
- Unpack.
tar -xvf wizardpen-0.7.0-alpha2.tar.gz
- Move into the unpacked dir:
cd wizardpen-0.7.0-alpha2
- Configure, make and install:
sudo ./configure --with-xorg-module-dir=/usr/lib/xorg/modules && make && make install
- Check for wizardpen.la and wizardpen.so (driver installed correctly):
ls /usr/lib/xorg/modules/input/wizardpen.*
- Connect your tablet (if not yet connected)
- Create file
/etc/hal/fdi/policy/99-wizardpen.fdi
- I used the following data inside the file:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<deviceinfo version="0.2">
<device>
<!-- This MUST match with the name of your tablet -->
<match key="info.product" contains="UC-LOGIC Tablet WP5540U">
<merge key="input.x11_driver" type="string">wizardpen</merge>
<merge key="input.x11_options.SendCoreEvents" type="string">true</merge>
<merge key="input.x11_options.TopX" type="string">0</merge>
<merge key="input.x11_options.TopY" type="string">0</merge>
<merge key="input.x11_options.TopZ" type="string">40</merge>
<merge key="input.x11_identifier" type="string">stylus</merge>
<merge key="input.x11_options.BottomX" type="string">32739</merge>
<merge key="input.x11_options.BottomY" type="string">32745</merge>
<merge key="input.x11_options.BottomZ" type="string">1024</merge>
<merge key="input.x11_options.MaxX" type="string">32739</merge>
<merge key="input.x11_options.MaxY" type="string">32745</merge>
</match>
</device>
</deviceinfo>
* This source code was highlighted with Source Code Highlighter. - After all this You should reboot and start using your Genius G-Pen 4500.
- FIXED: I still have one unsolved problem. The stylus starts working a bit far from the tablet. Can’t resolve this. Under Windows I found quite unique driver, which let me set sensitivity for it. FIX: Add TopZ and BottomZ values to the file
thanks you!!!
It’s works very well.
do you now how changes second and third bottom configuration?
So glad to hear that this helped you!
What do you mean under “second and third bottom configuration”?
I’sorry by my English, I want to say button o “mouse keys” right, left and scroll, exchange them.
aha) I’ve understood) u’r talking about the tablet mouse?
if so, i’d say everything works fine for me. left,right and scroll…
but, if u want to exchange them…hmmm…don’t know…
maybe use: System->Parameters->Mouse->tick “for the left-handed user”?
Hello again, and thanks for the help, I do not know if you’ve had the same
problem, but upgrading to ubuntu and 10.04 and the tablet does not work.
I installed drivers again but no longer works. Thank you
any help.
hi, sorry, my english is bad :$,
after upgrading to ubuntu 10.04 my tablet does not work
try with :
https://help.ubuntu.com/community/TabletSetupWizardpen
http://www.ubuntu-es.org/?q=node/50358
(Y)
and now… works!!! 😀 😀 😀
😉 bye
“’ I am very thankful to this topic because it really gives great information .“
Hi, I used this advise the last time to install my G-Pen and it worked then, but now I want to install it again after a clean install in Linux Mint 10 which is the same as Ubuntu 10, but now it doesn't work at all.
I am not a coder, so I struggle a lot.
Tried it now again. STILL DOES NOT WORK !
I get error message:
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… /bin/mkdir -p
checking for gawk… gawk
checking whether make sets $(MAKE)… yes
checking whether to enable maintainer-specific portions of Makefiles… no
checking build system type… i686-pc-linux-gnu
checking host system type… i686-pc-linux-gnu
checking for style of include used by make… GNU
checking for gcc… gcc
checking whether the C compiler works… yes
checking for C compiler default output file name… a.out
checking for suffix of executables…
checking whether we are cross compiling… no
checking for suffix of object files… o
checking whether we are using the GNU C compiler… yes
checking whether gcc accepts -g… yes
checking for gcc option to accept ISO C89… none needed
checking dependency style of gcc… gcc3
checking for a sed that does not truncate output… /bin/sed
checking for grep that handles long lines and -e… /bin/grep
checking for egrep… /bin/grep -E
checking for fgrep… /bin/grep -F
checking for ld used by gcc… /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld… yes
checking for BSD- or MS-compatible name lister (nm)… /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface… BSD nm
checking whether ln -s works… yes
checking the maximum length of command line arguments… 1572864
checking whether the shell understands some XSI constructs… yes
checking whether the shell understands "+="… yes
checking for /usr/bin/ld option to reload object files… -r
checking for objdump… objdump
checking how to recognize dependent libraries… pass_all
checking for ar… ar
checking for strip… strip
checking for ranlib… ranlib
checking command to parse /usr/bin/nm -B output from gcc object… ok
checking how to run the C preprocessor… gcc -E
checking for ANSI C header files… yes
checking for sys/types.h… yes
checking for sys/stat.h… yes
checking for stdlib.h… yes
checking for string.h… yes
checking for memory.h… yes
checking for strings.h… yes
checking for inttypes.h… yes
checking for stdint.h… yes
checking for unistd.h… yes
checking for dlfcn.h… yes
checking for objdir… .libs
checking if gcc supports -fno-rtti -fno-exceptions… no
checking for gcc option to produce PIC… -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works… yes
checking if gcc static flag -static works… yes
checking if gcc supports -c -o file.o… yes
checking if gcc supports -c -o file.o… (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries… yes
checking whether -lc should be explicitly linked in… no
checking dynamic linker characteristics… GNU/Linux ld.so
checking how to hardcode library paths into programs… immediate
checking whether stripping libraries is possible… yes
checking if libtool supports shared libraries… yes
checking whether to build shared libraries… yes
checking whether to build static libraries… no
checking for gcc… (cached) gcc
checking whether we are using the GNU C compiler… (cached) yes
checking whether gcc accepts -g… (cached) yes
checking for gcc option to accept ISO C89… (cached) none needed
checking dependency style of gcc… (cached) gcc3
checking for pkg-config… /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0… yes
checking if RANDR is defined… no
checking if XINPUT is defined… no
checking for XORG… configure: error: Package requirements (xorg-server >= 1.0.99.901 xproto ) were not met:
No package 'xorg-server' found
No package 'xproto' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Could you check in your package manager which version of xorg-server are you using?
You could try smth like "sudo aptitude search xorg-server" in terminal too.
hi folks,
I am begginer in ubuntu, and when installing the drivers (sudo ./configure –with-xorg-module-dir=/usr/lib/xorg/modules && make && make install) I get this message in the terminal:
"checking for XORG… configure: error: Package requirements (xorg-server >= 1.0.99.901 xproto ) were not met:
No package 'xorg-server' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details."
could you help me please??
Thanks!
awesome