1
0
Fork 0
mirror of https://github.com/ventoy/Ventoy.git synced 2026-03-03 00:07:49 -05:00

添加 类似于 CsmVideoDXE_x64.efi 的图形驱动 #1677

Open
opened 2026-02-20 21:09:25 -05:00 by deekerman · 2 comments
Owner

Originally created by @1457384613gh on GitHub (Jan 3, 2023).

Ironlake 左右 的 GPU,没法 把 UEFI图形界面的分辨率设置成显示器的分辨率,例如 1366x768的显示器,只能 拥有 1024x768 的 UEFI分辨率,图像横向拉伸了。

Clover 的 CsmVideoDXE_x64.efi 驱动可以让 Clover支持更多的分辨率选项;
OpenCore 的 ForceResolution 功能,也能强行设置成显示器的分辨率。
而且两者都是开源的。

希望,可以借鉴他们的解决方案,让Ironlake左右的GPU 运行 Ventoy 可以拥有更多分辨率的选项。

Originally created by @1457384613gh on GitHub (Jan 3, 2023). Ironlake 左右 的 GPU,没法 把 UEFI图形界面的分辨率设置成显示器的分辨率,例如 1366x768的显示器,只能 拥有 1024x768 的 UEFI分辨率,图像横向拉伸了。 Clover 的 CsmVideoDXE_x64.efi 驱动可以让 Clover支持更多的分辨率选项; OpenCore 的 ForceResolution 功能,也能强行设置成显示器的分辨率。 而且两者都是开源的。 希望,可以借鉴他们的解决方案,让Ironlake左右的GPU 运行 Ventoy 可以拥有更多分辨率的选项。
Author
Owner

@1457384613gh commented on GitHub (Jan 22, 2023):

这种显卡。

image

@1457384613gh commented on GitHub (Jan 22, 2023): 这种显卡。 ![image](https://user-images.githubusercontent.com/69227436/213923710-120c5a02-30ea-4005-b2fe-c8e9adc7b6d7.png)
Author
Owner

@1457384613gh commented on GitHub (Mar 17, 2023):

CsmVideoDXE_x64.efi 源代码
https://github.com/CloverHackyColor/CloverBootloader/tree/master/CloverEFI/BiosVideo
BiosVideo.efi 源代码(应该是吧)
https://github.com/acidanthera/OpenCorePkg/tree/master/Legacy/BootPlatform/BiosVideo

@1457384613gh commented on GitHub (Mar 17, 2023): CsmVideoDXE_x64.efi 源代码 https://github.com/CloverHackyColor/CloverBootloader/tree/master/CloverEFI/BiosVideo BiosVideo.efi 源代码(应该是吧) https://github.com/acidanthera/OpenCorePkg/tree/master/Legacy/BootPlatform/BiosVideo
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Ventoy-ventoy#1677
No description provided.