mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Video stream and KB+mouse works only in OS session #227
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#227
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 @al-pankov on GitHub (Apr 30, 2021).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
Video stream and KB+mouse works only in OS session. No stream and KB+mouse during BIOS post and so on until OS booted.
To Reproduce
Steps to reproduce the behavior, like:
Expected behavior
Previous version KVMd 2.8 and Ustreamer 2.2 works as expected on the same hardware.
Screenshots
No screenshots.
Desktop (please complete the following information):
Pi-KVM info:
Additional context
I've tested this error with desktop PC with discrete video card Nvidia GT730 and Lenovo laptop with integrated video card Intel UHD.
@mdevaev commented on GitHub (Apr 30, 2021):
Hello. See this: https://github.com/pikvm/pikvm/blob/master/pages/edid.md
@mdevaev commented on GitHub (Apr 30, 2021):
In the new versions, this logic has not changed, perhaps this is really an EDID problem.
@al-pankov commented on GitHub (May 7, 2021):
It was my fault.
The desktop PC has 2 video outputs and I connected the PiKVM to an output that did not transmit a video stream when the system was booted.
Lenovo laptop did not have video streaming enabled to HDMI port at system boot.
@wcck commented on GitHub (Dec 13, 2021):
Hi @al-pankov, @mdevaev
How to enable HDMI on my Lenovo laptop when reboot ?
This NB is my remote system.
I want to connect it to operate BIOS's feature.
However BIOS didn't show any screen on reboot.
Describe the bug
No signal on reboot but Web UI will show screen until enter OS.
Pi-KVM info:
Lenovo info. :
Host
Thanks
@wcck commented on GitHub (Dec 13, 2021):
[Update]
I tried https://docs.pikvm.org/webrtc/#custom-janus-config and #78 .
However still didn't show any screen on UEFI.
@al-pankov commented on GitHub (Dec 14, 2021):
Laptop BIOS - Config - Display - Boot Display Device: HDMI
@wcck commented on GitHub (Dec 14, 2021):
Hi @al-pankov
I tried success.
Thank you very much!