Hello,<br><br>Here is a patch to fix the suspend/hibernate modes on my laptop (Toshiba Satellite A300-1M9). Please check if this is correctly done before applying it though...<br><br>My configuration :<br><br>Debian Testing (Squeeze)<br>
Kernel : 2.6.28-1-amd64 (experimental, needed for my wireless card)<br>HAL : 0.5.11-8<br><br>Before changing the 20-video-quirk-pm-toshiba.fdi file, suspend and hibernate did not work when called from Gnome (System--&gt;Turn off--&gt;...), suspend appeared to work when called through a terminal (pm-suspend) with no options but the laptop didn&#39;t actually restart (just black screen and no response). Using the following command, it worked :<pre style="font-family: courier new,monospace;">
#pm-suspend --quirk-s3-bios --quirk-s3-mode</pre>It also worked all right with --quirk-vbestate-restore added. After applying my patch, all works well when invoked from Gnome.<br>Doing <br><pre style="font-family: courier new,monospace;">
#lshal | grep quirk<br><span style="font-family: arial,helvetica,sans-serif;">gives:</span><br> <br><span style="font-family: courier new,monospace;">  power_management.quirk.s3_bios = true  (bool)</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  power_management.quirk.s3_mode = true  (bool)</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  power_management.quirk.vbestate_restore = true  (bool)</span><br>
<br></pre>Cheers,<br><br>Matthieu<br>