From e97cf68acc321caf7e08264a26453bc82ad829ee Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Tue, 20 Oct 2009 05:16:43 +0000 Subject: Add "dri2" to the list of pre-loaded modules. Needed by xserver 1.6. Lazy binding is still not working there. --- etc/X11.sgi/xorg.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/X11.sgi') 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" -- cgit v1.2.3