I'm thinking about installing Fedora 43 on my laptop, which has an ARM processor (Snapdragon). I'm curious to know if the drivers and applications will work seamlessly after installation. Another thing on my mind is the fingerprint reader; can it be used for login instead of a password in Linux?
3 Answers
The fingerprint reader situation could be hit or miss. Many readers use proprietary drivers only available for Windows. However, you can check compatibility later with `fprintd` or look up your fingerprint sensor’s USB ID on linux-hardware.org for more details.
For most applications, you'll find that popular office and daily-use software like LibreOffice and Firefox have ARM versions. If you need to run x86 applications, you might explore using `box86` or `box64`, but just be cautious—they can be a bit tricky and aren't always stable yet!
Make sure to look up your specific laptop model online. It’s important because different ARM devices can behave differently. Fedora does support aarch64 architecture, so just grab the right ISO for your setup. No guarantees it’ll work perfectly, but it should theoretically run on ARM.
Yeah, specific models can have unique issues, so it might be worth Googling your model plus 'Linux' or 'Fedora ARM' to see what others have experienced.

Good call! Just keep an eye out for compatibility issues when using those emulators.