Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Sep 2021 04:42:49 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 258269] graphics/libglvnd: update to 1.3.4
Message-ID:  <bug-258269-7141-ce1kphUe7N@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258269-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258269-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258269

--- Comment #16 from Jan Beich <jbeich@FreeBSD.org> ---
All trivial - fixed. Please, continue the exp-run.

Note, plasma5-kwin runtime was tested as following:

  $ if [ -n "$WAYLAND_DISPLAY" ]; then
      # Spawn rootful to let kwin_x11 take over as classic WM
      export DISPLAY=3D:$(daemon Xwayland -retro -displayfd 1 2>/dev/null)
      # Force kwin_wayland to use X11 backend i.e., nest on Xwayland
      unset WAYLAND_DISPLAY
    else
      # Prevent kwin_x11 from taking over Xorg
      export DISPLAY=3D:$(daemon Xephyr -retro -displayfd 1 2>/dev/null)
    fi
  $ daemon -f kwin_x11
  $ daemon -f kwin_wayland
  $ export WAYLAND_DISPLAY=3D$(sockstat -lu | awk '/kwin_way/ { print $6; e=
xit
}')
  $ WINIT_UNIX_BACKEND=3Dx11 alacritty &
  $ WINIT_UNIX_BACKEND=3Dwayland alacritty &

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258269-7141-ce1kphUe7N>