-
-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Limited Available Resolutions #577
Comments
Did you try without ezcoo switch? |
@mdevaev Awesome to see you on the project, thanks for this awesome product. I tried it without the ezcoo, connecting the HDMI from the PC directly into the PiKVM and it still seems to only have the limited options. I restarted the PC after swapping out the ezcoo to double check without any luck. |
Thank you! Have you tried default EDID?
Next reboot the server. |
@mdevaev, Thanks I gave that a try but it still seems stuck at 1027x768, what I did noticed during the boot the screen resolution jumps between 640x480 and 800x600 and then later on to 1027x768, although I have seen this with other KVM's as well. The monitor properties are as follow: Interesting what I noticed if I apply the I downloaded and installed the AW EDID Editor but I have no idea on how to go about using it. |
I have found this: https://edid.tv/ will see if I can try some other EDIDs |
I've never seen such things and it doesn't look like it's a problem on the part of PiKVM. Maybe the video card driver in Windows is weird. Do you have any other computer on which you could check this? EDID is just data that indicates which resolutions the monitor supports (in our case, PiKVM). Sometimes hosts ignore this and try to work in a resolution that is not supported on our part, but our EDID clearly says that it can work with 1080p50 and others. Based on the resolutions that Windows offers you, I see that they are all aspect ratio 4:3. I don't know Windows too well, but it is possible that somewhere there is a setting that forces the use of 4:3, because 1080p and 720p are 16:9. I believe that all 16:9 on this host can simply disabled or so. |
Thanks for the response, let me have a look. I am gonna leave the ticket open for now and will post back when I manage to resolve the issue. It might be that it's an issue with the video card drivers on windows like you said. |
Finally success. I verified that it was a driver issue by booting up an Ubuntu Live CD: After determining that, I couldn't find the Intel Driver for server 2019, after doing some searches I found this page on reddit, I then download the 64Bit graphics drivers for windows 8.1 from the manufactures website and used this command to install it: $Driverpath = "C:\Drivers\Intel_Graphics"
$driversCollection = Get-ChildItem -Path $Driverpath -Filter "*.inf" -Recurse -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Fullname
foreach($driver In $driversCollection){
#Add and install driver package
pnputil.exe -i -a $driver
} Thanks for the assistance @mdevaev. |
Awesome! @arch1mede could you document this in the FAQ? |
This was added to the FAQ under video problems. |
Describe the bug
Currently I have a Hat v3 with a raspberry Pi4 8Gb but for some reason I cannot increase the display resolution to 1080p, I am restricted to a max resolution of 1027x768 within the host OS.
To Reproduce
Expected behavior
I would like to increase the resolution within the host OS to the supported 1080p resolution.
Screenshots
Desktop (please complete the following information):
PiKVM info:
Raspberry Pi board version:
RPi 4 8Gb
PiKVM platform
Hat v3 (kickstarter)
Video capture type [e.g. CSI bridge]
Hat v3 (kickstarter)
KVMD version:
pacman -Q | grep kvmd
kvmd 3.50-1
kvmd-fan 0.1-1
kvmd-oled 0.8-1
kvmd-platform-v3-hdmi-rpi4 3.50-1
kvmd-webterm 0.41-1
uStreamer version:
pacman -Q | grep ustreamer
ustreamer 4.10-1
Linux kernel:
uname -a
Linux pikvm 5.10.52-14-ARCH Allow For control of Multiple Hosts #1 SMP Thu Dec 2 09:40:42 MSK 2021 armv7l GNU/Linux
Additional context
I am running the PiKVM in multiport mode with the ezCoo SW41HA HDMI 4x1 switch.
The Windows server motherboard is the P8Z68-V with the most up to date Bios , this is quite an old motherboard, initially I couldn't enter the BIOS via the PiKVM since the keyboard wasn't active, I rectified it by updating to the latest version.
Having a read through the FAQ I don't see anywhere on how I could set the resolution to 1080p on the PiKVM. The system menu in the browser don't have such an option.
Seeing the Keyboard/Video and mouse is picked up in the BIOS can this still be an EDID issue?
Additionally I have tried the EDID (1920x1080 as preferred. Useful for Gigabyte GA-H77-DS3H or Intel NUC) but the server refuses to boot with that applied.
The text was updated successfully, but these errors were encountered: