From ed4f7c4064ec32c85faf6ff5f4b7c03ac332a5f7 Mon Sep 17 00:00:00 2001 From: ghost Date: Sun, 6 Sep 2009 09:12:00 +0200 Subject: [PATCH] DVI-PC -> HDMI-PC on 500hd --- lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index adc63d2c..e3b902f0 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -241,6 +241,8 @@ class VideoHardware: descr = port if descr == 'DVI' and hw_type == 'dm500hd': descr = 'HDMI' + elif descr == 'DVI-PC' and hw_type == 'dm500hd': + descr = 'HDMI-PC' lst.append((port, descr)) # create list of available modes -- 2.30.2