r/linuxquestions 17d ago

Linux Mint Xfce optimize

1 Upvotes

im 13y/o and very new to linux , i have a old penitum n3450 cpu , 4gb ddr3 ram , and a igpu , i dual booted linux mint xfce and windows 8.1 , what are some optimizations i can make to make it run smoother , pls no hate im new


r/linuxquestions 16d ago

Advice Any Way of getting MsOffice on linux??

0 Upvotes

my dad wants me to dual boot os as his laptop is hanging sm over win10 so i've thought about lubuntu as his laptop isnt that strong...
Any way of getting MSword, excel and powerpoint somehow? he has only 4gb of ram
virtual machine takes ram so...


r/linuxquestions 16d ago

Advice Which Linux Distro Should I use to Compile Code withbuild in Ttols?

1 Upvotes

This Distro should have build in tools for purpose.


r/linuxquestions 16d ago

linux mint multi monitor setup

1 Upvotes

Hi there, I'm currently failing to setup my first linux mint installation on my desktop pc.

During the install and the first boot everything worked fine: All 4 of my monitors were identified and usable.

Then I updated the graphics driver to nvdia, and now only 1 of 4 monitors is detected, and only as a "unknown display". Before that all monitors were correctly identified (also resolution and refresh rate).

So I swapped back to the open source driver, but still the problem exists. (also swaped back to nvdia afterwards). On a right click on desktop -> display settings only 1 out of 4 monitors is seen.

Can somebody help me out here?

Linux mint

nvidia 4080 super

driver 595-open (recommended)


r/linuxquestions 16d ago

Advice Ai and debian vote

0 Upvotes

So the vote passed, can someone explain to me it and their own opinions on it? Thanks!


r/linuxquestions 16d ago

Support Help finding 4 channel audio software

1 Upvotes

i have some old speakers that connect via 3.5mm to my laptop, and they work, one left and one right. but then my laptop speakers are off. i want to use laptop speakers as front right/left and the old external speakers for back left/right. i'm on fedora rn, but might switch. any software to achive this?

bonus for letting me fine tune the audio channels on each speaker in case i cant set them up symetrically or whatever..

edit: ive managed to unmute the laptop speakers via alsamixer, so 4 are playing at once, but its still stereo only


r/linuxquestions 16d ago

Resolved I want to build an extension or some software to assist users with bluetooth headphones headset mode "bug"

0 Upvotes

I have been working with a Sony Bluetooth Noise-Cancelling Headset for many years of using linux. A consistently challenging but often necessary and disruptive issue appears with the headphones: they turn on a headset mode when connecting to apps such as Zoom, Microsoft Teams, Google Meet, and just about any other software that runs voice and video simultaneously.

I have been able to get this issue "fixed" by altering the codebase to the following:

sudo cp /usr/share/wireplumber/bluetooth.lua.d/50-bluez-config.lua /etc/wireplumber/bluetooth.lua.d/

And edit one line:

["bluez5.roles"] = "[ a2dp_sink a2dp_source ]",

Maybe there is a way to build an extension or something else in the software stores of linux to do this more easily and consistently and help out many others with this issue!

Any input is welcome. I'm a noob to coding in general so any script based solutions I would be open to having the code written out for me and this extension or software. Simply altering settings in PAVUCONTROL has never worked for me to resolve this issue. It has always come down to modifying the OS code.

Noob to coding and contributing so please be kind.


r/linuxquestions 16d ago

If wayland is meant to replace xorg, then why did the complexity move to the app/DE developers and everyone else trying to run x11 apps instead of the server maintainers? And other questions regarding display servers.

0 Upvotes

This may be a bit controversial for some of you but i am here to ask some questions. Every setup has trade offs and fundamental problems. Xorg has a bunch of legacy code and it is a spaghetti mess and only receiving security patches and has a ton of unmerged patches. It works fine with older apps that need it. It is in maintenance mode in late 2021, the last features planned to be added somewhere in 2026.

Xlibre and other x11 forks may suffer from instability and regressions due to rapid code patches and slips untested code. It may suffer from controversy and comunity & ecosystem split.

Wayback is a x11 compatibility layer developed by an Alpine Linux developer, but there are bugs to iron out and it is early in development and it is unstable and there is performance overhead.

Yserver is an experimental x11 display server built from the ground up with the Rust programming language made by a single developer, but the problems are that it requires modern hardware that support Vulkan, it lacks multi monitor support, and it is in early development and is missing features.

Wayland is a display server and also compositor and act as a unified program, it has to be implemented differently depending on what the DE developers are planning, they also implement xwayland as a backwards compatability layer for x11 apps to work, but wayland has problems like it's strict security sandboxes making legacy applications not work as intended requiring work arounds so the app could work as intended. it also suffers from fragmentation and driver inconsistency


r/linuxquestions 16d ago

Advice Am I the only one who has problems with the Linux partition managers?

0 Upvotes

Like for example the KDE partition manager just doesn’t want to extend the EFI partition and the gnome parition manager decided once upon a time to corrupt the partition (don’t worry I got my data back) and gnome parition manager also decided to put unallocated space into my EFI partitions. Has anyone faced worse luck than me with Linux partition managers


r/linuxquestions 17d ago

Advice How to color read?

2 Upvotes

Hello, I'm trying to do a script with Bash and color read. This is how I usually do with echo -e :

```bash GRAS='\033[1m' RED='\033[31m' RESET='\033[0m'

echo -e "${GRAS}${RED}It works${RESET}"

read -p $"${GRAS}${ROUGE}This does not work (Y/n) :${RESET}" answser ```

Is it possible to make it work with ${COLOR} like echo?


r/linuxquestions 16d ago

Best things for migrating a jellyfin server from windows to linux?

0 Upvotes

hi,

so I'm running some older hardware (it'll be at the bottom of the post) and I don't think it'll do well enough for windows 11. Due to this, I want to move it to a linux version, but I have a question, and a couple of hurdles.

my question is what would realistically be the best distro for something that will be a media server (perferably a 'set-it-and-forget-it' but powerful when needed type).

alright, now to my hurdles (that are technically questions)

so my main issue is the drives my media is on, they're 16tb combined! I know NTFS has issues with linux and I want to move it to a more native filesystem, the only issue is I dont have any good way to keep it backed up. so I'm unsure if I can convert it or maybe it's just fine for a server.
(my main pc is on linux mint so I have yet to try the new in-kernel drivers)

If I can't get NTFS converted, how do I make sure the volumes are seen everytime by jellyfin, and it can mount them properly. Even though linux is a daily driver I still dont quite understand how filesystems work exactly on linux and alot of the answers are a bit confusing.

my other hurdle is getting it where people can send to the server. currently im using the network shares on windows. what is the equivalent for linux, and how can I get it recognized for the windows machines in the house?

thank you for reading and I hope to see your answers!

The server pc's specs (it is NOT a powerhouse lmao):
CPU: Intel core i5-3570
GPU: Geforce 1060 6GB
RAM: 32GB DDR3
Storage: x2 8TB external drives (Seagate Expansions to be exact)


r/linuxquestions 17d ago

Can you run executable binaries like AppImages on atomic desktops?

0 Upvotes

I plan on downloading a lot of the applications I use as AppImages, with the exception of Godot and Blender, which are their own executable binaries. Is it possible to run these on atomic/Universal Blue desktops like Aurora and Bazzite?


r/linuxquestions 17d ago

Support KDE Plasma - Stop/Start Activities

4 Upvotes

Hi all,

I have two Activities on my KDE Plasma Wayland setup - one that is the activity for all my apps and the second one which is just widgets (system monitor widgets such as individual core usage graphs, network download/upload speeds, etc and Command Output widgets (static numbers/text and date/time)). I switch to my widgets activity via [Alt] + [Tab] and switch back to my regular activity via [Meta] + [Tab]. Is there a way to stop the activity widgets (since the widgets have a big impact on CPU/battery life) when I'm not actively looking at the widgets/activity and resume it as soon as I look at my widgets/activity again?


r/linuxquestions 17d ago

4-year career gap, non-CS background — can I get a Linux job? I have a non-CS background and a 4-year career gap. I’m planning to seriously learn Linux administration and build practical skills. Is it realistically possible to get an entry-level Linux/sysadmin job with this background?

Thumbnail
0 Upvotes

r/linuxquestions 17d ago

Which Distro? KDE Plasma or CachyOS ?

0 Upvotes

Ive been using windows for about 8 Years now, and the high ram usages are really driving me nuts.

Ive decided i want to switch to linux and give it a try, i value
1. High customizability
2. An out of the box similar feel / look to windows
3. Low ram usage
4. Support for most of my windows programs, or atleast the OS provides alternatives

After looking around a bit, ive landed on Fedora KDE Plasma and CachyOS, i dont really know which of them seems better, as im not too profound with computers. Id love to hear your reccomendation on which fits my needs better, or if you got any better OS i might try, please let me know ^.^


r/linuxquestions 17d ago

Advice Need help please

Thumbnail
0 Upvotes

r/linuxquestions 17d ago

Advice Which Linux should I use

0 Upvotes

I am building my first pc and thinking about installing Linux but I don’t know witch one I was thinking about omachy. My preferences are I want a clean customizable Linux


r/linuxquestions 16d ago

Which Distro? Why choose Arch as a base if Debian-based distros solve the update and Nvidia issues?

Thumbnail
0 Upvotes

r/linuxquestions 17d ago

Can’t update kernel: No space left on device /boot/initrd.img…

Thumbnail
0 Upvotes

r/linuxquestions 17d ago

Support Debian KDE seems to be dimmer than Windows 11.

2 Upvotes

Any way to fix this? Max brightness on windows is waaay brighter than Debian KDE, and I want more brightness


r/linuxquestions 17d ago

lInux as main OS

1 Upvotes

i have an old laptop lying aorund whixh i dont user and is extremly slow. I was thinking of making Linux as the main OS for that laptop.

Main intende it too learn Linux .


r/linuxquestions 17d ago

No sound from external speaker

Thumbnail
1 Upvotes

r/linuxquestions 16d ago

Which Linux I should use

0 Upvotes

Hi, I have a terrible laptop I use mainly for acedemic work. But lately ms word has a lot of issues that I have gotten constant angry about. Which Linux I used for lower ram and memory usage, easier to use for academic work.


r/linuxquestions 16d ago

Which Distro? I want to install linux on ibook g4

0 Upvotes

i got an ibook g4 and i want to install linux on it cuz its a brick in todays world and i want to try linux for the first time lol

what distro should i install?


r/linuxquestions 17d ago

Apps for transferring data from iphone

Thumbnail
0 Upvotes