From f2896b0e5c0ae5dc4a523e569f33bfa6d2f55f86 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 18 Sep 2017 12:25:46 -0700 Subject: xserver-xf86-config: Disable glamor for the modesetting driver on pi64 Fixes a xorg server crash with musl see details https://github.com/voidlinux/void-packages/issues/6091 Signed-off-by: Khem Raj --- .../xserver-xf86-config/rpi/xorg.conf.d/10-noglamor.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/10-noglamor.conf (limited to 'recipes-graphics/xorg-xserver/xserver-xf86-config') diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/10-noglamor.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/10-noglamor.conf new file mode 100644 index 0000000..1a562ea --- /dev/null +++ b/recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/10-noglamor.conf @@ -0,0 +1,6 @@ +# +Section "Device" + Identifier "modeset" + Driver "modesetting" + Option "AccelMethod" "None" +EndSection -- cgit v1.2.3-54-g00ecf