deprecated-dot
deprecated-dot
Regarding ```drm_info``` what's the property called? I get a _heap_ of output, so I'm trying to narrow it down. Side note, on the vulkan backend ( ```WLR_RENDERER=vulkan``` environment variable) setting...
Excellent, thank you. I'm not the OP, but that property reads: drm_info | grep bpc │ │ ├───"max bpc": range [8, 16] = 10 │ │ ├───"max bpc": range [8,...
My guess is debian disabled some of the required kernel options. Run the following, and provide the output: `sudo grep -E 'CONFIG_FTRACE|CONFIG_KPROBES|CONFIG_PCI_QUIRKS|CONFIG_KALLSYMS|CONFIG_KALLSYMS_ALL|CONFIG_FUNCTION_TRACER' /boot/config-$(uname -r)`