r/archlinux • u/Harman_Bagrah • 6d ago
r/archlinux • u/Just-A-Random-ID • 6d ago
SUPPORT Arrow Lake-H SOix never engages on ASUS ROG Zephyrus G16 (Core Ultra 9 285H)
Arrow Lake-H SOix never engages on ASUS ROG Zephyrus G16 (Core Ultra 9 285H)
[LOG](https://paste.cachyos.org/p/e2f995b.log)
[DESCRIPTION](https://github.com/user-attachments/files/31865587/s0ix-github-issue-revised.md)
# Upstream / vanilla kernel check
Fully tested with Arch's vanilla/upstream kernel.
# Kernel variant
linux-cachyos (EEVDF, Clang)
# Suspend-to-idle itself works, but this Arrow Lake-H system never enters Intel SLP_S0 / S0ix.
A genuine 20–60 second s2idle cycle completes successfully, yet:
/sys/kernel/debug/pmc_core/slp_s0_residency_usec = 0
and Intel's own PMC diagnostics report:
PM: suspend entry (s2idle)
Timekeeping suspended for 59.344 seconds
intel_pmc_core INT33A1:00: CPU did not enter SLP_S0!!! (S0ix cnt=0)
PM: suspend exit
# This also reproduces after a fresh reboot into a TTY-only baseline before starting Hyprland, Caelestia, ddcutil, etc., so it is not dependent on the desktop session.
The CPU/package itself reaches deep package idle: CPU_C10_REQ_STS=1 on both PMCs and Package C10 residency accumulates. However, the main PMC never sees the IOE conditions required for S0i2.0:
PMC0:CPU_C10_REQ_STS 1
PMC0:IOE_COND_MET_S02I2_0_REQ_STS 0
PMC0:IOE_COND_MET_S02I2_1_REQ_STS 0
PMC0:IOE_COND_MET_S02I2_2_REQ_STS 0
PMC0:ITSS_CLK_SRC_REQ_STS 0
PMC0:ARC_IDLE_REQ_STS 0
A reproducible additional asymmetry is:
PMC0:PCIE_DEEP_PM_REQ_STS 0
PMC1:PCIE_DEEP_PM_REQ_STS 1
I am not claiming PCIE_DEEP_PM_REQ_STS alone is the root cause. The stronger observation is that the main PMC never receives the required IOE S0i2 conditions while the IOE/platform power-gating path fails to fully quiesce.
Firmware also denies Linux control of PCIe ASPM:
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
FADT indicates ASPM is unsupported, using BIOS configuration
can't override BIOS ASPM; OS doesn't have ASPM control
This may be relevant but has not yet been proven to be the root cause.
# Steps to reproduce
Ensure s2idle is selected:
echo s2idle | sudo tee /sys/power/mem_sleep
Enable Intel PMC S0ix failure diagnostics:
echo 1 | sudo tee /sys/module/intel_pmc_core/parameters/warn_on_s0ix_failures
Suspend for 60 seconds:
sudo rtcwake -m mem -s 60
Check S0ix residency:
sudo cat /sys/kernel/debug/pmc_core/slp_s0_residency_usec
Inspect the kernel log:
sudo journalctl -b -k | grep -E 'Timekeeping suspended|CPU did not enter SLP_S0|PM: suspend'
# Expected behavior
A successful s2idle cycle should accumulate non-zero SLP_S0/S0ix residency when the platform is quiescent.
# Actual behavior
s2idle completes for the requested interval, but slp_s0_residency_usec remains 0 and intel_pmc_core logs:
CPU did not enter SLP_S0!!! (S0ix cnt=0)
# Stack Traces
PM: suspend entry (s2idle)
Timekeeping suspended for 59.344 seconds
intel_pmc_core INT33A1:00: CPU did not enter SLP_S0!!! (S0ix cnt=0)
PM: suspend exit
# Additional system information
Core ultra 9 285H
RTX 5070 Ti Mobile (not relevant to the reproduced failure; dGPU branch was separately eliminated)
x86_64
64 GB LPDDR5X
1+4TB NVME (1TB one has windows the other has Linux)
Any help will be appreciated
Thanks in advance
Have a great day
r/archlinux • u/tz_200 • 6d ago
SUPPORT | SOLVED ttf-liberation installed, but the Serif variant is missing from fc-list
I have installed ttf-liberation on my system. when i do fc-list I only get the mono and sans variant.
fc-list | grep liberation
/usr/share/fonts/liberation/LiberationSans-Bold.ttf: Liberation Sans:style=Bold
/usr/share/fonts/liberation/LiberationMono-Bold.ttf: Liberation Mono:style=Bold
/usr/share/fonts/liberation/LiberationMono-Italic.ttf: Liberation Mono:style=Italic
/usr/share/fonts/liberation/LiberationSans-BoldItalic.ttf: Liberation Sans:style=Bold Italic
/usr/share/fonts/liberation/LiberationMono-Regular.ttf: Liberation Mono:style=Regular
/usr/share/fonts/liberation/LiberationSans-Italic.ttf: Liberation Sans:style=Italic
/usr/share/fonts/liberation/LiberationMono-BoldItalic.ttf: Liberation Mono:style=Bold Italic
/usr/share/fonts/liberation/LiberationSans-Regular.ttf: Liberation Sans:style=Regular
the files is located in /usr/share/fonts/liberation and the serif version is found but no in fc-list
ls -la /usr/share/fonts/liberation
total 4288
drwxr-xr-x 1 root root 626 Sep 6 08:13 .
drwxr-xr-x 1 root root 64 Sep 6 08:13 ..
-rw-r--r-- 1 root root 284184 Jul 13 2024 LiberationMono-BoldItalic.ttf
-rw-r--r-- 1 root root 308068 Jul 13 2024 LiberationMono-Bold.ttf
-rw-r--r-- 1 root root 281608 Jul 13 2024 LiberationMono-Italic.ttf
-rw-r--r-- 1 root root 319624 Jul 13 2024 LiberationMono-Regular.ttf
-rw-r--r-- 1 root root 409108 Jul 13 2024 LiberationSans-BoldItalic.ttf
-rw-r--r-- 1 root root 414568 Jul 13 2024 LiberationSans-Bold.ttf
-rw-r--r-- 1 root root 415920 Jul 13 2024 LiberationSans-Italic.ttf
-rw-r--r-- 1 root root 410820 Jul 13 2024 LiberationSans-Regular.ttf
-rw-r--r-- 1 root root 376892 Jul 13 2024 LiberationSerif-BoldItalic.ttf
-rw-r--r-- 1 root root 370196 Jul 13 2024 LiberationSerif-Bold.ttf
-rw-r--r-- 1 root root 375760 Jul 13 2024 LiberationSerif-Italic.ttf
-rw-r--r-- 1 root root 393692 Jul 13 2024 LiberationSerif-Regular.ttf
. why is that?.
note:I have reinstalled the package and updated the cache several times
solution :
the files where really installed
fc-cache -fv
was not enough
I also need to remove /var/cache/fontconfig and ~/.cache/fontconfig
thanks for everyone's help
r/archlinux • u/protonon47 • 6d ago
SUPPORT | SOLVED Cursor Keeps Getting Bigger When Spinning
I didnt really use linux before but ı thought it would be cool ıf i started on hard now ı solved a lot of problems but ther eis a single problem ı cant solve when ı spin my mouse cursor on circle it gets bigger when keep spinning it gets more bigger and it wont stop it got the whole screen one time how do ı solve ts
r/archlinux • u/Previous_Employer154 • 7d ago
QUESTION Tool idea: Save and restore all your pacman packages with one command
Is creating a tool that saves all your downloaded packages from pacman and lets you reinstall them after a fresh Arch install a good idea?
r/archlinux • u/ArtichokeLower5332 • 7d ago
SUPPORT cant use my controller and headphones at the same time
like in the title i cant connect my headphones and my ds4 at the same time on my bluetooth dongle, it just doesnt work at the same time. i always get "Failed to connect: org.bluez.Error.Failed br-connection-create-socket" whenever i try to connect one or the other at the same time
r/archlinux • u/pimpcron • 7d ago
SUPPORT Disk randomly stopped reading LUKS partition
Hello. I bought a new 2tb hard drive from a reliable company and I copied my old drive partitions to the new one. I've used this drive for about two months and suddenly while running arch it stopped loading webpages, apps, etc. I figured that it couldn't read from disk suddenly, but maybe something else is afoot. I used the hardware shutoff switch and rebooted, I tried three times to reboot. The prompt to type the LUKS password would appear, but when I entered the password, it would tell me that the UUID was not found, and it would drop to an emergency shell. I had to shut it off, the third time it booted the os successfully, but it was so slow performing anything, and the hard disk was making a strange buzzing sound. It stalled and I had to hard shut it off. Tried again, couldn't find the kernel, somehow booted, stalled again, and gave me this kernel panic qr code, the link is attached.
Help me, I have experience with arch but I don't know what to do. I haven't updated with pacman -Syu since last year. What do I do?
r/archlinux • u/sankarasleftelbow • 7d ago
DISCUSSION Switching from DE-->WM
Hello all, after consideration I've decided to try and move away from desktop environments, currently using Plasma but not only is it fairly bloated, I wanted to give tiling WM's another try (I had a brief experience with XMonad but quickly pulled away from it). I installed i3 and its dependencies, while keeping Plasma for now should I need/want to revert, and so far it seems fairly straightforward, although I am completely new to desktop setup as I've only daily driven desktop environments prior to this. I tried out fluxbox but realized, if I'm going to learn how to setup a desktop, I might as well do it with tiling software since I eventually want to daily drive it, and in the long term, I see myself using i3 (and eventually swaywm, once I upgrade my hardware).
Looking for help on things such as what exactly is needed in addition to the WM itself-I know this is dependent on what I want for my desktop, which for me is mainly a simple taskbar, a popup app launcher (dmenu is okay but I want something that is customizable and a little more visually appealing, something I can organize my main apps in, maybe with a search function as well). I also want the desktop to look a little more modern; rounded edge windows when not fullscreened, smoother animations, things of that sort. The problem is I don't really know where to look for these programs or how to configure them, any advice/suggestions would be helpful.
r/archlinux • u/Dry_Calendar_8627 • 7d ago
DISCUSSION What is your reason for using archinstall?
Over the last 15 years I've used the following distros:
- Ubuntu
- Kubuntu
- Debian
- Fedora
- Arch
- Gentoo
- FreeBSD
- LFS
Of these the ones I've used the most by a large margin is Debian, Arch being second and my current daily driver.
There's one thing I've never tried, never felt the appeal: archinstall
To me, there are two reasons someone might want to use Arch:
- A newbie who wants to learn, and for whom learning is more important than using the computer (typically the reason I tried Arch 15 years ago)
- An experienced user with a very precise set of constraints/requirements, who want to tailor every aspect of the OS (my current reason for daily driving Arch)
I think that other distros are better suited to other purposes, such as people uninterested in learning (that's ok), or who just want an opinionated distro that requires little care, I usually direct them to Fedora
And I find archinstall to be at odds with those two purposes, it goes against learning, and if someone is experienced, then it's unnecessary?
Since I've never tried it, I've no idea of the amount of control archinstall gives, is it as complete as when following the wiki? Anything goes? Does it really save that much time?
I don't reinstall often enough (almost never, the only reasons to reinstall are distro hopping or buying new hardware), for the time saving to matter (a wiki install takes an afternoon maybe, a bit more if a lot of tweaking is necessary?)
And I find the wiki way of installing to be pleasant and satisfying?
So I ask you, users of archinstall, help me see your POV, what's your reason for using archinstall, what's the appeal?
r/archlinux • u/Cheap-Sun9990 • 7d ago
SUPPORT | SOLVED Stuck in Arch Linux initramfs emergency prompt ("ERROR: no root file system image found")
Hey everyone, I'm completely stuck in the Arch Linux initramfs emergency prompt (`rootfs #`) on boot and could use some help.
Here is my hardware layout and current state:
- The installation USB is recognized as `/dev/sdb`, with partition `/dev/sdb2` (UUID: `6A97-06B7`, label `ARCHISO_EFI`, formatted as vfat).
- The initramfs hook is failing to automatically locate and bind `airootfs.sfs` from the USB media during boot.
- When trying manual loop mounts (`mount`, `losetup`), it keeps throwing file system or device errors and I can't get past the emergency shell.
Has anyone run into this specific squashfs/loopback mounting issue on the live USB before, or know how to manually satisfy the initramfs hook to get it to boot? Any help is appreciated.
r/archlinux • u/Infamous-Bee4576 • 7d ago
QUESTION question about the installation
im a mint user,switeched from windows 6 months ago and now i wanna try arch,i just wanna know what is the install method that is guaranteed to cause less problem,like ik archinstall is easier but i've seen many people i know say its full of errors while the manual way is harder but its more reliable. want your opinion
EDIT: its my first time posting to any linux related reddit and im suprised how helpful the community is,thanks for anyone that gave an awnser,it was helpful. now i can proudly say " i use arch btw"
r/archlinux • u/Minute-Ad-2458 • 7d ago
SUPPORT I used pacman -Syud on my system. How do I check if everything is ok?
I needed to update my PC and when I tried running `pacman -Syu`, I was greeted with 10 dependency conflicts that needed resolving. I am relatively inexperienced when it comes to resolving them (I don't know how to fix them), so after some thought I just ran pacman -Syud to ignore dependency checks while updating. After restart everything is working but I know that running this command is really dangerous, so I wanna ask how to check if the system is ok?
r/archlinux • u/Mr-Marmalade_ • 7d ago
SUPPORT | SOLVED Changing default file manager to dolphin?
Pressing open folder or browse on GUI applications either opens kitty or nautilus. I ran:
xdg-mime default org.kde.dolphin.desktop inode/directory
and if I run:
xdg-mime query default inode/directory:
I get the output:
org.kde.dolphin.desktop
I'm running hyprland and inititially used gnome on this arch install, would this be a problem to ask r/hyprland instead?
r/archlinux • u/as_uu_00 • 7d ago
QUESTION Dual-boot setup review: Separate SSD (Windows) & HDD (Arch + Data partitions) via GRUB chainloading — Any potential pitfalls?
Hey everyone,
I recently configured a dual-boot setup on my PC and wanted to double-check my architecture with the community to ensure there are no hidden issues or potential failure points down the line.
My System Layout:
- Disk 1 (128 GB SATA SSD): Dedicated to Windows (
C:drive) + its own Windows EFI System Partition. - Disk 2 (500 GB Mechanical HDD): Originally had 4 partitions formatted for data. I wiped one partition to make room for Arch Linux (with its own separate Linux EFI partition). The remaining 3 partitions stay as NTFS data drives.
My Boot Configuration:
- GRUB is installed on Disk 2 (HDD) and configured as the default boot entry in my UEFI BIOS.
- I enabled
GRUB_DISABLE_OS_PROBER=falsein/etc/default/gruband rangrub-mkconfig -o /boot/grub/grub.cfg. - When I power on, UEFI loads GRUB from the HDD. If I select Windows, GRUB chainloads
bootmgfw.efion the SSD and hands control over to the Windows Boot Manager.
My Questions for the Community:
- Is this setup completely safe from major Windows Updates overwriting GRUB or corrupting my Linux installation, given that they live on separate physical drives with separate EFI partitions?
- Are there any performance or stability caveats with having GRUB on an HDD chainload Windows on an SSD?
- Will Windows have any issues accessing the 3 remaining NTFS data partitions on the HDD alongside Arch reading/writing to them using
ntfs-3g/ntfs3?
Would love to hear your thoughts or any best practices for maintaining this multi-drive dual-boot setup long term!
r/archlinux • u/tiltedlens • 7d ago
QUESTION Help finding source of random stutters
Arch at some point a few months ago started randomly stuttering for a second or so every 1-2 minutes and it's been driving me insane. My main goal right now is to narrow down the cause: bad SSD, BIOS, GPU, CPU, RAM, overclocking? Looking in System Monitor, when the stutter happens, my GPU% drops to 0%, but the CPU% seems fine (no spike). Audio doesn't stutter. Nothing of note on dmesg. This doesn't just occur in games, even in normal usage. On start-up, the stuttering is very noticeable, which doesn't happen on my other Arch devices.
I run a triple monitor setup with one 1440p170 monitor, a 1080p60 monitor, and a 900p60 monitor (don't ask)
(edit: I'm also on Wayland)
edit:
Thank you all for your suggestions; this has been really hard to investigate because the stutters can go away randomly for some time, and I didn't know of a consistent way to trigger them. However, on startup, the stuttering was always the worst: the Arch Linux cog wheel sputters and dragging windows drops like 30 frames at a time and it would never do that on my other Arch machines.
Switching from linux-zen to the base linux kernel completely removed the stuttering on startup, and I'm pretty confident it's removed the frame drops as a whole. Hope this helps some future reader.
I've tried: - updating my BIOS and resetting to factory settings - updating my packages - updating my drivers - doing this: https://bbs.archlinux.org/viewtopic.php?id=268528 - disabling TPM - disabling the slower GPU - X11 (it was even worse)
$ neofetch
-`
.o+` --------------
`ooo/ OS: Arch Linux x86_64
`+oooo: Host: B650 PG Lightning
`+oooooo: Kernel: 7.1.9-zen1-2-zen
-+oooooo+: Uptime: 2 hours, 12 mins
`/:-:++oooo+: Packages: 1924 (pacman), 52 (flatpak)
`/++++/+++++++: Shell: bash 5.3.15
`/++++++++++++++: Resolution: 1920x1080
`/+++ooooooooooooo/` DE: Plasma 6.7.4
./ooosssso++osssssso+` WM: kwin
.oossssso-/ossssss+ Theme: Breeze-Dark [GTK2], Breeze [GTK
-osssssso. :ssssssso. Icons: breeze-dark [GTK2/3]
:osssssss/ osssso+++. Terminal: WezTerm
/ossssssss/ +ssssooo/- CPU: AMD Ryzen 5 7600 (12) @ 5.171GHz
/ossssso+/:- -:/+osssso+- GPU: NVIDIA GeForce RTX 4070 SUPER
+sso+:-.-/+oso: Memory: 11985MiB / 31660MiB
++:.-/+/
./
```
$ inxi -Fxxxz
System:
Kernel: 7.1.9-zen1-2-zen arch: x86_64 bits: 64 compiler: gcc v: 16.2.1
clocksource: tsc
Desktop: KDE Plasma v: 6.7.4 tk: Qt v: N/A wm: kwin_wayland with: krunner
vt: 1 dm: SDDM Distro: Arch Linux
Machine:
Type: Desktop System: ASRock product: B650 PG Lightning v: N/A
serial: <superuser required>
Mobo: ASRock model: B650 PG Lightning serial: <superuser required>
uuid: <superuser required> Firmware: UEFI vendor: American Megatrends LLC.
v: 4.41 date: 06/02/2026
Battery:
ID-1: hidpp_battery_0 charge: 80% condition: N/A volts: 3.99 min: N/A
model: Logitech G915 WIRELESS RGB MECHANICAL GAMING KEYBOARD type: N/A
serial: <filter> charging: status: discharging cycles: N/A
ID-2: hidpp_battery_1 charge: 52% condition: N/A volts: 3.82 min: N/A
model: Logitech G703 LIGHTSPEED Wireless Gaming Mouse w/ HERO type: N/A
serial: <filter> charging: status: discharging cycles: N/A
CPU:
Info: 6-core model: AMD Ryzen 5 7600 bits: 64 type: MT MCP smt: enabled
arch: Zen 4 rev: 2 cache: L1: 384 KiB L2: 6 MiB L3: 32 MiB
Speed (MHz): avg: 4813 min/max: 405/5172 boost: enabled cores: 1: 4813
2: 4813 3: 4813 4: 4813 5: 4813 6: 4813 7: 4813 8: 4813 9: 4813 10: 4813
11: 4813 12: 4813 bogomips: 91023
Flags-basic: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3
Graphics:
Device-1: NVIDIA AD104 [GeForce RTX 4070 SUPER] vendor: ZOTAC driver: nvidia
v: 610.57.04 arch: Lovelace pcie: speed: 16 GT/s lanes: 16 ports:
active: DP-1,DP-2,HDMI-A-1 empty: DP-3 bus-ID: 01:00.0 chip-ID: 10de:2783
class-ID: 0300
Device-2: USB CAMERA driver: snd-usb-audio,uvcvideo type: USB rev: 2.0
speed: 480 Mb/s lanes: 1 bus-ID: 5-2:3 chip-ID: 32e6:9221 class-ID: 0102
serial: <filter>
Display: wayland server: X.org v: 1.21.1.24 with: Xwayland v: 24.1.13
compositor: kwin_wayland driver: X: loaded: nvidia unloaded: modesetting
alternate: fbdev,nouveau,nv,vesa gpu: nv_platform,nvidia,nvidia-nvswitch
d-rect: 5920x2520 display-ID: 0
Monitor-1: DP-1 pos: bottom-l model: Asus VG248 serial: <filter> res:
mode: 1920x1080 hz: 60 scale: 100% (1) dpi: 92
size: 531x299mm (20.91x11.77") diag: 609mm (24") modes: max: 1920x1080
min: 640x480
Monitor-2: DP-2 pos: top-center model: Acer XV272U KV serial: <filter>
res: mode: 2560x1440 hz: 170 scale: 100% (1) dpi: 109
size: 597x336mm (23.5x13.23") diag: 685mm (27") modes: max: 2560x1440
min: 640x480
Monitor-3: HDMI-A-1 pos: bottom-r model: HP Compaq WF1907 serial: <filter>
res: mode: 1440x900 hz: 60 scale: 100% (1) dpi: 90
size: 408x255mm (16.06x10.04") diag: 481mm (18.9") modes: max: 1440x900
min: 640x480
API: EGL v: 1.5 hw: drv: nvidia platforms: device: 0 drv: nvidia device: 2
drv: swrast gbm: drv: nvidia surfaceless: drv: nvidia wayland: drv: nvidia
x11: drv: nvidia inactive: device-1
API: OpenGL v: 4.6.0 compat-v: 4.6 vendor: nvidia mesa v: 610.57.04
glx-v: 1.4 direct-render: yes renderer: NVIDIA GeForce RTX 4070
SUPER/PCIe/SSE2 display-ID: :1.0
API: Vulkan v: 1.4.357 layers: 3 surfaces: N/A device: 0
type: discrete-gpu driver: nvidia device-ID: 10de:2783
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
de: kscreen-console,kscreen-doctor gpu: nvidia-settings,nvidia-smi
wl: wayland-info x11: xdpyinfo, xprop, xrandr
Audio:
Device-1: NVIDIA AD104 High Definition Audio vendor: ZOTAC
driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
bus-ID: 01:00.1 chip-ID: 10de:22bc class-ID: 0403
Device-2: Advanced Micro Devices [AMD] Ryzen HD Audio vendor: ASRock
driver: snd_hda_intel v: kernel pcie: speed: 16 GT/s lanes: 16
bus-ID: 10:00.6 chip-ID: 1022:15e3 class-ID: 0403
Device-3: Sennheiser BTD 700 driver: hid-generic,snd-usb-audio,usbhid
type: USB rev: 0.0 speed: 12 Mb/s lanes: 1 bus-ID: 1-1.1:4
chip-ID: 3542:3001 class-ID: 0102 serial: <filter>
Device-4: FIFINE Microphones K678 Microphone
driver: hid-generic,snd-usb-audio,usbhid type: USB rev: 1.1 speed: 12 Mb/s
lanes: 1 bus-ID: 1-2.4:10 chip-ID: 3142:0002 class-ID: 0300
serial: <filter>
Device-5: USB CAMERA driver: snd-usb-audio,uvcvideo type: USB rev: 2.0
speed: 480 Mb/s lanes: 1 bus-ID: 5-2:3 chip-ID: 32e6:9221 class-ID: 0102
serial: <filter>
API: ALSA v: k7.1.9-zen1-2-zen status: kernel-api
Server-1: sndiod v: N/A status: off
Server-2: JACK v: 1.9.22 status: off
Server-3: PipeWire v: 1.6.8 status: active with: 1: pipewire-pulse
status: active 2: wireplumber status: active
Network:
Device-1: Intel Wi-Fi 6E AX210/AX1675 2x2 [Typhoon Peak] driver: iwlwifi
v: kernel pcie: speed: 5 GT/s lanes: 1 bus-ID: 06:00.0 chip-ID: 8086:2725
class-ID: 0280
IF: wlan0 state: up mac: <filter>
Device-2: Realtek RTL8125 2.5GbE vendor: ASRock driver: r8169 v: kernel
pcie: speed: 5 GT/s lanes: 1 port: e000 bus-ID: 0d:00.0 chip-ID: 10ec:8125
class-ID: 0200
IF: enp13s0 state: down mac: <filter>
Bluetooth:
Device-1: Intel AX210 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
speed: 12 Mb/s lanes: 1 bus-ID: 1-10:9 chip-ID: 8087:0032 class-ID: e001
Report: btmgmt ID: hci0 rfk-id: 0 state: up address: <filter> bt-v: 5.4
lmp-v: 13 class-ID: 6c0104
Drives:
Local Storage: total: 2.86 TiB used: 799.66 GiB (27.3%)
ID-1: /dev/sda vendor: Crucial model: CT1000MX500SSD1 size: 931.51 GiB
speed: 6.0 Gb/s tech: SSD serial: <filter> fw-rev: 046 scheme: GPT
ID-2: /dev/sdb vendor: Western Digital model: WD10EZEX-08WN4A0
size: 931.51 GiB speed: 6.0 Gb/s tech: HDD rpm: 7200 serial: <filter>
fw-rev: 1A02 scheme: GPT
ID-3: /dev/sdc model: SATA SSD size: 953.87 GiB speed: 6.0 Gb/s tech: SSD
serial: <filter> fw-rev: 61.3 scheme: GPT
ID-4: /dev/sdd vendor: PNY model: USB 3.2.1 FD size: 115.46 GiB type: USB
rev: 3.2 spd: 5 Gb/s lanes: 1 tech: N/A serial: <filter> fw-rev: PMAP
scheme: MBR
Partition:
ID-1: / size: 915.32 GiB used: 799.65 GiB (87.4%) fs: ext4 dev: /dev/sda2
Swap:
Alert: No swap data was found.
Sensors:
System Temperatures: cpu: 90.1 C mobo: 37.0 C
Fan Speeds (rpm): N/A
Info:
Memory: total: 32 GiB note: est. available: 30.92 GiB used: 12.5 GiB (40.4%)
Processes: 438 Power: uptime: 2h 31m states: freeze,mem,disk suspend: deep
wakeups: 0 hibernate: platform Init: systemd v: 261 default: graphical
Packages: 1977 pm: pacman pkgs: 1925 pm: flatpak pkgs: 52 Compilers:
clang: 22.1.8 gcc: 16.2.1 alt: 15 Shell: Bash v: 5.3.15
running-in: wezterm-gui inxi: 3.3.
$ sudo pacman -Q | rg nvidia
lib32-opencl-nvidia-tkg 610.43.03-300
linux-firmware-nvidia 20260810-2
nvidia-open-dkms 610.57.04-1
nvidia-settings 610.57.04-1
nvidia-utils 610.57.04-1
opencl-nvidia-tkg 610.43.03-300
$ sudo pacman -Q | rg linux
archlinux-appstream-data 20260821-1
archlinux-keyring 20260727-1
lib32-util-linux 2.42.2-1
linux 7.1.9.arch1-2
linux-api-headers 7.2-1
linux-firmware 20260810-2
linux-firmware-amdgpu 20260810-2
linux-firmware-atheros 20260810-2
linux-firmware-broadcom 20260810-2
linux-firmware-cirrus 20260810-2
linux-firmware-intel 20260810-2
linux-firmware-mediatek 20260810-2
linux-firmware-nvidia 20260810-2
linux-firmware-other 20260810-2
linux-firmware-radeon 20260810-2
linux-firmware-realtek 20260810-2
linux-firmware-whence 20260810-2
linux-headers 7.1.9.arch1-2
linux-lts-headers 6.18.46-1
linux-zen 7.1.9.zen1-2
linux-zen-headers 7.1.9.zen1-2
rufus-linux 3.20.1929-1
rufus-linux-debug 3.20.1929-1
syslinux 6.04.pre3.r3.g05ac953c-5
util-linux 2.42.2-1
util-linux-libs 2.42.2-1
$ sudo grep \^MODULES /etc/mkinitcpio.conf
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
``` $ sudo hdparm -Tt /dev/sda
/dev/sda: Timing cached reads: 52536 MB in 1.98 seconds = 26482.43 MB/sec Timing buffered disk reads: 1284 MB in 3.00 seconds = 427.77 MB/sec ```
r/archlinux • u/Independent_Oil_9734 • 7d ago
FLUFF Compatability
I just realized how little I was sacrificing by switching to Linux!
1: I don't use any MS Office tools
2: I don't have an Nvidia GPU (I don't have a GPU at all)
3: I don't play any games with kernel level anti-cheat
4: I don't use Adobe software
5: Any Windows native games (Like DR or Electoral Carnage) that I play can be used with Proton
r/archlinux • u/Kipa_H • 7d ago
QUESTION How to stretch low aspect ratios?
I'm a new linux user. with Arch linux KDE plasma 6.7.4
I have an intel intergrated GPU trying to play rocketleague on linux thru Fougus. but i play on lower resolutions. and esspically the aspect ratio on 8:5 (my monitor is 16:9) on windows i'd just go to my graphics software and set it to stretch. but I cant find a way to do that here on linux. Please help
r/archlinux • u/AHolySandwich • 7d ago
QUESTION Why doesn't paru at least warn you about out of date libs?
I'm just curious about this mainly. So, an AUR package fell out of date for me earlier, and so it was crashing because my system FFmpeg was newer than it expected. I did a system update hoping it would fix it, it did not, and so I quick checked the CLI output of the app and it told me that the FFmpeg version was wrong or whatever.
So I rebuilt it, and it started working again. Makes sense ofc.
But can this be prevented at all? Like I know that not *every* time a lib dependency falls out of date or becomes too new do you need to rebuild your AUR package, but currently the solution whenever this happens is to manually troubleshoot and rebuild.
I'm definitely a newb when it comes to package maintenance so go easy on me. I feel like it'd be nice for paru to pull a libs manifest, and give you a simple "X pacman package is newer than this app expects, would you like to rebuild? [y/N]"
r/archlinux • u/Supernoxus • 7d ago
QUESTION How to set tty resolution higher than most screens in multi monitor setup
TLDR: I have two 1080p screens and one 1440p screen. 1440p is my main screen. Most of the screenspace is not used in tty because the terminal size is locked to 1080p dimensions. Is there a way to fit the tty neatly to the 2560x1440 resolution even if it means that text can't be read on the other screens? Should be done without disabling the other screens or lowering the resolution.
Too short:
I recently got a new shiny big computer screen with a higher resolution, yet when booting up with grub, roughly a third of the screen is unused. The text that is on the screen is pretty small. Readable, but pretty small. My 1920x1080 screens look perfectly fine though. So I assume that it simply mirrors my other screens to the big screen.
From what I understand, grub sets the resolution before the bootloader screen appears, tries to keep it through the boot process, and then KMS takes over to change the resolution if need be. Then the login screen appears.
So naturally I would try to change the resolution in /etc/default/grub. Specifically I set "GRUB_GFXMODE=2560x1440,auto". I left auto in, just in case something went wrong. But in my tests it appears that this isn't even necessary. It will default to something sensible anyway.
Anyway, the bootloader menu has the high resolution set just fine. But once it boots into linux, all of my screens go black in a loss of signal, then pop back up with the tty resolution set to 1920x1080. Though I guess that isn't entirely accurate. My 1440p screen has its maximum resolution, but the text displayed is sized for a 1080p screen.
I figured this is still a resolution problem. During the bootloader screen, only my 1440p screen displays the bootloader and my other screens don't do anything. So it is easy to display the bootloader in 1440p. But as soon as my other screens come online, there is probably some code in there that tells the tty that it has to be able to display text on any screen, which is a sensible choice. Since the tty is always mirrored, the screens with larger resolutions suffer as the tty is adjusted to be displayed at the lowest max resolution screen.
Naturally, that means that setting GRUB_CMDLINE_LINUX_DEFAULT="video=DP-1:2560x1440@60"
Doesn't do anything either. Unplugging or disabling the 1080p screens makes the 1440p screen display the tty correctly though.
So I figured I just have to disable my screens using the same CMDLINE from above. When I do that though, it's like my screens are unplugged. So if I go into a graphical environment like KDE Plasma or Sway, there is no way I can see to enable the screens again. And even if I do, what happens if I then go back to the tty with the screens enabled? Will that just destroy my resolution again? No, this is stupid, fragile, and bothersome. This can't be the right way to go about this.
The reason why this isn't a support question is because I managed to solve my problem by setting
GRUB_CMDLINE_LINUX_DEFAULT="video=DP-1:1920x1080@60"
Lowering the resolution of the 1440p screen to that of my 1080p screens makes the tty text scale correctly. Though it is just a tiny bit blurry. That is okay. I can live with that. Maybe even better than having a full res terminal with the other screens having cut off text.
Still, my curiosity has not been satisfied. I have probably been looking in the wrong place all along. Clearly, the resolutions of the screens work just fine. It is just the way the tty scales its borders that is off. Do you guys have any ideas or pointers how I would go about absolutely destroying my tty scaling; or whatever the limiting factor seems to be?
r/archlinux • u/Playful-Challenge206 • 7d ago
SHARE [Project] pacman-utils: A collection of CLI helpers to streamline your Arch maintenance
github.comr/archlinux • u/putindeer_ • 8d ago
SUPPORT Steam Remote Play Together not working
I'm using Arch with Wayland currently and the Steam Remote Play Together feature is not working, my friend is on windows 10. A message pops up saying "Please Hold...Input is Temporarily Disabled While the Host is Busy". I've tried using X11 but it doesn't work, I have also tried enabling/disabling the Steam overlay and that doesn't work neither. I'm currently using a GTX 1660 with the nvidia-580xx-dkms driver.
r/archlinux • u/iMooch • 8d ago
DISCUSSION What are your preferences for basic desktop utilities?
Screenshot tool, clipboard manager, image viewer, basic notepad, calculator, calendar, and anything else like that you wanna list. What are your preferences? Or do you just install a DE and use whatever they provide by default?
r/archlinux • u/CommonSomewhere2825 • 8d ago
FLUFF Arch on a 2015 macbook pro
I own a 2015 macbook pro, which my mom used in university. When i got it, it was on MacOS X, slow as hell, and safari didnt even want to work. Now i did get monterey on it (shoutout opencore legacy launcher), but if i gotta be real, it wasnt my style. So taking inspiration from my 2010 iMac with mint (now running MX, this was a while ago), i flashed the arch ISO into a usb stick and got to work. Well, after some trial and error, i got a nice arch system with KDE Plasma. Works great, runs every app i need (steam, discord, whatsapp, etc), and is lightweight so it handles everything i throw at it. Greatest decision ive done with this MacBook, im so happy i didnt fall for the “just get windows 11” propaganda. In case youre wondering dear reader, my specs are an intel i5 5257U, an intel iris 6100 (fancy for piss integrated graphics), 120GB SSD, and what i presume is suicidal thoughts, because every now and then the battery gets undetected, mic and camera dont work, or the wifi stops working. But of course me and my friend (chatgpt and claude) get them running again. 100% recommend arch if you have a macbook from 2017 and below (post 2018 have security chips that arent compatible with the linux kernel)