[Pm-utils] [PATCH] Add quirk for POSTing an external ROM

Victor Lowther victor.lowther at gmail.com
Fri May 16 17:51:09 PDT 2008


On Fri, 2008-05-16 at 14:37 +0100, Matthew Garrett wrote:
> And here's the patch.

> @@ -95,6 +96,9 @@ vbe_restoremode()
>  # post the video card
>  vbe_post() { vbe post; sleep 0.1; }
>  
> +# post the video card using an external ROM
> +vbe_post_rom() { vbe post /var/run/video.rom; sleep 0.1; }
> +

Do vbe_post and vbe_post_rom need to be mutually exclusive?
How should we handle the case where /var/run/video.rom does not exist?

-- 
Victor Lowther
Ubuntu Certified Professional



More information about the Pm-utils mailing list