summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/xf86config.py b/xf86config.py
index dca0fc3a9..63c41ba30 100644
--- a/xf86config.py
+++ b/xf86config.py
@@ -993,7 +993,9 @@ Section "Screen"
"cardID" : self.vidCards[self.primary]["NAME"],
"cardVendor" : self.vidCards[self.primary]["NAME"],
"cardBoardName": self.vidCards[self.primary]["NAME"],
- "files" : self.files }
+ "monitorHoriz" : self.monHoriz,
+ "monitorVert" : self.monHoriz,
+ "files" : self.files
}
# self.vidCards[self.primary]["DRIVER"] = "vga"
if self.vidCards[self.primary].has_key ("DRIVER"):