diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Xconfig/main.pm | 4 | ||||
-rw-r--r-- | lib/Xconfig/xfree.pm | 5 |
2 files changed, 1 insertions, 8 deletions
diff --git a/lib/Xconfig/main.pm b/lib/Xconfig/main.pm index a33ad56..6b871ec 100644 --- a/lib/Xconfig/main.pm +++ b/lib/Xconfig/main.pm @@ -237,9 +237,7 @@ sub check_valid { my %sections = map { my @l = $raw_X->get_Sections($_) or return "missing section $_"; $_ => \@l; - } qw(Files InputDevice Monitor Device Screen ServerLayout); - - $sections{Files}[0]{FontPath} or return "missing FontPath"; + } qw(InputDevice Monitor Device Screen ServerLayout); ''; } diff --git a/lib/Xconfig/xfree.pm b/lib/Xconfig/xfree.pm index 197c93a..0b84ba4 100644 --- a/lib/Xconfig/xfree.pm +++ b/lib/Xconfig/xfree.pm @@ -803,11 +803,6 @@ our $default_header = <<'END'; # this file. # ********************************************************************** -Section "Files" - # minimal fonts to allow X to run without xfs - FontPath "/usr/share/fonts/misc:unscaled" -EndSection - Section "ServerFlags" #DontZap # disable <Ctrl><Alt><BS> (server abort) #DontZoom # disable <Ctrl><Alt><KP_+>/<KP_-> (resolution switching) |