diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py index a6d886c6..c6d6b864 100644 --- a/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py +++ b/lib/python/Plugins/SystemPlugins/Videomode/VideoHardware.py @@ -132,6 +132,11 @@ class VideoHardware: except IOError: print "writing initial videomode to /etc/videomode failed." + # workaround: this should not be set here. + if port != "Scart": + open("/proc/stb/video/aspect", "w").write("any") + open("/proc/stb/video/policy", "w").write("panscan") + def isPortAvailable(self, port): # fixme return True |
