I've looked at enough of the bazzite scripts to know that they're not all shellchecked, so if there's a way to make it happen automatically it would be a clear improvement.
Hmm sorry to hear it is still crashing. Hideous tty is indeed a consequence of setting it to 0; on the bright side it shouldn’t be any worse than it was under 535? (At least that was the case for me) I believe you can set it back the way it was using kargs —delete=nvidia-drm.fbdev
Other than these 2 things the main remaining issues I have with Gnome on Nvidia Wayland is stream freezing on direct scanout (fullscreen games) and the stream in general having a very high CPU impact also creating some sort of constant frequent stutter
this seems to work, if it's worth anything to anyone. I'm not doing any overclocking just adding resolutions that my monitor EDID lacks, despite supporting
Since you're on @KyleGospo - I just got a new monitor and am testing out various games with 535/545. I'm having pretty horrific performance issues with specifically Dyson Sphere Program on both, with or without VRR/Freesync enabled, and different proton versions don't seem to help much. Different resolutions and refresh rates don't help, and the game seems to not be using system resources right when this monitor is plugged in, with or without another monitor. Any ideas for parts of the tech stack I haven't tested, or things which just aren't there yet upstream which could be causing this?
Anybody have issues with fullscreen games on bazzite gnome? They lag like crazy until you make them windowed. I've had this issue with Civ 6 as well as Red Dead Redemption 2.
@EyeCantCU I'm testing your latest changes to flatpak-setup & this is what I see. grep command outputs nothing, with either remove or install list.
INSTALL_LIST=$(echo $FLATPAK_LIST | grep -vf - $INSTALL_LIST_FILE) INSTALL_LIST=$(echo $FLATPAK_LIST | grep -vf $INSTALL_LIST_FILE) #it should be like this
REMOVE_LIST=$(echo $FLATPAK_LIST | grep -f - $REMOVE_LIST_FILE) REMOVE_LIST=$(echo $FLATPAK_LIST | grep -f $REMOVE_LIST_FILE) #it should be like this
while it should output Gnome Web in Remove list (on my system).
When setup is ran, it still installs everything, but flatpak has check for installed flatpaks, so it skips it.
Hmm, it still doesn't work well, now it deletes everything. I understand why I solved the remove issue by including -o (only show matches, I would apply this to both install & remove) but grep -vf doesn't work for some reason at all for install. I uninstalled Calculator, but it does not appear in grep -vf for install
As far as I'm reading, grep -vf sometimes doesn't work with some piped commands. It's probably the case here with "flatpak list --columns=application"
the only thing remaining I can't solve is grep -vf not working with "flatpak list --columns=application" for flatpak removal. It outputs nothing while it should.
I originally wanted to work a bit on default-flatpaks module because currently in bling, you have to manually start flatpak-setup by deleting state version file for new changes. With just this 1 issue remaining to be solved, I could ditch that state version file concept & enjoy in automatic update of default-flatpaks.