Add "dri2" to the list of pre-loaded modules. Needed by xserver 1.6.
Lazy binding is still not working there.
This commit is contained in:
parent
a97527f412
commit
bb8b7ed400
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user