summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2007-08-26 07:38:38 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2007-08-26 07:38:38 +0000
commit0defb322ad8e02626d0e6510a4636693f002cbbb (patch)
treeb1bad4c40965f9b232e638a7996e1523e8beadb8 /etc
parentce548dc59b5056c5af54d111bdc097f0169cf709 (diff)
More default config cleanups:
- remove the "Modules" section altogether: X.Org now has a reasonable default list built-in - remove the RgbPath specification that is the default - use the same FontPath on all architectures.
Diffstat (limited to 'etc')
-rw-r--r--etc/X11.alpha/xorg.conf11
-rw-r--r--etc/X11.hp300/xorg.conf8
-rw-r--r--etc/X11.mac68k/xorg.conf8
-rw-r--r--etc/X11.macppc/xorg.conf10
-rw-r--r--etc/X11.sparc/xorg.conf12
-rw-r--r--etc/X11.vax/xorg.conf8
-rw-r--r--etc/X11.zaurus/xorg.conf10
7 files changed, 15 insertions, 52 deletions
diff --git a/etc/X11.alpha/xorg.conf b/etc/X11.alpha/xorg.conf
index e827102b1..965e2ee52 100644
--- a/etc/X11.alpha/xorg.conf
+++ b/etc/X11.alpha/xorg.conf
@@ -6,20 +6,13 @@ Section "ServerLayout"
EndSection
Section "Files"
- RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
+ FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
- FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
-Section "Module"
- Load "type1"
-# Load "freetype"
- Load "glx"
- Load "extmod"
-EndSection
-
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
diff --git a/etc/X11.hp300/xorg.conf b/etc/X11.hp300/xorg.conf
index 7ba309b59..0706a9181 100644
--- a/etc/X11.hp300/xorg.conf
+++ b/etc/X11.hp300/xorg.conf
@@ -6,17 +6,13 @@ Section "ServerLayout"
EndSection
Section "Files"
- RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
+ FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
-Section "Module"
- Load "freetype"
- Load "extmod"
-EndSection
-
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
diff --git a/etc/X11.mac68k/xorg.conf b/etc/X11.mac68k/xorg.conf
index dd00656ad..845ca5062 100644
--- a/etc/X11.mac68k/xorg.conf
+++ b/etc/X11.mac68k/xorg.conf
@@ -6,17 +6,13 @@ Section "ServerLayout"
EndSection
Section "Files"
- RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
+ FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
-Section "Module"
- Load "freetype"
- Load "extmod"
-EndSection
-
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
diff --git a/etc/X11.macppc/xorg.conf b/etc/X11.macppc/xorg.conf
index 2db363334..b148fe514 100644
--- a/etc/X11.macppc/xorg.conf
+++ b/etc/X11.macppc/xorg.conf
@@ -6,19 +6,13 @@ Section "ServerLayout"
EndSection
Section "Files"
- RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
+ FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
- FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
-Section "Module"
- Load "freetype"
- Load "glx"
- Load "extmod"
-EndSection
-
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
diff --git a/etc/X11.sparc/xorg.conf b/etc/X11.sparc/xorg.conf
index 7f179f3ce..9ad5fdd3f 100644
--- a/etc/X11.sparc/xorg.conf
+++ b/etc/X11.sparc/xorg.conf
@@ -1,7 +1,7 @@
#
# Unaccelerated, single display configuration
#
-# $OpenBSD: xorg.conf,v 1.1 2007/03/26 19:35:30 matthieu Exp $
+# $OpenBSD: xorg.conf,v 1.2 2007/08/26 07:38:37 matthieu Exp $
#
Section "ServerLayout"
Identifier "wsfb"
@@ -11,19 +11,13 @@ Section "ServerLayout"
EndSection
Section "Files"
- RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
+ FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
- FontPath "/usr/X11R6/lib/X11/fonts/CID/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
-Section "Module"
- Load "freetype"
- Load "glx"
- Load "extmod"
-EndSection
-
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
diff --git a/etc/X11.vax/xorg.conf b/etc/X11.vax/xorg.conf
index 428bed87f..fa5580747 100644
--- a/etc/X11.vax/xorg.conf
+++ b/etc/X11.vax/xorg.conf
@@ -6,17 +6,13 @@ Section "ServerLayout"
EndSection
Section "Files"
- RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
+ FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
+ FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
-Section "Module"
- Load "freetype"
- Load "extmod"
-EndSection
-
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
diff --git a/etc/X11.zaurus/xorg.conf b/etc/X11.zaurus/xorg.conf
index f147ab3ce..234ca0f51 100644
--- a/etc/X11.zaurus/xorg.conf
+++ b/etc/X11.zaurus/xorg.conf
@@ -6,19 +6,13 @@ Section "ServerLayout"
EndSection
Section "Files"
- RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/misc/"
- FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/TTF/"
+ FontPath "/usr/X11R6/lib/X11/fonts/OTF/"
+ FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
EndSection
-Section "Module"
- Load "freetype"
- Load "glx"
- Load "extmod"
-EndSection
-
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"