• 0 Posts
  • 43 Comments
Joined 1 year ago
cake
Cake day: June 21st, 2023

help-circle

  • Okay, but that’s still partially on Nvidia for refusing to participate. They could have argued for explicit sync early in Wayland’s development but they weren’t at the table at all, so they got stuck with the technology that was decided on without them and had to argue for changes much later.

    And they started off arguing for EGLStreams, but it didn’t work well either. Explicit sync came later.


  • Wayland has a bunch of features that are so new they aren’t in the stable distros yet.

    Nvidia went from declaring they were never going to support Wayland to trying to force their own EGLStreams stuff on everybody to reluctantly accepting the standard that was developed without them and trying to make it work for their driver. They’re playing catchup and it’s entirely their own fault for refusing to cooperate with anybody.

    They’re moving more towards open source drivers now, probably because the people buying billions of dollars worth of GPUs to use on Linux servers for AI training have had words with Nvidia on the subject.



  • Network namespaces and policy based routing are black magic, IMO.

    I’ve got a VPN set up on my router and separate VLANs set up for ordinary traffic and VPN traffic. A device doesn’t need to support VPNs at all, I just connect it to the VPN VLAN and all its traffic goes over the VPN whether it likes it or not. I’ve got separate wifi SSIDs for each VLAN.

    My desktop is connected to both VLANs with a network namespace set up for the VPN VLAN, so sudo vpn rtorrent runs rtorrent in the namespace that’s connected to the VPN VLAN.

    My setup is nice, but I wouldn’t recommend it to anyone who doesn’t want to learn quite a bit about networking.