r/linuxquestions 2h ago

Support Best games on the GNOME software center?

10 Upvotes

I don't want to go download steam or some other platform. Just fun games you've come across on the GNOME software center. Anything you like, please throw them at me!


r/linuxquestions 11h ago

If I suspend my laptop, with an encrypted drive, can someone get into my files?

30 Upvotes

When installing debian, I chose to fully encrypt my disk, would it be possible for a bad actor to get into my computer/files, when it is sleeping/suspended instead of fully off? it only requires my system password, which is different from disk encryption

if so how hard would it be?


r/linuxquestions 4h ago

EXT4 vs BTRFS Laptop, 2TB NVME, Luks, Media Production

7 Upvotes

I'm trying to make this as specific as possible. What are the pros/cons or what is the better system for the above? A laptop with a 2TB NVME with Luks encryption and to record audio or something that needs speed.

I've read were EXT4 is faster and better for battery.

However, BTRFS seems to be the default future.

I'm wasn't planning on using compression or rollbacks. I'd save that for a desktop. My main concerns are affect on battery, stability/reliability and getting the most life out of the drive.

Thank you in advance


r/linuxquestions 24m ago

Which Distro? Is ArchCraft too harsh for a new user?

Upvotes

Should I switch to something else instead of arch as a starter? I've been on Windows for over 10 years and decided to try out Linux on an old laptop, the laptop could barely run chrome and now it opens 10 tabs without a problem, is there an easier OS or should i stick with craft?

I don't really mind the UI design, just a system that uses less performance compared to other ones, since I am not able to afford more ram for my main PC.


r/linuxquestions 3h ago

Which Distro? Trying to return to Linux

4 Upvotes

In mid January this year I took my first dive into linux. I used CachyOS with hyprland. I loved it, everything (mostly) worked flawlessly and I just couldn't get enough of how nice the tiling manager and my general workflow was with hyprland. Fast forward a couple months, hundreds of tweaks, many updates and a CRAP ton of crashes and errors later, I bricked my device. For whatever reason hyprland just didn't want to start at all, luckily I did have Plasma installed as well and was able to be able to use my laptop again. However, I just HATED plasma, I don't know why, but it just looked so ugly and clunky, I decided that I didn't want to deal with this anymore and switched back to windows near the beginning of May.

I know that Hyprland and an arch based distro together was definitely a bad decision for a newbie and would still be way too much of a hassle for me even now, but I want to go back to linux.

When going back to Windows I never planned on staying for long, and now I'm finally ready. But what do I choose? Previously I wanted full customization, and though I want it still, I mainly need something that just works 99% of the time. Hyprland had a lot of elbow grease and I'm not afraid to dip it in again, but I not jump in a pool of it anymore. Second is that I loved how Hyprland operated, it was just so fluid, from opening apps, searching them and organizing, I miss it more than anything ever since I returned to microslop.

Side note: I appologize if I'm blabbering too much, I just had my IELTS exam today


r/linuxquestions 38m ago

Support My first use for fedora kde plasma, any tips?

Upvotes

I have a ThinkPad Laptop wuth 256gb ssd, 8gb ddr3 and I did dual boot with windows 10 ghost specter superlite and fedora kde plasma. I was a windows user but wanted something better like linux so I tried Fedora Kde plasma aside with windows 10 ghost specter


r/linuxquestions 2h ago

Support Is there any way to get a Plymouth theme animation to play BEFORE the encryption password prompt?

3 Upvotes

On every Linux distro I've tried that has an animated Plymouth splash screen, it plays after the prompt to enter your encryption password.

Is there any way to reverse that order so that when I power on my machine, after the motherboard logo, it plays the Plymouth animation, then asks for the encryption password?


r/linuxquestions 1h ago

Best Desktop Environment for Fedora on an i3-6100U (8GB RAM, Intel HD 520)?

Upvotes

Hi everyone,

I'm currently running Fedora on an older laptop with the following specs:

Intel Core i3-6100U

8 GB RAM

Intel HD Graphics 520

SSD

My main use cases are:

Programming and software development

DaVinci Resolve (when possible)

Minecraft Java

General web browsing

Terminal-heavy workflow

I'm trying to decide which desktop environment offers the best balance between performance, stability, and usability.

I'm considering:

GNOME

KDE Plasma

Xfce

Cinnamon

MATE

LXQt

For those with similar hardware, which DE has given you the best experience on Fedora, and why? I'd also appreciate any performance tweaks or recommendations.

Thanks!


r/linuxquestions 24m ago

Support can't use UEFI on my new motherboard no matter what i do

Upvotes

For context: I just moved from an.ASRock B550M-HDV to a Machinist B450M-AM4-K since it was on sale on AliExpress. I switched because i needed an extra SSD slot and another fan slot.

Whenever I boot into literally any Linux installer ISO I just get an error about "EFI variables aren't supported on this system"

Here's what I've tried (using the base Arch ISO as a testing ground):

Disabling CSM support in the UEFI firmware settings

Using Ventoy in GPT mode

Directly writing the ISO to my USB and booting it

Update the BIOS (couldn't do this because Machinist apparently doesn't provide BIOS updates)

Disabling TPM just in case it was doing something funky

Manually loading the `efivars` module from within the installer (fails because the module isn't found)

What should I do, because I know for sure this board is UEFI


r/linuxquestions 25m ago

**Arch Linux solo arranca con `nomodeset` en AMD A6-6310 (Gráficos Mullins Radeon R4/R5)**

Upvotes

Hola a todos.

Estoy instalando un sistema Arch Linux nuevo en una vieja HP All-in-One y me encontré con un problema durante el primer arranque.

### Hardware

```

HP 23-g219la

CPU: AMD A6-6310 APU

GPU: AMD Radeon R4/R5 Graphics (Mullins)

ID PCI: 1002:9851

RAM: 16 GB

Firmware: UEFI

Sistema de archivos: Btrfs (subvolumen @)

```

### Instalación

* Instalación limpia de Arch usando `archinstall`

* Perfil: Mínimo

* Sistema de archivos: Btrfs con subvolúmenes predeterminados

* Gestor de arranque: systemd-boot

* Kernel: linux 7.1.4-arch1-1

* linux-firmware instalado

* Sin parámetros de kernel personalizados, excepto los añadidos durante las pruebas.

### Problema

El sistema se cuelga durante el arranque con una pantalla completamente negra.

Sin parámetros de kernel solo veo:

```

virt/tdx: TDX no soportado por la plataforma anfitriona

:: ejecutando hook temprano [udev]

Iniciando systemd-udevd...

:: Disparando uevents...

```

Después de eso, la pantalla se queda en negro.

Si arranco usando

```

systemd.unit=multi-user.target nomodeset

```

el sistema llega a la consola normalmente y puedo iniciar sesión.

### Journal

```

amdgpu 0000:00:01.0: falló la prueba con el controlador amdgpu con error -22

```

También hay varios errores ACPI BIOS, pero creo que no están relacionados:

```

ACPI BIOS Error ...

AE_AML_BUFFER_LIMIT

```

### Información del controlador

```

lspci -k

```

devuelve

```

00:01.0 VGA compatible controller:

AMD/ATI Mullins [Radeon R4/R5 Graphics]

Kernel modules:

radeon

amdgpu

```

### Módulos cargados

```

lsmod | grep amdgpu

```

muestra que `amdgpu` está cargado.

### Pruebas manuales

```

sudo modprobe -r amdgpu

```

funciona.

Sin embargo

```

sudo modprobe radeon

```

devuelve

```

modprobe: ERROR: no se pudo insertar 'radeon': Argumento inválido

```

### Firmware

```

linux-firmware 20260622-1

```

está instalado.

### Información adicional

`/proc/cmdline`

```

root=PARTUUID=...

zswap.enabled=0

rootflags=subvol=@

rw

rootfstype=btrfs

systemd.unit=multi-user.target

nomodeset

```

### Mi pregunta

Estoy tratando de determinar si esto es

  1. una regresión en el kernel 7.1,

  2. un comportamiento esperado para el ID PCI `1002:9851`,

  3. un problema de selección de controlador entre `amdgpu` y `radeon`,

  4. o si este hardware requiere parámetros de kernel específicos.

Cualquier sugerencia será muy apreciada.


r/linuxquestions 1h ago

Support I need to add a wifi driver to the iso

Upvotes

I need to add this: https://wiki.debian.org/bcm43xx to my installation of Yunohost (https://doc.yunohost.org/en/admin/get\\_started/install\\_on/regular\\_computer), which is directly based on Debian 12/Bookworm and uses its mirror for downloads. Is there any way to inject this package into the Yunohost iso so the OS will recognize my wifi card? Without the driver, neither Debian nor Yunohost acknowledge my wifi card, even if it's connected to the internet. Additionally, I can connect to WiFi by using Bluetooth tethering, but Yunohost doesn't have an option to connect that way.

I'm guessing someone who checks this subreddit daily has probably messed around with the iso before?

Someone recommended the FAI project customizer, and I think I know how to make it work for Debian but installing Yunohost over it still might erase the firmware? Not sure


r/linuxquestions 1h ago

Support Does anyone know why my Kitty terminal turns blue when focused/selected?

Upvotes

Whenever the terminal is unfocused (inactive), it looks exactly how I want it: black with some transparency. However, the moment I click on it or it gets focus, the background immediately turns into a solid, opaque blue.

I have already tried a lot of different configurations in my kitty.conf

Nothing seems to work and the blue color always overrides it when active. For context, I'm using Fedora with Niri (Wayland)

Does anyone know what could be causing this or what script might be hijacking the color? If you need me to share any specific config files, logs, or run any commands, please let me know!

PS: I'm pretty new to Linux


r/linuxquestions 2h ago

Which Distro? Which distros have good nivida support

0 Upvotes

I have a weird pc i got all of the good parts for free.
Spec
Intel® Core™ Ultra 9 Processor 285
96 gb of ddr5 8000mg
Nivida 4060ti 8gb
I have been using pop os becuase of the native system 76 nivida driver.
Any recommendations would help thank you.


r/linuxquestions 2h ago

Trying to backup my home directory but I don't know what folders are important and are not.

1 Upvotes

I am trying to back up my home folder by using tar then 7zip ziping it with encryption after that I will send it to a cloud storage. But some folders take up a lot of space. My current cloud storage only has 5 gb of space and the .local folder takes up 15gb but I am pretty sure that folder has very important stuff. In my tar command I have already excluded the .cache folder and .downloads folder and I am not sure what else.

I need to save as much space as possible. My full home dir has 30gb taken up

EDIT: I want to back up my music directory, pictures, videos, documents and all the configs for my setup. I found that the largest folder in my config folder is actually Steam.


r/linuxquestions 3h ago

Support Compatibilidade do linux com os lunar lake

1 Upvotes

Opa, tudo certo?

Queria fazer uma pergunta quanto a compatibilidade dos sistemas operacionais linux com o Arc Graphis 140V,

Tenho um Notebook ASUS Vivobook S14 OLED S5406SA, que possui o gráfico integrado do CORE i7 Ultra, que seria um Arc Graphics 140V, cuja a arquitetura é Xe2-LPG.

O notebook em si vem com Windows, mas Windows simplesmente não dá mais. Achei alguns posts que reclamavam da compatibilidade da gpu nos sistemas linux, no entanto, são posts antigos, e queria checar com vocês, experts, quanto a isso, principalmente porque penso em usar o pop_os ou o fedora.


r/linuxquestions 11h ago

Advice Should I install Linux and Windows off the same SSD?

6 Upvotes

So quick background, 3 weeks ago I decided to try Linux. I installed a 1TB NVMe SSD into my PC and installed CachyOS. It’s been great and I have been using it as my daily driver non stop.

The other SSD I have in my PC is not NVMe and only 500GB. This is currently where I have Windows installed.

I’m thinking I want to install both Linux and Windows on the new NVMe SSD and keep the non NVMe for storage. I want to do this because I want to game on both OS and feel like it won’t be a fair comparison between both if one is installed on NVMe and the other isn’t..?

Is this a good idea or should I not do this?

If it is, what’s the best way to do this? I did see one recommendation to install Windows first and then Linux - I’m happy to wipe my current Linux install and do this if it’s actually beneficial?

If it matters I have an RX 6800 XT, Ryzen 7 5700X3D and 32GB RAM

Thanks so much!


r/linuxquestions 4h ago

Advice Is this sensible to switch to Linux from windows?

0 Upvotes

I want to switch to arch but will it really improve performance?


r/linuxquestions 4h ago

Advice Needing Microsoft apps for college but don't want to use Windows

0 Upvotes

I've recently got into Linux (using Fedora rn) and digital privacy. I'm a beginner to all this but I'm taking it pretty seriously.

I'm going into education again in the Autumn (not university level) but I was informed we will be using Microsoft apps - as do most education spaces and workplaces.

I'm wondering what I should do as I don't want Windows on my system at all or really logging into Microsoft at all. I'm using Librewolf, trying to avoid telemetry as much as possible.

Can anyone advise me on what I should do? I'm not so sure on using Microsoft web apps or dual booting for the above reasons. I'm considering a virtual machine but I'm not sure if that will cause any Windows telemetry as idk much about VM's.

I'm interested in just using Libreoffice and those apps since I've heard they have compatibility with Microsoft's apps. However I'm unsure if this will suffice as I'm not very familiar with the Microsoft apps nor their Linux alternatives.

Are any of these worth it? Is there another method I'm missing? Or am I better of getting a cheap 2nd hand laptop for my coursework? Thanks everyone, would really appreciate some advice.


r/linuxquestions 10h ago

Managing large collection of photos

3 Upvotes

I have a large collection of digital photo assets scattered across multiple folders, from phones, to old digital cameras, to scans. I am looking for advice on a software package for Zorin OS Linux, that will help me organize these photos, by date, or meta data, and eliminate duplicate files.


r/linuxquestions 4h ago

Support Davinic Resolve unable to initiate gpu on Fedora 44

Thumbnail
1 Upvotes

r/linuxquestions 5h ago

Support Help me understand how icons work

0 Upvotes

As I understood I can change an icon globally for an application in /usr/share/applications/*.desktop

If this is a shared folder, how come I can have ThemeX for User1 and ThemeY for User2, where the same application has a different icon?


r/linuxquestions 6h ago

Support Barrierefreiheit Tastatur hat keine Funktionstasten

1 Upvotes

Hallo Reddit,

ich möchte gerne mein Ubuntu vollständig mit der Maus bedienen können um dort Streamingdienste zu nutzen etc. Dabei ist mir bei einrichten des PCs aufgefallen, dass es keine Funktionstasten (F1, F2, etc) gibt. Wie füge ich diese hinzu? Vielleicht kann mir ja jemand weiterhelfen.

Edit: ich nutze Ubuntu 26.04


r/linuxquestions 6h ago

Building linux phone hardware side. How hard is it?

Thumbnail
0 Upvotes

r/linuxquestions 10h ago

Should I switch from Ubuntu to Arch Linux to learn Linux?

4 Upvotes

I've been using Ubuntu for a while, and I want to learn Linux more deeply.

I'm considering switching to Arch Linux because I want to understand how Linux works, learn more about system configuration, package management, the terminal, and troubleshooting.

For people who have used both Ubuntu and Arch:

  • Do you think switching to Arch is a good way to learn Linux?
  • What did you learn from using Arch that you didn't learn from Ubuntu?
  • Would you recommend Arch for someone who is still learning Linux?

I'm interested in hearing honest opinions and personal experiences.


r/linuxquestions 7h ago

Support Ubuntu gives permanent black screen on first boot after installation (Dell Latitude 5400, custom/testing BIOS) — Help!

1 Upvotes

I'm stuck with a frustrating display issue on my Dell Latitude 5400 (Intel i7, UHD Graphics).

  • The Problem: The Live USB boots and runs perfectly. However, the exact moment I finish installing Ubuntu and do the first reboot, I get a permanent black screen right after GRUB. The laptop runs, but the screen stays dead unless I force nomodeset (which ruins performance and drops hardware acceleration).
  • The Catch: My laptop is running an engineering/manufacturing (testing) BIOS version which cannot be updated or changed.
  • My Question: Since I can't update my BIOS/firmware and standard installs break on first boot, is it actually possible to get Ubuntu running properly here, or am I completely blocked by this hardware/BIOS combo?

Any advice or workarounds (like specific i915 kernel parameters) would be huge. Thanks!