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 /etc/X11.hp300/xorg.conf | |
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 'etc/X11.hp300/xorg.conf')
-rw-r--r-- | etc/X11.hp300/xorg.conf | 8 |
1 files changed, 2 insertions, 6 deletions
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" |