HeroBrine1st Erquilenne
HeroBrine1st Erquilenne
I think in the same limit case we should show dxvk because in late case mangohud presents frame and waits with dxvk, then mangohud requests frame, dxvk creates it and...
Added a fix so that it still shows "Fps limit [late]: 0" if DXVK_FRAME_RATE is set to an invalid value and no fps limit is set in config. Sorry for...
Also I found a bug by "squash verification" review: if there's no fps_limit in config, condition for showing dxvk won't be true (I tested it before fixing of course), so...
# Human error - read UPD4 The issue is probably already resolved downstream Original text follows --- There's working extension in binary cache (nixpkgs 7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856), but I can't replicate local...
Mali G610 is just landed to [Mesa 24.1](https://docs.mesa3d.org/relnotes/24.1.0.html). Probably we can go without panfork after nixpkgs have mesa 24.1. If someone is less lazy than me to get their server...
Mesa 24.1.1 is just landed to unstable channel. I did no tests though.
I did some tests. [Using X11 forwarding](https://github.com/HeroBrine1st/flake/compare/f1e60166e907b5ba0c0854a40e6d3d59e13b354f..589e1633dfeb48848028c71b3cd729bc13e5acd4), I got "Error: couldn't get an RGB, Double-buffered visual x11 forwarding" for glxgears. Then I got OPi 5 on the table and did...
I tested again: ```nix { pkgs, lib, ... }: { hardware.graphics.enable = true; hardware.graphics.package = lib.mkForce pkgs.mesa.drivers; environment.systemPackages = [ pkgs.mesa-demos ]; services.xserver.enable = true; services.xserver.videoDrivers = [ "panfrost" ];...
> It appears to be a problem only on Wayland. No, it doesn't. Also I did not have UTF8_STRING in that file, I had to remove that folder to fix...
According to my previous knowledge, and also to nix-store -q --tree, electron depends on gtk: ``` /nix/store/2ayryq3clabcblbj2ipbvcrp31h9lknx-electron-33.0.0 ├───/nix/store/2dgqnmvrskxap0f315h13pvpyq7hr1s5-gtk4-4.14.5 ... ``` It is also a dependency on Arch Linux, examples: [AUR](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=spotify#n17)...