33 lines
547 B
Xorg
33 lines
547 B
Xorg
|
#
|
||
|
# Unaccelerated, single display configuration
|
||
|
#
|
||
|
# $OpenBSD: xorg.conf,v 1.1 2008/01/06 06:26:59 jsing Exp $
|
||
|
#
|
||
|
Section "Module"
|
||
|
Load "shadow"
|
||
|
Load "fb"
|
||
|
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
|