minimize xorg.conf.

This commit is contained in:
matthieu
2009-12-12 09:37:22 +00:00
parent d0275e11af
commit 84ea5c201a

View File

@@ -1,7 +1,7 @@
#
# Unaccelerated, single display configuration
# $OpenBSD: xorg.conf,v 1.4 2009/12/12 09:37:22 matthieu Exp $
#
# $OpenBSD: xorg.conf,v 1.3 2009/10/20 05:16:42 matthieu Exp $
# Force loading of modules
#
Section "Module"
Load "shadow"
@@ -9,26 +9,3 @@ Section "Module"
Load "dri"
Load "dri2"
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