xenocara/etc/X11.alpha/xorg.conf
matthieu 779bd9f9a9 Remove layout from all pre-installed xorg.conf. It nowadays default
to whatever is setup on wscons. maja@ noticed I didn't do that yet.

While there shave a few files a bit more.
2009-05-31 04:24:20 +00:00

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