Code Monkey home page Code Monkey logo

Comments (5)

hawku avatar hawku commented on May 24, 2024 1

@acm321 Have you tested the latest driver version?

This is the current automatically generated configuration (config\wacom.cfg) for the CTE-450 :

# Wacom CTE-450
Tablet 0x056A 0x0017 0xFF0D 0x0001
Tablet 0x056A 0x0017 0x000D 0x0001
Name "Wacom CTE-450"
ReportLength 9
ButtonMask 0x00
MaxX 14760
MaxY 9225
MaxPressure 511
Width 147.600
Height 92.250
InitFeature 0x02 0x02

Wacom linux driver code:
https://github.com/linuxwacom/input-wacom/blob/master/3.7/wacom_wac.c#L381

It looks like that the ButtonMask 0x80 might work.

from tabletdriver.

dichromatic avatar dichromatic commented on May 24, 2024

Is there anyway you could convert this to the CTE-650? In my logic I'd expect it to be pretty easy since it's a larger version of the 450. How did you find these numbers to plug into the config?

Update: I got it working with this:

#
# Wacom CTE-650
#
Tablet 0x056a 0x0018 0x000D 0x0001
Tablet 0x056a 0x0018 0xFF0D 0x0001
Name "Wacom CTE-650"
ReportLength 10
#ButtonMask 0x40
MaxX 21590
MaxY 13462
MaxPressure 511
Width 215.9
Height 134.62
ButtonMask 0x10
InitFeature 0x02 0x02

from tabletdriver.

hawku avatar hawku commented on May 24, 2024

@acm321 Does the tablet work with different ButtonMask setting?
Can you try this:
ButtonMask 0x40

I'm going to add the tablet to the automatically generated config (wacom.cfg), but i don't know if the tablet will work with that ButtonMask setting.

from tabletdriver.

dootsnaps avatar dootsnaps commented on May 24, 2024

@hawku No, 0x10 is the only value I've gotten to work with that setting. I wasn't sure where to find the "correct" value so I had tried several and settled on 0x10. Others produce incorrect (bad mapping) or non-functional behavior.

from tabletdriver.

dootsnaps avatar dootsnaps commented on May 24, 2024

@hawku ButtonMask 0x80 indeed seems to work on version 0.0.18.

from tabletdriver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.