It is currently Fri Sep 18, 2026 1:52 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Genius 4x3 tablet doesn't cooperate with Gimp dialogs
PostPosted: Fri Oct 14, 2011 12:00 am  (#1) 
Offline
New Member

Joined: Oct 13, 2011
Posts: 4
GIMP Version: 2.6.11
Operating System: Linux
OS Version: Ubuntu Natty
GIMP Experience: Intermediate Level



I recently found my Genius G-Pen 340 4"x3" tablet, and figured out how to use it in the latest version of Ubuntu Linux.
(no idea why, but only works if I uninstall the community drivers, without reinstalling them)

It took me a little bit of time to figure out that I had to configure the tablet under Edit -> Preferences -> Input Devices -> Configure Extended Input Devices..., and it worked correctly after that.

For everything except Gimp dialogs.
When I needed to save my image, I used the tablet to open the Save dialog, then it wouldn't let me navigate my filesystem to put the file in any other folder.

It ignored mouse clicks and the Tab key, which forced me to type folder names into the file name box for navigation.
It did react to mouse motion, highlighting buttons when hovered, but did nothing when I clicked, both with the mouse and tablet.

Does anybody have suggestions?
I'm a little lost...


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Genius 4x3 tablet doesn't cooperate with Gimp dialogs
PostPosted: Fri Oct 14, 2011 1:26 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Apr 27, 2010
Posts: 1510
Location: Sweden
I don't know much about Genius tablets, but a common problem when using Wacom tablets is the use of Window mode in GIMP's preferences (which could create an offset actually placing your cursor outside the window). That's the only thing I can think of that would behave differently in a dialogue vs on a canvas. Try switching to "Screen" mode (if you don't have it already) just to check. Otherwise I don't know what the issue could be, sorry. :-/
.
Griatch

_________________


Top
 Post subject: Re: Genius 4x3 tablet doesn't cooperate with Gimp dialogs
PostPosted: Fri Oct 14, 2011 2:28 am  (#3) 
Offline
New Member

Joined: Oct 13, 2011
Posts: 4
I've been using the tablet as set to Screen, and it's been allowing me to use tool dialogs (ie, Scale Image, Colour Curves, etc), but not the saving/loading dialogs.

If I use the keyboard to navigate the Preferences dialog to turn the tablet off, it'll let me use the file dialogs right off, without needing me to restart the program.
Though I'd rather find a full fix rather than a cheap workaround like this.


Top
 Post subject: Re: Genius 4x3 tablet doesn't cooperate with Gimp dialogs
PostPosted: Fri Oct 14, 2011 9:49 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
I have a Wacom PT tablet.
I use KDE and A kde program called wacomtablet.
AFAIK this program doesn't support Genius.
But the following might be of use to you:
When I set it at "Relative (Mouse Mode)" I can click like with a regular mouse.
But then the drawing doesn't work well.
When I set it at at "Absolute (Pen Mode)" the drawing is OK but clicking doesn't work 100%.
My solution is to use the regular mouse for that.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: Genius 4x3 tablet doesn't cooperate with Gimp dialogs
PostPosted: Fri Oct 14, 2011 12:26 pm  (#5) 
Offline
New Member

Joined: Oct 13, 2011
Posts: 4
That's kind of my problem, actually.
The tablet (or tablet drivers, or Gimp's interactions) interferes with the normal operation of the mouse when I have the tablet enabled.


Top
 Post subject: Re: Genius 4x3 tablet doesn't cooperate with Gimp dialogs
PostPosted: Fri Oct 14, 2011 12:51 pm  (#6) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
Have you asked (or searched) the Ubuntu forums?
The fact that you removed the Ubuntu software to make it work sounds strange.
That it works anyway is thanks to "udev" and "evdev".
Check /usr/share/X11/xorg.conf.d/ it should contain a file like this one 10-evdev.conf:
# Catch-all evdev loader for udev-based systems
# We don't simply match on any device since that also adds accelerometers
# and other devices that we don't really want to use. The list below
# matches everything but joysticks.

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

You could add another one for the Genius tablet.
It should have a higher number,name it 50-genius.conf.
Read the manual for xsetwacom ( man xsetwacom).
Even though the name is wacom doesn't mean it's only for Wacom tablets.
Yes it means using CLI but that's Linux.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: Genius 4x3 tablet doesn't cooperate with Gimp dialogs
PostPosted: Sat Oct 15, 2011 4:08 am  (#7) 
Offline
New Member

Joined: Oct 13, 2011
Posts: 4
Not really concerned with using CLI, I've been using Linux long enough to be quite used to it.

I'm not really used to playing around with the udev and edev systems, and several versions back I'd edited xorg.conf to enable the drivers, so there may still be something left that's interfering with the setup.

I'll have a more thorough look at things tomorrow, as I'm not on the system in question right now.


Top
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC - 5 hours [ DST ]



* Login  



Powered by phpBB3 © phpBB Group