summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/xserver
Commit message (Collapse)AuthorAgeFilesLines
* change dir structureSebastian Schmelzer2010-09-0219-3116/+0Star
|
* Small fixes for Xorg keyboard of SuSE11.3 and Ubuntu functions ...Dirk von Suchodoletz2010-08-211-1/+1
|
* Evdev configuration needed for SuSE11.3 (xserver).Dirk von Suchodoletz2010-08-121-0/+31
|
* Components to load needed modules for bootsplash early in InitRamFS.Dirk von Suchodoletz2010-08-101-1/+3
|
* Changes for Ubuntu ...Dirk von Suchodoletz2010-08-091-0/+2
|
* Fixing the double typo bug as reported in the mailinglist.Dirk von Suchodoletz2010-08-092-4/+6
|
* Minor optimizations ...Dirk von Suchodoletz2010-08-061-1/+1
|
* Minor changes for the Xserver plugin stuff ...Dirk von Suchodoletz2010-08-062-2/+4
|
* Some minor cleanups for the re-written Xserver plugin ... still to beDirk von Suchodoletz2010-08-064-11/+15
| | | | tested.
* Fixed typo in variable ...Dirk von Suchodoletz2010-08-061-4/+4
|
* Handle the different SuSE versions ... Required because of restructuredDirk von Suchodoletz2010-08-062-0/+721
| | | | Xserver plugin.
* Re-enabling Xserver plugin for Ubuntu to allow additions ... RewrittenDirk von Suchodoletz2010-08-066-435/+147Star
| | | | Xserver plugin to handle modern distros like Ubuntu 10.04 or SuSE 11.3.
* Changes for Ubuntu 10.04 upstart ...Dirk von Suchodoletz2010-03-092-0/+101
|
* Rearranging stuff for new Ubuntu ... Problem with init-hook (unneededDirk von Suchodoletz2010-03-093-93/+26Star
| | | | for 10.04) ...
* fix problem with demuxerschmelzs2010-03-091-1/+1
| | | | (Can't locate object method "new" via package "xserver::OpenSLX::Distro::Ubuntu_10" )
* Ubuntu 10.04 needs changed xserver plugin behaviour - xorg.conf is notDirk von Suchodoletz2010-03-092-0/+92
| | | | required for Xorg 1.7+ servers ...
* Last commit was incomplete ...Dirk von Suchodoletz2010-02-171-2/+2
|
* Xserver, qemukvm plugin stuff ...Dirk von Suchodoletz2010-02-172-1/+53
|
* get nvidia/ati kernel modules build under ubuntu 9.10:Sebastian Schmelzer2009-09-291-0/+12
| | | | | | | added workaround manipulating ubuntu's dkms script not to try to compile kernel modules under a unpriviledged user git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3166 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin:Bastian Wissler2009-09-041-8/+21
| | | | | | | | | | * keeping track of nvidias naming scheme in rpms (fixed bug nvidia.ko not found) * rewrites the ati kernel version detection to some more stable regexp * corrected a not very correct comment git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3142 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin:Bastian Wissler2009-09-021-4/+2Star
| | | | | | | * oops - forgot to change it in trunk too git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3141 95ad53e4-c205-0410-b2fa-d234c58c8868
* Corrected nvidia-installation on suse-11.*, when the kernel version fromBastian Wissler2009-08-271-4/+24
| | | | | | | system is not 100% the same - without any API changes of course. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3137 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for suse local kernel version mismatchBastian Wissler2009-08-251-1/+13
| | | | | | | | -> fglrx.ko gets correctly downloaded for some other local version (it works) if there is no fglrx.ko for the needed kernel version git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3131 95ad53e4-c205-0410-b2fa-d234c58c8868
* set aptitude to "assume yes mode" when trying to install dkmsSebastian Schmelzer2009-08-251-1/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3130 95ad53e4-c205-0410-b2fa-d234c58c8868
* git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3129 ↵Sebastian Schmelzer2009-08-251-2/+2
| | | | 95ad53e4-c205-0410-b2fa-d234c58c8868
* add support for ubuntu 9.10 to xserver installSebastian Schmelzer2009-08-253-6/+10
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3128 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some experimental stuff (dont use yet) ...Dirk von Suchodoletz2009-08-111-5/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3073 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin:Bastian Wissler2009-06-261-1/+12
| | | | | | | | | | | * nvidia rpms are all of a sudden not in linked module format -> note that you have to try to install the xserver-plugin more often than once sometimes (ftp rejects or some network problem?!?). * corrected a misspelled error message git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2984 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed a wrong package-name in xserver::OpenSLX::OSPlugin::DebianBastian Wissler2009-06-171-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2961 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed a whole lot of circular references which I found when researching #451Oliver Tappe2009-06-091-0/+3
| | | | | | * some minor cleanups along the way git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2944 95ad53e4-c205-0410-b2fa-d234c58c8868
* use distroutils in xserver pluginSebastian Schmelzer2009-06-062-37/+3Star
| | | | | | remove debug code git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2941 95ad53e4-c205-0410-b2fa-d234c58c8868
* Various changes to xserver plugin:Bastian Wissler2009-06-052-11/+134
| | | | | | | | | | * added support for kernel version detection - yet from local function * now falls back to ati package installation, if download fails ATTENTION: If you have a recent Kernel Version in Suse-11.1, consider downgrading your Kernel to support fglrx-drivers from their RPM repository. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2937 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bugfix for Bug 453 in xserver pluginBastian Wissler2009-06-051-1/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2935 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixed installation of xserver pluginBastian Wissler2009-05-295-89/+96
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2906 95ad53e4-c205-0410-b2fa-d234c58c8868
* newline after echoMichael Janczyk2009-05-281-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2889 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin (some severe changes):Bastian Wissler2009-05-145-65/+387
| | | | | | | | | | | | | * Suse-11.x driver installation supported by perl module in Distro * Ubuntu-9.04 tested with recent scripts (ubuntu-8.10-gfx-install.sh) * this version does NOT (yet) support < suse-11.0, < ubuntu-8.04 -> below suse-11.0 is only not tested * we use driver packages just for ati drivers on SuSE-11.0 and greater git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2856 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin:Bastian Wissler2009-05-061-0/+4
| | | | | | | | | | * added NoLogo-Option for "nvidia" driver vmchooser plugin: * xmlfilter now supports only exactly match of pool groups git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2843 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin:Bastian Wissler2009-05-062-123/+52Star
| | | | | | | | | * switched to stage1-ld.so.cache generation * ld.so.cache /ld.so.conf is copied/changed in stage3 git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2842 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin:Bastian Wissler2009-04-271-6/+12
| | | | | | | * added some tests to prevent warnings git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2830 95ad53e4-c205-0410-b2fa-d234c58c8868
* use 8.10 dkms install method for ubuntu 9.04 gfx stuffSebastian Schmelzer2009-04-212-0/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2820 95ad53e4-c205-0410-b2fa-d234c58c8868
* init:Bastian Wissler2009-04-071-2/+2
| | | | | | | | | | | | * Added option for enabling ddcinfo in xserver per kernel cmdline xserver: * Fixed some strange gpg-check with "zypper refresh" -> this caused some trouble with fresh installation of the xserver plugin git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2805 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bugfix: One space was removed so match did not work, now better checkMichael Janczyk2009-04-021-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2789 95ad53e4-c205-0410-b2fa-d234c58c8868
* vmchooser plugin:Bastian Wissler2009-04-011-0/+1
| | | | | | | | | | * new binary (version 0.0.9 with static libxml2 and improved memory mgmt - valgrind) xserver plugin: * improved $pkgpath variable in perl module git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2779 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixing problems with gdm running on AUFS/UnionFS (/var/lib/gdm).Dirk von Suchodoletz2009-03-311-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2773 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin:Bastian Wissler2009-03-241-0/+9
| | | | | | | * fixed strange ATI Bug with "BusID" needed - else X prints stacktrace git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2757 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin:Bastian Wissler2009-03-121-2/+2
| | | | | | | * better fix for xserver wrong installation check git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2734 95ad53e4-c205-0410-b2fa-d234c58c8868
* removed wrong star ;-((Bastian Wissler2009-03-121-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2732 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixed fix of xserver pluginBastian Wissler2009-03-121-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2731 95ad53e4-c205-0410-b2fa-d234c58c8868
* xserver plugin:Bastian Wissler2009-03-122-7/+24
| | | | | | | | | * fixed wrong fglrx installation routine for ubuntu-8.10 * added checks for not properly installed pagackes git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2730 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small improvements ...Dirk von Suchodoletz2009-03-111-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2714 95ad53e4-c205-0410-b2fa-d234c58c8868