779bd9f9a9
to whatever is setup on wscons. maja@ noticed I didn't do that yet. While there shave a few files a bit more.
25 lines
442 B
Xorg
25 lines
442 B
Xorg
#
|
|
# Unaccelerated, TGA framebuffer configuration
|
|
#
|
|
# $OpenBSD: xorg.conf,v 1.3 2009/05/31 04:24:20 matthieu Exp $
|
|
#
|
|
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
|
|
EndSection
|