Package Details: wlroots-nvidia 0.17.4-1

Git Clone URL: https://aur.archlinux.org/wlroots-nvidia.git (read-only, click to copy)
Package Base: wlroots-nvidia
Description: Modular Wayland compositor library, with fix for nvidia flickering
Upstream URL: https://gitlab.freedesktop.org/wlroots/wlroots
Licenses: MIT
Conflicts: wlroots, wlroots-git
Provides: libwlroots.so, wlroots
Submitter: kplant
Maintainer: kplant
Last Packager: kplant
Votes: 6
Popularity: 0.005060
First Submitted: 2022-08-20 15:26 (UTC)
Last Updated: 2024-06-29 17:47 (UTC)

Dependencies (23)

Required by (57)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

asklow commented on 2024-03-11 01:50 (UTC) (edited on 2024-03-11 01:57 (UTC) by asklow)

Yup. Simon thrown away the issue like it's NVIDIA bug.

Well, as you explained this introduces a blocking call which waits for GPU operations to complete. This is very much a performance regression. There is no reason why this should be necessary, glFlush introduces a synchronization barrier, which is supposed to be waited on by the buffer consumer via implicit synchronization. NACK, sorry, this is a NVIDIA bug.

I still don't understand why this package still ain't working for me. Have reinstalled the whole sway stack many times. Can you once test it by reinstall on your side ?

kplant commented on 2024-03-11 01:00 (UTC)

@asklow not sure, my PR was rejected before I ever made this patch.

https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/3671

asklow commented on 2024-03-06 08:21 (UTC) (edited on 2024-03-06 08:24 (UTC) by asklow)

I donno why devs keep glflush & not change it to glfinish. Does anyone know why ? https://gitlab.freedesktop.org/wlroots/wlroots/-/blob/master/render/gles2/pass.c?ref_type=heads#L39

Also, you should probably update the patch. The line number has changed to 39.

asklow commented on 2024-03-06 07:25 (UTC) (edited on 2024-03-06 08:12 (UTC) by asklow)

Yes I have tried it again. My biggest concern is flickers while using terminals. Also. I did have vulkan-validation-layers & WLR_RENDERER flag but flickers didn't seem to go away.

pavel.lazar commented on 2024-03-04 19:56 (UTC)

Screen flickering still happens for me, but only on the external monitor. I tried setting the WLR_RENDERER to 'gles2' as well. Vulcan renderer no longer works for me.

kplant commented on 2024-03-01 22:50 (UTC)

@asklow you've tried this package with the gles2 renderer? I'm running the following combination and not do experience any artifacting:

❯ pacman -Q sway wlroots-nvidia
sway 1:1.9-1
wlroots-nvidia 0.17.1-1

asklow commented on 2024-03-01 13:48 (UTC)

Yep. official sway package now requires wlroots v0.17.1. Weirdly, now this one flickers too. Have tried all versions of wlroots & sway packages & flickers on almost everything. Something's borked.

MarsSeed commented on 2024-02-27 04:09 (UTC)

What was @MarsSeed going on about? :D

kplant commented on 2024-02-27 03:58 (UTC)

Not sure what @MarsSeed was going on about, unfortunately this is still very much a problem.

Naked wlroots-0.17.1, with sway 1.9, still exhibits this problem; only now, vulkan is also rendering artifacts. I've updated the patch to apply correctly and fix the artifacting for the gles2 renderer, the default, on nvidia.

simontunnat commented on 2024-02-19 11:14 (UTC)

I have created a version of this package for wlroots 0.16 to be used with compositors like sway which have not jet updated to wlroots 0.17: https://aur.archlinux.org/packages/wlroots0.16-nvidia

Using sway-git did NOT work for me, I got the same flickers.