Hello All.
First, I have been daily driving Linux(POP_OS) for nearly a year and outside of some frustrations, it has been a great experience. I expect a certain level of weirdness and quirks. I was using my Windows laptop to get some stuff done, and wanted to listen to some music over Bluetooth. This is where I messed up. I guess recent Windows updates just kind of break Bluetooth?? Every fix I have googled and tried failed to fix the problem. I kind of expect this behavior from Linux. I don’t expect it from an OS developed by a For Profit company.
Long story short, recommend me a distro that runs well on an Asus laptop with an Integrated and Discreet GPU. If Windows breaks functionality, then there isn’t a big reason to keep a Windows Machine around. If you say Arch, I intend to bully you but I’m open to any suggestions. Microsoft isn’t worth keeping around, even as a backup/standby.
I appreciate you <3
Quick Edit: This received a lot more engagement than I thought. Thank you all for the recommendations. I’ll spin up some VM’s and test them out. Thank you all for the guidance. May your day/night/other be most excellent!
I have an ASUS ROG laptop with a dGPU and the dGPU is damaged, making it not run at all with Windows.
I used the Arch ISO, booted up with the “new nVidia…” option and installed it using the most straightforward process[1] as given in the Arch Installation wiki page.Works well. I use it for testing changes I make in KDE apps.
OK, maybe not “most”. I installed
dracut
at first but then switched tomkinitcpio
↩︎
I always recommend Mint to wundows converts. It looks like the windows UI, just works out of the box 99% of the time, and has a huge user base that is happy to provide assistance
Love Mint. I have LMDE on my archival machine. It’s good stuf
The best answer is always Ubuntu (Mint or Kubuntu). They just work. And they’re and they’re récent enough without running into problems. They have high compatibility and they have a lot of quality of life improvements.
Bazzite is stable and “just works” but it achieves that by being a bit less conventional under the hood. Great for gaming and general computing.
If you like tinkering around, you might want to pick something else though.
My experience is very dated, but I bought a used windows Asus laptop in 2013 and put Ubuntu on it and experienced no problems. I had been using Linux for a long time, so maybe I remember this with rose glasses, but it was very straight forward. Also an integrated GPU, but of the 2013 era. I think the laptop was a 2012 model.
Config isn’t hard, it just takes time 🙂
I happen to have an Asus laptop with an intel igpu (one of those flippy 2-in-1), and Fedora Workstation works for me since I like the look of GNOME. Fedora also has a KDE version if you prefer that. Keep in mind that Fedora uses “dnf” and “.rpm” instead of “apt” and “.deb”. Lots of people also like to use Mint (which is based on debian like Pop_OS) but I haven’t tested that with my laptop.
I might check out Fedora. Is switching between the iGPU and dGPU relatively straightforward?
As you already use Pop, why change? Is there something bothering, or something does not run well? How old is this laptop?
If you don’t feel like continuing with Pop, I’d try Debian as you value stability. It may be a slight pain to set up initially, but when it’s done it should generally Just Work until eternity. The expert installer allows you to enable non-free repos for any proprietary drivers by default.
POP_OS runs great and it’s my primary OS on my System76 machine. My issue seems to be more to do with Nvidia Drivers. Nothing that’s a deal breaker, but the Machine Spirit needs appeasement on occasion. I’m actually really excited for COSMIC to be released.
On my Asus machine, I’m just tired of Windows and want to familiarize myself with more of the Linux environment. It’s maybe 2 or 3 years old at this point
I’ve been a Pop stan since I started using Linux so I’ll always recommend it, and it helps that you already like it. But if you specifically want something different (and that isn’t arch), I’d say Fedora KDE
I landed and Pop OS and love it.
I expect a certain level of weirdness and quirks.
Me, every time I switch on a Windows machine. 😉
Arch feels more like windows because I like keeping everything up to date, cachyos because I dont want to spend an hour finding the gaming packaged and I like the preinstalled apps + de options. Plus aur is great just need to add flathub support real quick and its great.
Lot of bootloader options too, I like limine since its clean and easy to swap lernels, also one click to setup btrfs snapshots after install which also show up in limine with no extra setup.
recommend me a distro that runs well on an Asus laptop with an Integrated and Discreet GPU.
FWIW, Bazzite offers dedicated images for a bunch of different hardware including ASUS laptops.
Note, however, that Bazzite works a bit differently than your average distro. Though you should be more than fine as long as the means to address your needs are contained within its pretty good documentation. For all else, first try if the conventional method used on traditional distros works. If for whatever reason that doesn’t yield, then consider reaching out to one of their community channels.
What is it you use your laptop for?
Distro choice matters less than it looks like, and it’s fairly subjective. As long as you stick to a serious and newbie-friendly distro, you should be fine - for example, you could simply keep using Pop!_OS, why change it?
That said, a few distros you might want to try:
- Mint - another newbie-friendly Ubuntu derivative. If you feel like you must try something else, but you don’t want it to be too far from your comfort zone.
- Debian - because it’s the grandfather of Pop!_OS (and Mint); it has some rough edges, but it’ll be a good learning experience. Note Stable tends to stick to really ancient packages.
- Fedora - it’s also newbie-friendly, but from another different family. If you feel like stepping outside your comfort zone.
Also note you can dual boot different Linux distros, just like you’re dual booting Pop!_OS and Windows. Or even multi-boot.
I went to Pop_Os! From Arch after running it for a decade so I support not running Arch. I prefer the simplicity of Pop.
Thanks for the recommendations! Bazzite seems like a good fit for this machine’s use case.
Be aware that Bazzite is an immutable distro. Your home directory is write enabled, but the rest of the filesystem is read-only.
If you’re used to apt-get and such, it’s a bit of a change. Most of your apps will be flatpaks or appimages.
Also it means system updates require a reboot.
You can’t run
apt-get
etc. on your host, but the idea is that you create containers with whatever distribution you want through distrobox and run your commands in there. In effect, there’s pretty much no difference, especially if you set your terminal up to open into the distrobox.