I'm probably jumping to conclusions, but Nvidia?
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
Yes it is
I explicitly bought an AMD CPU and GPU and did not have any trouble with both of them ever since
God, nearly every time I Google a problem I have, it's NVIDIA. The rest is that I want to share my steam library from my windows-installation on a NTFS drive
Nvidia Arch user here, are you just forgetting to rebuild your kernel modules after a kernel or nvidia driver update?
You can just add a pacman hook that triggers mkinitcpio -P
after the linux or nvidia packages are updated. I've never had a no-GUI situation from a stray update... maybe one or two that were my own doing when trying to set up UKI's though.
The Arch Linux team releases Nvidia updates at the same time as kernel upgrades which should trigger a initramfs rebuild via mkinitcpio anyway
unless you do a partial upgrade anyway (never do that)
I just followed the note that's mentioned on the top of your link and installed the Nvidia driver as dkms package. I originally did that because of trouble with a new driver version and temporary downgrading is much smoother with dkms.
Also never had issues with the DE starting properly after upgrade since then.
Just learn how to do everything in the TTY. GUIs are bloat
I already did, but wobbly windows is my love!
Somebody needs to make a wobbly terminal
Magnet on the side of my CRT ππ
Both wobbly and colorful
I like this idea, great and cost effective tought!
If that comes out I'll buy a wobbly monitor, with a wobbly keyboard to make the set complete
You don't have to wait, just use LSD...
I love Linux Subsystem for Drugs!
Don't bother with the tty. If experienced chess players can play entire games in their heads, why can't you just do the same to use a computer? Just type away and use your superior power usering skills to visualize the output in your head.
When the rolling release is a rolling release: D:
I want it rolling in updates. Not rolling into the river and drowning itself.
What did you edited ? Arch user here, never had this kind of issue. Also if you managed to install Arch, you should be able to fix it(maybe you switched from terminals, try ctrl+alt+1-9)
You were just lucky. For some of us ut was just about having the wrong hardware at the wrong time.
Not complaining, I knew the risks going in and still love my distro, but arch updates totally can brick a PC with no PEBCAK involved. It does happen. :3
Arch dosn't break by itself, i've used bunch of Arch installations and every time it broke it was because of bad manipulation, not pacman -syu
Arch DEFINITELY breaks itself. See the whole "arch update broke grub" dilemma
Have you tried it or are you just spreading misinformation ?
Arch breaking grub has happened to me twice. Second time I couldn't even recover the install.
You learn a lot of good practices by using arch, eg a separate home partitjon, git repositories for your config files, maintaining a clean package tree etc. Installing Arch is also really useful for noobs like me to learn some Linux basics.
I use Fedora, btw.
I was among one of the grub fiasco victims. Thank goodness they rolled it back pretty fast and I knew how to chroot.
Sounds like a skill issue. Some people just donβt know how to use Arch.
Signed,
Someone who has spent more days reinstalling Arch than using it.
Why are you using arch Linux if not to debug your system though?
There's a difference between "can" and "want." For example, OP might have been planning to watch his home vids with your mom, but couldn't due to a rolling update.
Can I talk to you about our Lord and Savior Tumbleweed?
Funny because just like those door to door bible sales, Tumbleweed promises magic and salvation, but completely crumbles under any stress or expansion
Not my experience at all. It's the one distro that stopped my distro hopping.
Besides, something goes fucky or (more likely in my case) I fuck something up, I can just roll back the changes with a single command and reboot. It's awesome. I've also used to just test things out, removed all KDE stuff, installed GNOME, tested it out for a while and then did a snapper rollback. The system was just like I hadn't changed anything. It's really cool, more distros need this feature.
Last time I tried it, the more custom stuff I put on it(custom color scheme, window decorations etc.) the more it fell apart
Join the NixOS side! I almost never get a broken boot, and if I do, I can always rollback and debug my config when I have time.
Just curious before distro-hopping.
What functionality does the reproducibility of nixOS serve to a user (like me) with only one desktop. Like I won't be installing the same system multiple times, I understand the 'predictable-ness' of a declarative system. But are there some other advantages?
I find it useful to not have to remember how I set things up when I last touched it months ago. You can do really ricey tweaks if you want to, without worrying about breaking the whole system, or having to set it all up again if you have to reinstall.
I work in Devops, so being able to track my system in git is insanely useful for maintainability.
The fact that NixOS has fearless bleeding edge is just a plus; Being able to install the latest packages before Arch even gets them, without worrying if something will break.
well arch moment, you could use snapshots or ostree to rollback if something like that happen
I usually just do a full reinstall, it's faster, requires less storage, and it's more futureproof. I have my home folder at a different partition, so the files aren't a problem. Archinstall made this a lot easier, and i love it.
It's the second time sddm broke for me in the space of a week
I just disabled its service for now and am launching plasma manually.
Speaking of -- Plasma 6 hooray!
As long as I can get into the terminal I can fix the GUI. What really sucks is when it something that runs in the DM init sequence was using Python but a Python upgrade changed the import path and no it keeps restarting and I need to boot from a USB to disable that service so I can log into something and properly fix it.
Pass something stupid via your bootloader so it aborts boot and dumps you in an initrd busybox shell. No usb required.
This was my poor man's boot environments when I was using zfs on root. I had a pacman hook to snapshot before package transactions, then if it became unbootable I'd interrupt the following boot attempt, edit my grub command line with something wrong so I'd get dumped in the busybox shell, import my zfs pool and roll back before finally rebooting again.
Time to switch to NixOS!
Arch neats on suicide watch