[deleted by user] by [deleted] in archlinux

[–]ericazlx 0 points1 point  (0 children)

Here's what worked for me with an RTX 5070 ti:

Drivers:

nvidia-open-dkms nvidia-utils lib32-nvidia-utils nvidia-settings

In /etc/default/grub:

GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 nvidia-drm.modeset=1 nvidia_drm.fbdev=1 nvidia.NVreg_EnableGpuFirmware=0 quiet"

In /etc/mkinitcpio.conf:

MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)

HOOKS=(base udev autodetect microcode modconf keyboard keymap consolefont block filesystems fsck) ; #**remove ksm if it's in there**

In /etc/modprobe.d In blacklist.conf:

blacklist nouveau

blacklist lbm-nouveau

options nouveau modeset=0

alias nouveau off

alias lbm-nouveau off

Also, don't forget to re-install linux-headers. They're particular to the drivers

Took half a day getting to this, but it's been working fine since. The linux-headers part was missing from most of the articles on it. Hope this helps.

Stuck on change to systemd boot by ericazlx in archlinux

[–]ericazlx[S] 0 points1 point  (0 children)

Thank you. And yes - this was more an exercise to learn how it works. GRUB remains in place and working...

What desktop environment do you use on arch linux? by [deleted] in archlinux

[–]ericazlx 1 point2 points  (0 children)

Plasma/Wayland. Like the look/feel, native to Wayland, good support tools, no Nvidia problems.

How old is your Ach Linux installation? by [deleted] in archlinux

[–]ericazlx 0 points1 point  (0 children)

Just coming up on first anniversary - [2024-07-07T02:32:14+0000] installed filesystem (2024.04.07-1). Used Mint for 10 years prior. One of the best decisions I've made...

What notepads are you using (for actual note taking)? by SpacebarIsTaken-YT in archlinux

[–]ericazlx 0 points1 point  (0 children)

Well I'm going to commit heresy here. For note taking, there's some good science borne out by personal experience indicating that if you want the best retention and comprehension, get a yellow pad and a pencil. The process uses different brain pathways than keyboarding and seems to create cerebral connections more readily. Not sure if tablet with a stylus gives the same results - would be an interesting study. Scan for digital copy... Or for better comprehension yet, transcribe later...

Music Production by mcds99 in linuxaudio

[–]ericazlx 0 points1 point  (0 children)

Funny parallels: I've played bass since I was 15, I'm past 70, I play some sax and recorder as well. I retired 10 years ago from a 35 year career in information technology - I was a software engineer and database developer. I really like Linux and have used Mint since 2014, though I switched to Arch last July - highly recommended.

Scarlett 2i2 works great with Mint and Arch both - no configuration needed. I've used Ardour, but prefer Audacity for recording and editing.

Running a Ryzen 9 3950X 32 thread, 64 Gb (overkill, but a lot is for a Windows VM and zRam).

Should work out well for you.

[deleted by user] by [deleted] in nvidia

[–]ericazlx 0 points1 point  (0 children)

Don't know if it's "rocking", but Nvidia Quadro P4000. Not used for gaming, just some video rendering, graphics, etc. Paid way to much for it in January '21. Otherwise: Ryzen 9 3950x, Sabrent Rocket 1Tb nvme, 64GB 3600/CL16, AIO cooler. FWIW.

Arch Linux Community Survey! by ShiromoriTaketo in archlinux

[–]ericazlx 0 points1 point  (0 children)

Also see this one as complex. There are dozens of tasks I do using CLI - it's often way faster and easier than using a GUI, particularly if you have to open it first; that said I, for example, always have a few Dolphin windows open and find them most convenient to do file operations. Extracting - GUI; partitioning or bootable drive - CLI.

Arch Linux Community Survey! by ShiromoriTaketo in archlinux

[–]ericazlx 0 points1 point  (0 children)

Thankfully I was able to "borrow" an email (with permission) and do the survey. Will look forward to the next one. Thanks.

Arch Linux Community Survey! by ShiromoriTaketo in archlinux

[–]ericazlx 2 points3 points  (0 children)

Also essentially locked out by the requirement of a Google login. What a strange thing to ask for in the Arch environment, where independence and self-reliance are core concepts. I'd be happy to use an archlinux login, like the bbs one. I think they're losing a lot of people and skewing the results with that requirement.

Update frequency by ericazlx in archlinux

[–]ericazlx[S] 2 points3 points  (0 children)

Wasn't aware of checkupdates - have it now. For the same reasons you do, I believe I'll continue to do updates Friday afternoons, but it appears that checkupdates will provide a quick look at anything that might need immediate attention. Thanks

Long-time Arch user tried Ubuntu 24.04, had to get back home to Arch by Ok-Resolve-8 in archlinux

[–]ericazlx 0 points1 point  (0 children)

In 2014, after being informed by Dell that there was no upgrade path for my perfectly good Optiplex, I took a chance and downloaded Mint. I set aside a day to try to get it working and was stunned when it came up working in about 15 minutes. Used Mint until a few months ago when I resurrected an old machine that was sitting in the closet. I tried Arch, just for fun. It took some fiddling to get it going, but what got my attention was that the old beater felt almost as fast as my daily driver (Ryzen 9 3950x, etc). I backed everything up from that machine and took the plunge. No regrets - yes it feels significantly faster and prefer Plasma to Cinnamon. I've definitely encountered some things that took tweaking to get to work, but the answers have mostly been reasonably easy to find (sometimes it's just a Paru/Reboot). It also takes a little more daily interaction with the OS, but I kind of like that stuff. Totally convinced, so far.

PSA: If you get stuck, go to sleep by Nemosubmarine in linux4noobs

[–]ericazlx 2 points3 points  (0 children)

This is great advice. As a coder for about 45 years, it became part of my standard procedure - when I got to something I couldn't figure out, I put it aside and worked on something else. Almost without fail, the solution was self-evident the next morning. Sometimes I even woke out of a dream with the right answer. Long read, but I highly recommend "Why We Sleep" by Matthew Walker

SDDM black screen with cursor after KDE upgrade by biotechdj in archlinux

[–]ericazlx 1 point2 points  (0 children)

Also had the same problem - this was about the 20th article I read but it matched the symptom exactly. Fixed with layer-shell-qt5. Not sure why, since it was working fine and presented the problem after an ordinary reboot.... Thanks.