mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Not whole BIOS/UEFI image is being displayed #1089
Labels
No labels
component:documentation
help wanted
resolution:delayed
resolution:duplicate
resolution:fixed
resolution:invalid
resolution:rejected
resolution:wontfix
success story
type:bug
type:bug
type:feature
type:question
type:question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pikvm-pikvm#1089
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pablocool on GitHub (Nov 25, 2025).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
Booting into UEFI of Asrock H510M-HVS R2.0 results in two issues. First - mouse emulation is not working (keyboard works fine). To temporarely (until next enter to UEFI) I go to terminal switch to root account and reboot pikvm.
The second problem is with the image. The pikvm window displays a partial UEFI window. To see the invisible part, I have to move the mouse cursor to the edge of the window. "Reduce window to its original size and center it" or "Maximize window" do not solve the problem.
To Reproduce
Steps to reproduce the behavior, like:
Expected behavior
Whole UEFI window fits the pikvm window.
Screenshots
Desktop (please complete the following information):
PiKVM info:
Additional context
Add any other context about the problem here.
@mdevaev commented on GitHub (Nov 25, 2025):
Hello. It seems this bios is a bit buggy. Please try some alternative edids: http://docs.pikvm.org/edid
@pablocool commented on GitHub (Nov 25, 2025):
Thank you. Applying EDID of "1920x1080 as preferred. Useful for motherboards such as ASRock H670 PG Riptide, Gigabyte GA-H77-DS3H, MSI series such as B550M, B660M, Z690-A and X570. Also the Intel NUC." solved window bug.
Although mouse is not must have in UEFI maybe you have suggestion related to that issue also?
@mdevaev commented on GitHub (Nov 25, 2025):
Use a relative (maybe in dual) mouse mode: https://docs.pikvm.org/mouse
Some BIOSes can't work with absolute mouse.
@mdevaev commented on GitHub (Dec 1, 2025):
Solved I guess.