summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-11 21:39:44 +0200
committerDirk von Suchodoletz2008-08-11 21:39:44 +0200
commit97e3a0884f435ab3e6109beda4290a316b2cb558 (patch)
tree94e284c9f6afa9ff1f3cac85b9e5d22e05d5aedd /os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
parent* added scripts from bastian (diff)
downloadcore-97e3a0884f435ab3e6109beda4290a316b2cb558.tar.gz
core-97e3a0884f435ab3e6109beda4290a316b2cb558.tar.xz
core-97e3a0884f435ab3e6109beda4290a316b2cb558.zip
xserver plugin stuff ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2026 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm')
-rw-r--r--os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm13
1 files changed, 12 insertions, 1 deletions
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 ...