summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-12 18:59:53 +0000
committerMatt Wilson <msw@redhat.com>2000-05-12 18:59:53 +0000
commit7b695eb01b6272476e9001e7a2efb733d02170d3 (patch)
tree1fe64e8196f735f6a3d475515d73949c336832ae
parentab000a93fbd351dc7f437ad7f6179c4146abe2bf (diff)
downloadanaconda-7b695eb01b6272476e9001e7a2efb733d02170d3.tar.gz
anaconda-7b695eb01b6272476e9001e7a2efb733d02170d3.tar.xz
anaconda-7b695eb01b6272476e9001e7a2efb733d02170d3.zip
files in xfree4.0 config
-rw-r--r--xf86config.py4
1 files changed, 4 insertions, 0 deletions
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"):