On Wednesday 26 October 2005 21:40, Johnathan Falk wrote:
> I have a Toshiba Tecra M4.  I have looked at and played with many of the
> different config options for tablet pcs in Sax2 and still cant seem to get
> it to work. If anyone has any experience with this and could offer some
> assistance that would be greatly appreciated. I am a long time Redhat user
> who switched to Suse because of there excellent support for hardware right
> out of the box.  However I just can't seem to get the tablet working.
> Thanks in advance.

The Tablet section in SAX2 is not for Tablets in Tablet PCs. But I work on 
better support for 10.1.

Btw. Open your /etc/X11/xorg.conf and add this:

#####################################################

Section "InputDevice"
        Driver        "wacom"
        Identifier    "cursor"
        Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
        Option        "Type"          "cursor"
        Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver        "wacom"
        Identifier    "stylus"
        Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
        Option        "Type"          "stylus"
        Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
        Driver        "wacom"
        Identifier    "eraser"
        Option        "Device"        "/dev/ttyS0"          # SERIAL ONLY
        Option        "Type"          "eraser"
        Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

#####################################################

And add this lines to 'Section "ServerLayout"':

        InputDevice "cursor" "SendCoreEvents"
        InputDevice "stylus" "SendCoreEvents"
        InputDevice "eraser" "SendCoreEvents"

At least add this line to /etc/init.d/setserial

run_setserial /dev/ttyS0 port 0x0338 irq 4 autoconfig


You need if not allready installed this packages:  x11-input-wacom.rpm and 
x11-input-wacom-tools.rpm


Cheers,

Danny
-- 
Danny Kukawka
[EMAIL PROTECTED]
Mobile Devices
SUSE LINUX a Novell Business
Maxfeldstr. 5, D-90409 Nuernberg, Germany

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to