aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-04 10:12:34 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-04 10:12:34 +0000
commitadd7610b0d2c0d386eef371ac6a636804d643f35 (patch)
tree1a65780d2740d5e5b3de2b4ffab9060f1b97b370 /lib/python
parent921b91f314f96d4c13799e51f591527016df09e4 (diff)
downloadenigma2-add7610b0d2c0d386eef371ac6a636804d643f35.tar.gz
enigma2-add7610b0d2c0d386eef371ac6a636804d643f35.zip
i forgot to mention that you need current drivers (from today) for 480i and 576i
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
index 9e5051c9..a10d9394 100644
--- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
+++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py
@@ -47,19 +47,19 @@ class VideoHardware:
"multi": { 50: "1080i50", 60: "1080i" } }
rates["PC"] = {
- "1024x768": { 60: "1024x768"}, # not possible on DM7025
- "800x600" : { 60: "800x600"}, # also not possible
- "720x480" : { 60: "720x480"},
- "720x576" : { 60: "720x576"},
- "1280x720": { 60: "1280x720"},
- "1280x720 multi": { 50: "1280x720_50", 60: "1280x720"},
+ "1024x768": { 60: "1024x768" }, # not possible on DM7025
+ "800x600" : { 60: "800x600" }, # also not possible
+ "720x480" : { 60: "720x480" },
+ "720x576" : { 60: "720x576" },
+ "1280x720": { 60: "1280x720" },
+ "1280x720 multi": { 50: "1280x720_50", 60: "1280x720" },
"1920x1080": { 60: "1920x1080"},
- "1920x1080 multi": { 50: "1920x1080", 60: "1920x1080_50"},
+ "1920x1080 multi": { 50: "1920x1080", 60: "1920x1080_50" },
"1280x1024" : { 60: "1280x1024"},
"1366x768" : { 60: "1366x768"},
- "1366x768 multi" : { 50: "1366x768", 60: "1366x768_50"},
- "1280x768": { 60: "1280x768"},
- "640x480" : { 60: "640x480"}
+ "1366x768 multi" : { 50: "1366x768", 60: "1366x768_50" },
+ "1280x768": { 60: "1280x768" },
+ "640x480" : { 60: "640x480" }
}
modes["Scart"] = ["PAL", "NTSC", "Multi"]