summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/xorg-xserver/xserver-xf86-config
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-09-18 12:25:46 -0700
committerAndrei Gherzan <andrei@gherzan.com>2017-09-20 15:50:20 +0100
commitf2896b0e5c0ae5dc4a523e569f33bfa6d2f55f86 (patch)
tree9572fa365b142492d25c1a16c6560e7519e3c4f0 /recipes-graphics/xorg-xserver/xserver-xf86-config
parent6c4de0b5fe44b8e661f1391ee8540a7f04d75315 (diff)
downloadmeta-raspberrypi-f2896b0e5c0ae5dc4a523e569f33bfa6d2f55f86.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xf86-config')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xf86-config/rpi/xorg.conf.d/10-noglamor.conf6
1 files changed, 6 insertions, 0 deletions
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 @@
1#
2Section "Device"
3 Identifier "modeset"
4 Driver "modesetting"
5 Option "AccelMethod" "None"
6EndSection