ype:
sudo su
cd /opt/xandros/bin
mv shutdown_dialog shutdown_dialog.backup
echo -e '#!/bin/bash\nsudo /sbin/fastshutdown.sh' > shutdown_dialog
chmod +x shutdown_dialog
exit
=====... ype:
sudo su
cd /opt/xandros/bin
mv shutdown_dialog.backup shutdown_dialog
exit
===== How this works =====
Press... q)
The general consensus seems to be the fastshutdown.sh script is the best way to shut down. However, some people are happy with editing /etc
E it runs /etc/acpi/lidbtn.sh
The script to shut down the EEE safely and quickly is called /sbin/fastshutdown.sh
So, if you comment out the line in /etc/acpi/... w line that runs this script, your eeepc will shutdown when the lid is closed.
===== Instructions ====... reverse this hack)
Add a new line "/sbin/fastshutdown.sh" as below
<code>
#!/bin/sh
LID_STATE=`cat /pr... # /etc/acpi/suspend2ram.sh
/sbin/fastshutdown.sh
fi
exit 0
</code>
Save and exit then close t