215a3e0d08
lazy binding in ld.so.
34 lines
562 B
Xorg
34 lines
562 B
Xorg
#
|
|
# Unaccelerated, single display configuration
|
|
#
|
|
# $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"
|
|
Identifier "Wsfb0"
|
|
Driver "wsfb"
|
|
Option "device" "/dev/ttyC0"
|
|
EndSection
|
|
|
|
Section "Screen"
|
|
Identifier "Screen0"
|
|
Device "Wsfb0"
|
|
SubSectionSub "Display"
|
|
Depth 8
|
|
EndSubSection
|
|
SubSectionSub "Display"
|
|
Depth 16
|
|
EndSubSection
|
|
SubSectionSub "Display"
|
|
Depth 24
|
|
EndSubSection
|
|
SubSectionSub "Display"
|
|
Depth 32
|
|
EndSubSection
|
|
EndSection
|