blob: bdc93b45ffb1fecd3ae6e1425f6646ccebc3392a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
#
# 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"
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
SubSection "Display"
Depth 32
EndSubSection
EndSection
|