Page 10 of 10 FirstFirst ... 8910
Results 91 to 94 of 94

Thread: HOW TO set up a Waltop tablet in Lucid & Maverick

  1. #91
    Join Date
    Feb 2013
    Beans
    8

    Re: HOW TO set up a Waltop tablet in Lucid & Maverick

    Hi

    I'm developping Waltop tablet driver which supports "tablet mode".
    My Page:http://yusuke494.web.fc2.com/english/

    How did Xorg wacom driver detect Mars A tablet?

    Probably the following line exists in /var/log/Xorg.0.log.

    (--) WALTOP **** stylus: Wacom USB **** tablet maxX=**** maxY=**** maxZ=**** resX=**** resY=**** tilt=****

    Please tell me about these values in this line.

  2. #92
    Join Date
    Jan 2013
    Beans
    7

    Re: HOW TO set up a Waltop tablet in Lucid & Maverick

    Hey,
    here is the relevant part of the Xorg-file:
    florian@florian-desktop:~$ cat /var/log/Xorg.0.log | grep WALTOP
    [ 4.719] (II) config/udev: Adding input device WALTOP International Corp. Graphics Tablet (/dev/input/event9)
    [ 4.719] (**) WALTOP International Corp. Graphics Tablet: Applying InputClass "evdev pointer catchall"
    [ 4.719] (**) WALTOP International Corp. Graphics Tablet: Applying InputClass "evdev keyboard catchall"
    [ 4.719] (**) WALTOP International Corp. Graphics Tablet: Applying InputClass "evdev tablet catchall"
    [ 4.719] (**) WALTOP International Corp. Graphics Tablet: Applying InputClass "Waltop class"
    [ 4.755] (II) Using input driver 'wacom' for 'WALTOP International Corp. Graphics Tablet'
    [ 4.755] (**) WALTOP International Corp. Graphics Tablet: always reports core events
    [ 4.759] (II) WALTOP International Corp. Graphics Tablet: type not specified, assuming 'stylus'.
    [ 4.759] (II) WALTOP International Corp. Graphics Tablet: other types will be automatically added.
    [ 4.759] (--) WALTOP International Corp. Graphics Tablet stylus: using pressure threshold of 27 for button 1
    [ 4.759] (--) WALTOP International Corp. Graphics Tablet stylus: Wacom Unknown USB tablet maxX=20000 maxY=12500 maxZ=2047 resX=1016 resY=1016 tilt=enabled
    [ 4.759] (II) WALTOP International Corp. Graphics Tablet stylus: hotplugging dependent devices.
    [ 4.759] (EE) WALTOP International Corp. Graphics Tablet stylus: Invalid type 'cursor' for this device.
    [ 4.759] (EE) WALTOP International Corp. Graphics Tablet stylus: Invalid type 'touch' for this device.
    [ 4.759] (II) WALTOP International Corp. Graphics Tablet stylus: hotplugging completed.
    [ 4.808] (II) XINPUT: Adding extended input device "WALTOP International Corp. Graphics Tablet stylus" (type: STYLUS, id 8)
    [ 4.808] (**) WALTOP International Corp. Graphics Tablet stylus: (accel) keeping acceleration scheme 1
    [ 4.808] (**) WALTOP International Corp. Graphics Tablet stylus: (accel) acceleration profile 0
    [ 4.808] (**) WALTOP International Corp. Graphics Tablet stylus: (accel) acceleration factor: 2.000
    [ 4.808] (**) WALTOP International Corp. Graphics Tablet stylus: (accel) acceleration threshold: 4
    [ 4.808] (II) config/udev: Adding input device WALTOP International Corp. Graphics Tablet (/dev/input/mouse0)
    [ 4.816] (**) WALTOP International Corp. Graphics Tablet eraser: Applying InputClass "evdev pointer catchall"
    [ 4.816] (**) WALTOP International Corp. Graphics Tablet eraser: Applying InputClass "evdev keyboard catchall"
    [ 4.816] (**) WALTOP International Corp. Graphics Tablet eraser: Applying InputClass "evdev tablet catchall"
    [ 4.816] (**) WALTOP International Corp. Graphics Tablet eraser: Applying InputClass "Waltop class"
    [ 4.816] (II) Using input driver 'wacom' for 'WALTOP International Corp. Graphics Tablet eraser'
    [ 4.816] (**) WALTOP International Corp. Graphics Tablet eraser: always reports core events
    [ 4.816] (--) WALTOP International Corp. Graphics Tablet eraser: Wacom Unknown USB tablet maxX=20000 maxY=12500 maxZ=2047 resX=1016 resY=1016 tilt=enabled
    [ 4.832] (II) XINPUT: Adding extended input device "WALTOP International Corp. Graphics Tablet eraser" (type: ERASER, id 13)
    [ 4.832] (**) WALTOP International Corp. Graphics Tablet eraser: (accel) keeping acceleration scheme 1
    [ 4.832] (**) WALTOP International Corp. Graphics Tablet eraser: (accel) acceleration profile 0
    [ 4.832] (**) WALTOP International Corp. Graphics Tablet eraser: (accel) acceleration factor: 2.000
    [ 4.832] (**) WALTOP International Corp. Graphics Tablet eraser: (accel) acceleration threshold: 4
    [ 4.832] (**) WALTOP International Corp. Graphics Tablet pad: Applying InputClass "evdev pointer catchall"
    [ 4.832] (**) WALTOP International Corp. Graphics Tablet pad: Applying InputClass "evdev keyboard catchall"
    [ 4.832] (**) WALTOP International Corp. Graphics Tablet pad: Applying InputClass "evdev tablet catchall"
    [ 4.832] (**) WALTOP International Corp. Graphics Tablet pad: Applying InputClass "Waltop class"
    [ 4.832] (II) Using input driver 'wacom' for 'WALTOP International Corp. Graphics Tablet pad'
    [ 4.832] (**) WALTOP International Corp. Graphics Tablet pad: always reports core events
    [ 4.832] (--) WALTOP International Corp. Graphics Tablet pad: Wacom Unknown USB tablet maxX=20000 maxY=12500 maxZ=2047 resX=1016 resY=1016 tilt=enabled
    [ 4.848] (II) XINPUT: Adding extended input device "WALTOP International Corp. Graphics Tablet pad" (type: PAD, id 14)
    [ 4.848] (**) WALTOP International Corp. Graphics Tablet pad: (accel) keeping acceleration scheme 1
    [ 4.848] (**) WALTOP International Corp. Graphics Tablet pad: (accel) acceleration profile 0
    [ 4.848] (**) WALTOP International Corp. Graphics Tablet pad: (accel) acceleration factor: 2.000
    [ 4.848] (**) WALTOP International Corp. Graphics Tablet pad: (accel) acceleration threshold: 4
    EDIT: Whats the advantage of your driver?
    Is the tablet mode the mode which always uses the fullscreen based on the monitor? I can only activade this in the wacom-settings.
    Last edited by floric; February 2nd, 2013 at 10:08 AM.

  3. #93
    Join Date
    Feb 2013
    Beans
    8

    Re: HOW TO set up a Waltop tablet in Lucid & Maverick

    Thank you, floric

    According to your Xorg-file, your tablet is running with maxX=20000, maxY=12500.

    Your tablet resolution is 4000 LPI(lines per inch) at 10" x 6.25", thus maxX and maxY should be as follows.

    maxX = 4000 LPI x 10" = 40000 lines
    maxY = 4000 LPI x 6.25" = 25000 lines

    Waltop tablets have some running modes.

    Default mode: restricted tablet resolution
    Tablet mode: native tablet resolution

    I guess your tablet is running with 2000 LPI in "Default mode".

    My driver enables Waltop tablet to run in "Tablet mode", but hasn't support Mars A yet.

  4. #94
    Join Date
    Jan 2013
    Beans
    7

    Re: HOW TO set up a Waltop tablet in Lucid & Maverick

    Ah, makes sense. I'll try it, if your driver is ready.

Page 10 of 10 FirstFirst ... 8910

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
  •