summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-02-21 00:10:33 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-02-21 00:10:33 +0000
commit6f090ac88db95a02e671c471bf70a1ee07602963 (patch)
tree7bd68d6070f1513e6754f97ae4776dafa53aaa4f /etc
parent9533238e52ce50086519ec8af741cf54aeff1a5f (diff)
Force loading of the "dri" module on sgi too, to work around non-working
lazy binding in ld.so.
Diffstat (limited to 'etc')
-rw-r--r--etc/X11.sgi/xorg.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/X11.sgi/xorg.conf b/etc/X11.sgi/xorg.conf
index bdc93b45f..37820c066 100644
--- a/etc/X11.sgi/xorg.conf
+++ b/etc/X11.sgi/xorg.conf
@@ -1,11 +1,12 @@
#
# Unaccelerated, single display configuration
#
-# $OpenBSD: xorg.conf,v 1.1 2008/01/06 06:26:59 jsing Exp $
+# $OpenBSD: xorg.conf,v 1.2 2009/02/21 00:10:32 matthieu Exp $
#
Section "Module"
Load "shadow"
Load "fb"
+ Load "dri"
EndSection
Section "Device"