Ben (Bingxing) Wang

Results 67 comments of Ben (Bingxing) Wang

用 DXGI Duplication (注意需要 [IDXGIOutput5::DuplicateOutput1](https://docs.microsoft.com/en-us/windows/win32/api/dxgi1_5/nf-dxgi1_5-idxgioutput5-duplicateoutput1)) 或者 [Windows.Graphics.Capture](https://docs.microsoft.com/en-us/uwp/api/windows.graphics.capture?view=winrt-19041) 是可以实现 HDR 截图的。但是有一些事情需要处理,大致从 HDR 下拿到 SDR 图的过程如下,以下流程假设降低全局亮度而不是 clip 内容: 1) 获得 Advanced Color & HDR 状态,Win32 程序可以用 `wingdi.h` 里一些新增的没有 document 的几个请求来判断 (e.g. `DISPLAYCONFIG_GET_ADVANCED_COLOR_INFO`)...

If we want to generate ACPI tables as part of the build, we should do it via the EDK2 build system. Intel ASL compiler version might be a problem and...

It will take a while for me to review the thing, also we are bringing a EL2 PSCI fix at some branch.

@myfreeweb In https://github.com/imbushuo/NintendoSwitchPkg/blob/da0dd9a0a3db451d422083a42cede3553a0d7bcf/Drivers/SdMmcDxe/EfiBlkDeviceOp.c#L86 Can you try to modify `128` to some smaller value to see if situation improves? `1` will absolutely work, but probably too slow. This value shall be...

+1 for this one, which will also be helpful for testing browser extension pages. cc @Jack-Works

Qt does support setting DPI awareness to "System Aware" instead of "Per Monitor Aware" by [setting DPI bit in platform configuration](http://doc.qt.io/qt-5/highdpi.html). I guess another Qt patch for Telegram Desktop would...

@matti I don't know the platform-specific configuration of Qt on Linux. Sorry. ![Screenshot (4).png](https://ooo.0o0.ooo/2017/04/07/58e76fd1c1c34.png) So at least Telegram modified DPI awareness on Windows to "System Aware" to enable Windows scale...