Victor B.

Results 24 comments of Victor B.

@cookiedragon234 It does. ![image](https://user-images.githubusercontent.com/17727163/92310964-32e0d000-efb3-11ea-8be4-f395a1fc4fd4.png)

Issues that I see with this: - The ESP is still using Clover, which doesn't have support for Big Sur, while OpenCore has proper Big Sur support. - The fetch.sh...

> can you `git bisect` this i can try but i havent really done it before soo guess ill have fun

``` # only skipped commits left to test # possible first bad commit: [cbed4fa5ec1c7e5b383964ce5783eba6bbed7736] flake.lock: update # possible first bad commit: [a4f38a07d7578f0b06c09de7d04682e0aaddb12a] Nix: override wayland-protocols until merged # possible first...

yep, that seems to be it. reverting 448e3208cae4f19d48021572d50b9d29efc1d74b and 019d4900cb132f2ff43fea49334712a12c282a14 mitigates the issue, and so does disabling hardware cursors (which explains why trying to record it with OBS 'magically' fixed...

i know nothing about wlroots's code so i'm not really sure how i should go about fixing up the patch to work under nouveau or how to disable it if...

> Well the [patch](https://github.com/hyprwm/wlroots-hyprland/blob/main/patches/nvidia-hardware-cursors.patch) is its own file that you can remove or give a new name that doesn't end with `.patch` and the script won't apply it @Agent00Ming i'm...

for now i'm just using Hyprland v0.39.1 where it works fine

```nix { pkgs, inputs, ... }: let hlPkgs = inputs.hyprland.packages.${pkgs.system}; in hlPkgs.hyprland.override { wlroots-hyprland = hlPkgs.wlroots-hyprland.overrideAttrs { preConfigure = '' rm patches/nvidia-hardware-cursors.patch ''; }; } ``` does the trick for...

with hardware cursors off I can see them in my screenshots so it's definitely not falling back to software cursors On 28 Apr 2024 19:49, Vaxry ***@***.***> wrote: I wonder...