From 7b695eb01b6272476e9001e7a2efb733d02170d3 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 12 May 2000 18:59:53 +0000 Subject: files in xfree4.0 config --- xf86config.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xf86config.py') diff --git a/xf86config.py b/xf86config.py index 999437648..4fb7ca10d 100644 --- a/xf86config.py +++ b/xf86config.py @@ -435,6 +435,7 @@ Section "ServerLayout" EndSection Section "Files" +%(files)s EndSection Section "Module" @@ -456,6 +457,8 @@ Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" + HorizSync %(monitorHoriz)s + VertRefresh %(monitorVert)s EndSection Section "Device" @@ -990,6 +993,7 @@ Section "Screen" "cardID" : self.vidCards[self.primary]["NAME"], "cardVendor" : self.vidCards[self.primary]["NAME"], "cardBoardName": self.vidCards[self.primary]["NAME"] + "files" : self.files } } # self.vidCards[self.primary]["DRIVER"] = "vga" if self.vidCards[self.primary].has_key ("DRIVER"): -- cgit