OpenSUSE Hardware :: Wacom Bamboo Ctl460: Gimp And Dual Monitors

Feb 26, 2010

I have a wacom bamboo pen and touch (cth460/056a:00d1). Completed is the driver compile and installation to support this device.It is working. Is there anything special I need to do to accommodate Gimp (ieressure sensitivity) and dual monitors (ie:width)? Any particular command or config app? I know about xinput, wacomcpl, and xsetwacom.

View 1 Replies


ADVERTISEMENT

OpenSUSE Hardware :: Wacom Bamboo CTL-460 ?

Mar 24, 2010

I got a bamboo tablet, CTL-460. Supported under linux wacom project. The hardware ID from lsusb is below:
056a:00d4

I also added this line to the right file. (ATM i forget what that file is, but i'll edit it later.) This was found in other posts on forums.opensuse.org

KERNEL=="event*", SYSFS{idVendor}=="056a", NAME="input/%k", SYMLINK="input/wacom"

My question is, now what? the other posts involved recompiling the drivers, kernel, and mixing files and stuff like that. I'd prefer to avoid compiling anything, and use you use X11 wacom packages, which I currently have installed.

I did try editing Xorg.conf to what the official how to says, and it just flat out failed, had to roll it back.

I Figured xorg or one of those similar files has to be edited, modprobe must be probed, and then something to start the tablet when plugged in?

I did try to compile the kernel and stuff, but it was very confusing and didn't work either, clearly.

Anyone here actually gotten the CTL-460 to work? If so, mind posting your xorg.conf and any other files?

View 2 Replies View Related

Hardware :: Wacom Bamboo Pen In OpenSUSE 11.2

Aug 31, 2010

I just got my first ever tablet yesterday and was very eager to set it up...but after spending all day yesterday and today reading various tutorials, I am still at a complete loss as to how to set this up. I have installed the drivers. Apparently, though, I also need to edit a config file to get it to work - a file that I do not have. It's supposed to be either /etc/x11/xorg.conf or /etc/X11/xf86-conf. But I do not have this file...and I don't know what I'm supposed to do.

I'm getting frustrated now because I've never really had hardware issues with Linux before, but getting a tablet was a huge deal for me as a digital artist who feels like an amateur just because I could never afford one...and to have it sitting on my desk for two days unable to use it is very depressing.

View 2 Replies View Related

OpenSUSE Hardware :: Bamboo Pen CTL-460 & 60-wacom Rules?

Jan 7, 2010

The Linux Wacom Project It says that"December 15, 2009 - Updated serial Tablet PCs support. Added 5 new Bamboo tablets support. - kernel patch submitted by K Gingerich. - xorg by Enrico Ros <enrico.ros@gmail.com. Label 0.8.5-7½. So I install the newest driver(0.8.5-8.1.x86_64) in the opensuse 11.1 x64 from the opensuse.com,but my bamboo pen doesn't work.I run "wacomcpl",there is no device to choose. then I open the file " etcudev ules.d60-wacom.rules":

[Code]...

The idprodut of the Bamboo pen CTL-460 is 00d4, I can't find it in this file. Can this driver support the bamboo pen

View 5 Replies View Related

OpenSUSE Hardware :: 11.4 64-bit And Wacom Bamboo Tablet?

Apr 9, 2011

as a kind of luxory item I am thinking of adding a bamboo to my PC. Before putting action behind this, I wonder how much of a hazzle this brings about. Has anybody of you experience with 11.4 in this field? If a hazzle: Can anybody be bothered to compile the driver and provide it as a 1-click on the build service - or even in the official repositories? Would there be full functionality actually after all? BTW, I am aware of the wacom SF-site.

View 9 Replies View Related

OpenSUSE Hardware :: Wacom Bamboo Tablet Users On 11.3?

Jul 17, 2010

I decided to write here because I was wondering if there are any Wacom Bamboo (MTE-450) tablet users who experience any resume problems with their tablets on 11.3. I experience this issue on 11.2 - tablet was not working after resume from suspending to RAM - I had to replug it in order to make it work. Now when I upgraded to 11.3, the issue was still there.

Finally, I was able to "workaround" the issue by doing the following (found on some Ubuntu groups):

Code:
echo 'SUSPEND_MODULES="wacom"' | sudo tee /etc/pm/config.d/50wacom

I am wondering if that happens to anyone else and if it still the case for a freshly installed 11.3.

View 1 Replies View Related

Hardware :: Wacom Bamboo Pen Under Slack 13

Feb 24, 2010

I can't get tablet working under slack, the problem probably is just that no input device gets created. I compiled the driver myself (slack seems to come without wacom driver...).

Here are my settings:

xorg.conf:

Code:

Indeed, /dev/input/wacom does not exist. The control LED on the device is flashing and reacting to the pen.

View 10 Replies View Related

General :: Wacom Bamboo Pen On Ubuntu 10.04

Aug 27, 2010

I am trying to get my Wacom Bamboo Pen tablet to work on my Ubuntu 10.04 installation. Right now when I plug it in the light lights up and gets brighter when I touch the pen to the surface (as it should), but the mouse does not move. I have installed xserver-xorg-input-wacom package. In researching the problem, I found this thread:[url]

But when I downloaded the kernel driver mentioned in that post, it told me that it was only for xorg servers previous to 1.7, and that I was running too recent a version. From what I can tell, the "proper" version for my xorg server is the version I already have installed from Ubuntu. I am not sure what to do now... should I try to compile the newest driver in the 10.* series from linuxwacom, despite the fact that it seems to be only one minor version away from the current installation I have?

View 1 Replies View Related

Debian Configuration :: Wacom Bamboo CTH-460 Lost ?

Jan 15, 2010

I recently purchased a Wacom Bamboo CTH-460 and have had endless frustration trying to get it to work.

I started by getting the latest stable source from the Linux Wacom project and trying to compile the drivers and kernel modules from source and installing them, though nothing ever seemed to work. If I do lsmod it shows that the wacom kernel module is loaded but when I do more /proc/bus/usb/devices I end up with this:

And no matter what I try it always says Driver=(none). So that means none of the /dev/input events are getting any data from the tablet, which means there's no way for it to do anything with X. So that is the step I am stuck at.

After some time I came to suspect that perhaps the CTH-460 is too new to be supported, and am now trying to compile drivers from the lastest development source realeased on 12-30-09. It said there was support for 5 new Bamboo tablets. However when I try to make the driver I run into this error:

I'm not sure if that is just an error in the make script or not, and if it is, why no one else has said anything about it.

Maybe I'm going about this all wrong, do I even need a new kernel driver for my tablet model? Do I only need an Xorg driver? What modules and drivers need to be in place before I should at least get the tablet tied to an input event?

View 4 Replies View Related

Ubuntu :: Wacom Bamboo CTL-460 In Lucid Lynx ?

Apr 20, 2010

Quote:

The new Wacom Bamboo Pen (CTL-460) doesn�t work in Ubuntu Lucid out-of-the-box. You need a newer kernel module than the one that comes with Lucid by default. It�s pretty easy to get it working though, you just need to know how.

First, install some compiling tools and header files:

Code:

Code:

Now unpack, configure compile and install it:

Code:

# I know this is the wrong version, but it's the highest available and it works

Code:

The tablet should work now. You can also add the module name to /etc/modules to automatically load it on boot.

He also says (and I can confirm) that the gray lines are the new borders of the tablet. A little annoying, but I imagine one could configure that, too.

View 9 Replies View Related

Ubuntu :: Wacom Bamboo Button Configuration?

Apr 3, 2011

I finished installing a Wacom Bamboo CTL-460 pen & tablet (USB) and it's working. THing is, I'd like to know where/how I can configure what the buttons do. According to my g/f, while browsing she could hold down the equivalent of the mouse's left-click button and use that to quickly scroll down (kind of like the middle button in the mouse but holding it down).

View 1 Replies View Related

Hardware :: Wacom Bamboo CTL-460 Fedora Core 14

Feb 5, 2011

One set of instructions for the Xf86-input-wacom-0.10.10 had me restart HAL by killing it, killing related processes, and then starting it...

So we're basically on Day 2, 3, i forgot.... while processes run like a snail in Terminal.

Last 4 lines of so many that my eyes are burning just trying to understand what is going on.

Why is HAL taking half a week so far to do this?!

My processor is 2GHz, RAM at 2 Gigs, HD at half a TB, and I have *no* clue if this will work.

Has anyone here been successful with Fedora Core 14 and Wacom? Wacom needs to build a driver similar to Brother's Linux install tool, which basically asks you for your model and then auto-installs the incredibly complex tool.

View 1 Replies View Related

Hardware :: Wacom Bamboo Tablet Not Working

Feb 16, 2011

It's a CTH-460. I downloaded the driver from the linuxwacom project and followed the instructions.

It doesn't work yet but lights turn on, and the pointer follow the displacement (no writing is possible). I have tested also in Windows Machine and it works perfectly well.

My machine is an ASUS VX2S and the distro is Ubuntu 10.04.

View 1 Replies View Related

Fedora Hardware :: Wacom Bamboo Tablet Not Recognized ?

Feb 10, 2010

I have recently bought a Wacom Bamboo Pen Tablet, and just as recently installed Fedora 12 KDE for its supposed "excellent tablet support".

Well, I have yet to see any of that. Unless the fact that I'm using KDE affects this (and I'm staying KDE, no more GNOME for me!), I see no reason why my tablet should not work. It was working fine in Windows Vista Home Premium 32-bit (though the last time I started up in Windows it said it didn't recognize the device).

None of the applications that I've heard implemented in Fedora to support tablets were installed, but then again they're all probably GNOME apps, am I right? Still, my tablet should at least act as a mouse? I checked KPackageManager, and it said that the latest linuxwacom driver was installed. So why isn't anything working?

It seems as if everything - all this talk about tablet support in F12 - is just for GNOME. About the only thing working with my tablet as I type this is the status light, which indicates it being recognized as a USB device, and it flashes like it should when I tap the surface with the pen, but it seems as if there's nothing to receive the input. I even installed the latest GIMP, and when I checked Input Devices, nothing relating to the tablet was even there! At least on Windows it showed the Pen and the non-existent eraser, though neither worked properly, but it seems as if Fedora 12 doesn't even know it's there!

I shouldn't have to change anything in xorg.conf, because I thought that linuxwacom did it for you?

View 6 Replies View Related

Ubuntu :: Wacom Bamboo Touch Not Supported To Rotation

Dec 24, 2010

I am running Kubuntu 10.10 x64, using a Wacom Bamboo (CTH-460), I installed it by compiling the driver and moving the file as in every tutorial I could find in the Internet. The pen works perfectly, except by the fact I use TwinView and the tablet uses all the width, too sensitive. but this is something I plan to fix later... (pressure is OK)

the problem is the touch.. It almost works, right click, zoom and scroll support is ok, I believe there is no support to rotation but I can live without it... The problem is the cursor movement, seems to be a sensitivity issue. If I move very slow there is no problem, but if i move a little faster the cursor stops as if I had removed the finger from the sensor. When I try to scroll or zoom I have a similar problem, it moves an inch before it start to scroll as if it wasn't sensing the second finger, but right click is perfect so I don't think this is the problem.

Would this be a bug? Is there a way to calibrate the touch sensor? I remember editing the xorg.conf to make the touch fit the screen size in a HP Tx2510us, and to make two finger scroll on to touch pad but it was in 8.10 I believe, I cant find something like it for this problem. wacomcpl cant see the device, xsetwacom list returns nothing... xinput list returns this:

[Code]....

View 9 Replies View Related

Ubuntu :: Krita Not Using Pressure Sensor With Wacom Bamboo

May 10, 2011

I've installed Krita in Kubuntu 11.04 and while GIMP works fine with the Wacom tablet (so Xorg is configured properly), Krita responds to the tablet pen as if it was a mouse (so on/off, no pressure sensitivity at all).

I've found old topics about bugs in Qt 4.6 but since we are now using 4.7, I assume those have been fixed?

View 1 Replies View Related

Hardware :: Cannot Install Wacom Bamboo Pen & Touch CTH 460 In Mint 10

Jul 16, 2011

I did not keep a record of everything I have tried. I used the package manager to apply anything with wacom in its name. I downloaded xf86-input-wacom-0.10.9 but perhaps I put it in the wrong directory.

I took screen shots of some of the things I did (but have no idea how to insert them). I tried ~ git clone git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/xf86-input-wacom and -after trying for some time to figure out if my system is 32 or 64 bit- typed cd xf86-input-wacom and from there typed~ ./autogen.sh --prefix=usr --libdir=/usr/lib64 the text that followed was long-- wish I could use a screenshot! The line autoreconfig: running: aclocal was followed by

The last 3 lines were:

Since then I downloaded the X.OrgX11 driver for wacom tablets and attempted to copy the wacom.fdi file into /etc/hal/fdi/policy but do not have permission. I am so new to Linux that I am reluctant to try to change permissions.

View 2 Replies View Related

Ubuntu Multimedia :: Data Stream From Wacom Bamboo Tablet?

Jun 6, 2010

I have recently purchased a Wacom Bamboo Pen & Touch tablet and have got it working with Ubuntu 9.10 (Karmic) by following this post: [URL].

I am now trying to trap the actual data coming from the bamboo as I write with the pen and found some threads suggesting that if I do an xxd one of /dev/ttyS[0-4] I should be able to see output. However when I do a "sudo xxd /dev/ttyS0" the xxd command finishes straight away.

If I run the command "xxd /dev/input/mouse1" I can the data coming from the mouse movement so I am expecting to be able to see the same sort of thing coming from the wacom bamboo pen. Both the bamboo and the mouse are USB connected.

Does anyone know if the stream of data coming form the wacom bamboo should go to /dev/ttyS[0-4] or should I be looking elsewhere?

View 3 Replies View Related

Ubuntu :: Unable To Configure Wacom/bamboo Tablets And Xorg

Jan 31, 2011

A few weeks ago, I was configuring my wacom tablet with the Wacom Control Panel by QB89Dragon, and suddenly xorg crashed. I remember specifically that I was modifying the pressure curve of the pen when it crashed. The screen went black, but the computer stayed on. Since then, every time I start up ubuntu normally, it would show the splash screen, but would then drop me to a black screen. But if I boot up under recovery mode, failsafeX, and generate a new x configuration, and restart X, it will work fine until I restart.

I've tried looking for an xorg.conf, but since I'm running 10.04, I guess it doesn't use an xorg.conf anymore. I tried uninstalling the program I used to configure it, but no go. I tried generating a new configuration with the tablet unplugged, with the tablet plugged in, even with a different tablet. And, since nothing is ever that simple when I do something wrong, nothing so far has worked.

View 3 Replies View Related

Fedora Hardware :: Scroll And Middle Click Via Wacom Bamboo Tablet

Jun 17, 2011

I recently purchased a Wacom Bamboo Pen Only (CTL-460). It's a great device and in Fedora 15 (x86_64) it worked out-of-the-box like a charm!

I don't miss the rubber or the extra keys on the tablet. But I'm having quite some trouble, using the pen as a mouse replacement in all day use. The following is with respect to usage outside GIMP and Inkscape (i.e. Firefox, Nautilus etc). What I would really like to have, is:

+ scrolling by pressing the "first button" and simply _moving_ the pen. Just like with my Thinkpad-Trackpoint: Here I press the middle key and can then scroll just by controlling the Trackpoint. Would already be cool, if I could scroll by pressing the "first button" and touching the tablet. A short tap while pressing the "first button" should still be a "middle click"!

Code:

Found a solution for "jamming at the edge of the screen". Just resized the "area" a bit (smaller) with xsetwacom...

View 1 Replies View Related

Ubuntu Multimedia :: Gimp & Wacom - Sketching Brushes

Feb 4, 2010

I have been recently using the GIMP, transferring from adobe photoshop. and the truth is i have been pleasantly surprised with GIMP, especially when comparing prices from the two. Anyway the one thing i have not been able to do, that i assume is possible is make a brush that i am able to sketch with with my wacom tablet.

what i mean by this is in adobe i was able to create a brush that would react affectively to the pressure senstivity and i would get nice realistic looking sketches that looked like pencil sketches. when i barley pressed on my tablet i would be light and when i pressed hard i was able to get the black line needed. i have messed around with the pressure settings on the brushes but havent noticed any difference when i press hard on my tablet or barely press at all.

View 8 Replies View Related

Ubuntu :: Able To Click Anything In GIMP With Pen - Wacom And Unity / Compiz Incompatibility

Jul 3, 2011

When working in GIMP using a Wacom pen (which I do a lot), not all the lines I draw show up. Maybe every 1 in 5 lines, just don't show up, and it's like the brush outline freezes. This becomes pretty annoying when drawing, which is why I log in standard GNOME without effects when using GIMP.

There is a minor problem that I think may be related, and that is that sometimes when I open a windows in GIMP, such as the Save or Open dialog, I won't be able to click anything in it with my pen. I then need to click the canvas in the background, and after that everything works. It seems as though the brush is stuck on the canvas, which is similar to what happens when drawing. I've tried different compiz settings with vSync and others, but nothing that made this work. This also seems to only be a problem when using a Wacom pen, and not when using the mouse.

View 2 Replies View Related

Fedora Hardware :: Wacom Bamboo Pen & Touch + Fedora 13

Sep 1, 2010

I have had a wonderful Wacom Bamboo Pen and Touch tablet, and so far it has only worked on my Windows partition.

This being a fairly new tablet model I'm not too surprised that it doesn't work out of the box on Fedora 13. Though several hours of Google last night tells me people have managed to force it into working using some xorg customization and fairy dust work on wacom.ko.

From here directions get vague (usually found amid bug reports -- this one specifically [url] at least one specific problem is the the tablet does not pick up wacom as its driver. In fact it doesn't see anything at all as its driver.

more /proc/bus/usb/devices produces:

Code:

I just don't want to kill my xorg.conf any more with edits it doesn't like.

View 14 Replies View Related

Ubuntu Multimedia :: Setup A Wacom Tablet With Multi-Monitors In Maverick And Natty?

Dec 30, 2010

along with Aiptek, Hanwang, N-trig, Waltop, & WizardPen (Ace Cad, KYE Systems, UC-LOGIC) Tablets Last updated: July 24, 2011 Preliminaries

1) You must have X server 1.8 or up (Maverick has 1.9).

[Code]...

View 9 Replies View Related

OpenSUSE :: Configure Dual Monitors Of Different Resolutions On 11.4?

May 4, 2011

I have been trying to configure dual monitors of different resolutions on 11.4 the Nvidia configuration utility does not know where or what to save anything anymore and goes wonky. Trying to use it is a dead end for me. X11 is a mess. What happened to SAX and things like this that were part of openSUSE and just worked? Supposedly we X11 got better. I think it's got over complicated and much worse. This stuff just worked in 11.1 and KDE 3.

View 9 Replies View Related

OpenSUSE Hardware :: Tool For Dynamic Dual Monitors For Nvidia - Disper

Feb 28, 2010

Anyone using dual monitors (dual head) and has a nvidia graphic card, might be interested in the app, Disper, nvnews.

You can configure a dual monitor, on/off, via nvidia-settings, but you can automate it with Disper by writing a script to execute something like:

View 9 Replies View Related

OpenSUSE Hardware :: Cannot Run Dual Monitors With NVidia-gfxG02 Proprietary Drivers?

Mar 15, 2011

I have openSUSE 11.4 with standard KDE and two screens attached.Here's the question: How do I configure dual monitors when using the proprietary nVidia drivers?The openSUSE 11.4 installation put in the "nouveau" drivers for my nVidia card and I was able to configure dual monitors using KDE's Configure Desktop --> Display & Monitors GUI configurator. I could also set up dual monitors using a script based on xrandr (e.g. "xrandr --output VGA-1 --auto --pos 0x0 --output DVI-I-1 --auto --pos 1920x0")My screens are detected as VGA-1 and DVI-I-1 by the nouveau drivers.

OK, today I switched to the proprietary nVidia drivers. Only one of the screens is now detected and displayed in the KDE monitor configurator and that's marked as "default" rather than as a VGA or DVI connection.When I run xrandr to configure monitors, I get error messages if I refer to VGA or DVI hardware.

More info -- RPMs
nvidia-gfxG02-kmp-desktop-260.19.36_k2.6.37.1_1.2-23.1.x86_64
x11-video-nvidiaG02-260.19.36-24.1.x86_64

[code]....

View 7 Replies View Related

OpenSUSE Hardware :: 11.4 Dual Monitors - Left Monitor Not Coming Out Of Powersave?

Sep 7, 2011

I have a really strange X (?) problem. My physical setup is:

Dell Optiplex 990
VisionTek 210 nV DMS59 PCIe video card (with a DVI splitter)
dual Dell P2411H monitors

I'm running OpenSuSE 11.4 (x86_64 fully patched) with the current nvidia drivers and kernel module. I'm running KDE and kdm in case that matters.

If I power off the two monitors, and then power them on again, the right monitor will come back on. The left monitor (which is the primary one... it's the one where the login screen appears when you are first logging in) reports that it is in power save mode. Wiggling the mouse, typing, etc., do not wake it up. The only thing that wakes it up is the detach the DVI cable from the monitor and reattach it (and sometimes it takes a couple tries).

I have used two (identical) video cards and splitters, and the problem occurred with both, so the problem doesn't appear to be with either of them. I also swapped monitors, but after the swap, the problem still occurred on the left monitor, and the old left monitor (which was now right) came on fine, so it doesn't appear to be a monitor problem.

I'm baffled. For now, I just won't turn off the monitors (or at least not the left monitor).

View 3 Replies View Related

Ubuntu :: Dual Login On Dual Monitors?

Jul 1, 2011

I want to be able to login on different users on my two screens. Is that possible? It would be nice if I could have the left screen and my gf could have the right. I'm using ubuntu 10.04 with gnome, and I have a Nvidia graphics card.

View 8 Replies View Related

Debian :: Trying To Get Dual Monitors Set Up

Apr 3, 2010

So I'm using Lenny, trying to get dual monitors set up. I'm not sure on the correct steps, but have done some googlin' and wasn't finding what i was looking for. (could be that i just missed it)

lspci:

01:00.0 VGA compatible controller: ATI Technologies Inc RV516 [Radeon X1300/X1550 Series]
01:00.1 Display controller: ATI Technologies Inc RV516 [Radeon X1300 Pro] (Secondary)

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved