From 887f82a3fbd153955adc6da28fbca37375d217df Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 10 Aug 2008 22:20:13 +0000 Subject: Add an option to use ddcinfo for display/monitor setup. In some cases like with the savage chip (T22) the proper setup fails, if no proper H/V syncs are defined ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2021 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'os-plugins/plugins/xserver/OpenSLX/OSPlugin') diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm index 2a367fa2..bfb68765 100644 --- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm +++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm @@ -69,6 +69,18 @@ sub getAttrInfo content_descr => '1 means active - 0 means inactive', default => '1', }, + 'xserver::ddcinfo' => { + applies_to_systems => 1, + applies_to_clients => 0, + description => unshiftHereDoc(<<' End-of-Here'), + should the 'xserver'-plugin use the ddcinfo (if available) for + the monitor/tft setup? Might help in scenarios with resolutions + configured much lower than physically possible. (0 ignore, 1 use) + End-of-Here + content_regex => qr{^(0|1)$}, + content_descr => '0 ignore ddcinfo, 1 use ddcinfo if available', + default => '0', + }, # plugin specific attributes start here ... -- cgit v1.2.3-55-g7522