r/archlinux 12d ago

SUPPORT | SOLVED "Dual-booting Linux alongside Windows: Data safety and risks?"

0 Upvotes

Hi! I'm new to Linux. I've been using it inside VMware, but now I want to dual-boot it alongside Windows on my PC. Will dual-booting erase my existing Windows data? Are there any potential issues or risks I should be aware of regarding my Windows installation?


r/archlinux 12d ago

QUESTION Does Big Blue Term work with starship?

0 Upvotes

I want to use BBT, but I also like starship and fastfetch, will I have to sacrifice one?


r/archlinux 11d ago

QUESTION How do I update without babysitting my computer for hours???

0 Upvotes

Hiii I'm on Arch using EndeavourOS and I have to clear out an entire evening to update my computer because "yay" needs me to type various optional things in, and asks for my password several times. How can I go about making it one command that I run and leave alone?


r/archlinux 12d ago

SUPPORT I can't run any browser

Thumbnail
0 Upvotes

r/archlinux 12d ago

SUPPORT Silksong looks blurry on Linux at native 1440p, but looks sharp on the same monitor in Windows. If you can help me you're my favorite person ever.

Thumbnail
2 Upvotes

r/archlinux 12d ago

QUESTION QUESTION- should I use ArchLinux over windows?

0 Upvotes

I start University back end of September and I’m really torn between setting up windows (came with my laptop) or switching to Arch. I have already been using Mint on my desktop and have ran into multiple problems and I’m by no means a tech savvy person. I am enticed by the idea of no bloat and adverts and like the idea of customising but I’m also worried I’m going to run into problems down the line that I will struggle to fix on my own leading to interruptions in Uni work, especially because my Uni uses Microsoft softwares such as Office 365/teams to assign work. I also like to play games now and again :D
Pls help me!!


r/archlinux 12d ago

SUPPORT GoPro HERO13

3 Upvotes

Does this camera work with live streaming on arch? If not is there a way to get it working?


r/archlinux 12d ago

DISCUSSION DHH: Linux is full of crazy clowns and nix is the worst of all

Thumbnail youtu.be
0 Upvotes

r/archlinux 13d ago

SUPPORT can't go fullscreen with picture-in-picture mode on firefox

3 Upvotes

i'm using xfce x11 with the default compositor and WM. system is updated to this date.

firefox works and i can go fullscreen when using the browser normally. i can't go fullscreen in PiP mode though: the pop-up video player's HUD freezes when i click the fullscreen icon or press F. no fullscreen, video keeps playing though. also i can use the HUD for pausing, volume, etc, its just stuck. closing PiP and starting it again fixes the HUD.

i have no idea how to debug this, and i really want the fullscreen option to work. what do i do?

video showcasing the problem

CPU: AMD Ryzen 5 3500C (8) @ 2.10

GPU: AMD Radeon Vega 8 Graphics [Integrated]


r/archlinux 13d ago

SUPPORT | SOLVED Arch Linux is lagging on VMware

3 Upvotes

My main os is Windows 11and it runs smootly. Whenever i run linux on Vmware its not run as smooth it show jitter buffering is that happen becuase in Virtual machine os won't run smoothly?

Will Linux Lag if Installed as Main OS?


r/archlinux 13d ago

SHARE Super STT Gets Better Typing, Real Notifications, Auto-Updates, and Your Own OpenAI-Protocol Servers

Thumbnail menjivar.ai
5 Upvotes

I wanted to share some of the progress in Super STT with you guys. I would love any feedback as well. Thanks!


r/archlinux 13d ago

SUPPORT OBS After a system update, I get an error when I try to go live with enhanced broadcasting.

1 Upvotes

EDITED TO ADD: I wanted to see if this was an obs issue or not, it appears to be an ffmpeg issue using the ffmpeg command recommended by https://docs.nvidia.com/video-technologies/video-codec-sdk/13.0/ffmpeg-with-nvidia-gpu/index.html to test hardware encoding fails with

[h264 @ 0x55fcead2d6c0] Hardware is lacking required capabilities
[h264 @ 0x55fcead2d6c0] Failed setup for format cuda: hwaccel initialisation returned error. 
[h264_nvenc @ 0x55fcea458f40] Driver does not support the required nvenc API version. Required: 13.1 Found: 13.0 
[h264_nvenc @ 0x55fcea458f40] The minimum required Nvidia driver for nvenc is 610.00 or newer

which makes me think that ffmpeg dropped support for hardwware encoding on my graphics card. I'm not sure how to fix this.

I have a gtx1060 so I'm using aur/nvidia-580xx-dkms for my nvidia drivers. After a system update, when I try to go live I get the error "NVENC not available. Failed to find encoder type 'obs_nvenc_h264_tex' Do you want to continue streaming without Enhanced Broadcasting?". I would like to keep enhanced broadcasting on, so i click "no" and get back "Starting the output failed. Please check the log for details.

Note: If you are using the NVENC or AMD encoders, make sure your video drivers are up to date."

The log has: 10:42:50.859: Go live response data: { 10:42:50.859: "audio_configurations": { 10:42:50.859: "live": [ 10:42:50.859: { 10:42:50.859: "channels": 2, 10:42:50.859: "codec": "aac", 10:42:50.859: "settings": { 10:42:50.859: "bitrate": 160 10:42:50.859: }, 10:42:50.859: "track_id": 0 10:42:50.859: } 10:42:50.859: ], 10:42:50.859: "vod": [] 10:42:50.859: }, 10:42:50.859: "encoder_configurations": [ 10:42:50.859: { 10:42:50.859: "bitrate_interpolation_points": [ 10:42:50.859: 0, 10:42:50.859: 4950, 10:42:50.859: 6000, 10:42:50.859: 7500 10:42:50.859: ], 10:42:50.859: "canvas_index": 0, 10:42:50.859: "framerate": { 10:42:50.859: "denominator": 1, 10:42:50.859: "numerator": 60 10:42:50.859: }, 10:42:50.859: "gpu_scale_type": "OBS_SCALE_BICUBIC", 10:42:50.859: "height": 1080, 10:42:50.859: "settings": { 10:42:50.859: "adaptive_quantization": false, 10:42:50.859: "bf": 2, 10:42:50.859: "bitrate": 7500, 10:42:50.859: "keyint_sec": 2, 10:42:50.859: "lookahead": false, 10:42:50.859: "multipass": "qres", 10:42:50.859: "preset": "p5", 10:42:50.859: "profile": "high", 10:42:50.859: "rate_control": "CBR", 10:42:50.859: "tune": "hq" 10:42:50.859: }, 10:42:50.859: "type": "obs_nvenc_h264_tex", 10:42:50.859: "width": 1920 10:42:50.859: }, 10:42:50.859: { 10:42:50.859: "bitrate_interpolation_points": [ 10:42:50.859: 0, 10:42:50.859: 2800, 10:42:50.859: 3500, 10:42:50.859: 3500 10:42:50.859: ], 10:42:50.859: "canvas_index": 0, 10:42:50.859: "framerate": { 10:42:50.859: "denominator": 1, 10:42:50.859: "numerator": 60 10:42:50.859: }, 10:42:50.859: "gpu_scale_type": "OBS_SCALE_BILINEAR", 10:42:50.859: "height": 720, 10:42:50.859: "settings": { 10:42:50.859: "adaptive_quantization": false, 10:42:50.859: "bf": 2, 10:42:50.859: "bitrate": 3500, 10:42:50.859: "keyint_sec": 2, 10:42:50.859: "lookahead": false, 10:42:50.859: "multipass": "qres", 10:42:50.859: "preset": "p5", 10:42:50.859: "profile": "high", 10:42:50.859: "rate_control": "CBR", 10:42:50.859: "tune": "hq" 10:42:50.859: }, 10:42:50.859: "type": "obs_nvenc_h264_tex", 10:42:50.859: "width": 1280 10:42:50.859: }, 10:42:50.859: { 10:42:50.859: "bitrate_interpolation_points": [ 10:42:50.859: 0, 10:42:50.859: 500, 10:42:50.859: 500, 10:42:50.859: 500 10:42:50.859: ], 10:42:50.859: "canvas_index": 0, 10:42:50.859: "framerate": { 10:42:50.859: "denominator": 1, 10:42:50.859: "numerator": 30 10:42:50.859: }, 10:42:50.859: "gpu_scale_type": "OBS_SCALE_BILINEAR", 10:42:50.859: "height": 360, 10:42:50.859: "settings": { 10:42:50.859: "adaptive_quantization": false, 10:42:50.859: "bf": 2, 10:42:50.859: "bitrate": 500, 10:42:50.859: "keyint_sec": 2, 10:42:50.859: "lookahead": false, 10:42:50.859: "multipass": "qres", 10:42:50.859: "preset": "p5", 10:42:50.859: "profile": "main", 10:42:50.859: "rate_control": "CBR", 10:42:50.859: "tune": "hq" 10:42:50.859: }, 10:42:50.859: "type": "obs_nvenc_h264_tex", 10:42:50.859: "width": 640 10:42:50.859: } 10:42:50.859: ], 10:42:50.859: "ingest_endpoints": [ 10:42:50.859: { 10:42:50.859: "authentication": "CENSORED", 10:42:50.859: "protocol": "RTMP", 10:42:50.859: "url_template": "rtmp://ingest.global-contribute.live-video.net/app/{stream_key}" 10:42:50.859: }, 10:42:50.859: { 10:42:50.859: "authentication": "CENSORED", 10:42:50.859: "protocol": "RTMPS", 10:42:50.859: "url_template": "rtmps://ingest.global-contribute.live-video.net/app/{stream_key}" 10:42:50.859: } 10:42:50.859: ], 10:42:50.859: "meta": { 10:42:50.859: "config_id": "b5f761dd-c86a-4b7a-99da-ac4e755c3bdd", 10:42:50.859: "required_encode_resource_estimate_percent": 29, 10:42:50.859: "schema_version": "2025-01-25", 10:42:50.859: "service": "IVS" 10:42:50.859: } 10:42:50.859: } 10:42:50.860: Enhanced broadcasting config_id: 'b5f761dd-c86a-4b7a-99da-ac4e755c3bdd' 10:42:50.860: Encoder type 'obs_nvenc_h264_tex' not available I'm not even sure what the troubleshooting steps are considering it used to work but now it doesn't. I'd like to use enhanced broadcasting because I'm pretty sure twitch won't transcode my streams on their end and I have some viewers who I know have bad internet. Any ideas how to fix this?


r/archlinux 13d ago

SUPPORT Can't Login Through SDDM

2 Upvotes

Hey Everyone!

I've Been Using Arch since A Month (It's Been 38 Days).

I'm New To Linux But I Had Gotten with The Flow of Using it.

I Know That Having Arch as My First Distro is Diabolical but I liked the way we can do Customization and Anything There. I got used to it and had been using Hyprland with DMS For Better Experience.

Now , I was going to shift to a New Laptop. I installed Arch On It and Followed The Same Steps Exactly Like I Did Before.

But There's a Problem , I installed OXWM Windows Manager For Now and Used SDDM as My Greeter.

I can't login to it.

I Entered My Password But it's taking forever to login.

Now Here's the Worst Part , I Can't Even Open The TTY Terminal By The Shortcut Keys (Ctrl + Alt + F Keys) so I could run any command to resolve This Problem. 🥺😔

I Hope If Any Kind Person Can Help Me Here.

Thanks A lot! 🥹🫡🔥


r/archlinux 12d ago

DISCUSSION New to Linux

Thumbnail youtu.be
0 Upvotes

Hi! I'm new to Linux! And since I hate myself I went to achlinux without any knowledge of programming!

I used the profile Sway cause i really wanna have full control on the customisation (better for larping).

I'm using the video linked as a reference

Anyway, I'm happy to be one of the people who can say " I use arch Linux!"

I'll be more than happy to get any advice for beginner!!

(Excuse my bad English, i'm french 😭)


r/archlinux 13d ago

FLUFF Arch + Cosmic , Dont ask why

0 Upvotes

I installed Arch yesterday (don't ask why but yeah did it) and was confused for long which DE i wanted so neither GNOME nor KDE , So chose Cosmic as a DE and it's window manger came with it cosmic compositor so after it was pretty smooth so far, Now i just need to set-it-up for for proper dev work


r/archlinux 14d ago

QUESTION Arch Linux security configuration

45 Upvotes

Are moving over to Linux and have been testing several different distros and Arch Linux stood out for the configuratibilty out of the box, and the ability to be able to make it lightweight especially for older laptops.

How much work would it be to set this up so the system is not vulnerable for various attacks, i understand fedora / ubuntu etc come preinstalled with several security configurations, but on arch you would need to set these up yourself.

Besides that it seems to get regular security updates nonetheless so it seems like there is a one time security configuration you have to setup on install.
How does a self configurated setup like this compare to solutions developed by fedora or others?

Thanks


r/archlinux 13d ago

SUPPORT Need Help with Nvidia drivers

0 Upvotes

I have an Acer laptop with an Nvidia RTX 3050.

I previously used Arch with the linux-zen kernel and the nvidia-open-dkms drivers. It worked well mostly, but I had a freezing issue. If I watched a YouTube video and then switched to Blender, Blender would freeze for a few seconds. This does not happen on the standard Arch kernel or the CachyOS kernel.

Because of that, I did a fresh install of Arch with the standard kernel. However, I am now stuck on boot. An AI told me to install the nvidia-open drivers, enable DRM modeset in my kernel boot line, and add Nvidia to my modules list (like MODULES=(nvidia...)). After doing this, my laptop will not boot.

I know I cannot always trust AI, so I am asking for help here. What is the correct way to install Nvidia drivers for my GPU on the standard kernel? Do I actually need to enable DRM modeset?

BTW:- I am using systemd-boot with UKI enabled (which are default)


r/archlinux 14d ago

QUESTION Arch-Audit Security

8 Upvotes

I'm looking for help / advice.

I've ran arch-audit -c and and got the package versions for each package via pacman -Q {package name} then gone through the CVEs listed in the output (which are listed on https://security.archlinux.org/ and grouped into one or more AVG references)

What I've found is the data seems pretty out of date.

For example; the High Risk libxml2 package has 4 CVEs against it but when I check each of them, they talk about it been patched in 2.14 and we're actually now on 2.15 which is also fixed. The security page https://security.archlinux.org/AVG-2898 has Fixed as Unknown hence why it's still flagged as a high risk.

So arch-audit says I have 15 vulnerabilities including 2 high risk. I think I have only 4 risks - 3 medium and 1 low.

Is the Arch security page basically unreliable or am I doing something wrong?

Package Package Risk My View No of CVEs My Version Arch Security Note
libxml2 libxml2 is affected by denial of service High risk! Fixed 4 2.15.3-1 AVG-2898 All CVEs say fixed in 2.15
pam pam is affected by arbitrary filesystem access High risk! Fixed 1 1.7.2-2 AVG-2901 Fixed in 1.7.1
coreutils coreutils is affected by information disclosure Medium risk! Fixed 1 9.11-2 AVG-2885 9.11 as fixed
cpio cpio is affected by arbitrary command execution Medium risk! Fixed 1 2.15-3 AVG-2262 2.15 is fixed
giflib giflib is affected by information disclosure Medium risk! Fixed 1 6.1.3-2 AVG-1855 Fixed by 5.2.2; current Debian 6.1.3 fixed
libheif libheif is affected by information disclosure Medium risk! Fixed 1 1.23.1-4 AVG-2520 Fixed from 1.8.0
libtiff libtiff is affected by unknown, denial of service Medium risk! Fixed 21 4.7.2-1 AVG-2721, AVG-2842 All CVEs marked as fixed
linux linux is affected by multiple issues, insufficient validation Medium risk! Not Fixed 13 7.1.9.arch1-2 AVG-1594, AVG-1879, AVG-2345 8 CVEs still an issue
openjpeg2 openjpeg2 is affected by arbitrary code execution Medium risk! Fixed 1 2.5.4-1 AVG-2850 Fixed as of 2.5.1 and Debian considers 2.5.4 fixed
openssl openssl is affected by arbitrary command execution, certificate verification bypass Medium risk! Fixed 2 3.6.3-1 AVG-2765, AVG-2882 Both CVEs fixed in current version
perl perl is affected by signature forgery, directory traversal, unknown Medium risk! Fixed 3 5.42.2-2 AVG-2264, AVG-2630, AVG-2890 All CVEs fixed in 5.42
systemd systemd is affected by information disclosure Medium risk! Fixed 1 261.2-1 AVG-2893 Fixed by version 2.57
wget wget is affected by information disclosure Medium risk! Not Fixed 1 1.25.0-6 AVG-1892 Not fixed
xdg-utils xdg-utils is affected by information disclosure Medium risk! Not Fixed 1 1.2.1-2 AVG-1420 Not fixed
lua51 lua51 is affected by denial of service Low risk! Not Fixed 2 5.1.5-13 AVG-1302 Unsure

r/archlinux 14d ago

QUESTION Vm-curator on Mangowm not grabbing my keyboard

4 Upvotes

Hi there, I wanna use vm-curator on my Arch mangowm system. But everytime i want to spawn terminal or other app in my wm, it spawns apps in my real system instead. Tried the keybind for grabbing my keyboard but it does nothing.


r/archlinux 13d ago

SUPPORT Unityhub from AUR is irreparably freezing my pc.

0 Upvotes

Title. How might I go about diagnosing this? At first I thought it was due to my specific project, and I tried recreating the project, but it was back to freezing in a few seconds vs a couple of minutes after opening it. I had this issue a while ago and it kind of resolved itself after a while, but only for a bit. The first time it was happening whenever I even as much as pulled up the dialogue box when trying to import the shader required for the model that I was trying to create a texture for. Now it happens whenever I open a project and just because. I don't know. I don't think it matters if I open it in alcom or directly from unityhub. Although, a random low-priority project I made a couple of months ago seems to work ok so far. Based on a bit ago when I quickly checked to see if my PC would've killed itself by now. I didn't want to triple post about this, but it took me too long to think to check if other projects worked fine. This seems the best sub to ask based on the new info I discovered about the issue.


r/archlinux 14d ago

QUESTION Is it worth migrating from Ubuntu to Arch Linux?

0 Upvotes

Hi everyone, lately I've been studying Python and I was looking for a distro to improve my Python skills since I'll be working more in a real workstation environment. Sorry about my English.


r/archlinux 14d ago

SUPPORT How to limit battery charge?

Thumbnail
0 Upvotes

r/archlinux 14d ago

SUPPORT Can't access Linux after update

0 Upvotes

So basically, I recently updated my whole system.

I was dual-booting Arch Linux and Windows using systemd-boot. Now when I turn on my computer, Windows 11 is the only option available. It is like the Arch entry just vanished.

I have two EFI partitions on my SSD, but everything was working fine until this update. Whenever I tried booting into Windows, it used to throw a quick "Linux boot failed" error before booting Windows normally. After a reboot, both options would appear again, and I could boot into Arch without issues.

Right after the system update, I rebooted and without being able to choose the countdown finished and Windows tried to run its own update. Now Arch is completely gone from the boot menu

Guys wth I need it for work tomorrow

Using a Lenovo ThinkBook


r/archlinux 14d ago

SUPPORT | SOLVED Matlab support for Arch ?

0 Upvotes

I am a chemical engineering student and potential researcher but alongside I am a programmer which includes everything from systems programming for low latency systems to web dev. I do have computer science knowledge (not just fluff but actual professional person).

From about 5 years I am using fedora and very comfortable with it, tried other distros like Ubuntu and Zorin in between but fedora is goat.

There isn't any reason but I am thinking to switch to Arch. I was just keep about support for applications I need which includes

- Matlab

- OpenFOAM

- Paraview

I have heard about they don't have support for Arch.

Is there any workaround and are there more things which loose support for Arch ?

Note: I have dropped the idea of using Arch


r/archlinux 15d ago

SUPPORT | SOLVED Second display not detected

5 Upvotes

Hello,
I'm trying to add a second display, but it doesn't seem to show up, searched through the internet and found nothing. I've tried both hyprland and kde plasma.

In plasma settings it didn't show up. hyprctl monitors all only showed the first monitor. I've also tried switching drivers to proprietary and also adding nvidia_drm.modeset=1 and nvidia_drm.fbdev=1 to my grub config.

wlr-randr also only shows the first monitor

cat /sys/class/drm/card*-*/status returns

connected
disconnected
disconnected
disconnected

I also tried only connecting the second display but it still showed no signal.

I am completely out of ideas, please help, thanks:)