diff options
| author | Dirk von Suchodoletz | 2010-08-10 19:11:11 +0200 |
|---|---|---|
| committer | Dirk von Suchodoletz | 2010-08-10 19:11:11 +0200 |
| commit | 9ee95ca1e66cedaaa01ee5f1a9d965de8956ad21 (patch) | |
| tree | be42c02c4a1668e76fab77aa33a25c6c9323c033 /os-plugins | |
| parent | Typo ... (diff) | |
| download | core-9ee95ca1e66cedaaa01ee5f1a9d965de8956ad21.tar.gz core-9ee95ca1e66cedaaa01ee5f1a9d965de8956ad21.tar.xz core-9ee95ca1e66cedaaa01ee5f1a9d965de8956ad21.zip | |
Components to load needed modules for bootsplash early in InitRamFS.
Diffstat (limited to 'os-plugins')
| -rw-r--r-- | os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh b/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh index 3e50b77f..0b08ec13 100644 --- a/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh +++ b/os-plugins/plugins/xserver/init-hooks/00-started/xserver.sh @@ -43,7 +43,9 @@ case ${slxconf_distro_ver} in "10.04"|"11.3") ;; *) - ( hwinfo --gfxcard >/etc/hwinfo.gfxcard ) & + # hwinfo --gfxcard moved to general hardware detection as needed for two + # different plugins (bootsplash, xserver) + #( hwinfo --gfxcard >/etc/hwinfo.gfxcard ) & ( hwinfo --monitor >/etc/hwinfo.display; grep "Generic Monitor" \ /etc/hwinfo.display >/dev/null 2>&1 && rm /etc/hwinfo.display ) & ;; |
