blob: 37820c06605f7e1757a34669c053bfd1b87c1ab2 (
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
33
|
#
# 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"
SubSection "Display"
Depth 8
EndSubSection
SubSection "Display"
Depth 16
EndSubSection
SubSection "Display"
Depth 24
EndSubSection
SubSection "Display"
Depth 32
EndSubSection
EndSection
|