Hi Javier, Geert, et al,
Javier Martinez Canillas wrote:
Changes in v2:
- Make the change only for x86 (Geert Uytterhoeven)
- Only check the suppported video mode for x86 (Geert Uytterhoeven).
I just updated Bug 215001 to reflect that I have tested this new, V2
patch against 4 systems, one mo
Groetje, Geert,
Geert Uytterhoeven wrote:
- par->isVGA = screen_info.orig_video_isVGA;
+ par->isVGA = screen_info.orig_video_isVGA == VIDEO_TYPE_VGAC;
All non-x86 architectures (except for 2 MIPS platforms) treat
orig_video_isVGA as a boolean flag, and just assign 1 to it.
Hence t