Comment 5 for bug 420555

Revision history for this message
Loïc Minier (lool) wrote :

The workaround consist of creating a /etc/usplash.conf with proper values; since it's created in the initramfs it should be easy to reproduce the issue by just issuing "usplash -c" on a running system as suggested in the bug report, but you can rm /etc/usplash.conf if you have that file installed.

Works:
    rm -f /etc/usplash.conf
    virtual_size="`cat /sys/class/graphics/fb0/virtual_size`"
    usplash -p -c -x "${virtual_size%,*}" -y "${virtual_size#*,}"

Hangs system:
    rm -f /etc/usplash.conf
    usplash -p -c