]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.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)
committerSteve Sakoman <steve@sakoman.com>
Wed, 12 Mar 2025 14:10:36 +0000 (07:10 -0700)
commit73f39fe8a5367ad905002df03e10fbf59b8f8921
tree82248e5292ce4cda4cbe08091fdd4c1ec4094a5d
parent72855767daa515a451ea7ebe3412479cb7bafdc6
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>
(cherry picked from commit 8c8039bf4c2d011e3d12c970ce45036b184902a9)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
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]