summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-08-12 09:52:59 +0200
committerDirk von Suchodoletz2008-08-12 09:52:59 +0200
commit8a5e8ba859fc2f92a8b5afc1bdb9024e4fb9daa6 (patch)
treec8dff673ec180b07858418e4d2f997e07b139de8 /os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
parentMinor improvement to r2028 (but a perl error remains) (diff)
downloadcore-8a5e8ba859fc2f92a8b5afc1bdb9024e4fb9daa6.tar.gz
core-8a5e8ba859fc2f92a8b5afc1bdb9024e4fb9daa6.tar.xz
core-8a5e8ba859fc2f92a8b5afc1bdb9024e4fb9daa6.zip
Dummy for Xorg xrandr stage3 attribute (see #204)
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2030 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.pm12
1 files changed, 12 insertions, 0 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
index edfb3e81..5eecd902 100644
--- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
+++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm
@@ -92,6 +92,18 @@ sub getAttrInfo
content_descr => '0 ignore ddcinfo, 1 use ddcinfo if available',
default => '0',
},
+ 'xserver::usexrandr' => {
+ applies_to_systems => 1,
+ applies_to_clients => 1,
+ description => unshiftHereDoc(<<' End-of-Here'),
+ should the 'xserver'-plugin use the "xrandr" extension of Xorg to
+ make use of multi-head scenarios and dynamically added displays
+ (not implemented yet)
+ End-of-Here
+ content_regex => qr{^(0|1)$},
+ content_descr => '1 xrandr extension, 0 switch off',
+ default => '1',
+ },
# plugin specific attributes start here ...