From 758c61814568626ccc19ce6a158b2dadc57bb640 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Thu, 2 Sep 1999 13:58:07 +0000 Subject: fix from erik for modelines with no resolitions --- xf86config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'xf86config.py') diff --git a/xf86config.py b/xf86config.py index 0a87627cd..0b66da024 100644 --- a/xf86config.py +++ b/xf86config.py @@ -697,6 +697,7 @@ Section "Screen" Monitor "%(MONITOR)s" """ % info for depth in self.modes.keys (): + if not self.modes[depth]: continue section = section + """ Subsection "Display" Depth %s -- cgit