0

I have my Wacom Volito lightpen connected to USB port and trying to use it with Gimp. The problem is that every dozen (randomly) of lines it draws exact vertical, horizontal (randomly again) lines starting from where cursor is pointing to the edge of screen. Its always horizontal, vertical or 45deg lines. I tried to use different USB ports, checked my mouse and stylus on Windows (same laptop) and everything seems to be working fine. I checked them with Blender3D where it simply cancels my selection/action with the same time interval as in Gimp. Its noticeable with these programs especially (where I need precision) but of course it still appears with everyday use, only I noticed it recently while on Gimp/Blender;)

To me it seems like some kind of buffer overflow but I have no idea on how to get rid of the problem and I can't use my hardware if it occurs. Im using Lubuntu on Oneiric, tried regular Ubuntu- same story. Any ideas?

To make things absolutely clear- problem not occuring with mouse/lightpen movement, clicks only. I can move my controller freely when it happens. Another thing- nothing else is connected to my other USB ports so there shouldnt be any conflicts. I've plugged USB lamp in as a test and it also works well while mouse/lightpen goes crazy so no USB fault here I guess...

1 Answers1

2

It's a known bug. There is a patch solution (comment 80) and a repo with patched GIMP, that worked for me.

The fastest way to solve the problem is to type in your terminal:

sudo add-apt-repository ppa:aapo-rantalainen/gimp26-noghostline
sudo apt-get update
sudo apt-get install gimp

This will apply a repo solution.