ThomasVon2021 / blikvm

Open and cost-effective "KVM-over-IP". BliKVM comes in 4 different models, v1 CM4, v2 PCIe, v3 HAT and v4 Allwinner, based on Raspberry Pi and Allwinner SoC.
https://thomasvon2021.github.io/blikvm/
GNU General Public License v3.0
355 stars 30 forks source link

[Bug] Bios Screen is green #167

Open glnces opened 1 month ago

glnces commented 1 month ago

I updated to v1.4 and all of the sudden when I boot into the bios the screen is green:

P4Jik3Jxld

But when I boot into the OS, the screen goes back to normal:

SJxDL4R7u5

ThomasVon2021 commented 1 month ago

Suspected to be incompatible with BIOS resolution, what specific hardware do you need? Can you try to changed to a different BIOS resolution

glnces commented 1 month ago

Suspected to be incompatible with BIOS resolution, what specific hardware do you need? Can you try to changed to a different BIOS resolution

I swapped resolutions already. I have it set to auto, which outputs 1080p. The other option was 1024x768 which was also green.

ThomasVon2021 commented 1 month ago

Is it an ARM graphics card? I guess the output format in BIOS mode is probably not caused by RGB.

glnces commented 1 month ago

I'm using a 5700G and plugged right into the motherboard. The bios looked fine when I first tested the BliKVM v4 out of the box before updating.

ThomasVon2021 commented 1 month ago

The collection format of TC358743 is RGB format, and the BIOS screen should display normally. However, if it is not in RGB output mode, the collection will not be normal after TC358743.

ThomasVon2021 commented 1 month ago

which blikvm hardware do you use? v1 v2 v3 use tc358743 video card, v4 use ms2131.

glnces commented 1 month ago

which blikvm hardware do you use? v1 v2 v3 use tc358743 video card, v4 use ms2131.

I'm using the v4.

ThomasVon2021 commented 1 month ago

I searched on Google for 5700G as an AMD graphics card, right? AMD graphics card, you can go to the AMD console to change the display mode to RGB

ThomasVon2021 commented 1 month ago

We used an Asus graphics card to modify other output modes and reproduced your issue. Modifying the output mode under BIOS should solve the problem.

ThomasVon2021 commented 1 month ago

This is a bit strange because upgrading to v4 normally does not affect the image color part. Can you power off and restart v4 to see? Is it a normal color for BIOS to connect to the monitor?

glnces commented 1 month ago

image

By upgrading, I mean that I updated the software version of the v4 unit to 1.4. I've only ever had the v4 unit. The out of the box configuration for the v4 before I updated it to 1.4 showed the bios with normal colors.

The 5700G is an AMD CPU with onboard graphics, which is why I'm plugging into the motherboard.

ThomasVon2021 commented 1 month ago

I know, this phenomenon is quite strange now because color collection is not related to software upgrades, and I'm not sure why lower versions work properly. Some customers have encountered this phenomenon before, and the basic reason is that the output format of BIOS is not RGB. After modification, it will work normally. I estimate that even if you return the old version of BIOS now, it will still be abnormal. Github's release has a historical version. Because the output video format of BIOS is determined by edid, which is written in flash and will not be upgraded. You have completely powered off v4 and tested it, but the BIOS is still green, right.

glnces commented 1 month ago

I did power it off fully and the green screen came back, yes.

I've been using the unit with tailscale and navigating to the tailnet name url. Just randomly I decided to test going to the local IP address and the bios screen color looked normal. Then once I swapped back to the tailnet URL the colors remained normal. Very weird.