You will require xorg.conf modifications for the tablet to work.  Since you're 
not installing one of ubuntu's packages this won't be done for you.

The official howto (http://linuxwacom.sourceforge.net/index.php/howto/main) is 
very good, but I will include a sample of my xorg.conf below.  I don't 
suggest you copy it verbatim, I have an intuos3 9x12 (A4) so most things 
should be the same, but there are values obtained from trial and error that 
may not be to your liking.

You will note the howto references a 'cursor' device, you only need it if your 
tablet came with a mouse.  Mine didn't, so I left it out.

-- /etc/X11/xorg.conf --
Section "ServerLayout"
        InputDevice     "stylus0" "SendCoreEvents"
        InputDevice     "eraser0" "SendCoreEvents"
        InputDevice     "pad"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "stylus0"
        Option          "Device" "/dev/input/wacom"
        Option          "Type" "stylus"
        Option          "USB" "on"
        Option          "Mode" "Absolute"
        Option          "SendDragEvents" "true"
        Option          "DeviceName" "Stylus"
        Option          "Threshold" "96"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "eraser0"
        Option          "Device" "/dev/input/wacom"
        Option          "Type" "eraser"
        Option          "USB" "on"
        Option          "Mode" "Absolute"
        Option          "SendDragEvents" "true"
        Option          "DeviceName" "Eraser"
EndSection

Section "InputDevice"
        Driver          "wacom"
        Identifier      "pad"
        Option          "Device" "/dev/input/wacom"
        Option          "Type" "pad"
        Option          "USB" "on"
EndSection
-- --

Make sure, even if you don't normally have a mouse plugged in, you have a 
mouse configured.  If your tablet is the first core input device you will 
lose pressure sensitivity.  You can stop X from complaining about lack of a 
mouse on startup by adding this to xorg.conf:

-- --
Section "ServerFlags"
        Option          "AllowMouseOpenFail"    "true"
EndSection
-- --


Expresskeys (http://freshmeat.net/projects/wacomexpresskeys/) will allow you 
to program the touch strips to button/mouse events, recommended you install 
it also.


Hopefully some of this helped.

--Thomas



On Thursday 02 November 2006 9:26 pm, [EMAIL PROTECTED] wrote:
> Hi all. I'm writing the following mail because from long time I've some
> problem with a Wacom Intuos3 10x12 cm. (A6 format).
> I downloaded the
> wacom driver pack called "linuxwacom-0.7.6-2" at the same site, and
> configured this from bash (history about this operation is attached).
> The tablet work, but the system value it biggest than the real misure
> (I think about A5 insted A6), and without pressure sensivity on fly.
>
> Can anyone help me to resolve this problem? (I use Windows only for my
> tablet, and I would left this obsolete system)
>
> Finally, I readed one
> useful forum from the following site: "http://www.ubuntuforums.
> org/showthread.php?t=25151" that explain how to change configuration,
> but (maybe that's why I'm not good whit script and editor) every time
> that I did it, the entire system doesn't work...
>
> However, thank you to
> all, 'cause Linux is a good way!
>
> Livio

Attachment: pgpa93Uj6kbmX.pgp
Description: PGP signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Linuxwacom-discuss mailing list
Linuxwacom-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-discuss

Reply via email to