Re: [Gimp-user] Gimp 2.7.3 compiled but tablet greyed out in Input Devices

2011-09-06 Thread jfrazierjr

 Patrick Horgan phorg...@yahoo.com wrote: 
 On 08/31/2011 08:31 AM, jfrazie...@nc.rr.com wrote:
 
  Once I finally got GIMP compiled, I can see my tablet 
  in the input devices, but they are greyed out along with 
  all of the below: 
  SynPS/2 Synaptics TouchPad
  Virtual core XTEST Pointer
  Wacom Bamboo Fun 6x8 cursor
  Wacom Bamboo Fun 6x8 eraser
  Wacom Bamboo Fun 6x8 pad
  Wacom Bamboo Fun 6x8 stylus
 
 
  The ONLY thing that is NOT greyed out is Core Pointer.  
 
 
 I suspect this is a wacom driver problem of some sort, but the folks
 that can really help are on a different mailing list wacom-discuss.  If
 you follow the link below you can sign up to it.
 
 https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss
 
 They are HUGELY friendly and responsive.  They'll ask for some information, 
maybe then for some more information and pretty quickly they will diagnose the 
problem.  You'll be happy!
 
 Patrick
 


No, I would say it has to do with the GIMP build process itself.  
Long story, short after 4 re-installs I have come to determine 
that the 2.6.38.* kernals don't seem to like (some) nvidia cards.  
I googled and tried tons of things with no luck.   So...I ended 
up reverting back to 10.10 and am hoping 11.10 will actually work correctly
with my video card(on a laptop.. so can't switch out!).


On 10.10, I installed gimp 2.6.* from apt package and the pen works with 
pressure sensitivity AND the input devices work correctly for editing.  ie, 
Gimp 2.6.x works fine.

I then built/compiled all of the prerequisites(Glib, GTK+, gdk-pixbuf, 
pixman, cairo, babl, gegl) and then gimp into its own prefix  BUT the same 
issue is happening, so all I can assume from this is that it has to do with 
some from the build process(or something missing!)  However, this time while 
the items are all greyed out, the pen pressure DOES work this time.  The thing 
that does not work is the stylus/eraser(meaning that they won't 'bind' to 
separate tools and remember them).   Ie, it's working as a regular mouse + 
pressure.  
One thing I did see when configure ran was in the optional modules section 
of the output, I got this:


Linux Input:   yes (GUDev support: no)




While this is a bummer, it is something I can live with for a few months 
until 2.8 is actual release and hopefully the packaged build will work 
properly even if I have to build the prerequisites manually.   Hopefully by 
that time, 11.10 will also be released and I can make a test partition to 
see if it agrees with my video card.  
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Gimp 2.7.3 compiled but tablet greyed out in Input Devices

2011-09-05 Thread Patrick Horgan
On 08/31/2011 08:31 AM, jfrazie...@nc.rr.com wrote:

 Once I finally got GIMP compiled, I can see my tablet 
 in the input devices, but they are greyed out along with 
 all of the below: 
 SynPS/2 Synaptics TouchPad
 Virtual core XTEST Pointer
 Wacom Bamboo Fun 6x8 cursor
 Wacom Bamboo Fun 6x8 eraser
 Wacom Bamboo Fun 6x8 pad
 Wacom Bamboo Fun 6x8 stylus


 The ONLY thing that is NOT greyed out is Core Pointer.  


I suspect this is a wacom driver problem of some sort, but the folks
that can really help are on a different mailing list wacom-discuss.  If
you follow the link below you can sign up to it.

https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

They are HUGELY friendly and responsive.  They'll ask for some information, 
maybe then for some more information and pretty quickly they will diagnose the 
problem.  You'll be happy!

Patrick

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Gimp 2.7.3 compiled but tablet greyed out in Input Devices

2011-09-05 Thread Patrick Horgan
On 08/31/2011 08:31 AM, jfrazie...@nc.rr.com wrote:
 OS: Ubuntu 11.04
 Arch: AMD64
 Desktop Manager: Gnome 3


 I recently blew away my Ubuntu 10.10 and installed 11.04.  
 Not liking Unity, I figured I would try Gnome 3.  After 
 getting Gnome 3 set up, I downloaded babl,gegl, and gimp 
 tarballs and proceeded to install all sorts of dependencies
 (required and many optional ones) via apt-get packages. 
One thing you might check, since I had the same symptoms after the same
upgrade, is that

xserver-xorg-input-wacom

is installed. (sudo apt-get install xerver-xorg-input-wacom).  For some
reason it was lost when I upgraded from 10 to 11.04 and the install
fixed the problem instantly for me.  (Well not instantly, I had to
restart X.)

Patrick

___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp 2.7.3

2011-01-24 Thread Ofnuts

On 01/24/2011 04:36 PM, Ed Redman wrote:
 I recently updated gimp to 2.7.3 on a ubuntu 10.10 x64 system.
 When I try to use levels, brightness contrast etc.
 Gemp segfaults.

 babl-format.c:389 babl_format_new()
   Trying to reregister BablFormat 'R'G'B' double' with different id!
 Could not attach to process.  If your uid matches the uid of the target
 process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
 again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
 ptrace: Operation not permitted.

 Could some one help me try to understand what is happening.

Where did you get the babl from? 2.7 will only work with a very recent 
babl, you have to install it from the tarball, too.



___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp 2.7.3

2011-01-24 Thread Alexandre Prokoudine
On 1/24/11, Ed Redman wrote:
 I recently updated gimp to 2.7.3 on a ubuntu 10.10 x64 system.

Hi Ed,

The so called 2.7.3 in that PPA was last updated in July 2010. There
is little to no sense complaining about issues in the outdated
development code. Things have moved on long ago since then.

Alexandre Prokoudine
http://libregraphicsworld.org
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] gimp 2.7.3

2011-01-24 Thread Alexandre Prokoudine
On 1/24/11, Alexandre Prokoudine wrote:
 On 1/24/11, Ed Redman wrote:
 I recently updated gimp to 2.7.3 on a ubuntu 10.10 x64 system.

 Hi Ed,

 The so called 2.7.3 in that PPA was last updated in July 2010. There
 is little to no sense complaining about issues in the outdated
 development code. Things have moved on long ago since then.

OK, it was pointed out that the error message in question is on the
contrary rather recent, so, Ed, would you mind telling URL of the PPA
that you used?

Alexandre Prokoudine
http://libregraphicsworld.org
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user