From 97e3a0884f435ab3e6109beda4290a316b2cb558 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Mon, 11 Aug 2008 19:39:44 +0000 Subject: xserver plugin stuff ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2026 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'os-plugins/plugins/xserver') diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm index bfb68765..edfb3e81 100644 --- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm +++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm @@ -71,7 +71,7 @@ sub getAttrInfo }, 'xserver::ddcinfo' => { applies_to_systems => 1, - applies_to_clients => 0, + applies_to_clients => 1, 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 @@ -81,6 +81,17 @@ sub getAttrInfo content_descr => '0 ignore ddcinfo, 1 use ddcinfo if available', default => '0', }, + 'xserver::prefnongpl' => { + applies_to_systems => 1, + applies_to_clients => 1, + description => unshiftHereDoc(<<' End-of-Here'), + should the 'xserver'-plugin use the non-gpl drivers for some graphic + adaptors if available (0 prefer gpl, 1 use the nongpl) + 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