Yahoo Web Search

Search results

  1. Jun 13, 2021 · No branches or pull requests. 2 participants. Hi, I am using sway on Fedora 34, unfortunatelly, in the last month, I am getting the following error: 00:00:00.735 [ERROR] [wlr] [backend/drm/atomic.c:35] connector DP-1: Atomic commit failed (modeset): Invalid argument 00:00:00.735 [IN...

  2. Mar 13, 2020 · 00:19:41.952 [backend/drm/drm.c:633] Initializing renderer on connector 'DP-1'. 00:19:42.096 [backend/drm/drm.c:611] Starting renderer on output 'DP-1'. 00:19:42.129 [sway/config/output.c:433] Set Goldstar Company Ltd LG Ultra HD 0x00003202 position to 0, 0.

  3. Apr 28, 2020 · On sway master (& wlroots master) sway does not start up anymore for me. sway.log. the important bits probably are: [backend/drm/drm.c:708] Initializing renderer on connector 'eDP-1'. [backend/drm/util.c:210] Unable to add DRM framebuffer: Invalid argument.

  4. Created by: yellowhat. Hi, I am using sway on Fedora 34, unfortunatelly, in the last month, I am getting the following error: 00:00:00.735 [ERROR] [wlr] [backend/drm/atomic.c:35] connector DP-1: Atomic commit failed (modeset): Invalid argument 00:00:00.735 [INFO] [wlr] [backend/drm/drm.c:701] connector DP-1: Page-flip failed with primary FB ...

  5. 00:02:37.151 [DEBUG] [wlr] [backend/drm/atomic.c:34] connector DP-4: Atomic test failed (modeset): No space left on device. Could be this issue: https://github.com/swaywm/wlroots/issues/1866. The discussion says the displays are exceeding available bandwidth. But you had this working before. Have you tried setting WLR_DRM_NO_MODIFIERS=1

  6. This is from the debug logs, after I've plugged in an external monitor, waited, and then tried to enable via an IPC command:

  7. I also tried DP-1 without scaling (3840x2160 scale 1 and positioning it at 0 -2160), but the issues are the same. ... DP-1: Page-flip failed with primary FB modifiers ...

  8. Oct 16, 2021 · So, Build Xwayland with eglstreams? ( Yes / No) #8) Install libdrm-git from AUR; #9) change /etc/mkinitcpio.conf such that we have nvidia drivers available as soon as possible: MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm) Does the order matters here?

  9. Apr 8, 2021 · Under certain circumstances, my external monitor won't turn on when plugging it in (when plugging in the docking station with the monitor connected, see below), even though sway detects the screen. Using commands such as swaymsg "output DP-6 scale 2" don't have any effect.

  10. Nov 22, 2023 · Hi, This work from me and Simon adds support for DRM_MODE_PAGE_FLIP_ASYNC through the atomic API. This feature is already available via the legacy API. The use case is to be able to present a new frame immediately (or as soon as possible), even if after missing a vblank.