aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-05-12 23:42:28 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2008-05-12 23:42:28 +0000
commit2e3af63fd26317787d16f2fd7401bba1e36db574 (patch)
tree48c9532c2748af7fbd384a83933c3e680027cc85 /lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
parenta15fb97d2595fd6dedca2f97ca8b875cd789e730 (diff)
downloadenigma2-2e3af63fd26317787d16f2fd7401bba1e36db574.tar.gz
enigma2-2e3af63fd26317787d16f2fd7401bba1e36db574.zip
add DVI-PC mode for PC monitors (defaults to 640x480 which every pc
monitor should support)
Diffstat (limited to 'lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py')
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
index 87529af3..43543bb1 100644
--- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
+++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
@@ -46,12 +46,13 @@ class VideoHardware:
"1366x768" : { 60: "1366x768"},
"1366x768 multi" : { 50: "1366x768", 60: "1366x768_50"},
"1280x768": { 60: "1280x768"},
- "640x480" : { 60: "640x480"}
+ "640x480" : { 60: "640x480"}
}
modes["Scart"] = ["PAL", "NTSC", "Multi"]
modes["YPbPr"] = ["720p", "1080i"]
modes["DVI"] = ["720p", "1080i", "PC"]
+ modes["DVI-PC"] = ["PC"]
widescreen_modes = set(["720p", "1080i"])