Hallo,
ich benutze KDE Plasma mit Xorg.
Wenn ich mein Wacom Tablet einschalte (komplett Netzstrom nicht aus dem Standby) und somit ein weiteres (bekanntes) Display dazu kommt, ändert sich die Farbtemperatur.
Ich habe grundsätzlich die automatische Nachtlicht Steuerung eingeschaltet. Das funktioniert auch sehr gut mit dem Ein- und Ausschalten je bei Auf- und Untergang der Sonne. Jedes Mal wenn das Wacom Display dazu kommt, sehen die Farben aber (unabhängig von der aktuellen Tageszeit) ungefähr so aus, wie sie mitten in der Nacht aussehen sollten.
Hier sind die beiden autorandr Konfiguration für das Display-Setup mit und ohne Wacom.
Konfiguration dual-display:
output DisplayPort-2 off output HDMI-A-0 off output DisplayPort-0 mode 3840x2160 pos 0x0 primary rate 60.00 output DisplayPort-1 mode 3840x2160 pos 3840x0 rate 60.00
Konfiguration dual-display+wacom:
output HDMI-A-0 off output DisplayPort-0 crtc 0 gamma 1.429:1.0:0.714 mode 3840x2160 pos 0x0 primary rate 60.00 output DisplayPort-1 crtc 1 gamma 1.429:1.0:0.714 mode 3840x2160 pos 3840x0 rate 60.00 output DisplayPort-2 crtc 2 gamma 1.429:1.0:0.714 mode 1920x1080 pos 7680x0 rate 60.00 transform 2.000000,0.000000,0.000000,0.000000,2.000000,0.000000,0.000000,0.000000,1.000000
Ich bin mir ziemlich sicher, dass das Problem woanders liegt, weil sich die Farben ändern sobald das Wacom Strom bekommt und nicht erst, wenn ich die autorandr Konfiguration lade. Vielleicht wäre es aber möglich, dass Problem über die autorandr Konfiguration zu lösen.
Hier ist noch die Konfigurationsdatei /usr/share/X11/xorg.conf.d/70-wacom.conf
# Some of the below input classes appear 3x times, once for each of # "tablet", "touchscreen", and "touchpad" to ensure that the Wacom # driver is not accidentally bound to other types of hardware that # Wacom has made which are not handled by the wacom driver (e.g the # Wacom Bluetooth Keyboard) # # https://sourceforge.net/p/linuxwacom/bugs/294/ Section "InputClass" Identifier "Wacom USB tablet class" MatchUSBID "056a:*" MatchDevicePath "/dev/input/event*" MatchIsTablet "true" Driver "wacom" EndSection Section "InputClass" Identifier "Wacom USB touchscreen class" MatchUSBID "056a:*" MatchDevicePath "/dev/input/event*" MatchIsTouchscreen "true" Driver "wacom" EndSection Section "InputClass" Identifier "Wacom USB touchpad class" MatchUSBID "056a:*" MatchDevicePath "/dev/input/event*" MatchIsTouchpad "true" Driver "wacom" EndSection Section "InputClass" Identifier "Wacom tablet class" MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4" MatchDevicePath "/dev/input/event*" MatchIsTablet "true" Driver "wacom" EndSection Section "InputClass" Identifier "Wacom touchscreen class" MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4" MatchDevicePath "/dev/input/event*" MatchIsTouchscreen "true" Driver "wacom" EndSection Section "InputClass" Identifier "Wacom touchpad class" MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4" MatchDevicePath "/dev/input/event*" MatchIsTouchpad "true" Driver "wacom" EndSection # Serial Wacom devices should always be one of tablet, touchscreen, or # touchpad so we can safely get away with just one match section in # these cases Section "InputClass" Identifier "Wacom PnP device class" MatchPnPID "WACf*|WCOM*|WACM*|FUJ02e5|FUJ02e7|FUJ02e9" MatchDevicePath "/dev/input/event*" Driver "wacom" EndSection Section "InputClass" Identifier "Wacom serial class" MatchProduct "Serial Wacom Tablet" Driver "wacom" EndSection Section "InputClass" Identifier "Wacom serial class identifiers" MatchProduct "WACf|FUJ02e5|FUJ02e7|FUJ02e9" Driver "wacom" EndSection # Hanwang tablets Section "InputClass" Identifier "Hanwang class" MatchProduct "Hanwang" MatchDevicePath "/dev/input/event*" Driver "wacom" EndSection # Waltop tablets Section "InputClass" Identifier "Waltop class" MatchProduct "WALTOP" MatchIsTablet "on" MatchDevicePath "/dev/input/event*" Driver "wacom" EndSection # N-Trig Duosense Electromagnetic Digitizer Section "InputClass" Identifier "Wacom N-Trig class" MatchProduct "HID 1b96:0001|N-Trig Pen|N-Trig DuoSense" MatchDevicePath "/dev/input/event*" Driver "wacom" Option "Button2" "3" EndSection # Dell Canvas 27 (touch part is an Advanced Silicon, pen part a Wacom) Section "InputClass" Identifier "Dell Canvas 27 Touch" MatchUSBID "2575:0204" MatchDevicePath "/dev/input/event*" MatchIsTouchscreen "true" Driver "wacom" EndSection # Surface Go Section "InputClass" Identifier "SurfaceGo Touch" MatchProduct "ELAN9038:00 04F3:261A" MatchDevicePath "/dev/input/event*" Driver "wacom" EndSection # Nuvision Solo 10 Draw (Supports Surface Pens) Section "InputClass" Identifier "Nuvision Solo 10 Draw" MatchProduct "04F3200A:00 04F3:22F7" MatchDevicePath "/dev/input/event*" Driver "wacom" EndSection
Gruß
Extrawunsch (optional): Generell finde ich das je mit der automatischen Nachtlicht-Steuerung auf meinen Hauptmonitoren ganz nett aber am liebsten wäre es mir, wenn auf dem Wacom die Farben zu jeder Tageszeit so echt wie möglich dargestellt werden würden.