r/arch • u/sankxroffzl • 1h ago
r/arch • u/Quick-Seaworthiness9 • Oct 13 '24
Mod Post Use the new "Solved" flair for the support threads that have been closed!.
If your issues have been sorted out, please mark it as such in your post. It will help others navigate the sub better.
r/arch • u/Calm-Rent-8669 • 5h ago
Help/Support I'm disappointed with Arch (Kde)
I'm using Arch kde for a good time now (130gb ssd + 8gb ddr5 ram). I started using Arch on my last pc and was fine with it even though that pc was slower and old but had 12gb ram dd4 ig.
So rn, I can't even open multiple apps on my system while keeping my browser open (I usually have this much tab open - dont ask why lol) and sometime my whole system get stuck while using browser if I mistakenly open a new tab and resources chocks up.
What should I do?
Specs :
Operating System: Arch Linux
KDE Plasma Version: 6.7.0
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1
Kernel Version: 7.0.12-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 12 à 13th Gen IntelŽ Core⢠i7-1355U
Memory: 8 GiB of RAM (7.3 GiB usable)
Graphics Processor: IntelÂŽ Graphics
Manufacturer: LENOVO
Product Name: 21KG
System Version: ThinkBook 14 G6 IRL
r/arch • u/Zagoidin-Sporkler • 15h ago
Showcase Project Hail Mary wallpapers btw
Just finished the movie and, well, made up these pics. They all are scaled for 1366x768 (2732x1536 res), but hopefully will suit your 1080/2K monitors as nicely as mine
UPD: Uploaded on imgbb,
https://ibb.co/7xGkb2r2 | https://I.ibb.co/rKZdv454/IMG-2245.png
https://ibb.co/zHnXHrDY | https://I.ibb.co/S7st7PG8/IMG-2244.png
https://ibb.co/t5CY1yD | https://I.ibb.co/m7zhPQ4/IMG-2241.png
r/arch • u/Hmaza_42_213 • 7h ago
General made this lyrics tui, and vespera music player for linux!.
galleryr/arch • u/Mebarki-Abdurahman • 6h ago
Help/Support i have problem in copying
I'm using Arch Linux with Hyprland and everything is working fine.
When I copy text containing quotation marks (""), the paste function removes them. For example: `print("hello")`. Instead of pasting, it uses `print(hello)`. Why is this happening and what's the solution? I'm using Cliphist to save copies.
r/arch • u/Klutzy_Bird_7802 • 6h ago
Showcase gitnibble, a small offline .gitignore tool i built in rust. would appreciate any feedback :)
r/arch • u/Architect_3215 • 1d ago
Arch BTW What's the best way to say "I use Arch, btw"?
Teacher: "What version of Windows do you use for your daily driver?"
Me: "Well..."
How do you guys usually handle this question when non-tech folks ask about your setup?
r/arch • u/ringthebell02 • 21h ago
Meme "Disclosure Day" 2026, the protagonist uses Arch on his machine.
r/arch • u/Minersonic15 • 14h ago
Showcase My first rice, deltarune/undertale themed
galleryr/arch • u/dev_kay47 • 1d ago
Meme This is the part where half the Arch fanbase go for the food! đ¤Ł
r/arch • u/Livid-Mulberry-3720 • 10h ago
Help/Support help i can't boot to my arch linux machine
i just installed arch for the first time and this apears i am sure i downloaded grub with pacstrap ;(
r/arch • u/FireyAnxiety • 15h ago
Help/Support I'm out of ideas
I am currently running Arch linux (kde plasma) on my thinkpad t480 with an i7-8550U and integrated graphics. I have a problem with hardware acceleration on the all of the browsers I use, but I currently use brave.
Whenever I try to watch videos on youtube or any other video site, I can only watch for a bit before the tab (and sometimes the browser) crashes. The issue persists on both wayland and x11. Disabling vulkan doesn't work. I really don't want to have to forgo hardware acceleration. Anyone have something similar happen or any ideas?
r/arch • u/Infected_Knight • 21h ago
Showcase Comprehensive Control center for Pipewire
galleryRepost
General i didn't know pacman does this
⯠sudo pacman -S redis
[sudo] password for senku:
resolving dependencies...
looking for conflicting packages...
Packages (1) valkey-9.1.0-1
Total Download Size: 1.45 MiB
Total Installed Size: 4.28 MiB
:: Proceed with installation? [Y/n]
I was trying to install Redis on Arch, but pacman kept installing Valkey instead. At first I thought something was wrong, but then I found out that Redis was removed from the official Arch repositories after the Redis licensing changes.
What surprised me even more was that pacman automatically installed Valkey as a replacement. I had no idea it could substitute one package for another.
Been using Arch for a while, and this was the first time I'd seen this happen
r/arch • u/Wild_Offer716 • 1d ago
Arch BTW Finally, i can say "I used Arch btw" đŤ
installed on macbook pro 2018 with t2chip.
r/arch • u/BlackHat-Maxwain • 21h ago
Solved [FIXED] Hyprland crashed, screen got stuck at 800x600 (Unknown-1) on Nvidia
Wanted to post this here in case anyone else runs into this issue after a Hyprland crash on Arch with an Nvidia GPU.
The Problem
My Hyprland crashed out of nowhere, and when it came back, everything was massively zoomed in. Checking â hyprctl monitorsâ showed my screen was detected as â Unknown-1â running at â 800x600@60Hzâ instead of my normal resolution. After I tried restarting SDDM, I just got hit with a black screen on login, and standard shortcuts weren't working.
Root Cause
The crash caused the GPU driver state to break, making Hyprland lose EDID communication with my monitor. Because I was missing the proper kernel mode setting (KMS) options and driver setup for Nvidia on Wayland, Hyprland couldn't properly hand off the display or recover, resulting in the fallback â Unknown-1â display and eventual black screen on launch.
How I Fixed It
1. Dropped into TTY
When stuck on the black screen/login freeze, I switched to TTY3 using â Ctrlâ + â Altâ + â F3â and logged in.
2. Installed the correct Nvidia drivers
Running â sudo pacman -S nvidiaâ wasn't working (â target not found: nvidiaâ ), so I installed the modern repo package for my kernel:
# If running the standard linux kernel:
sudo pacman -S nvidia-open
# (Or if on linux-zen/lts):
sudo pacman -S linux-headers nvidia-dkms
- Enabled DRM Kernel Mode Setting (KMS)
Wayland requires Nvidia's DRM modesetting to work properly:
Created/edited â
/etc/modprobe.d/nvidia.confâ
sudo nano /etc/modprobe.d/nvidia.conf
options nvidia_drm modeset=1 fbdev=1
Rebuild initramfs: sudo mkinitcpio -P
And then just simply reboot with: sudo reboot
Hope I could help
r/arch • u/Big_Manufacturer8943 • 9h ago
Help/Support Regarding Desktop enviroment
I am just done with Plasma KDE, it not running on my pc due to some amd driver issue and i want anyomne to suggest me a good DE and some ricing guide for it cz i want to customize my pc accordingly.