about summary refs log tree commit diff
path: root/data
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-05-24 08:35:56 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-05-24 08:35:56 +0200
commitaf2fcf925a0ddd0f43cc6ede164369117cacd928 (patch)
treef9887f3e7799f4030daa9e410afa5cbd2739036f /data
parentbf37f6f5c61374ea3612fdae8681d9612f82cae4 (diff)
downloadhrmpf-af2fcf925a0ddd0f43cc6ede164369117cacd928.tar.gz
hrmpf-af2fcf925a0ddd0f43cc6ede164369117cacd928.tar.xz
hrmpf-af2fcf925a0ddd0f43cc6ede164369117cacd928.zip
mklive: force modesetting on musl for now.
intel and radeon drivers are currently broken with musl (segmentation fault
in OsLookupColor()).
Diffstat (limited to 'data')
-rw-r--r--data/xorg-modesetting.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/xorg-modesetting.conf b/data/xorg-modesetting.conf
new file mode 100644
index 0000000..1d10c80
--- /dev/null
+++ b/data/xorg-modesetting.conf
@@ -0,0 +1,4 @@
+Section "Device"
+	Identifier "modesetting"
+	Driver "modesetting"
+EndSection