Search Criteria
Package Details: wlroots-nvidia 0.17.4-1
Package Actions
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.061885 |
First Submitted: | 2022-08-20 15:26 (UTC) |
Last Updated: | 2024-06-29 17:47 (UTC) |
Dependencies (23)
- libdisplay-info.so (libdisplay-info-gitAUR, libdisplay-info)
- libglvnd (libglvnd-gitAUR)
- libinput (libinput-noaccumAUR, libinput-multiplierAUR, libinput-three-finger-dragAUR)
- libpixman-1.so (pixman-gitAUR, pixman)
- libseat.so (seatd)
- libudev.so (lib32-systemd-gitAUR, systemd-chromiumos-libsAUR, libeudevAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR, lib32-systemd, systemd-libs)
- libvulkan.so (lib32-vulkan-icd-loader-gitAUR, vulkan-icd-loader-gitAUR, lib32-vulkan-icd-loader, vulkan-icd-loader)
- libwayland-client.so (wayland-asan-gitAUR, wayland-chromiumAUR, lib32-wayland, wayland)
- libwayland-server.so (wayland-asan-gitAUR, wayland-chromiumAUR, lib32-wayland, wayland)
- libxcb (libxcb-gitAUR)
- libxkbcommon.so (libxkbcommon-gitAUR, lib32-libxkbcommon, libxkbcommon)
- opengl-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-vulkan-utilsAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, nvidia-535xx-utilsAUR, nvidia-470xx-utilsAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, nvidia-550xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-utils-betaAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, mesa, mesa-amber, nvidia-utils)
- xcb-util-errors
- xcb-util-renderutil
- xcb-util-wm
- glslang (glslang-gitAUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- wayland-protocols (wayland-protocols-gitAUR) (make)
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-hidpi-xpropAUR, xorg-xwayland-bug865-issue1578AUR) (make)
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-hidpi-xpropAUR, xorg-xwayland-bug865-issue1578AUR) (optional) – Xwayland support
Required by (56)
- cagebreak (requires wlroots)
- cagebreak-bin (requires wlroots)
- cambalache (requires wlroots)
- cambalache-git (requires wlroots)
- dfl-colorschemeparser (requires wlroots) (make)
- dfl-colorschemeparser-qt6 (requires wlroots) (make)
- dfl-hjsonparser (requires wlroots) (make)
- dfl-hjsonparser-qt6 (requires wlroots) (make)
- dfl-wayfireparser (requires wlroots)
- dfl-wayfireparser (requires wlroots) (make)
- dfl-wayfireparser-qt6 (requires wlroots)
- dfl-wayfireparser-qt6 (requires wlroots) (make)
- dwl (requires wlroots)
- dwl-guile-git (requires wlroots)
- fnott-git (requires wlroots)
- greetd-qtgreet-qt5-git (requires wlroots) (make)
- greetd-qtgreet-qt6-git (requires wlroots) (make)
- hikari-darcs (requires wlroots)
- japokwm-git (requires wlroots) (make)
- kanshi-git (requires wlroots) (make)
- Show 36 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6
mleivagomez commented on 2023-03-13 00:11 (UTC)
When attempting to build this package, an error now appears:
error: 'frame_number' is deprecated [-Werror=deprecated-declarations]
On line 524 of dmabuf-capture.c
felixsanz commented on 2023-01-10 20:59 (UTC)
Why when I upgrade my system i'm getting: :: wlroots and wlroots-nvidia are in conflict ???
I installed this one because with wlroots package my system doesn't work. What is happening with this package?
kplant commented on 2023-01-06 00:47 (UTC)
@rek2 if you want to use the vulkan renderer you need to declare it in your environment with something like
export WLR_RENDERER=vulkan
before launching swayrek2 commented on 2023-01-05 22:14 (UTC)
BTW: about the wlroot package, I did install yesterday, but it was flickering very hard, I had to revert to old sway/wlroots do you think they fixed this and I missed something in my config/install?
rek2 commented on 2023-01-05 22:08 (UTC)
@kplant thank you so much, one last thing I had to manually run makepkg and install myself because a gpg import issue will restart and hope is all good now :) cheers
kplant commented on 2023-01-04 18:13 (UTC)
@rek2 that is exactly right, I will fix this when I get home later.
In the mean time I would recommend trying the standard wlroots 0.16.x package with the vulkan renderer, it works pretty well in my experience.
rek2 commented on 2023-01-04 17:28 (UTC)
ok so sway now expects wlroots 0.16.1 https://gitlab.freedesktop.org/wlroots/wlroots/-/releases almost sure this is why is breaking, since this package builds on the older 0.15.x
rek2 commented on 2023-01-04 17:15 (UTC)
Just upgraded sway and is missing libwlroots....11.so the three points is because I do not remember the details but basically the new update of sway breaks this package, prob needs to be redone for the new version in the meantime our system is broken :(
kplant commented on 2022-11-13 07:09 (UTC)
@cincinmasukmangk done, thanks for the suggestion!
lepz0r commented on 2022-11-13 04:38 (UTC) (edited on 2022-11-13 06:01 (UTC) by lepz0r)
Change
provides=("libwlroots.so")
toprovides=("libwlroots.so" "wlroots")
so packages that depends onwlroots
package instead oflibwlroots.so
library can use this package« First ‹ Previous 1 2 3 4 5 6