Comment 30 for bug 203253

Revision history for this message
Alexey Shumitsky (alexey-shumitsky) wrote :

This helps me with suspend/resume on my machine (A200-1ZB) both with fglrx and xserver-xorg-video-ati drivers:

In the file /usr/share/hal/fdi/information/10freedesktop/20-video-quirk-pm-toshiba.fdi change the lines containing originally

        <match key="system.hardware.product" contains_outof="Pro A120;M35X;P100;P200; P205D; A100; A105; A135; A200; A205; A210; L30; M105;M70">
          <merge key="power_management.quirk.s3_bios" type="bool">true</merge>
          <merge key="power_management.quirk.s3_mode" type="bool">true</merge>
        </match>

to
        <match key="system.hardware.product" contains_outof="Pro A120;M35X;P100;P200; P205D; A100; A105; A135; A200; A205; A210; L30; M105;M70">
          <merge key="power_management.quirk.s3_bios" type="bool">false</merge>
          <merge key="power_management.quirk.s3_mode" type="bool">false</merge>
        </match>

(That is disable s3_bios and s3_mode quirks). My modified file is attached.