[-] SavvyBeardedFish@reddthat.com 4 points 22 hours ago* (last edited 22 hours ago)

If all nodes are connected through ethernet to each other (or at least one common node) you could go for OpenWRT's 'Dumb AP' setup as well

Edit: Already mentioned here; https://feditown.com/comment/1980836

[-] SavvyBeardedFish@reddthat.com 8 points 6 days ago* (last edited 6 days ago)

Maintainer has been absent for some time so kernel v6.11 and v6.12 isn't supported OOTB, to get it to work with kernel v6.11 you need to pull the fix from: !48

[-] SavvyBeardedFish@reddthat.com 7 points 1 month ago

If I remember correctly the default sudo timeout is set to 5 minutes on Yay, you should be able to increase it to something more reasonable

[-] SavvyBeardedFish@reddthat.com 12 points 2 months ago

Question is gonna be whether they can scale their DUV process, or if they have to get to EUV (without ASML) the next couple of years

[-] SavvyBeardedFish@reddthat.com 6 points 3 months ago

No bios update, but you most likely received both microcode updates (which is what will fix/mitigate the Intel issue, the bios is only to ensure everybody gets the microcode update) and firmware updates (from linux-firmware)

Of course non-mainlined (i.e. not in the linux kernel) firmware is a bit more iffy, luckily it's getting slowly better with OEMs using fwupd for those scenarios

[-] SavvyBeardedFish@reddthat.com 11 points 3 months ago

Could it be an issue with the Nvidia drivers, boot with acpi=off and then install the (proprietary) nvidia drivers and then reboot to see if it boots normally now?

[-] SavvyBeardedFish@reddthat.com 6 points 5 months ago* (last edited 5 months ago)

Running: swaymsg for_window "[app_id=mpv] opacity 0.5"

Works as expected on my end, are you missing just executing for_window?

Note, you can also add multiple rules in the same execution, e.g.

for_window {
    [app_id=mpv] opacity 0.85
    [app_id=LibreWolf] opacity 0.85
}

Also, note that app_id of LibreWolf is capitalized in that manner. You can get that information [app_id, shell etc] by running swaymsg -t get_tree

[-] SavvyBeardedFish@reddthat.com 6 points 6 months ago

Feel like most people still do the scripting in Bash for portability reasons, and then just run Fish as the interactive shell

[-] SavvyBeardedFish@reddthat.com 7 points 9 months ago

I've used: User Agent Switcher

Successfully using;

  1. Whitelist mode
  2. Domain = teams.microsoft.com
  3. UserAgentString = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36
[-] SavvyBeardedFish@reddthat.com 10 points 9 months ago

They support meetings in Firefox so it's a bit weird why they would block calls... They're effectively the same thing

Additionally, if you change your userAgent to be Chrome things are working pretty good in Firefox as far as I've tried it (not too extensively)

[-] SavvyBeardedFish@reddthat.com 4 points 1 year ago

I've tried running steam with the dedicated GPU option

What exactly are you running to choose the dedicated vs integrated GPU?

I also get the freezing issue without running with the dedicated GPU when I launch steam but found that launching directly to the steam settings window from the menu reduces the chances of freezing.

Hmmm, whenever this happens, it might be worth looking at the kernel logs, see if something crashes. You can check them with either

journalctl -k -xef or dmesg

Kernel: 5.15.0-82-generic

In general it's recommended to stay on newer kernels/mesa when using the open source GPU drivers, could be worthwhile trying to update that (think there's a PPA you can pull from)

view more: next ›

SavvyBeardedFish

joined 1 year ago