-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your issue described in the documentation?
- I have read the documentation
Is your issue present in the nightly release?
- This issue is present in the nightly release
Describe the Bug
When using the touchscreen of a mobile device (in my case, a Google Pixel 6 Pro) as a trackpad, the cursor behavior seems to be more like a drawing tablet, rather than a mouse. I am able to move the cursor (although the cursor visually disappears the second I lift from the touchscreen), but when I "click" by tapping, it tries to click on the cursor position of the hardware mouse of the host.
This is reinforced when running Sunshine in wayland-debug:
[2023:11:07:14:59:45]: Info: Found monitor for DRM screencasting
0.1126 A: [email protected]_added(id=new zwp_tablet_v2@4278190080a) ↲
0.1126 A: [email protected](name='Touchscreen passthrough') ↲
0.1126 A: [email protected](path='/dev/input/event21') ↲
0.1126 A: [email protected](vid=48879, pid=57005) ↲
0.1126 A: [email protected]() ↲
0.1127 A: → [email protected]_surface(id=new wl_surface@32a)
[2023:11:07:14:59:45]: Info: SDR color coding [Rec. 601]
Expected Behavior
I expect my touchscreen to behave like a trackpad, allowing me to click to where I have dragged my cursor.
Additional Context
This bug appears on Gnome 42.9 using Wayland.
I ticked the box about testing on nightly release so I could submit the bug, when I go to the link above the checkbox, it redirects me to an old release from over a year ago, and I couldn't find any newer nightly releases after that, so happy to be shown where to look and I'll properly test it on nightly.
I've made a screenrecording in a best attempt to demonstrate the issue.
https://youtu.be/40dXQ1oa2EA
The first part of the video shows me dragging my cursor using my phone's touchscreen without clicking, to demonstrate that the cursor does move and retain it's position if I let go, and can continue from where I left it. After that I demonstrate what happens when I "click" by tapping my phone screen and you can see the cursor of the hardware mouse shows itself, rather than "clicking" where I left my touchscreen cursor.
Host Operating System
Linux
Operating System Version
Ubuntu 22.04.3 LTS (kernel 6.2.0-36-generic)
Architecture
64 bit
Sunshine commit or version
0.21.0
Package
Linux - deb
GPU Type
n/a
GPU Model
iGPU: CoffeeLake-S GT2 [UHD Graphics 630]
GPU Driver/Mesa Version
Kernel driver in use: i915
Capture Method (Linux Only)
KMS
Config
╰─ cat .config/sunshine/sunshine.conf
resolutions = [
352x240,
480x360,
858x480,
1280x720,
1920x1080,
2560x1440
]Apps
{
"env": {
"PATH": "$(PATH):$(HOME)/.local/bin"
},
"apps": [
{
"name": "Desktop",
"image-path": "desktop.png"
},
{
"name": "Low Res Desktop",
"image-path": "desktop.png",
"prep-cmd": [
{
"do": "xrandr --output HDMI-1 --mode 1920x1080",
"undo": "xrandr --output HDMI-1 --mode 1920x1200"
}
]
},
{
"name": "Steam Big Picture",
"detached": [
"setsid steam steam://open/bigpicture"
],
"image-path": "steam.png"
}
]
}Relevant log output
[resolutions] -- [[
352x240,
480x360,
858x480,
1280x720,
1920x1080,
2560x1440
]]
[2023:11:07:15:24:54]: Info: Sunshine version: 0.21.0.0a563947eada3bbfa84c0bc1dc502689174b576d
[2023:11:07:15:24:54]: Error: Couldn't initialize cuda: CUDA_ERROR_NO_DEVICE:no CUDA-capable device is detected
[2023:11:07:15:24:54]: Info: Found display [wayland-0]
[2023:11:07:15:24:54]: Info: Found interface: wl_output(4) version 3
[2023:11:07:15:24:54]: Info: Found interface: wl_output(5) version 3
[2023:11:07:15:24:54]: Info: Found interface: zxdg_output_manager_v1(6) version 3
[2023:11:07:15:24:54]: Warning: Missing Wayland wire for wlr-export-dmabuf
[2023:11:07:15:24:54]: Info: Found display [wayland-0]
[2023:11:07:15:24:54]: Info: Found display [wayland-0]
[2023:11:07:15:24:54]: Info: Found interface: wl_output(4) version 3
[2023:11:07:15:24:54]: Info: Found interface: wl_output(5) version 3
[2023:11:07:15:24:54]: Info: Found interface: zxdg_output_manager_v1(6) version 3
[2023:11:07:15:24:54]: Info: Offset: 2560x0
[2023:11:07:15:24:54]: Info: Resolution: 2560x1440
[2023:11:07:15:24:54]: Info: Name: HDMI-2
[2023:11:07:15:24:54]: Info: Found monitor: Iiyama North America 27"
[2023:11:07:15:24:54]: Info: Offset: 0x0
[2023:11:07:15:24:54]: Info: Resolution: 2560x1440
[2023:11:07:15:24:54]: Info: Name: HDMI-3
[2023:11:07:15:24:54]: Info: Found monitor: Iiyama North America 27"
[2023:11:07:15:24:54]: Info: HDMI-2: Iiyama North America 27"
[2023:11:07:15:24:54]: Info: HDMI-3: Iiyama North America 27"
[2023:11:07:15:24:54]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2023:11:07:15:24:54]: Info: Trying encoder [nvenc]
[2023:11:07:15:24:54]: Info: Screencasting with KMS
[2023:11:07:15:24:54]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:54]: Info: Screencasting with KMS
[2023:11:07:15:24:54]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:54]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:54]: Info: Color depth: 8-bit
[2023:11:07:15:24:54]: Info: Color range: [JPEG]
[2023:11:07:15:24:54]: Info: System tray created
[2023:11:07:15:24:54]: Error: [AVHWDeviceContext @ 0x55a01827d640] cu->cuInit(0) failed
[2023:11:07:15:24:54]: Error: -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
[2023:11:07:15:24:54]: Error:
[2023:11:07:15:24:54]: Error: Failed to create a CUDA device: Generic error in an external library
[2023:11:07:15:24:54]: Info: Screencasting with KMS
[2023:11:07:15:24:54]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:54]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:54]: Info: Color depth: 8-bit
[2023:11:07:15:24:54]: Info: Color range: [JPEG]
[2023:11:07:15:24:54]: Error: [AVHWDeviceContext @ 0x55a0181c7080] cu->cuInit(0) failed
[2023:11:07:15:24:54]: Error: -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
[2023:11:07:15:24:54]: Error:
[2023:11:07:15:24:54]: Error: Failed to create a CUDA device: Generic error in an external library
[2023:11:07:15:24:54]: Info: Screencasting with KMS
[2023:11:07:15:24:54]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:54]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:54]: Info: Color depth: 8-bit
[2023:11:07:15:24:54]: Info: Color range: [JPEG]
[2023:11:07:15:24:54]: Error: [AVHWDeviceContext @ 0x55a0182a5a40] cu->cuInit(0) failed
[2023:11:07:15:24:54]: Error: -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
[2023:11:07:15:24:54]: Error:
[2023:11:07:15:24:54]: Error: Failed to create a CUDA device: Generic error in an external library
[2023:11:07:15:24:54]: Info: Screencasting with KMS
[2023:11:07:15:24:54]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:54]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:54]: Info: Color depth: 8-bit
[2023:11:07:15:24:54]: Info: Color range: [JPEG]
[2023:11:07:15:24:54]: Error: [AVHWDeviceContext @ 0x55a0181bd540] cu->cuInit(0) failed
[2023:11:07:15:24:54]: Error: -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
[2023:11:07:15:24:54]: Error:
[2023:11:07:15:24:54]: Error: Failed to create a CUDA device: Generic error in an external library
[2023:11:07:15:24:54]: Info: Encoder [nvenc] failed
[2023:11:07:15:24:54]: Info: Trying encoder [vaapi]
[2023:11:07:15:24:54]: Info: Screencasting with KMS
[2023:11:07:15:24:54]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:54]: Info: Screencasting with KMS
[2023:11:07:15:24:54]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:54]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:54]: Info: Color depth: 8-bit
[2023:11:07:15:24:54]: Info: Color range: [JPEG]
[2023:11:07:15:24:54]: Error: [h264_vaapi @ 0x55a0181ba5c0] Driver does not support any RC mode compatible with selected options (supported modes: CQP).
[2023:11:07:15:24:54]: Error: Could not open codec [h264_vaapi]: Invalid argument
[2023:11:07:15:24:54]: Info: Screencasting with KMS
[2023:11:07:15:24:54]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:54]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:54]: Info: Color depth: 8-bit
[2023:11:07:15:24:54]: Info: Color range: [JPEG]
[2023:11:07:15:24:54]: Error: [h264_vaapi @ 0x55a0181c1a80] Driver does not support any RC mode compatible with selected options (supported modes: CQP).
[2023:11:07:15:24:54]: Error: Could not open codec [h264_vaapi]: Invalid argument
[2023:11:07:15:24:54]: Info: Screencasting with KMS
[2023:11:07:15:24:54]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:54]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:54]: Info: Color depth: 8-bit
[2023:11:07:15:24:54]: Info: Color range: [JPEG]
[2023:11:07:15:24:55]: Info: Screencasting with KMS
[2023:11:07:15:24:55]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:55]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:55]: Info: Color depth: 8-bit
[2023:11:07:15:24:55]: Info: Color range: [JPEG]
[2023:11:07:15:24:55]: Error: [hevc_vaapi @ 0x55a018a8f000] No usable encoding entrypoint found for profile VAProfileHEVCMain (17).
[2023:11:07:15:24:55]: Error: Could not open codec [hevc_vaapi]: Function not implemented
[2023:11:07:15:24:55]: Info: Screencasting with KMS
[2023:11:07:15:24:55]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:55]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:55]: Info: Color depth: 8-bit
[2023:11:07:15:24:55]: Info: Color range: [JPEG]
[2023:11:07:15:24:55]: Error: [hevc_vaapi @ 0x55a018b2e440] No usable encoding entrypoint found for profile VAProfileHEVCMain (17).
[2023:11:07:15:24:55]: Error: Could not open codec [hevc_vaapi]: Function not implemented
[2023:11:07:15:24:55]: Info: Screencasting with KMS
[2023:11:07:15:24:55]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:55]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:55]: Info: Color depth: 8-bit
[2023:11:07:15:24:55]: Info: Color range: [JPEG]
[2023:11:07:15:24:55]: Error: [hevc_vaapi @ 0x55a0181cc280] No usable encoding entrypoint found for profile VAProfileHEVCMain (17).
[2023:11:07:15:24:55]: Error: Could not open codec [hevc_vaapi]: Function not implemented
[2023:11:07:15:24:55]: Info: Screencasting with KMS
[2023:11:07:15:24:55]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:55]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:55]: Info: Color depth: 8-bit
[2023:11:07:15:24:55]: Info: Color range: [JPEG]
[2023:11:07:15:24:55]: Error: [hevc_vaapi @ 0x55a0182a3c00] No usable encoding entrypoint found for profile VAProfileHEVCMain (17).
[2023:11:07:15:24:55]: Error: Could not open codec [hevc_vaapi]: Function not implemented
[2023:11:07:15:24:55]: Info: Screencasting with KMS
[2023:11:07:15:24:55]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:55]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:55]: Info: Color depth: 8-bit
[2023:11:07:15:24:55]: Info: Color range: [JPEG]
[2023:11:07:15:24:55]: Error: [av1_vaapi @ 0x55a018315b00] No usable encoding profile found.
[2023:11:07:15:24:55]: Error: Could not open codec [av1_vaapi]: Function not implemented
[2023:11:07:15:24:55]: Info: Screencasting with KMS
[2023:11:07:15:24:55]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:55]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:55]: Info: Color depth: 8-bit
[2023:11:07:15:24:55]: Info: Color range: [JPEG]
[2023:11:07:15:24:55]: Error: [av1_vaapi @ 0x55a0182c2900] No usable encoding profile found.
[2023:11:07:15:24:55]: Error: Could not open codec [av1_vaapi]: Function not implemented
[2023:11:07:15:24:55]: Info: Screencasting with KMS
[2023:11:07:15:24:55]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:55]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:55]: Info: Color depth: 8-bit
[2023:11:07:15:24:55]: Info: Color range: [JPEG]
[2023:11:07:15:24:55]: Error: [av1_vaapi @ 0x55a0181cf240] No usable encoding profile found.
[2023:11:07:15:24:55]: Error: Could not open codec [av1_vaapi]: Function not implemented
[2023:11:07:15:24:55]: Info: Screencasting with KMS
[2023:11:07:15:24:55]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:55]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:55]: Info: Color depth: 8-bit
[2023:11:07:15:24:55]: Info: Color range: [JPEG]
[2023:11:07:15:24:55]: Error: [av1_vaapi @ 0x55a0182defc0] No usable encoding profile found.
[2023:11:07:15:24:55]: Error: Could not open codec [av1_vaapi]: Function not implemented
[2023:11:07:15:24:55]: Info:
[2023:11:07:15:24:55]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2023:11:07:15:24:55]: Info:
[2023:11:07:15:24:55]: Info: Found H.264 encoder: h264_vaapi [vaapi]
[2023:11:07:15:24:55]: Info: Adding avahi service Sunshine
[2023:11:07:15:24:55]: Info: Configuration UI available at [https://localhost:47990]
[2023:11:07:15:24:56]: Info: Avahi service Sunshine successfully established.
[2023:11:07:15:24:59]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2023:11:07:15:24:59]: Info: Trying encoder [nvenc]
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [AVHWDeviceContext @ 0x7f3ebc06d740] cu->cuInit(0) failed
[2023:11:07:15:24:59]: Error: -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
[2023:11:07:15:24:59]: Error:
[2023:11:07:15:24:59]: Error: Failed to create a CUDA device: Generic error in an external library
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [AVHWDeviceContext @ 0x7f3ebc05bb40] cu->cuInit(0) failed
[2023:11:07:15:24:59]: Error: -> CUDA_ERROR_NO_DEVICE: no CUDA-capable device is detected
[2023:11:07:15:24:59]: Error:
[2023:11:07:15:24:59]: Error: Failed to create a CUDA device: Generic error in an external library
[2023:11:07:15:24:59]: Info: Encoder [nvenc] failed
[2023:11:07:15:24:59]: Info: Trying encoder [vaapi]
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [h264_vaapi @ 0x7f3ebc067600] Driver does not support any RC mode compatible with selected options (supported modes: CQP).
[2023:11:07:15:24:59]: Error: Could not open codec [h264_vaapi]: Invalid argument
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [h264_vaapi @ 0x7f3ebc13bb00] Driver does not support any RC mode compatible with selected options (supported modes: CQP).
[2023:11:07:15:24:59]: Error: Could not open codec [h264_vaapi]: Invalid argument
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [hevc_vaapi @ 0x7f3ebc134080] No usable encoding entrypoint found for profile VAProfileHEVCMain (17).
[2023:11:07:15:24:59]: Error: Could not open codec [hevc_vaapi]: Function not implemented
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [hevc_vaapi @ 0x7f3ebc057f40] No usable encoding entrypoint found for profile VAProfileHEVCMain (17).
[2023:11:07:15:24:59]: Error: Could not open codec [hevc_vaapi]: Function not implemented
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [hevc_vaapi @ 0x7f3ebc1475c0] No usable encoding entrypoint found for profile VAProfileHEVCMain (17).
[2023:11:07:15:24:59]: Error: Could not open codec [hevc_vaapi]: Function not implemented
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [hevc_vaapi @ 0x7f3ebc157340] No usable encoding entrypoint found for profile VAProfileHEVCMain (17).
[2023:11:07:15:24:59]: Error: Could not open codec [hevc_vaapi]: Function not implemented
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [av1_vaapi @ 0x7f3ebc06bd00] No usable encoding profile found.
[2023:11:07:15:24:59]: Error: Could not open codec [av1_vaapi]: Function not implemented
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [av1_vaapi @ 0x7f3ebc067140] No usable encoding profile found.
[2023:11:07:15:24:59]: Error: Could not open codec [av1_vaapi]: Function not implemented
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [av1_vaapi @ 0x7f3ebc064c00] No usable encoding profile found.
[2023:11:07:15:24:59]: Error: Could not open codec [av1_vaapi]: Function not implemented
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 601]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [JPEG]
[2023:11:07:15:24:59]: Error: [av1_vaapi @ 0x7f3ebc05fe00] No usable encoding profile found.
[2023:11:07:15:24:59]: Error: Could not open codec [av1_vaapi]: Function not implemented
[2023:11:07:15:24:59]: Info:
[2023:11:07:15:24:59]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2023:11:07:15:24:59]: Info:
[2023:11:07:15:24:59]: Info: Found H.264 encoder: h264_vaapi [vaapi]
[2023:11:07:15:24:59]: Info: Executing [Desktop]
[2023:11:07:15:24:59]: Info: CLIENT CONNECTED
[2023:11:07:15:24:59]: Info: Found display [wayland-0]
[2023:11:07:15:24:59]: Info: Found interface: wl_output(4) version 3
[2023:11:07:15:24:59]: Info: Found interface: wl_output(5) version 3
[2023:11:07:15:24:59]: Info: Found interface: zxdg_output_manager_v1(6) version 3
[2023:11:07:15:24:59]: Info: Offset: 2560x0
[2023:11:07:15:24:59]: Info: Resolution: 2560x1440
[2023:11:07:15:24:59]: Info: Name: HDMI-2
[2023:11:07:15:24:59]: Info: Found monitor: Iiyama North America 27"
[2023:11:07:15:24:59]: Info: Offset: 0x0
[2023:11:07:15:24:59]: Info: Resolution: 2560x1440
[2023:11:07:15:24:59]: Info: Name: HDMI-3
[2023:11:07:15:24:59]: Info: Found monitor: Iiyama North America 27"
[2023:11:07:15:24:59]: Info: HDMI-2: Iiyama North America 27"
[2023:11:07:15:24:59]: Info: HDMI-3: Iiyama North America 27"
[2023:11:07:15:24:59]: Info: Screencasting with KMS
[2023:11:07:15:24:59]: Info: Found monitor for DRM screencasting
[2023:11:07:15:24:59]: Info: SDR color coding [Rec. 709]
[2023:11:07:15:24:59]: Info: Color depth: 8-bit
[2023:11:07:15:24:59]: Info: Color range: [MPEG]
[2023:11:07:15:24:59]: Info: Setting default sink to: [sink-sunshine-stereo]
[2023:11:07:15:24:59]: Info: Found default monitor by name: sink-sunshine-stereo.monitor
[2023:11:07:15:25:04]: Info: CLIENT DISCONNECTED
[2023:11:07:15:25:05]: Info: Setting default sink to: [alsa_output.pci-0000_00_1f.3.analog-stereo]
[2023:11:07:15:25:12]: Info: Interrupt handler called