It doesn't seem to matter what system I use. They all have different graphics
adapters.
We mainly deal with server blades that usually have a low cost video chip on
the system board (eg.Matrox) or redirect the video over an internal IP KVM.
I don't see this behavior if I boot to DOS. The text
On Nov 1, 2013, at 2:34 AM, Andrew fish wrote:
> A separate FD would be the easiest way to deal with this. You could have an
> installer step in the build that only copies over the NV storage FD if it
> does not exist.
>
> You guys should also implement the PXE UUID as a different UUID per
>
When I’ve seen slow scrolling in the past it is usually caused by a graphics
driver that is not using hardware acceleration to shift the blit buffer.
Scrolling the screen shifts a lot of bits on the graphics screen.
Thanks,
Andrew Fish
On Nov 1, 2013, at 8:46 AM, Carsey, Jaben wrote:
> I h
I have never seen that behavior in my testing. Are you sure that it's the
shell and not the platform that you are using?
If you redirect all output to a file does it go faster?
-Jaben
From: Bruce Maynard [mailto:[email protected]]
Sent: Thursday, October 31, 2013 4:22 PM
To: edk2-devel@
On Fri, Nov 1, 2013 at 1:40 AM, Laszlo Ersek wrote:
> On 10/28/13 22:27, Jordan Justen wrote:
>> https://github.com/jljusten/edk2.git ovmf-nvvars-v1
>>
>> This series implements support for QEMU's emulated
>> system flash.
>>
>> This allows for persistent UEFI non-volatile variables.
>>
>> Previou
Sent from my iPhone
> On Nov 1, 2013, at 1:40 AM, Laszlo Ersek wrote:
>
>> On 10/28/13 22:27, Jordan Justen wrote:
>> https://github.com/jljusten/edk2.git ovmf-nvvars-v1
>>
>> This series implements support for QEMU's emulated
>> system flash.
>>
>> This allows for persistent UEFI non-volati
On 10/28/13 22:27, Jordan Justen wrote:
> https://github.com/jljusten/edk2.git ovmf-nvvars-v1
>
> This series implements support for QEMU's emulated
> system flash.
>
> This allows for persistent UEFI non-volatile variables.
>
> Previously we attemptedto emulate non-volatile
> variables in a few