Comment 50 for bug 1762940

Revision history for this message
Zhanglei Mao (zhanglei-mao) wrote : Re: Ubuntu 18.04 d-i install screen becomes blurry on Huawei server in EFI boot mode

@Aaron Ma
I want to test your patch. But seems it would patch with error. I guess, the new 18.04 source code have been change to:
        list_add_tail(&vgadev->list, &vga_list);
instead of:
- list_add(&vgadev->list, &vga_list);
+ list_add_tail(&vgadev->list, &vga_list);
Does it mean this patch have been already merged in our new source. In last month, I testing with 18.04.2 iso (d-i) and this screen blur is still existing. Does it mean this patch did not solve our cases.