Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
None
Describe the Bug
Summary
With capture = kms on KDE Plasma Wayland, if the captured output's Color accuracy setting (KWin per-output colorPowerTradeoff) is set to "Prefer efficiency", Sunshine produces corrupted frames in the stream and intermittently crashes with SIGSEGV mid-stream. Setting the output to "Prefer color accuracy" fully resolves both. The failure is codec-independent (identical crash stacks on hevc_vaapi and h264_vaapi) and reproduces with a single settings toggle.
In KWin's efficiency mode, color operations are offloaded to the display driver's plane/scanout pipeline ("Preferring color accuracy limits potentially inaccurate offloading of color operations to the display driver" — KDE's own tooltip). The scanout configuration this produces on Intel appears to be something Sunshine's KMS grabber / EGL dmabuf import does not handle.
Expected Behavior
Stream renders correctly (or capture fails gracefully) regardless of the output's color/power tradeoff setting.
Additional Context
Environment
| Component |
Version |
| Sunshine |
stable 2026.516.143833 (commit 14ffa6fd) AND beta 2026.703.144423 (commit 92a92306) — frame corruption reproduced on both; SIGSEGVs captured on stable (beta test window was short; corruption identical) |
| OS |
CachyOS (Arch), kernel 7.1.2-3-cachyos |
| Desktop |
KDE Plasma 6.7.2, Wayland (kwin 6.7.2) |
| GPU (capture+encode) |
Intel Raptor Lake-S UHD (i915), VAAPI via intel-media-driver (iHD) 26.1.5, Mesa 26.1.4, libva 2.23.0 |
| GPU (unused for streaming) |
NVIDIA RTX 4090 Laptop (PRIME offload, driver 610.43.02) — hybrid laptop, panel on the iGPU |
| Display |
eDP-1, 2560x1600@240 (DSC), 8-bit SDR panel |
| Sunshine config |
capture = kms, encoder = vaapi, adapter_name = /dev/dri/renderD129 (iGPU render node) |
| Client |
Moonlight, over WAN (zerotier) |
Bug persists across: Sunshine stable 2026.516 → beta 2026.703, KWin 6.7.0 → 6.7.2, Mesa 26.1.2 (two build epochs) → 26.1.4, kernels 7.0.12 → 7.1.2.
Regression timing: the Sunshine binary (2026.516, installed 2026-05-19) streamed crash-free for a month — with PreferEfficiency as the standing default. Its first-ever coredump occurred 2026-06-20 16:53 — the same hour the system upgraded Plasma/KWin 6.6.5 → 6.7.0 (package log verified; no Sunshine change in that batch or that month). The KWin option and its documented behavior are unchanged across those versions; what changed is the implementation: KWin 6.7 re-enabled and rewrote its per-DRM-plane color pipeline programming (kwin!6600, kwin!8475 — rewritten pipeline-matching algorithm, 3D LUT support). In efficiency mode this now programs color ops into scanout planes on i915 — the same subsystem that required AMD/NVIDIA banding workarounds in 6.7.1. Sunshine's KMS import path mishandles the resulting plane/scanout state.
Steps to reproduce
- Plasma Wayland session on an Intel(+hybrid) laptop; Sunshine with
capture = kms, encoder = vaapi on the iGPU.
- System Settings → Display & Monitor → set the captured output's Color accuracy to "Prefer efficiency"
(or: kscreen-doctor output.eDP-1.colorPowerTradeoff.preferEfficiency).
- Connect a Moonlight client and stream the desktop.
- Generate window activity on the host (e.g. scroll a page in Chrome).
Observed
- Stream-side frame corruption: regions of the captured image break — e.g. the Plasma panel/taskbar renders black while a window is scrolling; some windows render fully invisible in the stream. The physical display is unaffected; corruption is only in the captured/encoded output.
- Intermittent SIGSEGV in sunshine mid-stream (observed between ~80 s and ~40 min in). With systemd
Restart=on-failure this presents as a disconnect/reconnect loop.
Crashing thread (stripped binary, offsets stable across all crashes — 4 crashes over 2 weeks, 2 codecs):
#0 sunshine + 0x44adbe
#1 sunshine + 0x3fa1a4
#2 sunshine + 0x3fa3e7
#3 sunshine + 0x2853e0
#4 sunshine + 0x27e4b4
#5 sunshine + 0x13588f4 (std::thread trampoline)
#6/7 libc start_thread/clone
At crash time, threads for Mesa gallium VAAPI, PulseAudio capture (pa_simple_read), and the network epoll loops are all idle/waiting — the faulting thread is a per-session capture/encode worker.
Host Operating System
Linux
Operating System Version
CachyOS (Arch), kernel 7.1.2-3-cachyos
Architecture
amd64/x86_64
Package
Linux - AUR (Third Party)
GPU Type
Intel
GPU Model
Intel Raptor Lake-S UHD (i915)
GPU Driver/Mesa Version
VAAPI via intel-media-driver (iHD) 26.1.5, Mesa 26.1.4, libva 2.23.0
Capture Method
KMS (Linux)
Apps
Log output
=== Crash logs (Via journalctl) ===
=== last output of the CRASHED process (sunshine[18214]) before 12:29:59 ===
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: /dev/dri/card1 -> nvidia-drm
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: /dev/dri/card2 -> i915
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Found display [wayland-0]
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Found interface: wl_output(66) version 4
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Resolution: 2560x1600
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Offset: 0x0
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Logical size: 1707x1067
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: [wayland] Name: eDP-1
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: [wayland] Found monitor: Built-in Screen
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: -------- Start of KMS monitor list --------
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: Monitor 0 is eDP-1: Built-in Screen
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: --------- End of KMS monitor list ---------
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: Screencasting with KMS
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: /dev/dri/card1 -> nvidia-drm
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: /dev/dri/card2 -> i915
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: Found monitor for DRM screencasting
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: Found connector ID [508]
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: Found cursor plane [145]
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.763]: Info: Creating encoder [h264_vaapi]
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.763]: Info: Color coding: SDR (Rec. 601)
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.763]: Info: Color depth: 8-bit
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.763]: Info: Color range: MPEG
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.768]: Info: EGL: context priority set to HIGH
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.770]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.770]: Info: Streaming bitrate is 30988000
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.770]: Info: Using LP encoding mode
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.770]: Info: Using VBR with single frame VBV size
Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.775]: Info: Minimum FPS target set to ~30fps (33.3333ms)
=== systemd death record ===
Tem 04 12:30:00 cachy-roflmao-msi systemd-coredump[3399291]: Process 18214 (sunshine) of user 1000 dumped core.
Tem 04 12:30:00 cachy-roflmao-msi systemd[1150]: app-dev.lizardbyte.app.Sunshine.service: Main process exited, code=dumped, status=11/SEGV
Tem 04 12:30:00 cachy-roflmao-msi systemd[1150]: app-dev.lizardbyte.app.Sunshine.service: Failed with result 'core-dump'.
Tem 04 12:30:00 cachy-roflmao-msi systemd[1150]: Started Launch DrKonqi for a systemd-coredump crash (PID 3399292/UID 0).
Tem 04 12:30:00 cachy-roflmao-msi drkonqi-coredump-launcher[3399374]: Unable to find file for pid 18214 expected at "kcrash-metadata/sunshine.bbdb0d894d87496ebd965e9578f0b51f.18214.ini"
=== Logs without crash(when the setting is switched back before it can crash) ===
[2026-07-04 21:34:33.912]: Info: Sunshine version: 2026.703.144423 commit: 92a923069c5f416e13c7f0709d1b3c993d9b9c94
[2026-07-04 21:34:33.912]: Info: Package Publisher: LizardByte
[2026-07-04 21:34:33.912]: Info: Publisher Website: https://app.lizardbyte.dev
[2026-07-04 21:34:33.912]: Info: Get support: https://app.lizardbyte.dev/support
[2026-07-04 21:34:33.912]: Info: config: 'adapter_name' = /dev/dri/renderD128
[2026-07-04 21:34:33.912]: Info: config: 'output_name' = 0
[2026-07-04 21:34:33.912]: Info: config: 'encoder' = vaapi
[2026-07-04 21:34:33.912]: Info: config: 'capture' = kms
[2026-07-04 21:34:33.912]: Info: config: 'global_prep_cmd' = [{"do":"/home/thesingular/.local/bin/color-mode accuracy","undo":"/home/thesingular/.local/bin/color-mode efficiency","elevated":"false"},{"do":"/home/thesingular/.local/bin/vrr-mode never","undo":"/home/thesingular/.local/bin/vrr-mode always","elevated":"false"},{"do":"/home/thesingular/.local/bin/session-lock unlock","undo":"/home/thesingular/.local/bin/session-lock lock","elevated":"false"}]
[2026-07-04 21:34:33.913]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:33.915]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:33.915]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:34:33.915]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:34:33.915]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
[2026-07-04 21:34:33.915]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
[2026-07-04 21:34:33.915]: Info: [wayland] Found interface: wl_output(66) version 4
[2026-07-04 21:34:33.915]: Info: [wayland] Resolution: 2560x1600
[2026-07-04 21:34:33.915]: Info: [wayland] Offset: 0x0
[2026-07-04 21:34:33.915]: Info: [wayland] Logical size: 1707x1067
[2026-07-04 21:34:33.915]: Info: [wayland] Name: eDP-1
[2026-07-04 21:34:33.915]: Info: [wayland] Found monitor: Built-in Screen
[2026-07-04 21:34:33.915]: Info: -------- Start of KMS monitor list --------
[2026-07-04 21:34:33.915]: Info: --------- End of KMS monitor list ---------
[2026-07-04 21:34:33.935]: Info: Trying encoder [vaapi]
[2026-07-04 21:34:33.935]: Info: Screencasting with KMS
[2026-07-04 21:34:33.935]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:33.935]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:33.935]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:33.935]: Info: Found connector ID [508]
[2026-07-04 21:34:33.935]: Info: Found cursor plane [145]
[2026-07-04 21:34:33.947]: Info: Creating encoder [h264_vaapi]
[2026-07-04 21:34:33.947]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:34:33.947]: Info: Color depth: 8-bit
[2026-07-04 21:34:33.947]: Info: Color range: JPEG
[2026-07-04 21:34:33.952]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:34:33.963]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:34:33.964]: Info: Streaming bitrate is 1000000
[2026-07-04 21:34:33.964]: Info: Using LP encoding mode
[2026-07-04 21:34:33.964]: Info: Using VBR with single frame VBV size
[2026-07-04 21:34:34.012]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:34:34.012]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:34:34.012]: Info: Color depth: 8-bit
[2026-07-04 21:34:34.012]: Info: Color range: JPEG
[2026-07-04 21:34:34.019]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:34:34.025]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:34:34.025]: Info: Streaming bitrate is 1000000
[2026-07-04 21:34:34.025]: Info: Using LP encoding mode
[2026-07-04 21:34:34.025]: Info: Using VBR with single frame VBV size
[2026-07-04 21:34:34.066]: Info: Creating encoder [av1_vaapi]
[2026-07-04 21:34:34.066]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:34:34.066]: Info: Color depth: 8-bit
[2026-07-04 21:34:34.066]: Info: Color range: JPEG
[2026-07-04 21:34:34.071]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:34:34.073]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:34:34.073]: Info: Streaming bitrate is 1000000
[2026-07-04 21:34:34.073]: Error: [av1_vaapi @ 0x560121e030c0] No usable encoding entrypoint found for profile VAProfileAV1Profile0 (32).
[2026-07-04 21:34:34.073]: Error: Could not open codec [av1_vaapi]: Function not implemented
[2026-07-04 21:34:34.074]: Info: Screencasting with KMS
[2026-07-04 21:34:34.075]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:34.075]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:34.075]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:34.075]: Info: Found connector ID [508]
[2026-07-04 21:34:34.075]: Info: Found cursor plane [145]
[2026-07-04 21:34:34.076]: Info: Screencasting with KMS
[2026-07-04 21:34:34.076]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:34.077]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:34.077]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:34.077]: Info: Found connector ID [508]
[2026-07-04 21:34:34.077]: Info: Found cursor plane [145]
[2026-07-04 21:34:34.078]: Info: Screencasting with KMS
[2026-07-04 21:34:34.078]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:34.078]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:34.079]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:34.079]: Info: Found connector ID [508]
[2026-07-04 21:34:34.079]: Info: Found cursor plane [145]
[2026-07-04 21:34:34.080]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:34:34.080]: Info: Color coding: SDR (Rec. 709)
[2026-07-04 21:34:34.080]: Info: Color depth: 10-bit
[2026-07-04 21:34:34.080]: Info: Color range: JPEG
[2026-07-04 21:34:34.084]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:34:34.088]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:34:34.088]: Info: Streaming bitrate is 1000000
[2026-07-04 21:34:34.088]: Info: Using LP encoding mode
[2026-07-04 21:34:34.088]: Info: Using VBR with single frame VBV size
[2026-07-04 21:34:34.130]: Info: Screencasting with KMS
[2026-07-04 21:34:34.130]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:34.130]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:34.130]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:34.130]: Info: Found connector ID [508]
[2026-07-04 21:34:34.130]: Info: Found cursor plane [145]
[2026-07-04 21:34:34.133]: Info: Screencasting with KMS
[2026-07-04 21:34:34.133]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:34.133]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:34.133]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:34.133]: Info: Found connector ID [508]
[2026-07-04 21:34:34.133]: Info: Found cursor plane [145]
[2026-07-04 21:34:34.134]: Info: Screencasting with KMS
[2026-07-04 21:34:34.135]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:34.135]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:34.135]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:34.135]: Info: Found connector ID [508]
[2026-07-04 21:34:34.135]: Info: Found cursor plane [145]
[2026-07-04 21:34:34.136]: Info: Screencasting with KMS
[2026-07-04 21:34:34.136]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:34.136]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:34.136]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:34.136]: Info: Found connector ID [508]
[2026-07-04 21:34:34.136]: Info: Found cursor plane [145]
[2026-07-04 21:34:34.138]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2026-07-04 21:34:34.138]: Info:
[2026-07-04 21:34:34.138]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2026-07-04 21:34:34.138]: Info:
[2026-07-04 21:34:34.138]: Info: Found H.264 encoder: h264_vaapi [vaapi]
[2026-07-04 21:34:34.138]: Info: Found HEVC encoder: hevc_vaapi [vaapi]
[2026-07-04 21:34:34.139]: Info: Starting system tray
[2026-07-04 21:34:34.139]: Info: Adding avahi service cachy-roflmao-msi
[2026-07-04 21:34:34.141]: Info: Configuration UI available at [https://localhost:47990]
[2026-07-04 21:34:34.190]: Info: System tray created
[2026-07-04 21:34:34.190]: Info: Starting main loop
[2026-07-04 21:34:35.112]: Info: Avahi service cachy-roflmao-msi successfully established.
[2026-07-04 21:34:43.065]: Info: Trying encoder [vaapi]
[2026-07-04 21:34:43.074]: Info: Screencasting with KMS
[2026-07-04 21:34:43.074]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:43.074]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:43.074]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:43.074]: Info: Found connector ID [508]
[2026-07-04 21:34:43.074]: Info: Found cursor plane [145]
[2026-07-04 21:34:43.074]: Info: Creating encoder [h264_vaapi]
[2026-07-04 21:34:43.074]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:34:43.074]: Info: Color depth: 8-bit
[2026-07-04 21:34:43.074]: Info: Color range: JPEG
[2026-07-04 21:34:43.077]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:34:43.080]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:34:43.080]: Info: Streaming bitrate is 1000000
[2026-07-04 21:34:43.080]: Info: Using LP encoding mode
[2026-07-04 21:34:43.080]: Info: Using VBR with single frame VBV size
[2026-07-04 21:34:43.106]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:34:43.106]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:34:43.106]: Info: Color depth: 8-bit
[2026-07-04 21:34:43.106]: Info: Color range: JPEG
[2026-07-04 21:34:43.109]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:34:43.114]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:34:43.114]: Info: Streaming bitrate is 1000000
[2026-07-04 21:34:43.114]: Info: Using LP encoding mode
[2026-07-04 21:34:43.114]: Info: Using VBR with single frame VBV size
[2026-07-04 21:34:43.150]: Info: Creating encoder [av1_vaapi]
[2026-07-04 21:34:43.150]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:34:43.150]: Info: Color depth: 8-bit
[2026-07-04 21:34:43.150]: Info: Color range: JPEG
[2026-07-04 21:34:43.154]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:34:43.156]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:34:43.156]: Info: Streaming bitrate is 1000000
[2026-07-04 21:34:43.156]: Error: [av1_vaapi @ 0x7f643c163a40] No usable encoding entrypoint found for profile VAProfileAV1Profile0 (32).
[2026-07-04 21:34:43.156]: Error: Could not open codec [av1_vaapi]: Function not implemented
[2026-07-04 21:34:43.157]: Info: Screencasting with KMS
[2026-07-04 21:34:43.157]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:43.157]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:43.158]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:43.158]: Info: Found connector ID [508]
[2026-07-04 21:34:43.158]: Info: Found cursor plane [145]
[2026-07-04 21:34:43.159]: Info: Screencasting with KMS
[2026-07-04 21:34:43.159]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:43.159]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:43.159]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:43.159]: Info: Found connector ID [508]
[2026-07-04 21:34:43.159]: Info: Found cursor plane [145]
[2026-07-04 21:34:43.161]: Info: Screencasting with KMS
[2026-07-04 21:34:43.161]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:43.161]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:43.161]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:43.161]: Info: Found connector ID [508]
[2026-07-04 21:34:43.161]: Info: Found cursor plane [145]
[2026-07-04 21:34:43.163]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:34:43.163]: Info: Color coding: SDR (Rec. 709)
[2026-07-04 21:34:43.163]: Info: Color depth: 10-bit
[2026-07-04 21:34:43.163]: Info: Color range: JPEG
[2026-07-04 21:34:43.166]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:34:43.169]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:34:43.169]: Info: Streaming bitrate is 1000000
[2026-07-04 21:34:43.169]: Info: Using LP encoding mode
[2026-07-04 21:34:43.169]: Info: Using VBR with single frame VBV size
[2026-07-04 21:34:43.195]: Info: Screencasting with KMS
[2026-07-04 21:34:43.195]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:43.195]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:43.195]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:43.195]: Info: Found connector ID [508]
[2026-07-04 21:34:43.195]: Info: Found cursor plane [145]
[2026-07-04 21:34:43.197]: Info: Screencasting with KMS
[2026-07-04 21:34:43.197]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:43.197]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:43.197]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:43.197]: Info: Found connector ID [508]
[2026-07-04 21:34:43.197]: Info: Found cursor plane [145]
[2026-07-04 21:34:43.199]: Info: Screencasting with KMS
[2026-07-04 21:34:43.199]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:43.199]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:43.199]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:43.199]: Info: Found connector ID [508]
[2026-07-04 21:34:43.199]: Info: Found cursor plane [145]
[2026-07-04 21:34:43.200]: Info: Screencasting with KMS
[2026-07-04 21:34:43.200]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:43.201]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:43.201]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:43.201]: Info: Found connector ID [508]
[2026-07-04 21:34:43.201]: Info: Found cursor plane [145]
[2026-07-04 21:34:43.202]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. //
[2026-07-04 21:34:43.202]: Info:
[2026-07-04 21:34:43.202]: Info: // Ignore any errors mentioned above, they are not relevant. //
[2026-07-04 21:34:43.202]: Info:
[2026-07-04 21:34:43.202]: Info: Found H.264 encoder: h264_vaapi [vaapi]
[2026-07-04 21:34:43.202]: Info: Found HEVC encoder: hevc_vaapi [vaapi]
[2026-07-04 21:34:43.202]: Info: Executing Do Cmd: [/home/thesingular/.local/bin/color-mode accuracy]
[2026-07-04 21:34:44.388]: Info: Executing Do Cmd: [/home/thesingular/.local/bin/vrr-mode never]
[2026-07-04 21:34:44.423]: Info: Executing Do Cmd: [/home/thesingular/.local/bin/session-lock unlock]
[2026-07-04 21:34:44.438]: Info: Executing Do Cmd: [kscreen-doctor -d on output.eDP-1.enable output.eDP-1.mode.1 output.eDP-1.position.0,0]
[2026-07-04 21:34:44.472]: Info: Executing [Desktop]
[2026-07-04 21:34:45.522]: Info: New streaming session started [active sessions: 1]
[2026-07-04 21:34:45.627]: Info: Setting default sink to: [sink-sunshine-stereo]
[2026-07-04 21:34:45.628]: Info: Found default monitor by name: sink-sunshine-stereo.monitor
[2026-07-04 21:34:45.670]: Info: Opus initialized: 48 kHz, 2 channels, 512 kbps (total), LOWDELAY
[2026-07-04 21:34:45.845]: Info: CLIENT CONNECTED
[2026-07-04 21:34:45.861]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:45.861]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:45.861]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:34:45.861]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
[2026-07-04 21:34:45.861]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
[2026-07-04 21:34:45.861]: Info: [wayland] Found interface: wl_output(66) version 4
[2026-07-04 21:34:45.861]: Info: [wayland] Resolution: 2560x1600
[2026-07-04 21:34:45.861]: Info: [wayland] Offset: 0x0
[2026-07-04 21:34:45.861]: Info: [wayland] Logical size: 1707x1067
[2026-07-04 21:34:45.861]: Info: [wayland] Name: eDP-1
[2026-07-04 21:34:45.861]: Info: [wayland] Found monitor: Built-in Screen
[2026-07-04 21:34:45.861]: Info: -------- Start of KMS monitor list --------
[2026-07-04 21:34:45.861]: Info: Monitor 0 is eDP-1: Built-in Screen
[2026-07-04 21:34:45.861]: Info: --------- End of KMS monitor list ---------
[2026-07-04 21:34:45.861]: Info: Screencasting with KMS
[2026-07-04 21:34:45.861]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:34:45.861]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:34:45.862]: Info: Found monitor for DRM screencasting
[2026-07-04 21:34:45.862]: Info: Found connector ID [508]
[2026-07-04 21:34:45.862]: Info: Found cursor plane [145]
[2026-07-04 21:34:45.868]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:34:45.868]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:34:45.868]: Info: Color depth: 8-bit
[2026-07-04 21:34:45.868]: Info: Color range: MPEG
[2026-07-04 21:34:45.876]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:34:45.883]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:34:45.883]: Info: Streaming bitrate is 30988000
[2026-07-04 21:34:45.883]: Info: Using LP encoding mode
[2026-07-04 21:34:45.883]: Info: Using VBR with single frame VBV size
[2026-07-04 21:34:45.908]: Info: Minimum FPS target set to ~30fps (33.3333ms)
[2026-07-04 21:35:02.679]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:02.679]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:02.679]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:35:02.680]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
[2026-07-04 21:35:02.680]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
[2026-07-04 21:35:02.680]: Info: [wayland] Found interface: wl_output(66) version 4
[2026-07-04 21:35:02.680]: Info: [wayland] Resolution: 2560x1600
[2026-07-04 21:35:02.680]: Info: [wayland] Offset: 0x0
[2026-07-04 21:35:02.680]: Info: [wayland] Logical size: 1707x1067
[2026-07-04 21:35:02.680]: Info: [wayland] Name: eDP-1
[2026-07-04 21:35:02.680]: Info: [wayland] Found monitor: Built-in Screen
[2026-07-04 21:35:02.680]: Info: -------- Start of KMS monitor list --------
[2026-07-04 21:35:02.680]: Info: Monitor 1 is eDP-1: Built-in Screen
[2026-07-04 21:35:02.680]: Info: --------- End of KMS monitor list ---------
[2026-07-04 21:35:02.680]: Info: Screencasting with KMS
[2026-07-04 21:35:02.680]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:02.680]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:02.680]: Info: Found monitor for DRM screencasting
[2026-07-04 21:35:02.680]: Info: Found connector ID [508]
[2026-07-04 21:35:02.680]: Info: Found cursor plane [145]
[2026-07-04 21:35:02.702]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:35:02.702]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:35:02.702]: Info: Color depth: 8-bit
[2026-07-04 21:35:02.702]: Info: Color range: MPEG
[2026-07-04 21:35:02.706]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:35:02.709]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:35:02.709]: Info: Streaming bitrate is 30988000
[2026-07-04 21:35:02.709]: Info: Using LP encoding mode
[2026-07-04 21:35:02.709]: Info: Using VBR with single frame VBV size
[2026-07-04 21:35:02.717]: Info: Minimum FPS target set to ~30fps (33.3333ms)
[2026-07-04 21:35:04.040]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:04.040]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:04.040]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:35:04.040]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
[2026-07-04 21:35:04.040]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
[2026-07-04 21:35:04.040]: Info: [wayland] Found interface: wl_output(66) version 4
[2026-07-04 21:35:04.040]: Info: [wayland] Resolution: 2560x1600
[2026-07-04 21:35:04.040]: Info: [wayland] Offset: 0x0
[2026-07-04 21:35:04.040]: Info: [wayland] Logical size: 1707x1067
[2026-07-04 21:35:04.040]: Info: [wayland] Name: eDP-1
[2026-07-04 21:35:04.040]: Info: [wayland] Found monitor: Built-in Screen
[2026-07-04 21:35:04.040]: Info: -------- Start of KMS monitor list --------
[2026-07-04 21:35:04.040]: Info: Monitor 0 is eDP-1: Built-in Screen
[2026-07-04 21:35:04.040]: Info: --------- End of KMS monitor list ---------
[2026-07-04 21:35:04.040]: Info: Screencasting with KMS
[2026-07-04 21:35:04.040]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:04.041]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:04.041]: Info: Found monitor for DRM screencasting
[2026-07-04 21:35:04.041]: Info: Found connector ID [508]
[2026-07-04 21:35:04.041]: Info: Found cursor plane [145]
[2026-07-04 21:35:04.043]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:35:04.043]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:35:04.043]: Info: Color depth: 8-bit
[2026-07-04 21:35:04.043]: Info: Color range: MPEG
[2026-07-04 21:35:04.047]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:35:04.049]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:35:04.049]: Info: Streaming bitrate is 30988000
[2026-07-04 21:35:04.049]: Info: Using LP encoding mode
[2026-07-04 21:35:04.049]: Info: Using VBR with single frame VBV size
[2026-07-04 21:35:04.056]: Info: Minimum FPS target set to ~30fps (33.3333ms)
[2026-07-04 21:35:04.250]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:04.250]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:04.250]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:35:04.250]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
[2026-07-04 21:35:04.250]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
[2026-07-04 21:35:04.250]: Info: [wayland] Found interface: wl_output(66) version 4
[2026-07-04 21:35:04.250]: Info: [wayland] Resolution: 2560x1600
[2026-07-04 21:35:04.250]: Info: [wayland] Offset: 0x0
[2026-07-04 21:35:04.250]: Info: [wayland] Logical size: 1707x1067
[2026-07-04 21:35:04.250]: Info: [wayland] Name: eDP-1
[2026-07-04 21:35:04.250]: Info: [wayland] Found monitor: Built-in Screen
[2026-07-04 21:35:04.250]: Info: -------- Start of KMS monitor list --------
[2026-07-04 21:35:04.250]: Info: Monitor 1 is eDP-1: Built-in Screen
[2026-07-04 21:35:04.250]: Info: --------- End of KMS monitor list ---------
[2026-07-04 21:35:04.250]: Info: Screencasting with KMS
[2026-07-04 21:35:04.250]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:04.250]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:04.250]: Info: Found monitor for DRM screencasting
[2026-07-04 21:35:04.250]: Info: Found connector ID [508]
[2026-07-04 21:35:04.250]: Info: Found cursor plane [145]
[2026-07-04 21:35:04.252]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:35:04.252]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:35:04.252]: Info: Color depth: 8-bit
[2026-07-04 21:35:04.252]: Info: Color range: MPEG
[2026-07-04 21:35:04.256]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:35:04.259]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:35:04.259]: Info: Streaming bitrate is 30988000
[2026-07-04 21:35:04.259]: Info: Using LP encoding mode
[2026-07-04 21:35:04.259]: Info: Using VBR with single frame VBV size
[2026-07-04 21:35:04.268]: Info: Minimum FPS target set to ~30fps (33.3333ms)
[2026-07-04 21:35:05.175]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:05.175]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:05.175]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:35:05.176]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
[2026-07-04 21:35:05.176]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
[2026-07-04 21:35:05.176]: Info: [wayland] Found interface: wl_output(66) version 4
[2026-07-04 21:35:05.176]: Info: [wayland] Resolution: 2560x1600
[2026-07-04 21:35:05.176]: Info: [wayland] Offset: 0x0
[2026-07-04 21:35:05.176]: Info: [wayland] Logical size: 1707x1067
[2026-07-04 21:35:05.176]: Info: [wayland] Name: eDP-1
[2026-07-04 21:35:05.176]: Info: [wayland] Found monitor: Built-in Screen
[2026-07-04 21:35:05.176]: Info: -------- Start of KMS monitor list --------
[2026-07-04 21:35:05.176]: Info: Monitor 0 is eDP-1: Built-in Screen
[2026-07-04 21:35:05.176]: Info: --------- End of KMS monitor list ---------
[2026-07-04 21:35:05.176]: Info: Screencasting with KMS
[2026-07-04 21:35:05.176]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:05.176]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:05.176]: Info: Found monitor for DRM screencasting
[2026-07-04 21:35:05.176]: Info: Found connector ID [508]
[2026-07-04 21:35:05.176]: Info: Found cursor plane [145]
[2026-07-04 21:35:05.180]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:35:05.180]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:35:05.180]: Info: Color depth: 8-bit
[2026-07-04 21:35:05.180]: Info: Color range: MPEG
[2026-07-04 21:35:05.183]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:35:05.186]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:35:05.186]: Info: Streaming bitrate is 30988000
[2026-07-04 21:35:05.186]: Info: Using LP encoding mode
[2026-07-04 21:35:05.186]: Info: Using VBR with single frame VBV size
[2026-07-04 21:35:05.192]: Info: Minimum FPS target set to ~30fps (33.3333ms)
[2026-07-04 21:35:06.268]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:06.268]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:06.268]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:35:06.268]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
[2026-07-04 21:35:06.268]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
[2026-07-04 21:35:06.268]: Info: [wayland] Found interface: wl_output(66) version 4
[2026-07-04 21:35:06.268]: Info: [wayland] Resolution: 2560x1600
[2026-07-04 21:35:06.268]: Info: [wayland] Offset: 0x0
[2026-07-04 21:35:06.268]: Info: [wayland] Logical size: 1707x1067
[2026-07-04 21:35:06.268]: Info: [wayland] Name: eDP-1
[2026-07-04 21:35:06.268]: Info: [wayland] Found monitor: Built-in Screen
[2026-07-04 21:35:06.268]: Info: -------- Start of KMS monitor list --------
[2026-07-04 21:35:06.268]: Info: Monitor 1 is eDP-1: Built-in Screen
[2026-07-04 21:35:06.268]: Info: --------- End of KMS monitor list ---------
[2026-07-04 21:35:06.268]: Info: Screencasting with KMS
[2026-07-04 21:35:06.268]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:06.268]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:06.268]: Info: Found monitor for DRM screencasting
[2026-07-04 21:35:06.268]: Info: Found connector ID [508]
[2026-07-04 21:35:06.268]: Info: Found cursor plane [145]
[2026-07-04 21:35:06.291]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:35:06.291]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:35:06.291]: Info: Color depth: 8-bit
[2026-07-04 21:35:06.291]: Info: Color range: MPEG
[2026-07-04 21:35:06.295]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:35:06.298]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:35:06.298]: Info: Streaming bitrate is 30988000
[2026-07-04 21:35:06.298]: Info: Using LP encoding mode
[2026-07-04 21:35:06.298]: Info: Using VBR with single frame VBV size
[2026-07-04 21:35:06.308]: Info: Minimum FPS target set to ~30fps (33.3333ms)
[2026-07-04 21:35:06.561]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:06.561]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:06.561]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:35:06.561]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
[2026-07-04 21:35:06.561]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
[2026-07-04 21:35:06.561]: Info: [wayland] Found interface: wl_output(66) version 4
[2026-07-04 21:35:06.562]: Info: [wayland] Resolution: 2560x1600
[2026-07-04 21:35:06.562]: Info: [wayland] Offset: 0x0
[2026-07-04 21:35:06.562]: Info: [wayland] Logical size: 1707x1067
[2026-07-04 21:35:06.562]: Info: [wayland] Name: eDP-1
[2026-07-04 21:35:06.562]: Info: [wayland] Found monitor: Built-in Screen
[2026-07-04 21:35:06.562]: Info: -------- Start of KMS monitor list --------
[2026-07-04 21:35:06.562]: Info: Monitor 0 is eDP-1: Built-in Screen
[2026-07-04 21:35:06.562]: Info: --------- End of KMS monitor list ---------
[2026-07-04 21:35:06.562]: Info: Screencasting with KMS
[2026-07-04 21:35:06.562]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:06.562]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:06.562]: Info: Found monitor for DRM screencasting
[2026-07-04 21:35:06.562]: Info: Found connector ID [508]
[2026-07-04 21:35:06.562]: Info: Found cursor plane [145]
[2026-07-04 21:35:06.567]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:35:06.567]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:35:06.567]: Info: Color depth: 8-bit
[2026-07-04 21:35:06.567]: Info: Color range: MPEG
[2026-07-04 21:35:06.573]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:35:06.578]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:35:06.578]: Info: Streaming bitrate is 30988000
[2026-07-04 21:35:06.578]: Info: Using LP encoding mode
[2026-07-04 21:35:06.578]: Info: Using VBR with single frame VBV size
[2026-07-04 21:35:06.586]: Info: Minimum FPS target set to ~30fps (33.3333ms)
[2026-07-04 21:35:06.670]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:06.670]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:06.671]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:35:06.671]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
[2026-07-04 21:35:06.671]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
[2026-07-04 21:35:06.671]: Info: [wayland] Found interface: wl_output(66) version 4
[2026-07-04 21:35:06.671]: Info: [wayland] Resolution: 2560x1600
[2026-07-04 21:35:06.671]: Info: [wayland] Offset: 0x0
[2026-07-04 21:35:06.671]: Info: [wayland] Logical size: 1707x1067
[2026-07-04 21:35:06.671]: Info: [wayland] Name: eDP-1
[2026-07-04 21:35:06.671]: Info: [wayland] Found monitor: Built-in Screen
[2026-07-04 21:35:06.671]: Info: -------- Start of KMS monitor list --------
[2026-07-04 21:35:06.671]: Info: Monitor 1 is eDP-1: Built-in Screen
[2026-07-04 21:35:06.671]: Info: --------- End of KMS monitor list ---------
[2026-07-04 21:35:06.671]: Info: Screencasting with KMS
[2026-07-04 21:35:06.671]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:06.671]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:06.671]: Info: Found monitor for DRM screencasting
[2026-07-04 21:35:06.671]: Info: Found connector ID [508]
[2026-07-04 21:35:06.671]: Info: Found cursor plane [145]
[2026-07-04 21:35:06.675]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:35:06.675]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:35:06.675]: Info: Color depth: 8-bit
[2026-07-04 21:35:06.675]: Info: Color range: MPEG
[2026-07-04 21:35:06.679]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:35:06.681]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:35:06.681]: Info: Streaming bitrate is 30988000
[2026-07-04 21:35:06.681]: Info: Using LP encoding mode
[2026-07-04 21:35:06.681]: Info: Using VBR with single frame VBV size
[2026-07-04 21:35:06.688]: Info: Minimum FPS target set to ~30fps (33.3333ms)
[2026-07-04 21:35:07.063]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:07.063]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:07.063]: Info: [wayland] Found display [wayland-0]
[2026-07-04 21:35:07.063]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3
[2026-07-04 21:35:07.063]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5
[2026-07-04 21:35:07.063]: Info: [wayland] Found interface: wl_output(66) version 4
[2026-07-04 21:35:07.063]: Info: [wayland] Resolution: 2560x1600
[2026-07-04 21:35:07.063]: Info: [wayland] Offset: 0x0
[2026-07-04 21:35:07.063]: Info: [wayland] Logical size: 1707x1067
[2026-07-04 21:35:07.063]: Info: [wayland] Name: eDP-1
[2026-07-04 21:35:07.063]: Info: [wayland] Found monitor: Built-in Screen
[2026-07-04 21:35:07.063]: Info: -------- Start of KMS monitor list --------
[2026-07-04 21:35:07.063]: Info: Monitor 0 is eDP-1: Built-in Screen
[2026-07-04 21:35:07.063]: Info: --------- End of KMS monitor list ---------
[2026-07-04 21:35:07.063]: Info: Screencasting with KMS
[2026-07-04 21:35:07.063]: Info: /dev/dri/card2 -> nvidia-drm
[2026-07-04 21:35:07.063]: Info: /dev/dri/card1 -> i915
[2026-07-04 21:35:07.064]: Info: Found monitor for DRM screencasting
[2026-07-04 21:35:07.064]: Info: Found connector ID [508]
[2026-07-04 21:35:07.064]: Info: Found cursor plane [145]
[2026-07-04 21:35:07.068]: Info: Creating encoder [hevc_vaapi]
[2026-07-04 21:35:07.068]: Info: Color coding: SDR (Rec. 601)
[2026-07-04 21:35:07.068]: Info: Color depth: 8-bit
[2026-07-04 21:35:07.068]: Info: Color range: MPEG
[2026-07-04 21:35:07.072]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing
[2026-07-04 21:35:07.074]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 ()
[2026-07-04 21:35:07.074]: Info: Streaming bitrate is 30988000
[2026-07-04 21:35:07.074]: Info: Using LP encoding mode
[2026-07-04 21:35:07.074]: Info: Using VBR with single frame VBV size
[2026-07-04 21:35:07.081]: Info: Minimum FPS target set to ~30fps (33.3333ms)
[2026-07-04 21:35:36.449]: Info: Web UI: [127.0.0.1] -- not authorized
Online logs
No response
Is there an existing issue for this?
Is your issue described in the documentation?
Is your issue present in the latest beta/pre-release?
None
Describe the Bug
Summary
With
capture = kmson KDE Plasma Wayland, if the captured output's Color accuracy setting (KWin per-outputcolorPowerTradeoff) is set to "Prefer efficiency", Sunshine produces corrupted frames in the stream and intermittently crashes with SIGSEGV mid-stream. Setting the output to "Prefer color accuracy" fully resolves both. The failure is codec-independent (identical crash stacks onhevc_vaapiandh264_vaapi) and reproduces with a single settings toggle.In KWin's efficiency mode, color operations are offloaded to the display driver's plane/scanout pipeline ("Preferring color accuracy limits potentially inaccurate offloading of color operations to the display driver" — KDE's own tooltip). The scanout configuration this produces on Intel appears to be something Sunshine's KMS grabber / EGL dmabuf import does not handle.
Expected Behavior
Stream renders correctly (or capture fails gracefully) regardless of the output's color/power tradeoff setting.
Additional Context
Environment
14ffa6fd) AND beta 2026.703.144423 (commit92a92306) — frame corruption reproduced on both; SIGSEGVs captured on stable (beta test window was short; corruption identical)capture = kms,encoder = vaapi,adapter_name = /dev/dri/renderD129(iGPU render node)Bug persists across: Sunshine stable 2026.516 → beta 2026.703, KWin 6.7.0 → 6.7.2, Mesa 26.1.2 (two build epochs) → 26.1.4, kernels 7.0.12 → 7.1.2.
Regression timing: the Sunshine binary (2026.516, installed 2026-05-19) streamed crash-free for a month — with
PreferEfficiencyas the standing default. Its first-ever coredump occurred 2026-06-20 16:53 — the same hour the system upgraded Plasma/KWin 6.6.5 → 6.7.0 (package log verified; no Sunshine change in that batch or that month). The KWin option and its documented behavior are unchanged across those versions; what changed is the implementation: KWin 6.7 re-enabled and rewrote its per-DRM-plane color pipeline programming (kwin!6600, kwin!8475 — rewritten pipeline-matching algorithm, 3D LUT support). In efficiency mode this now programs color ops into scanout planes on i915 — the same subsystem that required AMD/NVIDIA banding workarounds in 6.7.1. Sunshine's KMS import path mishandles the resulting plane/scanout state.Steps to reproduce
capture = kms,encoder = vaapion the iGPU.(or:
kscreen-doctor output.eDP-1.colorPowerTradeoff.preferEfficiency).Observed
Restart=on-failurethis presents as a disconnect/reconnect loop.Crashing thread (stripped binary, offsets stable across all crashes — 4 crashes over 2 weeks, 2 codecs):
At crash time, threads for Mesa gallium VAAPI, PulseAudio capture (
pa_simple_read), and the network epoll loops are all idle/waiting — the faulting thread is a per-session capture/encode worker.Host Operating System
Linux
Operating System Version
CachyOS (Arch), kernel 7.1.2-3-cachyos
Architecture
amd64/x86_64
Package
Linux - AUR (Third Party)
GPU Type
Intel
GPU Model
Intel Raptor Lake-S UHD (i915)
GPU Driver/Mesa Version
VAAPI via intel-media-driver (iHD) 26.1.5, Mesa 26.1.4, libva 2.23.0
Capture Method
KMS (Linux)
Apps
Log output
=== Crash logs (Via journalctl) === === last output of the CRASHED process (sunshine[18214]) before 12:29:59 === Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: /dev/dri/card1 -> nvidia-drm Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: /dev/dri/card2 -> i915 Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Found display [wayland-0] Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Found interface: wl_output(66) version 4 Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Resolution: 2560x1600 Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Offset: 0x0 Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.754]: Info: [wayland] Logical size: 1707x1067 Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: [wayland] Name: eDP-1 Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: [wayland] Found monitor: Built-in Screen Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: -------- Start of KMS monitor list -------- Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: Monitor 0 is eDP-1: Built-in Screen Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: --------- End of KMS monitor list --------- Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: Screencasting with KMS Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: /dev/dri/card1 -> nvidia-drm Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: /dev/dri/card2 -> i915 Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: Found monitor for DRM screencasting Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: Found connector ID [508] Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.755]: Info: Found cursor plane [145] Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.763]: Info: Creating encoder [h264_vaapi] Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.763]: Info: Color coding: SDR (Rec. 601) Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.763]: Info: Color depth: 8-bit Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.763]: Info: Color range: MPEG Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.768]: Info: EGL: context priority set to HIGH Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.770]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.770]: Info: Streaming bitrate is 30988000 Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.770]: Info: Using LP encoding mode Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.770]: Info: Using VBR with single frame VBV size Tem 04 12:29:59 cachy-roflmao-msi sunshine[18214]: [2026-07-04 12:29:59.775]: Info: Minimum FPS target set to ~30fps (33.3333ms) === systemd death record === Tem 04 12:30:00 cachy-roflmao-msi systemd-coredump[3399291]: Process 18214 (sunshine) of user 1000 dumped core. Tem 04 12:30:00 cachy-roflmao-msi systemd[1150]: app-dev.lizardbyte.app.Sunshine.service: Main process exited, code=dumped, status=11/SEGV Tem 04 12:30:00 cachy-roflmao-msi systemd[1150]: app-dev.lizardbyte.app.Sunshine.service: Failed with result 'core-dump'. Tem 04 12:30:00 cachy-roflmao-msi systemd[1150]: Started Launch DrKonqi for a systemd-coredump crash (PID 3399292/UID 0). Tem 04 12:30:00 cachy-roflmao-msi drkonqi-coredump-launcher[3399374]: Unable to find file for pid 18214 expected at "kcrash-metadata/sunshine.bbdb0d894d87496ebd965e9578f0b51f.18214.ini" === Logs without crash(when the setting is switched back before it can crash) === [2026-07-04 21:34:33.912]: Info: Sunshine version: 2026.703.144423 commit: 92a923069c5f416e13c7f0709d1b3c993d9b9c94 [2026-07-04 21:34:33.912]: Info: Package Publisher: LizardByte [2026-07-04 21:34:33.912]: Info: Publisher Website: https://app.lizardbyte.dev [2026-07-04 21:34:33.912]: Info: Get support: https://app.lizardbyte.dev/support [2026-07-04 21:34:33.912]: Info: config: 'adapter_name' = /dev/dri/renderD128 [2026-07-04 21:34:33.912]: Info: config: 'output_name' = 0 [2026-07-04 21:34:33.912]: Info: config: 'encoder' = vaapi [2026-07-04 21:34:33.912]: Info: config: 'capture' = kms [2026-07-04 21:34:33.912]: Info: config: 'global_prep_cmd' = [{"do":"/home/thesingular/.local/bin/color-mode accuracy","undo":"/home/thesingular/.local/bin/color-mode efficiency","elevated":"false"},{"do":"/home/thesingular/.local/bin/vrr-mode never","undo":"/home/thesingular/.local/bin/vrr-mode always","elevated":"false"},{"do":"/home/thesingular/.local/bin/session-lock unlock","undo":"/home/thesingular/.local/bin/session-lock lock","elevated":"false"}] [2026-07-04 21:34:33.913]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:33.915]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:33.915]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:34:33.915]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:34:33.915]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 [2026-07-04 21:34:33.915]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 [2026-07-04 21:34:33.915]: Info: [wayland] Found interface: wl_output(66) version 4 [2026-07-04 21:34:33.915]: Info: [wayland] Resolution: 2560x1600 [2026-07-04 21:34:33.915]: Info: [wayland] Offset: 0x0 [2026-07-04 21:34:33.915]: Info: [wayland] Logical size: 1707x1067 [2026-07-04 21:34:33.915]: Info: [wayland] Name: eDP-1 [2026-07-04 21:34:33.915]: Info: [wayland] Found monitor: Built-in Screen [2026-07-04 21:34:33.915]: Info: -------- Start of KMS monitor list -------- [2026-07-04 21:34:33.915]: Info: --------- End of KMS monitor list --------- [2026-07-04 21:34:33.935]: Info: Trying encoder [vaapi] [2026-07-04 21:34:33.935]: Info: Screencasting with KMS [2026-07-04 21:34:33.935]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:33.935]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:33.935]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:33.935]: Info: Found connector ID [508] [2026-07-04 21:34:33.935]: Info: Found cursor plane [145] [2026-07-04 21:34:33.947]: Info: Creating encoder [h264_vaapi] [2026-07-04 21:34:33.947]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:34:33.947]: Info: Color depth: 8-bit [2026-07-04 21:34:33.947]: Info: Color range: JPEG [2026-07-04 21:34:33.952]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:34:33.963]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:34:33.964]: Info: Streaming bitrate is 1000000 [2026-07-04 21:34:33.964]: Info: Using LP encoding mode [2026-07-04 21:34:33.964]: Info: Using VBR with single frame VBV size [2026-07-04 21:34:34.012]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:34:34.012]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:34:34.012]: Info: Color depth: 8-bit [2026-07-04 21:34:34.012]: Info: Color range: JPEG [2026-07-04 21:34:34.019]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:34:34.025]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:34:34.025]: Info: Streaming bitrate is 1000000 [2026-07-04 21:34:34.025]: Info: Using LP encoding mode [2026-07-04 21:34:34.025]: Info: Using VBR with single frame VBV size [2026-07-04 21:34:34.066]: Info: Creating encoder [av1_vaapi] [2026-07-04 21:34:34.066]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:34:34.066]: Info: Color depth: 8-bit [2026-07-04 21:34:34.066]: Info: Color range: JPEG [2026-07-04 21:34:34.071]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:34:34.073]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:34:34.073]: Info: Streaming bitrate is 1000000 [2026-07-04 21:34:34.073]: Error: [av1_vaapi @ 0x560121e030c0] No usable encoding entrypoint found for profile VAProfileAV1Profile0 (32). [2026-07-04 21:34:34.073]: Error: Could not open codec [av1_vaapi]: Function not implemented [2026-07-04 21:34:34.074]: Info: Screencasting with KMS [2026-07-04 21:34:34.075]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:34.075]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:34.075]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:34.075]: Info: Found connector ID [508] [2026-07-04 21:34:34.075]: Info: Found cursor plane [145] [2026-07-04 21:34:34.076]: Info: Screencasting with KMS [2026-07-04 21:34:34.076]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:34.077]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:34.077]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:34.077]: Info: Found connector ID [508] [2026-07-04 21:34:34.077]: Info: Found cursor plane [145] [2026-07-04 21:34:34.078]: Info: Screencasting with KMS [2026-07-04 21:34:34.078]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:34.078]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:34.079]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:34.079]: Info: Found connector ID [508] [2026-07-04 21:34:34.079]: Info: Found cursor plane [145] [2026-07-04 21:34:34.080]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:34:34.080]: Info: Color coding: SDR (Rec. 709) [2026-07-04 21:34:34.080]: Info: Color depth: 10-bit [2026-07-04 21:34:34.080]: Info: Color range: JPEG [2026-07-04 21:34:34.084]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:34:34.088]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:34:34.088]: Info: Streaming bitrate is 1000000 [2026-07-04 21:34:34.088]: Info: Using LP encoding mode [2026-07-04 21:34:34.088]: Info: Using VBR with single frame VBV size [2026-07-04 21:34:34.130]: Info: Screencasting with KMS [2026-07-04 21:34:34.130]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:34.130]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:34.130]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:34.130]: Info: Found connector ID [508] [2026-07-04 21:34:34.130]: Info: Found cursor plane [145] [2026-07-04 21:34:34.133]: Info: Screencasting with KMS [2026-07-04 21:34:34.133]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:34.133]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:34.133]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:34.133]: Info: Found connector ID [508] [2026-07-04 21:34:34.133]: Info: Found cursor plane [145] [2026-07-04 21:34:34.134]: Info: Screencasting with KMS [2026-07-04 21:34:34.135]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:34.135]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:34.135]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:34.135]: Info: Found connector ID [508] [2026-07-04 21:34:34.135]: Info: Found cursor plane [145] [2026-07-04 21:34:34.136]: Info: Screencasting with KMS [2026-07-04 21:34:34.136]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:34.136]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:34.136]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:34.136]: Info: Found connector ID [508] [2026-07-04 21:34:34.136]: Info: Found cursor plane [145] [2026-07-04 21:34:34.138]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. // [2026-07-04 21:34:34.138]: Info: [2026-07-04 21:34:34.138]: Info: // Ignore any errors mentioned above, they are not relevant. // [2026-07-04 21:34:34.138]: Info: [2026-07-04 21:34:34.138]: Info: Found H.264 encoder: h264_vaapi [vaapi] [2026-07-04 21:34:34.138]: Info: Found HEVC encoder: hevc_vaapi [vaapi] [2026-07-04 21:34:34.139]: Info: Starting system tray [2026-07-04 21:34:34.139]: Info: Adding avahi service cachy-roflmao-msi [2026-07-04 21:34:34.141]: Info: Configuration UI available at [https://localhost:47990] [2026-07-04 21:34:34.190]: Info: System tray created [2026-07-04 21:34:34.190]: Info: Starting main loop [2026-07-04 21:34:35.112]: Info: Avahi service cachy-roflmao-msi successfully established. [2026-07-04 21:34:43.065]: Info: Trying encoder [vaapi] [2026-07-04 21:34:43.074]: Info: Screencasting with KMS [2026-07-04 21:34:43.074]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:43.074]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:43.074]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:43.074]: Info: Found connector ID [508] [2026-07-04 21:34:43.074]: Info: Found cursor plane [145] [2026-07-04 21:34:43.074]: Info: Creating encoder [h264_vaapi] [2026-07-04 21:34:43.074]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:34:43.074]: Info: Color depth: 8-bit [2026-07-04 21:34:43.074]: Info: Color range: JPEG [2026-07-04 21:34:43.077]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:34:43.080]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:34:43.080]: Info: Streaming bitrate is 1000000 [2026-07-04 21:34:43.080]: Info: Using LP encoding mode [2026-07-04 21:34:43.080]: Info: Using VBR with single frame VBV size [2026-07-04 21:34:43.106]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:34:43.106]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:34:43.106]: Info: Color depth: 8-bit [2026-07-04 21:34:43.106]: Info: Color range: JPEG [2026-07-04 21:34:43.109]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:34:43.114]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:34:43.114]: Info: Streaming bitrate is 1000000 [2026-07-04 21:34:43.114]: Info: Using LP encoding mode [2026-07-04 21:34:43.114]: Info: Using VBR with single frame VBV size [2026-07-04 21:34:43.150]: Info: Creating encoder [av1_vaapi] [2026-07-04 21:34:43.150]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:34:43.150]: Info: Color depth: 8-bit [2026-07-04 21:34:43.150]: Info: Color range: JPEG [2026-07-04 21:34:43.154]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:34:43.156]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:34:43.156]: Info: Streaming bitrate is 1000000 [2026-07-04 21:34:43.156]: Error: [av1_vaapi @ 0x7f643c163a40] No usable encoding entrypoint found for profile VAProfileAV1Profile0 (32). [2026-07-04 21:34:43.156]: Error: Could not open codec [av1_vaapi]: Function not implemented [2026-07-04 21:34:43.157]: Info: Screencasting with KMS [2026-07-04 21:34:43.157]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:43.157]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:43.158]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:43.158]: Info: Found connector ID [508] [2026-07-04 21:34:43.158]: Info: Found cursor plane [145] [2026-07-04 21:34:43.159]: Info: Screencasting with KMS [2026-07-04 21:34:43.159]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:43.159]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:43.159]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:43.159]: Info: Found connector ID [508] [2026-07-04 21:34:43.159]: Info: Found cursor plane [145] [2026-07-04 21:34:43.161]: Info: Screencasting with KMS [2026-07-04 21:34:43.161]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:43.161]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:43.161]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:43.161]: Info: Found connector ID [508] [2026-07-04 21:34:43.161]: Info: Found cursor plane [145] [2026-07-04 21:34:43.163]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:34:43.163]: Info: Color coding: SDR (Rec. 709) [2026-07-04 21:34:43.163]: Info: Color depth: 10-bit [2026-07-04 21:34:43.163]: Info: Color range: JPEG [2026-07-04 21:34:43.166]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:34:43.169]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:34:43.169]: Info: Streaming bitrate is 1000000 [2026-07-04 21:34:43.169]: Info: Using LP encoding mode [2026-07-04 21:34:43.169]: Info: Using VBR with single frame VBV size [2026-07-04 21:34:43.195]: Info: Screencasting with KMS [2026-07-04 21:34:43.195]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:43.195]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:43.195]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:43.195]: Info: Found connector ID [508] [2026-07-04 21:34:43.195]: Info: Found cursor plane [145] [2026-07-04 21:34:43.197]: Info: Screencasting with KMS [2026-07-04 21:34:43.197]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:43.197]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:43.197]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:43.197]: Info: Found connector ID [508] [2026-07-04 21:34:43.197]: Info: Found cursor plane [145] [2026-07-04 21:34:43.199]: Info: Screencasting with KMS [2026-07-04 21:34:43.199]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:43.199]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:43.199]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:43.199]: Info: Found connector ID [508] [2026-07-04 21:34:43.199]: Info: Found cursor plane [145] [2026-07-04 21:34:43.200]: Info: Screencasting with KMS [2026-07-04 21:34:43.200]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:43.201]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:43.201]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:43.201]: Info: Found connector ID [508] [2026-07-04 21:34:43.201]: Info: Found cursor plane [145] [2026-07-04 21:34:43.202]: Info: // Testing for available encoders, this may generate errors. You can safely ignore those errors. // [2026-07-04 21:34:43.202]: Info: [2026-07-04 21:34:43.202]: Info: // Ignore any errors mentioned above, they are not relevant. // [2026-07-04 21:34:43.202]: Info: [2026-07-04 21:34:43.202]: Info: Found H.264 encoder: h264_vaapi [vaapi] [2026-07-04 21:34:43.202]: Info: Found HEVC encoder: hevc_vaapi [vaapi] [2026-07-04 21:34:43.202]: Info: Executing Do Cmd: [/home/thesingular/.local/bin/color-mode accuracy] [2026-07-04 21:34:44.388]: Info: Executing Do Cmd: [/home/thesingular/.local/bin/vrr-mode never] [2026-07-04 21:34:44.423]: Info: Executing Do Cmd: [/home/thesingular/.local/bin/session-lock unlock] [2026-07-04 21:34:44.438]: Info: Executing Do Cmd: [kscreen-doctor -d on output.eDP-1.enable output.eDP-1.mode.1 output.eDP-1.position.0,0] [2026-07-04 21:34:44.472]: Info: Executing [Desktop] [2026-07-04 21:34:45.522]: Info: New streaming session started [active sessions: 1] [2026-07-04 21:34:45.627]: Info: Setting default sink to: [sink-sunshine-stereo] [2026-07-04 21:34:45.628]: Info: Found default monitor by name: sink-sunshine-stereo.monitor [2026-07-04 21:34:45.670]: Info: Opus initialized: 48 kHz, 2 channels, 512 kbps (total), LOWDELAY [2026-07-04 21:34:45.845]: Info: CLIENT CONNECTED [2026-07-04 21:34:45.861]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:45.861]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:45.861]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:34:45.861]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 [2026-07-04 21:34:45.861]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 [2026-07-04 21:34:45.861]: Info: [wayland] Found interface: wl_output(66) version 4 [2026-07-04 21:34:45.861]: Info: [wayland] Resolution: 2560x1600 [2026-07-04 21:34:45.861]: Info: [wayland] Offset: 0x0 [2026-07-04 21:34:45.861]: Info: [wayland] Logical size: 1707x1067 [2026-07-04 21:34:45.861]: Info: [wayland] Name: eDP-1 [2026-07-04 21:34:45.861]: Info: [wayland] Found monitor: Built-in Screen [2026-07-04 21:34:45.861]: Info: -------- Start of KMS monitor list -------- [2026-07-04 21:34:45.861]: Info: Monitor 0 is eDP-1: Built-in Screen [2026-07-04 21:34:45.861]: Info: --------- End of KMS monitor list --------- [2026-07-04 21:34:45.861]: Info: Screencasting with KMS [2026-07-04 21:34:45.861]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:34:45.861]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:34:45.862]: Info: Found monitor for DRM screencasting [2026-07-04 21:34:45.862]: Info: Found connector ID [508] [2026-07-04 21:34:45.862]: Info: Found cursor plane [145] [2026-07-04 21:34:45.868]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:34:45.868]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:34:45.868]: Info: Color depth: 8-bit [2026-07-04 21:34:45.868]: Info: Color range: MPEG [2026-07-04 21:34:45.876]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:34:45.883]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:34:45.883]: Info: Streaming bitrate is 30988000 [2026-07-04 21:34:45.883]: Info: Using LP encoding mode [2026-07-04 21:34:45.883]: Info: Using VBR with single frame VBV size [2026-07-04 21:34:45.908]: Info: Minimum FPS target set to ~30fps (33.3333ms) [2026-07-04 21:35:02.679]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:02.679]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:02.679]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:35:02.680]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 [2026-07-04 21:35:02.680]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 [2026-07-04 21:35:02.680]: Info: [wayland] Found interface: wl_output(66) version 4 [2026-07-04 21:35:02.680]: Info: [wayland] Resolution: 2560x1600 [2026-07-04 21:35:02.680]: Info: [wayland] Offset: 0x0 [2026-07-04 21:35:02.680]: Info: [wayland] Logical size: 1707x1067 [2026-07-04 21:35:02.680]: Info: [wayland] Name: eDP-1 [2026-07-04 21:35:02.680]: Info: [wayland] Found monitor: Built-in Screen [2026-07-04 21:35:02.680]: Info: -------- Start of KMS monitor list -------- [2026-07-04 21:35:02.680]: Info: Monitor 1 is eDP-1: Built-in Screen [2026-07-04 21:35:02.680]: Info: --------- End of KMS monitor list --------- [2026-07-04 21:35:02.680]: Info: Screencasting with KMS [2026-07-04 21:35:02.680]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:02.680]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:02.680]: Info: Found monitor for DRM screencasting [2026-07-04 21:35:02.680]: Info: Found connector ID [508] [2026-07-04 21:35:02.680]: Info: Found cursor plane [145] [2026-07-04 21:35:02.702]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:35:02.702]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:35:02.702]: Info: Color depth: 8-bit [2026-07-04 21:35:02.702]: Info: Color range: MPEG [2026-07-04 21:35:02.706]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:35:02.709]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:35:02.709]: Info: Streaming bitrate is 30988000 [2026-07-04 21:35:02.709]: Info: Using LP encoding mode [2026-07-04 21:35:02.709]: Info: Using VBR with single frame VBV size [2026-07-04 21:35:02.717]: Info: Minimum FPS target set to ~30fps (33.3333ms) [2026-07-04 21:35:04.040]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:04.040]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:04.040]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:35:04.040]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 [2026-07-04 21:35:04.040]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 [2026-07-04 21:35:04.040]: Info: [wayland] Found interface: wl_output(66) version 4 [2026-07-04 21:35:04.040]: Info: [wayland] Resolution: 2560x1600 [2026-07-04 21:35:04.040]: Info: [wayland] Offset: 0x0 [2026-07-04 21:35:04.040]: Info: [wayland] Logical size: 1707x1067 [2026-07-04 21:35:04.040]: Info: [wayland] Name: eDP-1 [2026-07-04 21:35:04.040]: Info: [wayland] Found monitor: Built-in Screen [2026-07-04 21:35:04.040]: Info: -------- Start of KMS monitor list -------- [2026-07-04 21:35:04.040]: Info: Monitor 0 is eDP-1: Built-in Screen [2026-07-04 21:35:04.040]: Info: --------- End of KMS monitor list --------- [2026-07-04 21:35:04.040]: Info: Screencasting with KMS [2026-07-04 21:35:04.040]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:04.041]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:04.041]: Info: Found monitor for DRM screencasting [2026-07-04 21:35:04.041]: Info: Found connector ID [508] [2026-07-04 21:35:04.041]: Info: Found cursor plane [145] [2026-07-04 21:35:04.043]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:35:04.043]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:35:04.043]: Info: Color depth: 8-bit [2026-07-04 21:35:04.043]: Info: Color range: MPEG [2026-07-04 21:35:04.047]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:35:04.049]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:35:04.049]: Info: Streaming bitrate is 30988000 [2026-07-04 21:35:04.049]: Info: Using LP encoding mode [2026-07-04 21:35:04.049]: Info: Using VBR with single frame VBV size [2026-07-04 21:35:04.056]: Info: Minimum FPS target set to ~30fps (33.3333ms) [2026-07-04 21:35:04.250]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:04.250]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:04.250]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:35:04.250]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 [2026-07-04 21:35:04.250]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 [2026-07-04 21:35:04.250]: Info: [wayland] Found interface: wl_output(66) version 4 [2026-07-04 21:35:04.250]: Info: [wayland] Resolution: 2560x1600 [2026-07-04 21:35:04.250]: Info: [wayland] Offset: 0x0 [2026-07-04 21:35:04.250]: Info: [wayland] Logical size: 1707x1067 [2026-07-04 21:35:04.250]: Info: [wayland] Name: eDP-1 [2026-07-04 21:35:04.250]: Info: [wayland] Found monitor: Built-in Screen [2026-07-04 21:35:04.250]: Info: -------- Start of KMS monitor list -------- [2026-07-04 21:35:04.250]: Info: Monitor 1 is eDP-1: Built-in Screen [2026-07-04 21:35:04.250]: Info: --------- End of KMS monitor list --------- [2026-07-04 21:35:04.250]: Info: Screencasting with KMS [2026-07-04 21:35:04.250]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:04.250]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:04.250]: Info: Found monitor for DRM screencasting [2026-07-04 21:35:04.250]: Info: Found connector ID [508] [2026-07-04 21:35:04.250]: Info: Found cursor plane [145] [2026-07-04 21:35:04.252]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:35:04.252]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:35:04.252]: Info: Color depth: 8-bit [2026-07-04 21:35:04.252]: Info: Color range: MPEG [2026-07-04 21:35:04.256]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:35:04.259]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:35:04.259]: Info: Streaming bitrate is 30988000 [2026-07-04 21:35:04.259]: Info: Using LP encoding mode [2026-07-04 21:35:04.259]: Info: Using VBR with single frame VBV size [2026-07-04 21:35:04.268]: Info: Minimum FPS target set to ~30fps (33.3333ms) [2026-07-04 21:35:05.175]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:05.175]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:05.175]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:35:05.176]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 [2026-07-04 21:35:05.176]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 [2026-07-04 21:35:05.176]: Info: [wayland] Found interface: wl_output(66) version 4 [2026-07-04 21:35:05.176]: Info: [wayland] Resolution: 2560x1600 [2026-07-04 21:35:05.176]: Info: [wayland] Offset: 0x0 [2026-07-04 21:35:05.176]: Info: [wayland] Logical size: 1707x1067 [2026-07-04 21:35:05.176]: Info: [wayland] Name: eDP-1 [2026-07-04 21:35:05.176]: Info: [wayland] Found monitor: Built-in Screen [2026-07-04 21:35:05.176]: Info: -------- Start of KMS monitor list -------- [2026-07-04 21:35:05.176]: Info: Monitor 0 is eDP-1: Built-in Screen [2026-07-04 21:35:05.176]: Info: --------- End of KMS monitor list --------- [2026-07-04 21:35:05.176]: Info: Screencasting with KMS [2026-07-04 21:35:05.176]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:05.176]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:05.176]: Info: Found monitor for DRM screencasting [2026-07-04 21:35:05.176]: Info: Found connector ID [508] [2026-07-04 21:35:05.176]: Info: Found cursor plane [145] [2026-07-04 21:35:05.180]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:35:05.180]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:35:05.180]: Info: Color depth: 8-bit [2026-07-04 21:35:05.180]: Info: Color range: MPEG [2026-07-04 21:35:05.183]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:35:05.186]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:35:05.186]: Info: Streaming bitrate is 30988000 [2026-07-04 21:35:05.186]: Info: Using LP encoding mode [2026-07-04 21:35:05.186]: Info: Using VBR with single frame VBV size [2026-07-04 21:35:05.192]: Info: Minimum FPS target set to ~30fps (33.3333ms) [2026-07-04 21:35:06.268]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:06.268]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:06.268]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:35:06.268]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 [2026-07-04 21:35:06.268]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 [2026-07-04 21:35:06.268]: Info: [wayland] Found interface: wl_output(66) version 4 [2026-07-04 21:35:06.268]: Info: [wayland] Resolution: 2560x1600 [2026-07-04 21:35:06.268]: Info: [wayland] Offset: 0x0 [2026-07-04 21:35:06.268]: Info: [wayland] Logical size: 1707x1067 [2026-07-04 21:35:06.268]: Info: [wayland] Name: eDP-1 [2026-07-04 21:35:06.268]: Info: [wayland] Found monitor: Built-in Screen [2026-07-04 21:35:06.268]: Info: -------- Start of KMS monitor list -------- [2026-07-04 21:35:06.268]: Info: Monitor 1 is eDP-1: Built-in Screen [2026-07-04 21:35:06.268]: Info: --------- End of KMS monitor list --------- [2026-07-04 21:35:06.268]: Info: Screencasting with KMS [2026-07-04 21:35:06.268]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:06.268]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:06.268]: Info: Found monitor for DRM screencasting [2026-07-04 21:35:06.268]: Info: Found connector ID [508] [2026-07-04 21:35:06.268]: Info: Found cursor plane [145] [2026-07-04 21:35:06.291]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:35:06.291]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:35:06.291]: Info: Color depth: 8-bit [2026-07-04 21:35:06.291]: Info: Color range: MPEG [2026-07-04 21:35:06.295]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:35:06.298]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:35:06.298]: Info: Streaming bitrate is 30988000 [2026-07-04 21:35:06.298]: Info: Using LP encoding mode [2026-07-04 21:35:06.298]: Info: Using VBR with single frame VBV size [2026-07-04 21:35:06.308]: Info: Minimum FPS target set to ~30fps (33.3333ms) [2026-07-04 21:35:06.561]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:06.561]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:06.561]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:35:06.561]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 [2026-07-04 21:35:06.561]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 [2026-07-04 21:35:06.561]: Info: [wayland] Found interface: wl_output(66) version 4 [2026-07-04 21:35:06.562]: Info: [wayland] Resolution: 2560x1600 [2026-07-04 21:35:06.562]: Info: [wayland] Offset: 0x0 [2026-07-04 21:35:06.562]: Info: [wayland] Logical size: 1707x1067 [2026-07-04 21:35:06.562]: Info: [wayland] Name: eDP-1 [2026-07-04 21:35:06.562]: Info: [wayland] Found monitor: Built-in Screen [2026-07-04 21:35:06.562]: Info: -------- Start of KMS monitor list -------- [2026-07-04 21:35:06.562]: Info: Monitor 0 is eDP-1: Built-in Screen [2026-07-04 21:35:06.562]: Info: --------- End of KMS monitor list --------- [2026-07-04 21:35:06.562]: Info: Screencasting with KMS [2026-07-04 21:35:06.562]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:06.562]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:06.562]: Info: Found monitor for DRM screencasting [2026-07-04 21:35:06.562]: Info: Found connector ID [508] [2026-07-04 21:35:06.562]: Info: Found cursor plane [145] [2026-07-04 21:35:06.567]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:35:06.567]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:35:06.567]: Info: Color depth: 8-bit [2026-07-04 21:35:06.567]: Info: Color range: MPEG [2026-07-04 21:35:06.573]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:35:06.578]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:35:06.578]: Info: Streaming bitrate is 30988000 [2026-07-04 21:35:06.578]: Info: Using LP encoding mode [2026-07-04 21:35:06.578]: Info: Using VBR with single frame VBV size [2026-07-04 21:35:06.586]: Info: Minimum FPS target set to ~30fps (33.3333ms) [2026-07-04 21:35:06.670]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:06.670]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:06.671]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:35:06.671]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 [2026-07-04 21:35:06.671]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 [2026-07-04 21:35:06.671]: Info: [wayland] Found interface: wl_output(66) version 4 [2026-07-04 21:35:06.671]: Info: [wayland] Resolution: 2560x1600 [2026-07-04 21:35:06.671]: Info: [wayland] Offset: 0x0 [2026-07-04 21:35:06.671]: Info: [wayland] Logical size: 1707x1067 [2026-07-04 21:35:06.671]: Info: [wayland] Name: eDP-1 [2026-07-04 21:35:06.671]: Info: [wayland] Found monitor: Built-in Screen [2026-07-04 21:35:06.671]: Info: -------- Start of KMS monitor list -------- [2026-07-04 21:35:06.671]: Info: Monitor 1 is eDP-1: Built-in Screen [2026-07-04 21:35:06.671]: Info: --------- End of KMS monitor list --------- [2026-07-04 21:35:06.671]: Info: Screencasting with KMS [2026-07-04 21:35:06.671]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:06.671]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:06.671]: Info: Found monitor for DRM screencasting [2026-07-04 21:35:06.671]: Info: Found connector ID [508] [2026-07-04 21:35:06.671]: Info: Found cursor plane [145] [2026-07-04 21:35:06.675]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:35:06.675]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:35:06.675]: Info: Color depth: 8-bit [2026-07-04 21:35:06.675]: Info: Color range: MPEG [2026-07-04 21:35:06.679]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:35:06.681]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:35:06.681]: Info: Streaming bitrate is 30988000 [2026-07-04 21:35:06.681]: Info: Using LP encoding mode [2026-07-04 21:35:06.681]: Info: Using VBR with single frame VBV size [2026-07-04 21:35:06.688]: Info: Minimum FPS target set to ~30fps (33.3333ms) [2026-07-04 21:35:07.063]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:07.063]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:07.063]: Info: [wayland] Found display [wayland-0] [2026-07-04 21:35:07.063]: Info: [wayland] Found interface: zxdg_output_manager_v1(33) version 3 [2026-07-04 21:35:07.063]: Info: [wayland] Found interface: zwp_linux_dmabuf_v1(60) version 5 [2026-07-04 21:35:07.063]: Info: [wayland] Found interface: wl_output(66) version 4 [2026-07-04 21:35:07.063]: Info: [wayland] Resolution: 2560x1600 [2026-07-04 21:35:07.063]: Info: [wayland] Offset: 0x0 [2026-07-04 21:35:07.063]: Info: [wayland] Logical size: 1707x1067 [2026-07-04 21:35:07.063]: Info: [wayland] Name: eDP-1 [2026-07-04 21:35:07.063]: Info: [wayland] Found monitor: Built-in Screen [2026-07-04 21:35:07.063]: Info: -------- Start of KMS monitor list -------- [2026-07-04 21:35:07.063]: Info: Monitor 0 is eDP-1: Built-in Screen [2026-07-04 21:35:07.063]: Info: --------- End of KMS monitor list --------- [2026-07-04 21:35:07.063]: Info: Screencasting with KMS [2026-07-04 21:35:07.063]: Info: /dev/dri/card2 -> nvidia-drm [2026-07-04 21:35:07.063]: Info: /dev/dri/card1 -> i915 [2026-07-04 21:35:07.064]: Info: Found monitor for DRM screencasting [2026-07-04 21:35:07.064]: Info: Found connector ID [508] [2026-07-04 21:35:07.064]: Info: Found cursor plane [145] [2026-07-04 21:35:07.068]: Info: Creating encoder [hevc_vaapi] [2026-07-04 21:35:07.068]: Info: Color coding: SDR (Rec. 601) [2026-07-04 21:35:07.068]: Info: Color depth: 8-bit [2026-07-04 21:35:07.068]: Info: Color range: MPEG [2026-07-04 21:35:07.072]: Warning: EGL: context priority set to HIGH but CAP_SYS_NICE capability is missing [2026-07-04 21:35:07.074]: Info: vaapi vendor: Intel iHD driver for Intel(R) Gen Graphics - 26.1.5 () [2026-07-04 21:35:07.074]: Info: Streaming bitrate is 30988000 [2026-07-04 21:35:07.074]: Info: Using LP encoding mode [2026-07-04 21:35:07.074]: Info: Using VBR with single frame VBV size [2026-07-04 21:35:07.081]: Info: Minimum FPS target set to ~30fps (33.3333ms) [2026-07-04 21:35:36.449]: Info: Web UI: [127.0.0.1] -- not authorizedOnline logs
No response