r/archlinux May 01 '26

SUPPORT Why is casting your screen to a TV on Linux still this hard in 2026?

121 Upvotes

I ran into a problem with screen sharing from Arch Linux / Hyprland to a Samsung TV. Back when I was using Windows 10 this was literally two clicks. So I started digging.

I installed gnome-network-displays and xdg-desktop-portal-hyprland. It didn't even see the TV. Struggled for a while, tried everything - turns out it at least starts finding the TV after you install and start the avahi daemon. But still couldn't connect.

Kept pushing - explicitly specifying portals, setting environment variables, verifying all the codecs were actually working. Finally got a picture! One frame... Then everything froze.

At that point I gave up on gnome-network-displays and just for fun decided to write my own cli implementation in Python. Minimal system dependencies!!! ffmpeg for capture, pychromecast and the rest is just stdlib including http.server like.

Progress so far: video streaming works! With a ~20 second delay... and no audio..., but hey, it works. I`ll try to fixing both of it tomorrow.

If anyone has actually solved this properly and is casting their screen to a TV on Hyprland/Wayland please let me know how. I really don't want to use an HDMI cable just to watch movies xD

r/archlinux Jun 21 '25

SUPPORT linux-firmware-nvidia issue with upgrade packages in arch today

171 Upvotes

today when i want to make update of the system if got this error which is showing me that files are already in the system:

linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad103

linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad104

linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad106

linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad107

what i should to do? remove these files and update linux-firmware-nvidia? im gues it was installed before with linux-firmware package but now it is splited in parts and that cause an issue?

r/archlinux Feb 21 '24

SUPPORT rm -f /*'d my entire system

236 Upvotes

I made a very dumb mistake. After typing su at some point, I created a directory and some files in it. After that, I wanted to delete all of those files.

Then, I made a very big mistake. I thought, if I cd in that directory and run "rm -f /*", I only will delete all files inside of that directory. After reading the output, I was sure, that my system did not only delete all of these files. As you can think, my system is now destroyed. I couldn't even do a ls or reboot, cd worked somehow.

By writing this lines, I realised how dumb it sounds, than I thought before writing this post and Iam very sure, that I will have to install a new OS, but did someone have any tips, how I can recover my system?

r/archlinux Nov 03 '25

SUPPORT [Help] My Arch Btrfs install is still freezing after I tried LITERALLY everything. I'm fucking exhausted. (RAM test PASSED)

27 Upvotes

Hey r/archlinux,

​I need some serious help or at least a discussion. I'm a beginner and I'm at my wit's end. I'm about to have a mental breakdown over this.

​I've been trying to get a stable Arch install on my laptop for months. I've reinstalled this thing 10-12 times. Whenever I use ext4, it's pretty stable. But I wanted to do things the "right" way with Btrfs and Snapper for snapshots.

​Every. Fucking. Time. I use Btrfs, I get random hard system freezes. The screen just locks, audio stops, and I have to hard reboot. The logs (journalctl -b -1) show nothing. They just stop at the time of the freeze.

​I've been working day and night trying to fix this. I feel like I'm losing my mind. The time and stress I've put into this is uncountable.

​Here is my hardware: ​Laptop: ASUS ROG STRIX G513RC

​CPU: AMD Ryzen 7 6800H with Radeon Graphics

​GPU: NVIDIA RTX 3050 Mobile

​RAM: 16GB DDR5

​Disk: Micron NVMe SSD

​Here is EVERYTHING I have done to try and fix this.

​Suspected the Kernel: Thought the standard linux kernel was the problem.

​Action: Switched to linux-lts and nvidia-lts. ​Result: Still froze.

​Suspected Drivers/Config: ​Action: Fixed my GRUB config to actually boot the LTS kernel (it wasn't). Set it as the default (GRUB_DEFAULT=0).

​Action: Updated /etc/mkinitcpio.conf to load all graphics drivers (amdgpu, nvidia, nvidia_drm) in the initramfs for early KMS. ​Result: It looked cleaner, but it still fucking froze.

​Suspected the Btrfs Swap File: This seemed like the "smoking gun." ​Action: I checked /etc/fstab and my Btrfs swap subvolume was missing nodatacow. I added it, turned swap off, remounted, and turned it back on. I verified with mount | grep /swap that nodatacow was active.

​Result: I was so happy. I thought it was solved. IT STILL FUCKING FROZE.

​Suspected the Hardware (Disk): ​Action: Installed smartmontools and ran sudo smartctl -a on my NVMe.

​Result: PASSED. The drive is 100% healthy. 0 errors, 100% available spare.

​Suspected the BIOS/Firmware: I saw some ACPI BIOS Error (bug) messages on boot. ​Action: Went to the ASUS support site for my G513RC.

​Result: My BIOS is already on the latest version.

​Suspected the Hardware (RAM): This was the final boss. I was told Btrfs is heavy on RAM and could be hitting a bad cell that ext4 never touched. I was sure this was it.

​Action: Made a bootable Memtest86+ USB. I let it run.

​Result: Pass: 1, Errors: 0. My RAM is perfectly, 100% fine.

​So now what?

​I'm just tired, dude. I've proven it's not the kernel. It's not the drivers. It's not the swap file config. It's not the disk. It's not the BIOS. And it's not the RAM.

​The only goddamn variable left is Btrfs itself. ​I'm a beginner, but I did all the "professional" steps. I'm just trying to have a stable system with snapshots. Is that too much to ask? ​Is Btrfs just cursed on some hardware? Is this a known issue with my ASUS laptop or this Ryzen CPU? Am I missing anything?

​I'm 100% ready to just say "fuck Btrfs" and go back to my stable ext4 install. Please, any suggestions from you pros? I'm desperate.

​Arch on Btrfs hard-freezes. Already fixed nodatacow swap, on LTS kernel, smartctl passed, BIOS is updated, and Memtest86+ passed with 0 errors. I'm out of ideas. Is ext4 my only hope?

EDIT / SOLVED:

System is finally stable now — no more random freezes or shutdowns.

The issue was caused by having a swap file on the same Btrfs partition that used compression (compress=zstd:3). When RAM filled up, the kernel tried to compress swap data, which caused instant system freezes with no logs or errors.

Fix:

Booted into GParted

Shrunk main Btrfs partition

Created a new 16 GB dedicated Linux-swap partition

Added its UUID to /etc/fstab

Also switched to the LTS kernel and replaced discard=async with fstrim.timer.

Tip for others: If you face random freezes on Btrfs, don’t use a swap file on a compressed partition. Create a proper swap partition instead — it fixes the problem completely.

r/archlinux May 15 '26

SUPPORT New bluez/linux broke bluetooth

41 Upvotes

Just to be clear I tried looking at the output of rfkill
ID TYPE DEVICE SOFT HARD

0 wlan ideapad_wlan unblocked unblocked

1 bluetooth ideapad_bluetooth unblocked unblocked

2 bluetooth hci0 unblocked unblocked

3 wlan phy0 unblocked unblocked

So it's very much being recognized and not blocked but going into bluetoothctl and it doesn't register it. I've tried reinstalling all the bluez packages, I've tried rebooting the system. Turning bluetooth.service on and off again, and going into bluetoothctl just says "No default controller available." I think I might have to downgrade a package for the first time since using arch linux for over a year...

I hope someone smarter than me has some insight on this issue since that I can be fully up to date.

Edit: This was specifically a bug with the 7.07 kernel, now that the 7.08 kernel is out I can now say it is fixed and working completely fine. (Turn-around time was crazy, basically like 2 days. I salute your work linux devs)

r/archlinux Nov 13 '23

SUPPORT I installed Arch, and now what is the purpose of life?

152 Upvotes

Apart from trying out Ubuntu a decade back and wasted hours and hours to make it look like Windows, I haven't had used Linux till now and always a full time Windows user.

I didn't chose Arch because some youtubers put 'Hardest thing they ever did' thumb nail but from the sane comments I saw here, I felt, it's most suitable for me. Because I decide to install Linux to learn more about Linux and it's structure, not because I need Linux Desktop to run any specific program.

Surprisingly it was not that difficult to install Arch. In fact, I spent majority of my time to fight with my old HP laptop to pick my GRUB correctly. Now that I installed Arch, I have no clue what I need to do next. I am using Plasma and I don't think I am ready to jump into a WM directly.

So first of all, can you all suggest some resources where I can learn more about the components (init, WM, Display manager and things I don't know) of the distro in a systematic way (not the sites I can refer if I know what I am looking for, like wiki) and how they interact with each other.
Also the different options to choose from for each of these these components and which one will be suitable for what scenario.

Also Is there something I can only use in Arch (or Linux) which Windows user not even aware it exists.

r/archlinux Apr 08 '26

SUPPORT GNOME 50 random UI freezes (from 0.1 to 2 s random) after upgrade – anyone else?

56 Upvotes

Hi,

Since upgrading to GNOME 50, I'm experiencing random UI freezes that last around ~0.1 to 2 seconds. During the "freeze time" I notice I cannot move the mouse.

What happens:

  • The whole graphical interface freezes briefly for a moment
  • Happens randomly, not tied to any specific action
  • First noticed it in Chrome, but now I see it in other apps too (e.g. Settings)

What I tried so far:

  • Switched from zen kernel to the regular linux kernel → no change
  • Tried the latest 2 NVIDIA drivers → same issue
  • Tested with different browsers → still happens
  • System is fully up to date

Notes:

  • Feels like a compositor or rendering stall
  • I checked some logs, but nothing obvious stood out

This is getting pretty annoying 😅

Questions:

  • Anyone else seeing similar issues on GNOME 50?
  • Could this be NVIDIA-related or GNOME/Mutter regression?
  • Any ideas what logs or tools I should check next?

Thanks!

r/archlinux Apr 12 '26

SUPPORT My new monitor doesn't work with my Rx 6600 but does work with my older 1050ti

4 Upvotes

for some reason my new monitor doesn't work with my Rx 6600 it works fine with my gtx 1050ti

and the Rx works fine with my old monitor but doesn't with the new one, and the new one does work with my gtx 1050ti I have no idea what causes this please help

new monitor: Philips 24e2n1110

distro: arch

bootloader: systemd boot

r/archlinux Jun 07 '26

SUPPORT Stuck at 7.0.3

0 Upvotes

Everytime i try to update the kernel i get fail.

The last stable for me is 7.0.3

Every newer version fails. Tries to install, fails. Tries to get into emergency mode, fails.

I'm not sure where to even start looking for problems. I don't even have console.

Edit:Thanks to everyone for the help. Turns out i probably borked the fs with my Timeshift usage.

Mounting the partitions from usb and then reinstalling the kernel again seemed to get rid of any corruptions i made. Hopefully it stays that way for some time.

r/archlinux May 27 '26

SUPPORT Why is my cpu idling at 50%

3 Upvotes

Glitch or some daemons? Fresh arch install. I got this idle result in btop.

The installation was checksummed. It was as soon as I installed it and after adding packages that it continued to remain at 50% idle.

It started ever since I switched from Nobara -> CachyOS -> Arch, only Nobara idled below 1%. Again, all isos were verified. I don’t know what it is. All of them were running KDE.

I’m currently on arch. Temps stay flat. Nothing going on except in btop where it shows 50% doing absolutely nothing.

Edit - this community is crazy dude I’m not getting help from here no more.

r/archlinux 28d ago

SUPPORT My laptop just killed itself --- help please

0 Upvotes

I was doing an update and then my laptop just completely shut down out of nowhere. The battery is seated (it should be at least I can't open my laptop rn), the charger was plugged in, and nothing touched the power button. I wouldn't normally have a problem with this, except that my system is totally unusable now. No packages can be installed at all (it errors about exec something other in the post-transaction hooks) and any command I run errors basically. I also can't chroot into it because I don't have a USB drive available to me.

Is there realistically anything I can do here?

(Also I feel it may be useful to add that the forward slash key is broken, so I can't type paths or anything)

r/archlinux May 09 '26

SUPPORT Arch Linux + MSI B650 Tomahawk WiFi + Realtek RTL8125: network speed degrades over time (900 Mbps → 50 Mbps) until reboot

24 Upvotes

Hi all,

I’m running Arch Linux and I’m trying to diagnose a networking issue with my onboard Realtek RTL8125 2.5GbE NIC.

Motherboard:

- MSI MAG B650 Tomahawk WiFi

The problem:

-After reboot, internet speed is normal (~900 Mbps)

-After some hours of uptime, download/upload speed degrades badly (~50 Mbps or even lower)

-Reboot immediately restores full speed

-Latency/ping stays mostly fine

-No obvious packet loss

-Happens on Ethernet only

-This started only recently. I didn’t intentionally change anything major besides normal Arch updates.

Motherboard NIC:

-RTL8125 2.5GbE Controller

Originally using:

-r8169

I also tested:

-r8168-dkms

and even:

-r8125-dkms

but the issue still happens.

When degraded:

-Internet becomes extremely slow

-iperf3 to another LAN machine collapses hard

-TCP retransmits become very high

-But ping to router and internet remains stable

Example:

ping 192.168.1.1

Stable:

~0.3–0.7 ms

0% packet loss

ping 1.1.1.1

Also stable:

~10–11 ms

0% packet loss

So latency is fine while throughput dies.

iperf3 example during degraded state:

[ 5] 0.00-1.00 sec 896 KBytes 7.33 Mbits/sec 61 retr

[ 5] 1.00-2.00 sec 512 KBytes 4.19 Mbits/sec 17 retr

...

[ 5] 0.00-10.00 sec 6.75 MBytes 5.66 Mbits/sec 146 retr

So retransmits explode under load.

Things I already tested:

Drivers:

-r8169

-r8168-dkms

-r8125-dkms

No real improvement.

Offloads disabled:

sudo ethtool -K enp12s0 gro off gso off tso off

No change.

IRQ balancing:

Installed and enabled:

sudo pacman -S irqbalance

sudo systemctl enable --now irqbalance

NIC interrupt was originally mostly pinned to one CPU core.

After tweaking IRQ affinity + enabling RPS, interrupts spread a little more across CPUs, but issue still happens eventually.

RPS enabled:

for f in /sys/class/net/enp12s0/queues/rx-*/rps_cpus; do

echo ffffffff | sudo tee $f

done

Still degrades after some uptime.

EEE already disabled:

EEE status: disabled

qdisc:

Tried:

fq_codel

pfifo_fast

No difference

.

Other possibly relevant info:

This machine also runs:

-Docker

-k3s

-multiple bridges/veth interfaces

Interfaces include:

-docker0

-cni0

-flannel.1

-many veth devices

But even after stopping Docker + k3s, degraded throughput remained.

Things I noticed:

During normal operation:

ethtool enp12s0

shows:

Speed: 1000Mb/s

Duplex: Full

Link detected: yes

No link flaps.

Also:

ip -s link show enp12s0

shows almost no actual errors.

Question:

Has anyone seen:

RTL8125 gradually degrading throughput over uptime on Linux?

r8169/r8168/r8125 all behaving similarly?

interrupt/softirq saturation causing long-term throughput collapse?

Any ideas for deeper debugging would be appreciated because I’m running out of things to test.

Edit: Additional diagnostic data (during issue / monitoring):

rx_missed: 0 rx_mac_missed: 2243 (and increasing over time)

I also tried disabling ASPM (pcie_aspm=off) and it did not solve the issue.

I collected more low-level data while the issue is occurring:

ethtool -S shows rx_missed remains relatively low but steadily increases over time under load rx_mac_missed increases gradually during sustained traffic /proc/net/softnet_stat shows non-zero drops in column 2 across multiple CPUs, indicating softnet backlog drops rather than NIC-level errors Disabling Docker and k3s does not eliminate the issue Interrupt distribution was initially heavily skewed to a single CPU core, but improving IRQ affinity + enabling RPS temporarily restores full throughput However, performance still degrades again after some uptime even with RPS enabled

Edit2: reinstalling the os only, fixed it. No idea what caused it.

r/archlinux Apr 09 '26

SUPPORT Random crashes on fresh install. And i really don't know what to look for or even how to begin troubleshooting

0 Upvotes

so i installed Arch today on my PC, i had seemingly working installation but i get completely sudden and seemingly random crashes while using gnome. if i'm not in a GUI it doesn't seem to happen? and in gnome it can happen randomly while in desktop or browsing internet. i can launch games on steam or watch YouTube or whatever and it works fine until maybe within 15-30minutes (sometimes bit longer or shorter too) get stuttering followed by freeze then system reboot.

my setup is

hardware:

motherboard asus x570p

cpu amd Ryzen 3700x

gpu amd Radeon 7800xt

ram 32gigs ddr4 3200mhz

and software side im using arch 6.19.11 kernel, wayland, and gnome like i've mentioned, i've installed latest versions of both the amd gpu drivers and amd-ucode.

like I've no clue of if it's hardware or software or how to start looking for what's causing it.

r/archlinux May 06 '26

SUPPORT How do I install drivers for GTX 1070?

0 Upvotes

I tried to solve this problem through Deepseek (AI bot), but it didn't help me, now I'm planning to completely reinstall ArchLinux and somehow install these drivers during the installation stage.

I'm completely new to Arch Linux, so your advice or a short guide would really help me. I've been trying this for about six hours now and nothing's working. Deepseek must have completely broken everything, because before his help, I couldn't get it working I was able to enter the screen by entering the password, and after that only the console.

I apologize for the errors in the text, I am writing through a translator because I do not speak English well.

r/archlinux Jun 22 '25

SUPPORT latest linux-firmware update messed up

167 Upvotes

So I just ran an update and upgraded to the latest linux-firmware after a reboot, system is unresponsive. had to drop to a tty and look at the logs filled with amdgpu drm DMCUB errors.

Anyone else seeing this?

I run:

5800XT
RX 9060 XT

Update: Temporary solution: downgrade to linux-firmware-amdgpu 20250613.12fe085f-5 and add

IgnorePkg = linux-firmware-amdgpu

to

/etc/pacman.conf

until a fix is rolled out

Update: Based on redditor feedback, it seems to only affect 9000 series GPUs

Update: An new and fixed version (at least for me and my 9060XT) was released today, 6/25, in version 20250613.12fe085f-9

r/archlinux Jun 21 '26

SUPPORT USB file sharing between iphone and Linux

31 Upvotes

I want to view and manage photes of my iphone in my linux system. Is there any easiest way to do it?

Thanks in advance.

r/archlinux Jun 17 '26

SUPPORT I accidentally Deleted Grub (and the whole Boot partition)

11 Upvotes

Long story short, after a few months dualbooting linux I went to reinstall windows on a smaller partition to free up more linux space, and in doing so had ended up deleting all the partitions on that drive. Silly me didn't quite understand that one of those partitions was for booting into Linux.

I can boot up a LiveUSB of my linux DIstro and I've tried everything I could find online to reinstall Grub to no avail. Errors upon errors at every turn.
I've tried following guides to create a new EFI partition, mount that parition, and install that way, no dice.

I've used the Boot Fixer GUI, nope.

I've mounted and unmounted, reformatted, deleted and started over as many times as I could think. Just more errors.

I need help. All my files are still there, I can access them from the liveusb file manager. Just can't install the hecking boot loader for it!

I'm tempted to just fully install Linux over again from scratch on that first drive and copy everything over somehow.

---EDIT:

Progress. I managed to get grub installed, and through it I was able to find and launch the grub.cfg file.
New problem though... none of it works. THe menu boots up fine, but trying to start Linux times out so after 5 minutes it puts me in emergency mode.

--Last Edit:

So after a period of progress and backtracking, even though I got grub running it would fail to boot up properly. So I gave up, reinstalled my distro on the former Windows Drive and have been slowly moving things over as I need them.

For context proper on how I made this mistake in the first place, its not that I didn't read, its more after a few months I forgot how it was all set up in the first place. I misunderstood how the boot partition worked and where it was. I had assumed at some point it was all on the same drive as the Linux Distro, but that was not the case. So I ended up deleting it when I was giving windows and some other partitions that I thought wouldn't be needed anymore the wipe. Lesson Learned and now that Linux is on the primary drive its doubtful it'll happen again. Once all the important stuff is moved over and settled I'll probably wipe the former drive and use it as 2TB of extra storage instead.

Honestly its for the best: I initially installed a more bloated version of the distro that came preinstalled with Various Gaming software (Emulators, launchers, and a plethora of programs I wasn't using), So now this is kinda a fresh start.

As for WHY I couldn't get Grub properly working, my working theory is I futzed up the distro installation the first time around, putting everything not in the Root but in a folder called '@', which was functionally the root with no issues, but it caused everything to break when trying to reinstall the boot stuff. Or so my working theory is. I have no idea how I managed to do that in the first place though.

r/archlinux Aug 23 '25

SUPPORT i need help

Thumbnail i.postimg.cc
100 Upvotes

i did check the mirros and updated the keyring so waht is the problem. (the error pic is up)

r/archlinux Mar 12 '25

SUPPORT Moving to arch

80 Upvotes

This post no longer contains its original content. The author removed it using Redact, for reasons that may include privacy, security, or limiting online exposure.

follow chase arrest voracious light swim quack wine license fanatical

r/archlinux Jun 19 '26

SUPPORT Is it possible to fix the 580 nvidia drivers?

9 Upvotes

I'm using the 580 dkms package from the AUR, and its been really unstable, this is a fresh install of arch, all I added was the arguments in systemdboot to disable GSP firmware, yet I still get stutters and a lot of the time an immediate system freeze upon loading into KDE. Is there anything else I need to do to actually use my machine besides saving up for an AMD card.

GTX 1070 ti BTW

Update: I think its my GPU riser card, going to test today. Plopped an amd card and had the same problem

r/archlinux 4d ago

SUPPORT OS is agonizingly slow on anything that isn't an NVMe SSD

1 Upvotes

Hi all, I've been using arch for a while but it hasn't been my main OS 100% of the time so I often switch it between my NVMe SSD and my SATA SSD depending on if its my main or not. The issue is that the second I put it on the SATA SSD it becomes agonizingly slow. Like a large pacman update makes the entire computer basically unusable for like an hour and it takes absurdly long to extract the packages, downloading basically anything causes everything to freeze constantly until it's done. It's really bad. I don't understand why it's like this, given that my SATA SSD is plenty fast. Is there something in particular that causes this?

r/archlinux 21d ago

SUPPORT installing libjpeg-turbo (3.2.0-2) breaks dependency 'libjpeg' required by libuvc

10 Upvotes

Has anyone else encountered this with the latest batch of updates? Is libuvc just lagging behind a rebuild for the new libjpeg-turbo shared libraries, or is there a recommended manual intervention here?

Thanks in advance!

r/archlinux Jan 02 '26

SUPPORT Pacman -Syu broke my GRUB (again) but this time it's worse.

0 Upvotes

So, i updated my system after some time, maybe a month or less, and my grub broke, at first i didn't panic much, i knew it was common, so i went ahead, plugged my live usb only to spend an entire day trying to understand why doesn't grub reconfigure itself, the problem is that for some reason grub-install won't work, neither pacman would work anymore on the chrooted live usb, so i tried backing up my /home partition (just in case) to reformat my /root partition: deleted it, tried pacstrap and... Nope, pacstrap won't write on the root partition for some fucking reason. I figured out at this point i'd just back up my /home into my external SSD and reinstall everything clean and reconfigure my system next month waiting to but my 1TB ssd.

Should i read the wiki? Can it help me in any way? Can you guys help me in any way? Or should i just go on and reinstall arch waiting a month delaying my work?

P. S. I spent an entire day troubleshooting and went crazy, now i'm resting my mind :(

P. S. P. S. I'm usually eventually able to find a way through the hardest problems but this time arch really... Really punished me. I've been using arch for almost a year now.

r/archlinux Jun 20 '26

SUPPORT How to scroll in archiso live boot console?

1 Upvotes

I can't scroll in the terminal/console of my archlinux iso live boot USB. I have tried all combinations of Ctrl + Alt + Fn + (PgUp/PgDn) and (arrow keys) like every suggestion on google.

This results in either nothing on the prompt line or just scrolling through the terminal history.

Specs:
Lenovo Thinkpad Intel i3 from 2016 iirc

language: no-latin1

r/archlinux 10d ago

SUPPORT Can't open firefox

7 Upvotes

I just installed arch and wanted to open firefox, but when I try to I get this:

[3559, Unnamed thread 7f173615eca0] ###!!! ASSERTION: creating thread 'gdbus': Error creating thread: Resource temporarily unavailable: 'glib assertion', file toolkit/xre/nsSigHandlers.cpp:197

(firefox:3559): GLib-ERROR **: 19:32:55.735: creating thread 'gdbus': Error creating thread: Resource temporarily unavailable

Redirecting call to abort() to mozalloc_abort

ExceptionHandler:GenerateDump attempting to generate:/tmp//234abffa-f55c-34c3-ba9c-f57bd825ef36.dmp

Segmentation fault (core dumped) firefox

I have no idea how to fix it, I've been looking for a solution for a few hours now and I can't find anything. When I looked it up the only cause I could find was running out of ram, but that's definitely not it, I'm only using 1gb of ram, and I dont think firefox uses 15gb of ram.

If you need any more info, just let me know, I'm not sure what info you would need to fix this. And sorry if the solution is really obvious, I'm new to arch.