Skip to content

Instantly share code, notes, and snippets.

@KosmX
Last active April 24, 2024 21:51
Show Gist options
  • Save KosmX/e1a2e5cdb6ffae7c7a0995e42293717a to your computer and use it in GitHub Desktop.
Save KosmX/e1a2e5cdb6ffae7c7a0995e42293717a to your computer and use it in GitHub Desktop.
Wacom One brightness linux

A quick reference for setting the display for Wacom One on linux using ddcutil/ddccontrol

0x0b, 0x0c color temp increment and temp request (i have no idea how to use that, but default is good) 0x10 (black level), keep it on 50 0x12 contrast, keep it on 50 (probably)

0x6b brightness (backlight), default: 50, max 100

Gamma can't be configured, mine tablet has sRGB gamma (what I would expect from any sane graphics tool)

How-to use these?

Install ddccontrol ddccontrol -r 0x6b -w 50 dev:/dev/i2c-1 // Assuming your tablet has i2c-1 and you want to set brightness to 50%

@KosmX
Copy link
Author

KosmX commented Apr 24, 2024

ddcutil setvcp 6b 50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment