Comment 1 for bug 1234424

Revision history for this message
In , Jakob Bornecrantz (wallbraker) wrote :

If you try to suspend the VM from within it, it fails to go up again because pm-utils power cycles the VGA devices which leaves the kernel driver in the wrong state.

Please add this file /usr/lib/pm-utils/video-quirks/20-video-quirk-pm-vmware.quirkdb contents below:

match system.hardware.primary_video.vendor compare_eq 0x15ad
match system.hardware.primary_video.product compare_eq 0x0405
match system.hardware.primary_video.driver compare_eq vmwgfx
addquirk --quirk-none
endmatch
endmatch
endmatch