mirror of
https://github.com/pikvm/pikvm.git
synced 2026-03-02 18:16:56 -05:00
Two pikvms for two displays for same pc - VNC to second pikvm "ignores" mouse/keyboard input #701
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#701
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 @plia7 on GitHub (Jul 22, 2023).
Originally assigned to: @mdevaev on GitHub.
Describe the bug
I have two pikvms which gives me two displays. If I VNC to second pikvm it "ignores" mouse/keyboard input.
Prerequisites: Connect pikvm 1 to first hdmi port in pc 1 and usb port. Connect pikvm 2 to second hdmi port in pc 1. Go into Windows display settings in the host pc and set the display mode as Extended.
Note: I didn't connect pikvm 2 to a second usb in pc 1, but if you do connect it, it doesn't seem to fix the issue although it looks like it's actually applying/showing the mouse/keyboard input on the other screen (you can see it in the web ui for the other screen).
To Reproduce
Steps to reproduce the behavior, like:
Actual behavior
You can see the display but mouse and keyboard input is being "ignored" (if you connect the second usb, it looks like it's actually applying/showing the mouse/keyboard input on the other screen (you can see it in the web ui for the other screen)).
Expected behavior
Mouse and keyboard input work just like they do when you vnc to pikvm 1.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Windows 11
Windows TigerVNC Viewer v1.13.1
or
iOS Jump Desktop v9.7.8
PiKVM info:
PiKVM v3 Pre-Assembled
pacman -Q | grep kvmdkvmd 3.236-1
kvmd-fan 0.26-1
kvmd-oled 0.24-1
kvmd-platform-v3-hdmi-rpi4 3.236-1
kvmd-webterm 0.43-1
pacman -Q | grep ustreamerustreamer 5.41-1
uname -aLinux pikvm 5.15.68-3-rpi-ARCH #1 SMP Mon Oct 31 20:56:54 MSK 2022 armv7l GNU/Linux
Additional context
It seems like if you connect the second usb, when you connect to either one of the two vnc, it shows you the right screen, but on one of them, it doesn't seem to show/apply mouse/keyboard input, but it looks like it's actually applying/showing the mouse/keyboard input on the other screen (you can see it in the web ui for the other screen) which you don't see in the current vnc display connection where mouse/keyboard input doesn't work.
@plia7 commented on GitHub (Jul 27, 2023):
This is related to https://github.com/pikvm/pikvm/issues/1070
@mdevaev commented on GitHub (Oct 26, 2023):
USB devices are not tied to the screen and have a single input field. In any case, I'm closing this since we already have https://github.com/pikvm/pikvm/issues/1070 issue about it, and within the described, everything works as it should.