diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-20 05:16:43 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-20 05:16:43 +0000 |
commit | e97cf68acc321caf7e08264a26453bc82ad829ee (patch) | |
tree | 454bd5c0fe69fac77b273746cb2a8918f26c9d9e /etc | |
parent | 5b35043e17e77bd797b357b50c7770a50296708e (diff) |
Add "dri2" to the list of pre-loaded modules. Needed by xserver 1.6.
Lazy binding is still not working there.
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 37820c066..b88ca2311 100644 --- a/etc/X11.sgi/xorg.conf +++ b/etc/X11.sgi/xorg.conf @@ -1,12 +1,13 @@ # # Unaccelerated, single display configuration # -# $OpenBSD: xorg.conf,v 1.2 2009/02/21 00:10:32 matthieu Exp $ +# $OpenBSD: xorg.conf,v 1.3 2009/10/20 05:16:42 matthieu Exp $ # Section "Module" Load "shadow" Load "fb" Load "dri" + Load "dri2" EndSection Section "Device" |