mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Video refresh issues in HP UEFI when using PiKVM #1098
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#1098
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 @Rothenbacher on GitHub (Jan 9, 2026).
Describe the bug
I am currently experiencing an issue with the video transmission when accessing the HP UEFI/BIOS through PiKVM.
When the system is in the UEFI environment, the video output is not refreshed correctly. The displayed image appears to be frozen or partially frozen. Screen updates only occur when I move the mouse cursor over the affected area of the image. As soon as the mouse passes over a specific section of the screen, that part is redrawn, while the rest of the image remains unchanged.
This behavior only occurs within the HP UEFI interface. Once the operating system has booted, the video transmission via PiKVM works as expected without any noticeable issues.
The problem makes it difficult to navigate or configure UEFI settings, as changes on the screen are not visible unless the mouse is moved across the corresponding screen areas.
Screenshots

Desktop (please complete the following information):
PiKVM info:
@mdevaev commented on GitHub (Jan 9, 2026):
Hello. You can try to play with EDID to fix this https://docs.pikvm.org/edid
@Rothenbacher commented on GitHub (Jan 9, 2026):
Hello,
thanks for the quick response.
I have now tested the various Example EDIDs for V1-V3, but none of them solved the problem.
@mdevaev commented on GitHub (Jan 9, 2026):
Did you perform the host reboot after changing edid?
@Rothenbacher commented on GitHub (Jan 12, 2026):
Yes i restarted the host after changing the edid.
@ewspikvm commented on GitHub (Jan 12, 2026):
@Rothenbacher it appears you are using a DIY system. The challenge there is that the CSI bridge only supports up to 1080p 50Hz, and many BIOS/UEFI implementations only support 60Hz, which might be the cause of the artifacting that you are seeing.
Can you check the
journalctl -u kvmdoutput from when you boot the system up through when you go into the UEFI screen and see what the PiKVM is negotiating for in terms of resolution and refresh rate?