diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-08-26 07:38:38 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-08-26 07:38:38 +0000 |
commit | 0defb322ad8e02626d0e6510a4636693f002cbbb (patch) | |
tree | b1bad4c40965f9b232e638a7996e1523e8beadb8 /distrib/notes | |
parent | ce548dc59b5056c5af54d111bdc097f0169cf709 (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 'distrib/notes')
-rw-r--r-- | distrib/notes/README.macppc | 10 | ||||
-rw-r--r-- | distrib/notes/README.sparc64 | 10 |
2 files changed, 2 insertions, 18 deletions
diff --git a/distrib/notes/README.macppc b/distrib/notes/README.macppc index d1d725363..a4c8d3dd2 100644 --- a/distrib/notes/README.macppc +++ b/distrib/notes/README.macppc @@ -36,7 +36,6 @@ 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" @@ -44,13 +43,6 @@ Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" EndSection -Section "Module" -# Load "dbe" - Load "freetype" - Load "glx" - Load "extmod" -EndSection - Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" @@ -177,4 +169,4 @@ button 2 and mouse button 3 respectively. problem_blurb -$OpenBSD: README.macppc,v 1.2 2007/08/25 23:00:07 aanriot Exp $ +$OpenBSD: README.macppc,v 1.3 2007/08/26 07:38:37 matthieu Exp $ diff --git a/distrib/notes/README.sparc64 b/distrib/notes/README.sparc64 index c47155dad..755472310 100644 --- a/distrib/notes/README.sparc64 +++ b/distrib/notes/README.sparc64 @@ -69,7 +69,6 @@ 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" @@ -77,13 +76,6 @@ Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" EndSection -Section "Module" - Load "type1" - Load "freetype" - Load "glx" - Load "extmod" -EndSection - # All Sun keyboards (USB Type 6, Serial Type 3/4/5/6) Section "InputDevice" Identifier "Keyboard0" @@ -262,4 +254,4 @@ See xorg.conf(5) for more options. problem_blurb -$OpenBSD: README.sparc64,v 1.3 2007/08/25 23:00:07 aanriot Exp $ +$OpenBSD: README.sparc64,v 1.4 2007/08/26 07:38:37 matthieu Exp $ |