diff options
| author | Bastian Wissler | 2008-08-20 18:55:27 +0200 |
|---|---|---|
| committer | Bastian Wissler | 2008-08-20 18:55:27 +0200 |
| commit | 56a4c8b02c8ff728353175e9d958eb7b0a450b53 (patch) | |
| tree | d982166d50652fa186e1975153b69b4ff73ae0dd /os-plugins/plugins/xserver/OpenSLX | |
| parent | * dropped busybox patches as they are now tracked in (diff) | |
| download | core-56a4c8b02c8ff728353175e9d958eb7b0a450b53.tar.gz core-56a4c8b02c8ff728353175e9d958eb7b0a450b53.tar.xz core-56a4c8b02c8ff728353175e9d958eb7b0a450b53.zip | |
Updated README of xserver-Plugin and changed ati/nvidia-extraction scripts
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2065 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/xserver/OpenSLX')
| -rw-r--r-- | os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm index de166464..84c7303a 100644 --- a/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm +++ b/os-plugins/plugins/xserver/OpenSLX/OSPlugin/xserver.pm @@ -42,8 +42,11 @@ sub getInfo return { description => unshiftHereDoc(<<' End-of-Here'), - This plugin tries to integrate binary graphics drivers into the system. + This plugin tries to configure the local Xorg-Server and + integrates binary graphics drivers (closed sourced) into the system. Notice that you need to have kernel-headers installed to work properly. + You need to download the driver packages yourself and write the + download folder into the right option. End-of-Here precedence => 80, }; @@ -112,7 +115,7 @@ sub getAttrInfo applies_to_vendor_os => 0, applies_to_vendor_os => 1, description => unshiftHereDoc(<<' End-of-Here'), - Path to ATI or Nvidia package + Path to downloaded ATI or Nvidia package End-of-Here # TODO: #content_regex => qr{^0|1$}, |
