Comment 1 for bug 374389

Revision history for this message
Dave Gilbert (ubuntu-treblig) wrote : Re: [Jaunty] pm-suspend --auto-quirks incorrectly translates --quirk-vga-mode3

I'm seeing this on Karmic.

$ lshal | grep quirk
  power_management.quirk.dpms_on = true (bool)
  power_management.quirk.dpms_suspend = true (bool)
  power_management.quirk.vbe_post = true (bool)
  power_management.quirk.vbemode_restore = true (bool)
  power_management.quirk.vbestate_restore = true (bool)
  power_management.quirk.vga_mode_3 = true (bool)

yet in /usr/lib/pm-utils/sleep.d we have both 98smart-kernel-video and 99video
expecting and using --quirk-vga-mode3

Is this a Hal bug with the quirk or the scripts ?

My machine is a Toshiba Equium A100

Dave