Sunspark I attempted this on Ubuntu 22.04 MATE. It looks like the syntax changed a bit but the command doesn't work.
I suspect this slow motion could be dithering but I don't have a capture card to test yet: https://imgur.com/a/DXm8Nh0
I tried the following which look like a no-op:
ubuntu-mate@ubuntu-mate:~$ sudo intel_reg read 0x70008 --verbose
TRANS_CONF_A (0x00070008): 0x00000000 (disabled, inactive, pf-pd)
ubuntu-mate@ubuntu-mate:~$ sudo intel_reg write 0x70008 0xc0000040 --verbose
Before:
TRANS_CONF_A (0x00070008): 0x00000000 (disabled, inactive, pf-pd)
After:
TRANS_CONF_A (0x00070008): 0x00000000 (disabled, inactive, pf-pd)
ubuntu-mate@ubuntu-mate:~$ sudo intel_reg read 0x70008 --verbose
TRANS_CONF_A (0x00070008): 0x00000000 (disabled, inactive, pf-pd)
Anyone have ideas?
I believe I'm using the Intel driver:
ubuntu-mate@ubuntu-mate:~$ lspci -nnk | egrep -i --color 'vga|3d|2d' -A3 | grep 'in use'
Kernel driver in use: i915
Kernel driver in use: serial
ubuntu-mate@ubuntu-mate:~$ inxi -G
Graphics:
Device-1: Intel UHD Graphics 620 driver: i915 v: kernel
Device-2: Cheng Uei Precision Industry (Foxlink) Webcam type: USB
driver: uvcvideo
Display: x11 server: X.Org v: 1.21.1.3 driver: X: loaded: modesetting
unloaded: fbdev,vesa gpu: i915 resolution: 1920x1080~60Hz
OpenGL: renderer: Mesa Intel UHD Graphics 620 (KBL GT2)
v: 4.6 Mesa 22.2.5
Here's a dump of all registers / the help file.
And here's xrandr --props