Page 114 of 142 FirstFirst ... 1464104112113114115116124 ... LastLast
Results 1,131 to 1,140 of 1415

Thread: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

  1. #1131
    Join Date
    May 2008
    Beans
    126

    Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    Quote Originally Posted by Riffer View Post
    I have an USB Genius F610 tablet and I have tried all the suggestions for setting it up, nothing works. [...]
    BTW I know the tablet works as it does in XP.
    Forgive my ignorance, please.
    I'm a newbie myself, with a Wacom tablet.
    Is the Genius F610 a repackaged Wacom?
    Can you unplug it, wait, plug it in again, and post your dmesg?

  2. #1132
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    Hi Riffer,

    What the Xorg.0.log is telling us is that the evdev driver is picking up your Waltop tablet. In particular the evdev tablet snippet "evdev tablet catchall" is matching on event5:
    Code:
    (II) config/udev: Adding input device WALTOP International Corp. Slim Tablet (/dev/input/event5)
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev pointer catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev keyboard catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev tablet catchall"
    (**) WALTOP International Corp. Slim Tablet: always reports core events
    (**) WALTOP International Corp. Slim Tablet: Device: "/dev/input/event5"
    (II) WALTOP International Corp. Slim Tablet: Found 9 mouse buttons
    (II) WALTOP International Corp. Slim Tablet: Found scroll wheel(s)
    (II) WALTOP International Corp. Slim Tablet: Found relative axes
    (II) WALTOP International Corp. Slim Tablet: Found x and y relative axes
    (II) WALTOP International Corp. Slim Tablet: Found absolute axes
    (II) WALTOP International Corp. Slim Tablet: Found x and y absolute axes
    (II) WALTOP International Corp. Slim Tablet: Found absolute tablet.
    (II) WALTOP International Corp. Slim Tablet: Found keys
    (II) WALTOP International Corp. Slim Tablet: Configuring as tablet
    (II) WALTOP International Corp. Slim Tablet: Configuring as keyboard
    (**) WALTOP International Corp. Slim Tablet: YAxisMapping: buttons 4 and 5
    (**) WALTOP International Corp. Slim Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "WALTOP International Corp. Slim Tablet" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (WW) WALTOP International Corp. Slim Tablet: touchpads, tablets and touchscreens ignore relative axes.
    (II) WALTOP International Corp. Slim Tablet: initialized for absolute axes.
    (II) config/udev: Adding input device WALTOP International Corp. Slim Tablet (/dev/input/mouse1)
    (II) No input driver/identifier specified (ignoring)
    So the match is wrong. Let's try:
    Code:
    Section "InputClass"
       Identifier "wizardpen"
       MatchIsTablet "on"
       MatchVendor "*WALTOP*|*Tablet*"
       MatchDevicePath "/dev/input/event5"
       Driver "wizardpen"
    	Option		"TopX"		"775"
    	Option		"TopY"		"726"
    	Option		"BottomX"	"19237"
    	Option		"BottomY"	"11614"
    	Option 		"TopZ" 		"20"
    EndSection
    
    Section "InputClass"
       Identifier "wizardpen ignore mouse dev"
       MatchIsTablet "on"
       MatchVendor "*WALTOP*|*Tablet*"
       MatchDevicePath "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-mouse"
       Driver ""
    EndSection
    Last edited by Favux; July 11th, 2010 at 06:06 PM.

  3. #1133
    Join Date
    Jul 2007
    Beans
    486
    Distro
    Ubuntu Development Release

    Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    Thanks Favux but no joy actions are still the same.

    udippel, I'm not quite sure what you mean by dmesg. I ran it in terminal and got tons of lines of code, I couldn't go back to the start of it. But at the very end was this

    Code:
    [  212.745524] input: WALTOP International Corp. Slim Tablet as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/input/input8
    [  212.747177] generic-usb 0003:172F:0034.0004: input,hidraw2: USB HID v1.10 Mouse [WALTOP International Corp. Slim Tablet] on usb-0000:00:13.0-3/input0
    Hope that helps

  4. #1134
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    Hi Riffer,

    So we want to look at Xorg.0.log again with the changes to see what's happeing.

    To get Waltop out of dmesg:
    Code:
    dmesg | grep [Ww]altop

  5. #1135
    Join Date
    Jul 2007
    Beans
    486
    Distro
    Ubuntu Development Release

    Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    Thanks for the help here is my xorg log

    Code:
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
    Current Operating System: Linux stupid1 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:22:14 UTC 2010 i686
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic root=UUID=3375419c-68d6-4737-9bea-3b66b0b3f5ed ro quiet splash
    Build Date: 16 June 2010  09:31:32AM
    xorg-server 2:1.7.6-2ubuntu7.2 (For technical support please see http://www.ubuntu.com/support) 
    Current version of pixman: 0.16.4
    	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 11 10:43:02 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/usr/lib/X11/xorg.conf.d"
    (==) No Layout section.  Using the first Screen section.
    (**) |-->Screen "Default Screen" (0)
    (**) |   |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen".
    	Using the first device section listed.
    (**) |   |-->Device "Default Device"
    (==) No monitor specified for screen "Default Screen".
    	Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    	Entry deleted from font path.
    (==) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/100dpi/:unscaled,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/100dpi,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    	built-ins
    (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    (II) Loader magic: 0x81f0e80
    (II) Module ABI versions:
    	X.Org ANSI C Emulation: 0.4
    	X.Org Video Driver: 6.0
    	X.Org XInput driver : 7.0
    	X.Org Server Extension : 2.0
    (++) using VT number 7
    
    (--) PCI:*(0:1:0:0) 10de:0402:1043:8243 nVidia Corporation G84 [GeForce 8600 GT] rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000d800/128, BIOS @ 0x????????/131072
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) "extmod" will be loaded by default.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/extra-modules/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    	compiled for 4.0.2, module version = 1.0.0
    	Module class: X.Org Server Extension
    (II) NVIDIA GLX Module  195.36.24  Thu Apr 22 10:38:29 PDT 2010
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.13.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.1.0
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    	compiled for 4.0.2, module version = 1.0.0
    	Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver  195.36.24  Thu Apr 22 09:34:29 PDT 2010
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) NVIDIA(0): Creating default Display subsection in Screen section
    	"Default Screen" for depth/fbbpp 24/32
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) Jul 11 10:43:02 NVIDIA(0): Enabling RENDER acceleration
    (II) Jul 11 10:43:02 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Jul 11 10:43:02 NVIDIA(0):     enabled.
    (II) Jul 11 10:43:03 NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:1:0:0 (GPU-0)
    (--) Jul 11 10:43:03 NVIDIA(0): Memory: 524288 kBytes
    (--) Jul 11 10:43:03 NVIDIA(0): VideoBIOS: 60.84.41.00.00
    (II) Jul 11 10:43:03 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Jul 11 10:43:03 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Jul 11 10:43:03 NVIDIA(0): Connected display device(s) on GeForce 8600 GT at PCI:1:0:0:
    (--) Jul 11 10:43:03 NVIDIA(0):     Samsung SyncMaster (DFP-0)
    (--) Jul 11 10:43:03 NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
    (--) Jul 11 10:43:03 NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS
    (II) Jul 11 10:43:03 NVIDIA(0): Assigned Display Device: DFP-0
    (==) Jul 11 10:43:03 NVIDIA(0): 
    (==) Jul 11 10:43:03 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    (==) Jul 11 10:43:03 NVIDIA(0):     will be used as the requested mode.
    (==) Jul 11 10:43:03 NVIDIA(0): 
    (II) Jul 11 10:43:03 NVIDIA(0): Validated modes:
    (II) Jul 11 10:43:03 NVIDIA(0):     "nvidia-auto-select"
    (II) Jul 11 10:43:03 NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    (--) Jul 11 10:43:03 NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
    (--) Jul 11 10:43:03 NVIDIA(0):     option
    (==) Jul 11 10:43:03 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Jul 11 10:43:03 NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    (II) Jul 11 10:43:03 NVIDIA(0): Initialized GPU GART.
    (II) Jul 11 10:43:03 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) Jul 11 10:43:03 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Jul 11 10:43:03 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (==) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    (II) config/udev: Adding input device Power Button (/dev/input/event1)
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 2.3.2
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 7.0
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event1"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Power Button (/dev/input/event0)
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event0"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event3)
    (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    (**) Logitech Logitech USB Keyboard: always reports core events
    (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event3"
    (II) Logitech Logitech USB Keyboard: Found keys
    (II) Logitech Logitech USB Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event4)
    (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    (**) Logitech Logitech USB Keyboard: always reports core events
    (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event4"
    (II) Logitech Logitech USB Keyboard: Found 1 mouse buttons
    (II) Logitech Logitech USB Keyboard: Found keys
    (II) Logitech Logitech USB Keyboard: Configuring as mouse
    (II) Logitech Logitech USB Keyboard: Configuring as keyboard
    (**) Logitech Logitech USB Keyboard: YAxisMapping: buttons 4 and 5
    (**) Logitech Logitech USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device WALTOP International Corp. Slim Tablet (/dev/input/event5)
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev pointer catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev keyboard catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev tablet catchall"
    (**) WALTOP International Corp. Slim Tablet: always reports core events
    (**) WALTOP International Corp. Slim Tablet: Device: "/dev/input/event5"
    (II) WALTOP International Corp. Slim Tablet: Found 9 mouse buttons
    (II) WALTOP International Corp. Slim Tablet: Found scroll wheel(s)
    (II) WALTOP International Corp. Slim Tablet: Found relative axes
    (II) WALTOP International Corp. Slim Tablet: Found x and y relative axes
    (II) WALTOP International Corp. Slim Tablet: Found absolute axes
    (II) WALTOP International Corp. Slim Tablet: Found x and y absolute axes
    (II) WALTOP International Corp. Slim Tablet: Found absolute tablet.
    (II) WALTOP International Corp. Slim Tablet: Found keys
    (II) WALTOP International Corp. Slim Tablet: Configuring as tablet
    (II) WALTOP International Corp. Slim Tablet: Configuring as keyboard
    (**) WALTOP International Corp. Slim Tablet: YAxisMapping: buttons 4 and 5
    (**) WALTOP International Corp. Slim Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "WALTOP International Corp. Slim Tablet" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (WW) WALTOP International Corp. Slim Tablet: touchpads, tablets and touchscreens ignore relative axes.
    (II) WALTOP International Corp. Slim Tablet: initialized for absolute axes.
    (II) config/udev: Adding input device WALTOP International Corp. Slim Tablet (/dev/input/mouse1)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event7)
    (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    (**) ImPS/2 Generic Wheel Mouse: always reports core events
    (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event7"
    (II) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    (II) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    (II) ImPS/2 Generic Wheel Mouse: Found relative axes
    (II) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
    (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse2)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event2)
    (**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event2"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: removing device WALTOP International Corp. Slim Tablet
    (II) WALTOP International Corp. Slim Tablet: Close
    (II) UnloadModule: "evdev"
    (II) config/udev: Adding input device WALTOP International Corp. Slim Tablet (/dev/input/mouse1)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device WALTOP International Corp. Slim Tablet (/dev/input/event5)
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev pointer catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev keyboard catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev tablet catchall"
    (**) WALTOP International Corp. Slim Tablet: always reports core events
    (**) WALTOP International Corp. Slim Tablet: Device: "/dev/input/event5"
    (II) WALTOP International Corp. Slim Tablet: Found 9 mouse buttons
    (II) WALTOP International Corp. Slim Tablet: Found scroll wheel(s)
    (II) WALTOP International Corp. Slim Tablet: Found relative axes
    (II) WALTOP International Corp. Slim Tablet: Found x and y relative axes
    (II) WALTOP International Corp. Slim Tablet: Found absolute axes
    (II) WALTOP International Corp. Slim Tablet: Found x and y absolute axes
    (II) WALTOP International Corp. Slim Tablet: Found absolute tablet.
    (II) WALTOP International Corp. Slim Tablet: Found keys
    (II) WALTOP International Corp. Slim Tablet: Configuring as tablet
    (II) WALTOP International Corp. Slim Tablet: Configuring as keyboard
    (**) WALTOP International Corp. Slim Tablet: YAxisMapping: buttons 4 and 5
    (**) WALTOP International Corp. Slim Tablet: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "WALTOP International Corp. Slim Tablet" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (WW) WALTOP International Corp. Slim Tablet: touchpads, tablets and touchscreens ignore relative axes.
    (II) WALTOP International Corp. Slim Tablet: initialized for absolute axes.
    I got nothing for

    Code:
    dmesg | grep [Ww]altop
    but if I change it to WALTOP I get

    Code:
    [    2.183047] input: WALTOP International Corp. Slim Tablet as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/input/input5
    [    2.183156] generic-usb 0003:172F:0034.0003: input,hidraw2: USB HID v1.10 Mouse [WALTOP International Corp. Slim Tablet] on usb-0000:00:13.0-3/input0
    [  212.745524] input: WALTOP International Corp. Slim Tablet as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/input/input8
    [  212.747177] generic-usb 0003:172F:0034.0004: input,hidraw2: USB HID v1.10 Mouse [WALTOP International Corp. Slim Tablet] on usb-0000:00:13.0-3/input0
    Hope that helps.

  6. #1136
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    Interesting, the dmesg shows the dbl. input. Do you have wizardpen/waltop sections in your xorg.conf?

    Let's look at:
    Code:
    xinput --list
    And try:
    Code:
    Section "InputClass"
       Identifier "wizardpen"
       MatchIsTablet "on"
       MatchProduct "WALTOP"
    #   MatchVendor "*WALTOP*|*Tablet*"
       MatchDevicePath "/dev/input/event5"
       Driver "wizardpen"
    	Option		"TopX"		"775"
    	Option		"TopY"		"726"
    	Option		"BottomX"	"19237"
    	Option		"BottomY"	"11614"
    	Option 		"TopZ" 		"20"
    EndSection
    
    Section "InputClass"
       Identifier "wizardpen ignore mouse dev"
       MatchIsTablet "on"
       MatchProduct "WALTOP"
    #   MatchVendor "*WALTOP*|*Tablet*"
       MatchDevicePath "/dev/input/by-path/pci-0000:00:1d.0-usb-0:1:1.0-mouse"
       Driver ""
    EndSection

  7. #1137
    Join Date
    Jul 2007
    Beans
    486
    Distro
    Ubuntu Development Release

    Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    Wow a lot better, My paint works ok and Gimp is not bad just a wee bit sensitive. Is there any way to get it less so? Here is my "xinput --list"

    Code:
    ⎡ Virtual core pointer                    	id=2	[master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer              	id=4	[slave  pointer  (2)]
    ⎜   ↳ WALTOP International Corp. Slim Tablet  	id=10	[slave  pointer  (2)]
    ⎜   ↳ ImPS/2 Generic Wheel Mouse              	id=11	[slave  pointer  (2)]
    ⎜   ↳ Macintosh mouse button emulation        	id=12	[slave  pointer  (2)]
    ⎣ Virtual core keyboard                   	id=3	[master keyboard (2)]
        ↳ Virtual core XTEST keyboard             	id=5	[slave  keyboard (3)]
        ↳ Power Button                            	id=6	[slave  keyboard (3)]
        ↳ Power Button                            	id=7	[slave  keyboard (3)]
        ↳ Logitech Logitech USB Keyboard          	id=8	[slave  keyboard (3)]
        ↳ Logitech Logitech USB Keyboard          	id=9	[slave  keyboard (3)]
    Now as for the dmesg output 2 things come to mind. I've tried installing the wacom drivers from source (get, would there be files I should delete? Also I've had usb mice but now have a serial mouse, could this be a left over config? In my my /dev/input/by-path(id?) there were a couple of usb-mouse type files. Also in that folder (input) all the files have 0 bits in them, does that make a difference?

    And again thanks so much for your help.

  8. #1138
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    Good! Looks like the WizardPen driver now has your Waltop tablet. Be a good thing to look at your Xorg.0.log again. The xinput looks good.

    I don't think the mice or wacom driver have anything to do the dmesg thing. I think there's something wrong with how the kernel, the hid part (?), handles things. Both Waltop and WizardPen seem to get a spurious mouse input that the wizardpen.conf has to block.

    We need to see if the wizardpen driver allows us to change a parameter to lower senstivity. Does it have a readme?

  9. #1139
    Join Date
    Jul 2007
    Beans
    486
    Distro
    Ubuntu Development Release

    Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    Heres my xorg.log

    Code:
    X.Org X Server 1.7.6
    Release Date: 2010-03-17
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-27-server i686 Ubuntu
    Current Operating System: Linux stupid1 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:22:14 UTC 2010 i686
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-24-generic root=UUID=3375419c-68d6-4737-9bea-3b66b0b3f5ed ro quiet splash
    Build Date: 16 June 2010  09:31:32AM
    xorg-server 2:1.7.6-2ubuntu7.2 (For technical support please see http://www.ubuntu.com/support) 
    Current version of pixman: 0.16.4
    	Before reporting problems, check http://wiki.x.org
    	to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    	(++) from command line, (!!) notice, (II) informational,
    	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sun Jul 11 12:26:18 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/usr/lib/X11/xorg.conf.d"
    (==) No Layout section.  Using the first Screen section.
    (**) |-->Screen "Default Screen" (0)
    (**) |   |-->Monitor "<default monitor>"
    (==) No device specified for screen "Default Screen".
    	Using the first device section listed.
    (**) |   |-->Device "Default Device"
    (==) No monitor specified for screen "Default Screen".
    	Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
    	Entry deleted from font path.
    (==) FontPath set to:
    	/usr/share/fonts/X11/misc,
    	/usr/share/fonts/X11/100dpi/:unscaled,
    	/usr/share/fonts/X11/75dpi/:unscaled,
    	/usr/share/fonts/X11/Type1,
    	/usr/share/fonts/X11/100dpi,
    	/usr/share/fonts/X11/75dpi,
    	/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType,
    	built-ins
    (==) ModulePath set to "/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
    (II) The server relies on udev to provide the list of input devices.
    	If no devices become available, reconfigure udev or disable AutoAddDevices.
    (II) Loader magic: 0x81f0e80
    (II) Module ABI versions:
    	X.Org ANSI C Emulation: 0.4
    	X.Org Video Driver: 6.0
    	X.Org XInput driver : 7.0
    	X.Org Server Extension : 2.0
    (++) using VT number 7
    
    (--) PCI:*(0:1:0:0) 10de:0402:1043:8243 nVidia Corporation G84 [GeForce 8600 GT] rev 161, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfa000000/33554432, I/O @ 0x0000d800/128, BIOS @ 0x????????/131072
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) "extmod" will be loaded by default.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/extra-modules/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    	compiled for 4.0.2, module version = 1.0.0
    	Module class: X.Org Server Extension
    (II) NVIDIA GLX Module  195.36.24  Thu Apr 22 10:38:29 PDT 2010
    (II) Loading extension GLX
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.13.0
    	Module class: X.Org Server Extension
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.1.0
    	ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/extra-modules/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    	compiled for 4.0.2, module version = 1.0.0
    	Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver  195.36.24  Thu Apr 22 09:34:29 PDT 2010
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 1.0.0
    	ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) NVIDIA(0): Creating default Display subsection in Screen section
    	"Default Screen" for depth/fbbpp 24/32
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) Jul 11 12:26:18 NVIDIA(0): Enabling RENDER acceleration
    (II) Jul 11 12:26:18 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Jul 11 12:26:18 NVIDIA(0):     enabled.
    (II) Jul 11 12:26:19 NVIDIA(0): NVIDIA GPU GeForce 8600 GT (G84) at PCI:1:0:0 (GPU-0)
    (--) Jul 11 12:26:19 NVIDIA(0): Memory: 524288 kBytes
    (--) Jul 11 12:26:19 NVIDIA(0): VideoBIOS: 60.84.41.00.00
    (II) Jul 11 12:26:19 NVIDIA(0): Detected PCI Express Link width: 16X
    (--) Jul 11 12:26:19 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Jul 11 12:26:19 NVIDIA(0): Connected display device(s) on GeForce 8600 GT at PCI:1:0:0:
    (--) Jul 11 12:26:19 NVIDIA(0):     Samsung SyncMaster (DFP-0)
    (--) Jul 11 12:26:19 NVIDIA(0): Samsung SyncMaster (DFP-0): 330.0 MHz maximum pixel clock
    (--) Jul 11 12:26:19 NVIDIA(0): Samsung SyncMaster (DFP-0): Internal Dual Link TMDS
    (II) Jul 11 12:26:19 NVIDIA(0): Assigned Display Device: DFP-0
    (==) Jul 11 12:26:19 NVIDIA(0): 
    (==) Jul 11 12:26:19 NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    (==) Jul 11 12:26:19 NVIDIA(0):     will be used as the requested mode.
    (==) Jul 11 12:26:19 NVIDIA(0): 
    (II) Jul 11 12:26:19 NVIDIA(0): Validated modes:
    (II) Jul 11 12:26:19 NVIDIA(0):     "nvidia-auto-select"
    (II) Jul 11 12:26:19 NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    (--) Jul 11 12:26:19 NVIDIA(0): DPI set to (90, 88); computed from "UseEdidDpi" X config
    (--) Jul 11 12:26:19 NVIDIA(0):     option
    (==) Jul 11 12:26:19 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) Jul 11 12:26:19 NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    (II) Jul 11 12:26:19 NVIDIA(0): Initialized GPU GART.
    (II) Jul 11 12:26:19 NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) Jul 11 12:26:19 NVIDIA(0): Initialized OpenGL Acceleration
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) Jul 11 12:26:19 NVIDIA(0): Initialized X Rendering Acceleration
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (==) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing extension GLX
    (II) XKB: reuse xkmfile /var/lib/xkb/server-B20D7FC79C7F597315E3E501AEF10E0D866E8E92.xkm
    (II) config/udev: Adding input device Power Button (/dev/input/event1)
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 2.3.2
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 7.0
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event1"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Power Button (/dev/input/event0)
    (**) Power Button: Applying InputClass "evdev keyboard catchall"
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event0"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event3)
    (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    (**) Logitech Logitech USB Keyboard: always reports core events
    (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event3"
    (II) Logitech Logitech USB Keyboard: Found keys
    (II) Logitech Logitech USB Keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device Logitech Logitech USB Keyboard (/dev/input/event4)
    (**) Logitech Logitech USB Keyboard: Applying InputClass "evdev keyboard catchall"
    (**) Logitech Logitech USB Keyboard: always reports core events
    (**) Logitech Logitech USB Keyboard: Device: "/dev/input/event4"
    (II) Logitech Logitech USB Keyboard: Found 1 mouse buttons
    (II) Logitech Logitech USB Keyboard: Found keys
    (II) Logitech Logitech USB Keyboard: Configuring as mouse
    (II) Logitech Logitech USB Keyboard: Configuring as keyboard
    (**) Logitech Logitech USB Keyboard: YAxisMapping: buttons 4 and 5
    (**) Logitech Logitech USB Keyboard: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech Logitech USB Keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "pc105"
    (**) Option "xkb_layout" "us"
    (II) config/udev: Adding input device WALTOP International Corp. Slim Tablet (/dev/input/event5)
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev pointer catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev keyboard catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev tablet catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "wizardpen"
    (II) LoadModule: "wizardpen"
    (II) Loading /usr/lib/xorg/modules/input/wizardpen_drv.so
    (II) Module wizardpen: vendor="X.Org Foundation"
    	compiled for 1.7.6, module version = 0.7.3
    	Module class: X.Org XInput Driver
    	ABI class: X.Org XInput driver, version 7.0
    (**) Option "Device" "/dev/input/event5"
    (--) WALTOP International Corp. Slim Tablet: MaxX:136170011 MaxY:5972514 MaxZ:1023
    (--) WALTOP International Corp. Slim Tablet: aspect ratio:1.60:1
    (**) WALTOP International Corp. Slim Tablet is in absolute mode
    (II) WALTOP International Corp. Slim Tablet: ScreenX = 1680, ScreenY = 1050
    (**) WALTOP International Corp. Slim Tablet: TopX                   = 775
    (**) WALTOP International Corp. Slim Tablet: TopY                   = 726
    (**) WALTOP International Corp. Slim Tablet: BottomX                = 19237
    (**) WALTOP International Corp. Slim Tablet: BottomY                = 11614
    (**) WALTOP International Corp. Slim Tablet: TopZ    (min pressure) = 20
    (**) WALTOP International Corp. Slim Tablet: BottomZ (max pressure) = 1023
    (**) WALTOP International Corp. Slim Tablet: always reports core events
    (II) XINPUT: Adding extended input device "WALTOP International Corp. Slim Tablet" (type: WizardPen Tablet)
    (II) WALTOP International Corp. Slim Tablet Increment: 5688
    (II) config/udev: Adding input device WALTOP International Corp. Slim Tablet (/dev/input/mouse1)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event7)
    (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    (**) ImPS/2 Generic Wheel Mouse: always reports core events
    (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event7"
    (II) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    (II) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    (II) ImPS/2 Generic Wheel Mouse: Found relative axes
    (II) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
    (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse2)
    (II) No input driver/identifier specified (ignoring)
    (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/event2)
    (**) Macintosh mouse button emulation: Applying InputClass "evdev pointer catchall"
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event2"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/udev: Adding input device Macintosh mouse button emulation (/dev/input/mouse0)
    (II) No input driver/identifier specified (ignoring)
    yes I've look at the read me and you use "option topz string" with values of 1 or better.

  10. #1140
    Join Date
    Nov 2008
    Beans
    9,635
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: HOW TO: Install a LinuxWacom Kernel Driver for Tablet PC's

    Looks good. The wizardpen driver now appears:
    Code:
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "evdev tablet catchall"
    (**) WALTOP International Corp. Slim Tablet: Applying InputClass "wizardpen"
    (II) LoadModule: "wizardpen"
    So:
    you use "option topz string" with values of 1 or better
    fixed the sensitivity issue? Exactly what was happening?

Page 114 of 142 FirstFirst ... 1464104112113114115116124 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •