I recently reported problems installing my Wacom Intuos2 Serial with Suse 11.3 on another thread, I haven’t solved and read/search more information and pm a few people, based on what I read, I needed to start from scratch.
Therefore, I just re.installed OpenSuse 11.3 and follow instructions on Wacom-project website, which meant,as I understood:
- Only required Xf86
- Create the xorg.conf file with the definitions for the Wacom.
Didn’t succeed, so here’s a detailed info of what I did, hope someone here can see what I’m still missing or doing wrong.
Thank you.
Info:
KERNEL:
Linux linux-nhxe 2.6.34-12-default #1 SMP 2010-06-29 02:39:08 +0200 i686 i686 i386 GNU/Linux
X-Server:
X.Org X Server 1.8.0
- INSTALL PREBUILD:
1.a linuxwacom-0.8.8-10/prebuilt
1.b. Configure xorg.conf
No results.
wacom related info on xorg.cong file:
Section “InputDevice”
Driver “wacom”
Identifier “stylus”
Option “Device” “/dev/ttyS1” # SERIAL ONLY
Option “Type” “stylus”
Option “ForceDevice” “ISDV4” # Serial Tablet PC ONLY
EndSection
Section “InputDevice”
Driver “wacom”
Identifier “eraser”
Option “Device” “/dev/ttyS1” # SERIAL ONLY
Option “Type” “eraser”
Option “ForceDevice” “ISDV4” # Serial Tablet PC ONLY
EndSection
Section “InputDevice”
Driver “wacom”
Identifier “cursor”
Option “Device” “/dev/ttyS1” # SERIAL ONLY
Option “Type” “cursor”
Option “ForceDevice” “ISDV4” # Serial Tablet PC ONLY
EndSection
This section is for Intuos3, CintiqV5, Graphire4, or Bamboo without touch
Section “InputDevice”
Driver “wacom”
Identifier “pad”
Option “Device” “/dev/ttyS1” # SERIAL ONLY
Option “Type” “pad”
EndSection
This section is for the TabletPC that supports touch
Section “InputDevice”
Driver “wacom”
Identifier “touch”
Option “Device” “/dev/ttyS1” # SERIAL ONLY
Option “Type” “touch”
Option “ForceDevice” “ISDV4” # Serial Tablet PC ONLY
EndSection
Section “ServerLayout”
Identifier “Layout”
Screen “vboxvideo”
Screen “vmware”
Screen “cirrus”
Screen “fbdev”
Screen “vesa”
InputDevice “stylus” “SendCoreEvents”
InputDevice “eraser” “SendCoreEvents”
InputDevice “cursor” “SendCoreEvents” # For non-LCD tablets only
InputDevice “touch” “SendCoreEvents” # Only a few TabletPCs support this type
InputDevice “pad” # For Intuos3/CintiqV5/Graphire4/Bamboo tablets
EndSection
Error report on xorg.0.log
NOFU
25.393] (II) LoadModule: "wacom"
25.404] (II) Loading /usr/lib/xorg/modules/input/wacom_drv.so
25.413] dlopen: /usr/lib/xorg/modules/input/wacom_drv.so: undefined symbol: xf86errno
25.413] (EE) Failed to load /usr/lib/xorg/modules/input/wacom_drv.so
25.413] (II) UnloadModule: "wacom"
25.413] (EE) Failed to load module "wacom" (loader failed, 7)
- Since that failed, download latest version of Xf86, compile and install.
That meant installing from Yast:
Base Development
Tcl/TK Development.
“kernel”,
“kernel-source”
“kernel-syms”
“xorg-x11-server-sdk”
Installation of Xf86 was done this way:
cd xf86-input-wacom-0.10.8
./configure
make
make check
sudo make install
- Reset (to reset X)
—> no results.
I’ll appreciate any help to solve my problem, Just remember it’s a serial tabled, not usb.
Thank you