feat: improve waypipe performance, adjust trusted browser#1398
Merged
brianmcgillion merged 2 commits intotiiuae:mainfrom Sep 12, 2025
Merged
feat: improve waypipe performance, adjust trusted browser#1398brianmcgillion merged 2 commits intotiiuae:mainfrom
brianmcgillion merged 2 commits intotiiuae:mainfrom
Conversation
0e274de to
c7bb47c
Compare
c7bb47c to
cc4cbc6
Compare
cc4cbc6 to
04fbeed
Compare
04fbeed to
14b76a7
Compare
14b76a7 to
0c131aa
Compare
vunnyso
reviewed
Sep 12, 2025
- disabled compression and gpu protocols for waypipe connections - disabled gpu on for all chrome and chromium appvms - improved load times for appvms using waypipe Signed-off-by: Kajus Naujokaitis <kajus.naujokaitis@unikie.com>
- enabled auto-updating the extension with version changes - added extension icon - pinned extension to toolbar by default - bump ghafpkgs Signed-off-by: Kajus Naujokaitis <kajus.naujokaitis@unikie.com>
0c131aa to
e76bcd9
Compare
vunnyso
approved these changes
Sep 12, 2025
brianmcgillion
approved these changes
Sep 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of Changes
We are not running VMs in a bandwidth limited setup - no compression is preferred to reduce CPU resources and improve load times.
--no-gpufor all waypipe calls. We do not have render nodes anywhere other than guivm to make use of this waypipe feature.Waypipe docs explaining
--no-gpu:Measuring the performance is a little tricky - there's no good way to programatically determine when an app window appears.
We can try to get some precise-ish performance measurements if requested, otherwise I leave this up to the QA team.
Type of Change
References
https://gitlab.freedesktop.org/mstoeckl/waypipe/-/blob/master/waypipe.scd
https://peter.sh/experiments/chromium-command-line-switches/
Checklist
make-checksand it passesTesting Instructions
Applicable Targets
aarch64aarch64x86_64x86_64x86_64Installation Method
nixos-rebuild ... switchTest Steps To Verify: