From 84ea5c201aa5b4076a88cfb754adad26493ba62c Mon Sep 17 00:00:00 2001 From: matthieu Date: Sat, 12 Dec 2009 09:37:22 +0000 Subject: [PATCH] minimize xorg.conf. --- etc/X11.sgi/xorg.conf | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/etc/X11.sgi/xorg.conf b/etc/X11.sgi/xorg.conf index b88ca2311..36c267a4d 100644 --- a/etc/X11.sgi/xorg.conf +++ b/etc/X11.sgi/xorg.conf @@ -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" - SubSection "Display" - Depth 8 - EndSubSection - SubSection "Display" - Depth 16 - EndSubSection - SubSection "Display" - Depth 24 - EndSubSection - SubSection "Display" - Depth 32 - EndSubSection -EndSection