]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
xserver-xf86-config: remove obsolete configuration files
authorRoss Burton <ross.burton@arm.com>
Tue, 11 Mar 2025 11:22:41 +0000 (11:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Mar 2025 21:29:34 +0000 (21:29 +0000)
commit8c8039bf4c2d011e3d12c970ce45036b184902a9
treefdc63a6acb7ca4239e6ea0c58daa80d5c43c97f5
parent780a5ccaa51d5aed18200883a686387e70847e4b
xserver-xf86-config: remove obsolete configuration files

For reasons we have explicit xorg.conf files for a number of the qemu
machines, but not all of them. These mainly disabled screen blanking
(which is now down with a separate fragment) but also explictly set the
device driver to fbdev which meant they didn't use the modesettings
driver as they should (with the virtio framebuffer from qemu).

This is the root cause of why the xserver 21.1.16 upgrade doesn't work
on a number of machines: the /sys probing changed and the fbdev driver
now refuses to use the PCI framebuffer device as there are better
drivers, but we've explictly told xorg to use the wrong driver.

For more details, see https://gitlab.freedesktop.org/xorg/xserver/-/issues/1798.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/xorg.conf [deleted file]
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/xorg.conf [deleted file]
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/xorg.conf [deleted file]
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/xorg.conf [deleted file]
meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/xorg.conf [deleted file]