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

help-circle



  • This is entirely plausible, but I don’t know if it’s there yet. I’ve long since moved to AMD GPUs so I can’t really fiddle and find out. Give the open source drivers some time to mature.

    Until then, you are reasonably safe running Linux with secure boot turned off. I’m no expert on the matter, but I’m not familiar with any ongoing threats to boot loader in Linux distributions. Stick to your official repos to be safest, unverified user maintained sources like AUR and COPR are possibly more likely to harbor security threats, don’t use them if you don’t need to or don’t know what you’re doing. Password your bios and require a password to log in to your operating system. Common sense is a better defense than secure boot.






  • Love it when people speak with authority and are confidently incorrect. Eugenia is right.

    You could potentially use flatseal to grant the flatpak the necessary permissions, and you might find out what those permissions are by looking for other users experiences with the flatpak version.

    Or, you find the .deb file and it installs natively without being sandboxed. OR, you can find a PPA repository for it, load said repository and install your software.

    But those things require learning a little. Linux rewards self starters who can use a search engine and forums. Hope this maybe points you in the right direction.




  • At least one option I found in that price range on Amazon (US, not sure about EU)

    Discrete AMD GPUs in laptops are a very niche market, and there aren’t too many to be found. The RX6550m listed here is not the bottom of AMD’s barrel, but it’s no powerhouse. I’m sure it would run anything that isn’t too demanding, TF2 included.

    MSI Bravo 15 Gaming Laptop, 15.6" 144hz FHD, Ryzen 7-7735HS(Up to 4.75GHz), 16GB RAM, Radeon RX6550M with 4G GDDR6, 1TB SSD




  • Why bother with Pop!_OS when you’re comfortable with Arch? Arch is, in my opinion, better for gaming just due to its newer packages, and certainly its newer Kernel. I’ve been running EndeavourOS which is basically just pre packaged Arch, and it handles all of my gaming and productivity tasks more to my liking than any Ubuntu based distro, certainly better than Pop! did.

    Also, I see no reason why you shouldn’t delete all of your old partitions and start fresh, but when you do, give EndeavourOS a whirl and see if it handles all of your dev tasks and gaming. I think you’re over complicating your system and not getting any tangible return from dual booting Pop!



  • I would say that EndeavourOS, while being more fleshed out than vanilla Arch, has a lot fewer GUI tools for system configuration than say, Linux Mint. Mint has GUI tools for managing PPAs and extra repositories, managing graphics drivers, updating packages and much much more. This has become pretty common in distros aimed toward ease of use for newcomers. EndeavourOS has none of that, with the stated goal of seeing users dive into the command line a little more.

    As a result I’ve learned a lot in the CLI. Setting up BTRFS with timeshift auto snaps taught me a little about configuring grub and systemd, so now I’m learning how to set my fan curves and AIO pump to presets I’ve built into shell scripts to interact with liquidctl, and systemd config files to make them persistent after sleep and reboot. You could totally do all of that in the terminal in any distro, but EndeavorOS not having any GUI handholding made me leave my comfort zone and start learning more.



  • My suggestion to you, is please oh please replace Manjaro with EndeavourOS. It does everything Manjaro does but better. The learning curve will still be the same.

    pacman: EndeavourOS has yay installed by default, which is an AUR helper. It interacts with pacman and builds your packages for you. yay -S steam for instance calls up pacman and builds the steam package from the repo and takes some of the head scratching out of it. Very easy to use. A simple “yay” to update, no sudo needed, yay will ask for a sudo password when it needs it.

    Shell selection: bash is fine, and bash is enabled by default in EndeavourOS.

    But the real reason to use EndeavourOS, aside from having an arch based rolling release distro, is its community and support. An amazing forum, tons of documentation between EOS and arch itself, and fantastic wiki that guides you through various tools and utilities you may want to use.

    It is a terminal centric distro, but you can easily install GUI tools for things you don’t want to do in the CLI.

    I would even be down to correspond and help you out if need be. Manjaro looks cool when you’re in those early stages of outgrowing Ubuntu, but it’s not the distro you’re looking for, I promise.