• 0 Posts
  • 13 Comments
Joined 1 year ago
cake
Cake day: June 20th, 2023

help-circle


  • Smoking is a single habit that a large percentage of people have no problem never being tempted to do.

    Unsustainable practices pervade societ in a way that requires real education and lifestyle changes to avoid. It’s not enough to “just stop polluting,” you first need to learn how to. The fact that beef is unsustainable, that other meats are still far less sustainable than a plant-based diet, that some plant-based foods are still unsustainable. Where to get the sustainable plant-based food without them being packaged in disposable plastic – and at prices you can afford, at the job you work at where commuting doesn’t require a private vehicle. Learning that basically everything sold online from overseas is unsustainable, especially most of the stuff that advertises itself as sustainable. Learning to be content with what you have, unless it’s a gas-powered dryer because wouldn’t a heat pump clothes dryer be better? But really you should air dry your clothes!

    Unsustainability isn’t a single habit like smoking, it’s entire lifestyle and thought patterns and ignorance and you have to learn about it all and change deeply ingrained habits. That’s why blaming the individual is so unproductive. Governments should have responded to the danger of climate change a long time ago but chose not to, even actively accelerating it for profit. The failure lies there.


  • A couple people recommended Fedora spins but I’d recommend just sticking with the big distros (that have up-to-date graphics drivers readily available - so not Debian.) A lot of the gaming-focused distros are only saving you a few terminal commands and increase your risk of running into issues; they’re good, but they may not be as 100% stable as you’ll find in major long-running distros like Fedora or Mint.

    I have settled on Fedora with KDE Plasma. Here’s basically everything I copy pasted for gaming:

    # install steam, discord, nvidia drivers
    sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
    sudo dnf config-manager --enable fedora-cisco-openh264 -y
    sudo dnf update -y
    sudo dnf install steam discord akmod-nvidia xorg-x11-drv-nvidia-cuda
    
    # install bluetooth Xbox driver
    sudo dnf install git dkms
    cd /tmp
    git clone https://github.com/atar-axis/xpadneo.git && cd xpadneo
    sudo ./install.sh
    

    I also had to enable Legacy X11 App Support through the settings gui so that Discord could receive push to talk presses without having focus.