Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2002 17:23:27 +0000
From:      "How Can ThisBe" <howcanthisbe300@hotmail.com>
To:        freebsd-mobile@freebsd.org
Subject:   Configuring Wacom Tablet support 
Message-ID:  <F2017cRnjynEzebm3nm00018377@hotmail.com>

next in thread | raw e-mail | index | archive | help
Hola!

Trying to configure support on a Dell Inspiron 8100 for my USB Wacom Intuos 
tablet running on FreeBSD 4.6 stable with XFree86 4.2 from the FreeBSD ports 
collection. So far I get an error in the XFree86.0.log

<snip>The USB version of the driver isn't available for your platform</snip> 
Tail from XFree86.0.log below.

If I unplug the wacom and plug it back in again I get this message
Aug 20 19:11:21 tank /kernel: ums1: Tablet XD-0608-U, rev 1.10/1.15, addr 3, 
iclass 3/1
Aug 20 19:11:21 tank /kernel: ums1: 3 buttons and Z dir.

Any advice would be greatly appreciated.
mand
http://onemoremonkey.com

This is my XF86config
---------------------
<snip>
Section "ServerLayout"
	Identifier     "XFree86 Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
    	InputDevice "stylus" "AlwaysCore"
    	InputDevice "eraser" "AlwaysCore"
    	InputDevice "cursor" "AlwaysCore"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load "wacom"
	Load  "extmod"
	Load  "xie"
	Load  "pex5"
	Load  "glx"
	Load  "dri"
	Load  "dbe"
	Load  "record"
	Load  "xtrap"
	Load  "speedo"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "keyboard"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/mouse"
	Option 	"Emulate3Buttons"
EndSection

Section "InputDevice"
    Identifier  "stylus"
    Driver      "wacom"
    Option      "Type" "stylus"
    Option      "Device" "/dev/uhid0"
	#Option "Suppress" "2"
	Option "Mode" "Absolute"
	Option "USB" "on"
	Option "TiltMode" "on"
	Option "HistorySize" "200"
	Option "TopX" "0"
	Option "TopY" "0"
	Option "BottomX" "1600"
	Option "BottomY" "1200"
	#Option "KeepShape"
	Option "Threshold" "-280"
EndSection

Section "InputDevice"
    Identifier  "eraser"
    Driver      "wacom"
    Option      "Type" "eraser"
    Option      "Device" "/dev/uhid0"
	Option "Mode" "Absolute"
	Option "USB" "on"
	Option "TopX" "0"
	Option "TopY" "0"
	Option "BottomY" "1200"
	Option "BottomX" "1600"
	Option "Threshold" "-280"
EndSection

Section "InputDevice"
    Identifier  "cursor"
    Driver      "wacom"
    Option      "Type" "cursor"
    Option      "Device" "/dev/uhid0"
	Option "Mode" "Absolute"
	Option "TopX" "0"
	Option "TopY" "0"
	Option "BottomY" "1200"
	Option "BottomX" "1600"
	Option "USB" "on"
EndSection
</snip>

Tail of XFree86.0.log
---------------------
<snip>

(**) Option "AlwaysCore"
(**) stylus: always reports core events
(**) Option "HistorySize" "200"
(**) stylus: has a history of 200 motions
(**) stylus serial device is /dev/uhid0
(**) stylus is in absolute mode
(**) Option "USB" "on"
The USB version of the driver isn't available for your platform
(**) Option "TopX" "0"
(**) Option "TopY" "0"
(**) Option "BottomX" "1600"
(**) stylus: bottom x = 1600
(**) Option "BottomY" "1200"
(**) stylus: bottom x = 1200
(**) stylus: serial number = 0
(**) Option "Threshold" "-280"
(**) stylus: threshold = -280
(**) stylus: resol z = 1270
(**) Option "BaudRate" "9600"
(**) stylus: serial speed 9600
(**) Option "AlwaysCore"
(**) eraser: always reports core events
(**) eraser serial device is /dev/uhid0
(**) eraser is in absolute mode
(**) Option "USB" "on"
The USB version of the driver isn't available for your platform
(**) Option "TopX" "0"
(**) Option "TopY" "0"
(**) Option "BottomX" "1600"
(**) eraser: bottom x = 1600
(**) Option "BottomY" "1200"
(**) eraser: bottom x = 1200
(**) eraser: serial number = 0
(**) Option "Threshold" "-280"
(**) eraser: threshold = -280
(**) eraser: resol z = 1270
(**) Option "BaudRate" "9600"
(**) eraser: serial speed 9600
(**) Option "AlwaysCore"
(**) cursor: always reports core events
(**) cursor serial device is /dev/uhid0
(**) cursor is in absolute mode
(**) Option "USB" "on"
The USB version of the driver isn't available for your platform
(**) Option "TopX" "0"
(**) Option "TopY" "0"
(**) Option "BottomX" "1600"
(**) cursor: bottom x = 1600
(**) Option "BottomY" "1200"
(**) cursor: bottom x = 1200
(**) cursor: serial number = 0
(**) cursor: threshold = -280
(**) cursor: resol z = 1270
(**) Option "BaudRate" "9600"
(**) cursor: serial speed 9600
(II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
(II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
(II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(**) Option "Device" "/dev/uhid0"
(EE) xf86OpenSerial: Cannot open device /dev/uhid0
	Device not configured.
Error opening /dev/uhid0 : Invalid argument
(II) Mouse0: SetupAuto: hw.iftype is 4, hw.model is 0
(II) Mouse0: SetupAuto: protocol is SysMouse
(**) Option "BaudRate" "1200"
(EE) xf86OpenSerial: Cannot open device /dev/uhid0
	Device not configured.
Error opening /dev/uhid0 : Invalid argument
</snip>



_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F2017cRnjynEzebm3nm00018377>