Alle sabato 14 giugno 2008, Luis Mondesi ha scritto: > Can yout ry the following fix: > > Edit /etc/lsb-base-logging.sh > > At the end of stop_splashy() edit it like: > > ... > # Before X starts we need to turn off the cursor to avoid artifacts: > for i in 7 8 9 10 11 12; do > if [ -c /dev/tty$i ]; then > setterm -cursor off > /dev/tty$i || true > fi > done > } > > > Here is a full copy of the new file (after the patch): > > http://git.debian.org/?p=splashy/splashy.git;a=blob_plain;f=scripts/lsb-bas >e-logging.sh;hb=bc470df84098e1f7d8450af6f824d09003f533ab
Hi Luis, I have tried the patch both editing lsb-base-logging.sh and replacing it with git version and the result is always the same. In the end of the booting process the system locks! I had an hard time trying to reboot my PC, sometime the power button worked and sometime not. I have tried with my custom kernel 2.6.25.6 and previous stock 2.6.24 kernel. Maybe others are experiencing a better behavior. If you have other solutions I will gladly try them. Bye Valerio -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

