| View previous topic :: View next topic |
| Author |
Message |
sethness_the1 Xplorer
Joined: 12 May 2005 Posts: 38 Location: Hiroshima, Japan
|
Posted: Sat Dec 24, 2005 3:03 am Post subject: What that "partially working" Wacom tablet means |
|
|
For the sake of other noobies (like me )
When you first plug in your Wacom tablet and run it under Xandros, you'll notice that it sorta-kinda works. You may not be able to reach all corners of your screen, and your tablet will be stuck in "absolute" mode as opposed to "relative" mode. Buttons on the pen won't have the same assignment you're used to.
"Absolute" mode means that when you move the mouse/pen around the pad, the cursor follows your movement. If you use a "skating" motion (lifting the mouse/pen and putting it down elsewhere), the cursor jumps to match that new position.
Your tablet is sorta-kinda working, but this is NOT "partial success". What's happened is that your Xandros has 2 ways of looking at the Wacom tablet:
#1 as a regular "HID" mouse that doesn't need a driver
or
#2 as an unusual device that needs its own special drivers.
#1 is automatic and easy for Xandros.
#2 is really what you NEED or you wouldn't own a Wacom tablet in the first place. Installing that driver... ain't easy for a noobie (imho), and it's not automatic under Xandros.
It oughta be... it is automatic under many popular Linux distros such as Kanotix.
So... good luck installing the driver, and don't mistake that "partially working tablet" as an indication that you've got the right driver installed but not configured properly. No, that means Xandros can't find or use the driver at all. _________________
Sethness, Icon Tinkerer..er |
|
| Back to top |
|
 |
dreamweaver Xplorer
Joined: 22 Apr 2004 Posts: 18 Location: Kent UK
|
Posted: Sun Mar 26, 2006 7:23 pm Post subject: |
|
|
Exactly which file is that needs editing and what directory will I find it in please? _________________ Regards
Lynette |
|
| Back to top |
|
 |
XandrosAdminAJ Site Admin

Joined: 03 Jun 2004 Posts: 3580 Location: Saskatchewan, Canada
|
Posted: Sun Mar 26, 2006 9:27 pm Post subject: |
|
|
If you follow the insructions from the prior post, it references this: | Quote: | | Copy the correct driver from the prebuilt directory to: /usr/X11R6/lib/modules/input | . You unpack the wacom drivers from http://linuxwacom.sourceforge.net/index.php/howto/download. Just use Xandros File Manager.
To change files in /usr/ and /etc/, you have to use root, so open an administrator XFM and open the files with text editor. I just copied the code from the prior post.
The xorg file it references is in /etc/x11/ . It's called xorg.conf. I followed the instructions and it made no discernable diff to my wacom tablet 4x5 (says model cte-430 on the back of it). Just got it less than a month ago. Works as a mouse and I can draw in gimp, but pressure is yet to work. I want to write with it. _________________ War doesn't determine who's right - only who's left. |
|
| Back to top |
|
 |
scott Xandrosianding

Joined: 24 Jan 2003 Posts: 786 Location: West Chicago,Il
|
Posted: Thu Dec 21, 2006 10:53 am Post subject: |
|
|
Has anyone been able to get the scroll wheel and forward and back buttons to work on graphire 4 tablet? I'd like it to work in parellels vm, the tablet is reconinized there but the tools don't work. I think I have to get it to work in linux first.
thanks Scott |
|
| Back to top |
|
 |
mcp Xandrosianding

Joined: 12 Aug 2003 Posts: 548 Location: Union City, CA
|
Posted: Wed Dec 27, 2006 4:39 pm Post subject: |
|
|
| scott wrote: | Has anyone been able to get the scroll wheel and forward and back buttons to work on graphire 4 tablet? I'd like it to work in parellels vm, the tablet is reconinized there but the tools don't work. I think I have to get it to work in linux first.
thanks Scott |
Scott,
I've noticed that you haven't yet gotten a reply. I thought I would since I started this thread way back when. I don't have a Graphire 4 tablet. Mine is the original (Graphire ET) and it works just fine. Through my pleadings and I'm sure that of others, the development team finally heard our complaints and have put in the necessary tools for Xandros 4 to setup the Graphire tablet correctly. Of course the Graphire 4 tablet is probably too new to be properly identified. From the posts I saw in Bugzilla the developers had to find a Wacom tablet to test since they didn't have one on hand.
If you go to the Wacom Linux project site here:
http://linuxwacom.sourceforge.net/
You may find an answer to how to finally set up your tablet. It may be as simple as using a newer driver.
Any way I hope this helps you to get it going,
MCP |
|
| Back to top |
|
 |
scott Xandrosianding

Joined: 24 Jan 2003 Posts: 786 Location: West Chicago,Il
|
Posted: Thu Dec 28, 2006 9:52 am Post subject: |
|
|
MCP: would you be will to help me config my tablet? With V4 SP1 installed the pen and mouse are working just fine. What I would like is to get the scroll wheel and forward back buttons to work plus the eraser function to work. I'm enclosing my xorg. config file.
Thanks Scott
Section "ServerLayout"
Identifier "Xandros"
Screen "Screen1"
InputDevice "keyboard"
InputDevice "mouse"
InputDevice "alps"
InputDevice "stylus"
InputDevice "eraser"
InputDevice "cursor"
InputDevice "pad"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules/nvidia"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/local/share/fonts"
EndSection
Section "Module"
Load "ddc"
Load "int10"
Load "dbe"
Load "extmod"
Load "glx"
Load "record"
Load "bitmap"
Load "freetype"
Load "type1"
Load "vbe"
Load "xandetect"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail"
EndSection
Section "InputDevice"
Identifier "keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
EndSection
Section "InputDevice"
Identifier "mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
Option "CorePointer"
EndSection
Section "InputDevice"
Identifier "alps"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "120"
Option "RightEdge" "830"
Option "TopEdge" "120"
Option "BottomEdge" "650"
Option "FingerLow" "14"
Option "FingerHigh" "15"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "20"
Option "HorizScrollDelta" "20"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "0.75"
Option "AccelFactor" "0.015"
Option "EdgeMotionMinSpeed" "200"
Option "EdgeMotionMaxSpeed" "200"
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "2"
Option "SendCoreEvents" "yes"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "USB" "on"
Option "Mode" "Absolute"
Option "SendcoreEvents" "yes"
Option "Type" "stylus"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "USB" "on"
Option "Mode" "Absolute"
Option "SendcoreEvents" "yes"
Option "Type" "eraser"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "USB" "on"
Option "Mode" "Relative"
Option "SendcoreEvents" "yes"
Option "Type" "cursor"
EndSection
Section "InputDevice"
Identifier "pad"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Mode" "Absolute"
Option "USB" "on"
Option "Type" "pad"
EndSection
Section "Modes"
Identifier "Monitor1"
ModeLine "1280x800@60" 0.0 0 0 0 0 0 0 0 0
ModeLine "1024x768@60" 0.0 0 0 0 0 0 0 0 0
ModeLine "800x600@60" 0.0 0 0 0 0 0 0 0 0
ModeLine "640x480@60" 0.0 0 0 0 0 0 0 0 0
EndSection
Section "Monitor"
Identifier "Monitor1"
VendorName "laptop-display"
ModelName ""
### Comment all HorizSync and VertSync values to use DDC:
VertRefresh 58.0 - 62.0
EndSection
Section "Device"
Identifier "Device1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NV17 [GeForce4 420 Go 32M]"
Option "UseDisplayDevice" "DFP-0"
BusID "PCI:1:0:0"
EndSection
Section "Screen"
Identifier "Screen1"
Device "Device1"
Monitor "Monitor1"
DefaultDepth 24
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 15
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Disable"
EndSection |
|
| Back to top |
|
 |
mcp Xandrosianding

Joined: 12 Aug 2003 Posts: 548 Location: Union City, CA
|
Posted: Thu Dec 28, 2006 12:05 pm Post subject: |
|
|
Scott,
What does the scroll wheel do now? I don't know anything about the forward back buttons. Is that only on the Graphire4 tablet? And since I have never used the eraser I don't know what you need to do for it as well.
Sorry
MCP |
|
| Back to top |
|
 |
scott Xandrosianding

Joined: 24 Jan 2003 Posts: 786 Location: West Chicago,Il
|
Posted: Thu Dec 28, 2006 2:01 pm Post subject: |
|
|
MCP: The scroll whell on the pad itself doesn't work, it does work on the mouse. I use the easer in Corel paint to clean up my drawings/patterns, It just a quick way of doing things. Right now I jump back and forth between the pen and mouse to get things done. It looks like there is a big difference between Xandros and the Wacom project, that's the big reason I haven't tried any of it. I'm more a user not a hacker. I'll just keep using things the way they are for now. Things are getting better for the tablet use.
Thanks Scott |
|
| Back to top |
|
 |
Vadalon Xplorer
Joined: 19 Feb 2009 Posts: 4 Location: Gilchrist, Oregon
|
Posted: Thu Feb 19, 2009 5:49 pm Post subject: Wacom graphics tablet |
|
|
I do not know how to get my tablet to work with xandros. Not to sound like a lame brain. If someone could help me with this I would be grateful
eloiserootjr@coinet.com _________________ Vadalon |
|
| Back to top |
|
 |
TekMate Xendrosian

Joined: 20 Feb 2003 Posts: 1092 Location: MA
|
Posted: Thu Feb 19, 2009 6:29 pm Post subject: |
|
|
Hi Vadalon what type of tablet and what version of Xandros are you using? _________________
If you were offered the chance to learn the truth…would you take it? |
|
| Back to top |
|
 |
Vadalon Xplorer
Joined: 19 Feb 2009 Posts: 4 Location: Gilchrist, Oregon
|
Posted: Fri Feb 20, 2009 12:09 pm Post subject: Wacom |
|
|
I am using intuos2 wacom 4X5 Serial tablet
xandros
release 2.6.18-dcc -smp
KDE 3.4.2
i 686 _________________ Vadalon |
|
| Back to top |
|
 |
Vadalon Xplorer
Joined: 19 Feb 2009 Posts: 4 Location: Gilchrist, Oregon
|
Posted: Tue Feb 24, 2009 10:27 am Post subject: Sad to say intuos2 wacom linux |
|
|
I would think that Linux would have this down. Not everyone understands how to manipulate things to install something that seems to not support a tool. Linux has been trying to conquerer Windows for a long time and get it to the desktop. The tablet has been around for a while now. I need it so I can work. So, I am stuck dual booting? Not everyone just, uses their computers for email and web games. I an not trying to offend anyone or start an argument. I like this OS I just wish that the distributions and hardware companies would think about this stuff and just make working drivers. _________________ Vadalon |
|
| Back to top |
|
 |
Doctore Xandrosianschwing
Joined: 13 Jun 2006 Posts: 2697 Location: Finland
|
Posted: Tue Feb 24, 2009 1:17 pm Post subject: |
|
|
Have you tested if "Xandros 4.5" (kernel 2.6.24SMP)
works with your tablet? Or any other distribution? _________________ Linux User #432929
Visit our sites :
http://www.pcds.fi/
http://www.djn.fi/ |
|
| Back to top |
|
 |
XandrosAdminAJ Site Admin

Joined: 03 Jun 2004 Posts: 3580 Location: Saskatchewan, Canada
|
Posted: Tue Feb 24, 2009 1:41 pm Post subject: |
|
|
I have a Wacom tablet that is usb (I think its USB, seeing as I don't have any serial ports). It works as a mouse (came with one), nd also has a pen. It will take input so you can sort of write in gimp and paint programs etc. The eraser doesn't work.
This was with Xandros 4. I remember trying to edit wacom modules or something with not much effect. I think we're probably into a low demand area that no-one has spent much time on. I really didn't have much use for the wacom. Maybe if someone wants to develop something for better usage, I'll donate it to them. Though I think there are other larger tablet input devices that are probably of more interest to most these days (?). _________________ War doesn't determine who's right - only who's left. |
|
| Back to top |
|
 |
Vadalon Xplorer
Joined: 19 Feb 2009 Posts: 4 Location: Gilchrist, Oregon
|
Posted: Wed Feb 25, 2009 12:24 am Post subject: Wacom |
|
|
Doctore,
No I have not tried the Xandros 4.5" (kernel 2.6.24SMP) I will have to take a look.
arnoldjames,
I think that we are in a low demand. I am just so sick of Windows. Upgrading to a different tablet is not going to happen. I just want it to work I will just keep plugging along with it.
Thank- you for the replies _________________ Vadalon |
|
| Back to top |
|
 |
|