diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-02-21 00:10:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-02-21 00:10:33 +0000 |
commit | 6f090ac88db95a02e671c471bf70a1ee07602963 (patch) | |
tree | 7bd68d6070f1513e6754f97ae4776dafa53aaa4f /etc | |
parent | 9533238e52ce50086519ec8af741cf54aeff1a5f (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.conf | 3 |
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" |