summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-08-18 12:24:06 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-08-18 12:24:06 +0000
commita594c8ff7749eeaa4e6fc39afc5bbd403259e768 (patch)
tree05637e6dea4b682cacc4c60ae512b49d3284316d
parent08247200ce082f2cd16914ff7c9410e41e1170f2 (diff)
downloaddrakx-kbd-mouse-x11-a594c8ff7749eeaa4e6fc39afc5bbd403259e768.tar
drakx-kbd-mouse-x11-a594c8ff7749eeaa4e6fc39afc5bbd403259e768.tar.gz
drakx-kbd-mouse-x11-a594c8ff7749eeaa4e6fc39afc5bbd403259e768.tar.bz2
drakx-kbd-mouse-x11-a594c8ff7749eeaa4e6fc39afc5bbd403259e768.tar.xz
drakx-kbd-mouse-x11-a594c8ff7749eeaa4e6fc39afc5bbd403259e768.zip
- XFdrake:
o allow xorg.conf to have no "Monitor" section (#42793) (XFdrake will no break too much without it :)
-rw-r--r--NEWS3
-rw-r--r--lib/Xconfig/main.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 00f25e4..6a57a74 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+- XFdrake:
+ o allow xorg.conf to have no "Monitor" section (#42793)
+
Version 0.59 - 18 August 2008
- XFdrake:
diff --git a/lib/Xconfig/main.pm b/lib/Xconfig/main.pm
index fe8e86a..5cf6649 100644
--- a/lib/Xconfig/main.pm
+++ b/lib/Xconfig/main.pm
@@ -237,7 +237,7 @@ sub check_valid {
my %_sections = map {
my @l = $raw_X->get_Sections($_) or return "missing section $_";
$_ => \@l;
- } qw(InputDevice Monitor Device Screen ServerLayout);
+ } qw(InputDevice Device Screen ServerLayout);
'';
}