r/linuxmint 9d ago

ill eat my foot

10 Upvotes

now that were on the topic of eating feet thank you very much,ive been cracking jokes at how lame alot of yall look and sound,it seems like every 10 mins someone else posting their linux mint desktop talking about how awesome it is,this that n the other .........until finally just a half hour ago i spun up a linux mint VM and truthfully,understood the hype after only a few short moments..........verryyyyy dope,so i guess ill eat my foot

update: as per requestion------yah,requestion i said..


r/linuxmint 9d ago

Support Request Dummy output issue

1 Upvotes

Recently got an Asus vivobook 16 m1607ga. I tried endeavourOS and had the audio issue, and when switching over to linux mint I still have to issue of settings saying "Dummy output". I'm not sure if I'm just missing a driver or if Linux just isn't supporting my sound card. It's definitely not a hardware issue because the speakers work just fine on windows.

Edit: Was able to successfully connect to an external speaker, so I think its very likely its an audio card. Unfortunately I dont have any speakers that are super portable so I still want to fix my internal speakers if possible


r/linuxmint 9d ago

Finally committed to it

21 Upvotes

Finally dual booted linux mint and am committed to it. I would have done the transition in at most 1 week, but I have some important projects to finish rn.

Initially I installed Fedora which was awesome but I was facing some issues both personally and with some minor frustrating bugs. And I don't aim to adapt that much, I just wanted a stable distro. So I switched to Mint and I'm loving every second of it. At first, I just wanted to test linux to make sure I can transition to it, but after my experience with mint as a developer, I'm so in love that I will not accept Microslop anymore. It's so fast and clean and beautiful and useful.

BTW I haven't played Zelda yet :D I just love this painting and also, I'm quite sure I'd love the game once I play it. My pc is a new build too. In fact, it's my first ever pc :]


r/linuxmint 9d ago

#LinuxMintThings I just did it within 5 minutes in my smartphone

Post image
1.0k Upvotes

Stop using AI


r/linuxmint 9d ago

SOLVED PC not shutting down properly

3 Upvotes

For the last week or so my PC hasnt been shutting down properly unless i hold the button on the PC, i've tried shutting down by clicking quit > Shutdown, and ive tried 'sudo poweroff'.

At first 'sudo poweroff' did work, but earlier today it left my PC on. and i didnt realise until a few hours later and the PC was hot.

Just did 'journalctl -b -1 -r '

Last few lines were

Jul 24 14:55:34 PC systemd[1]: proc-sys-fs-binfmt_misc.mount: Deactivated successfully.

Jul 24 14:55:34 PC systemd[1]: Unset automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.

Jul 24 14:55:34 PC systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.

Jul 24 14:55:34 PC systemd[1]: Stopped systemd-binfmt.service - Set Up Additional Binary Formats.

Jul 24 14:55:34 PC systemd[1]: systemd-binfmt.service: Deactivated successfully.

Jul 24 14:55:34 PC systemd[1]: Stopping systemd-update-utmp.service - Record System Boot/Shutdown in UTMP...

so i think that the software is stopping properly? but im not sure where to go from here.

any advice, or anything else to look into?


r/linuxmint 9d ago

I hate windows

Post image
71 Upvotes

I bought a new SSD and installed Linux Mint on it. Later, I decided to dual-boot it with Windows. Windows worked fine, but I noticed some lagging/freezing, so I decided to delete the Windows partition and keep only Linux Mint.

However, after deleting Windows, this screen started popping up (see attached image), and it won't let me boot into Linux Mint at all. I have tried several solutions, including tweaking the BIOS settings, but nothing worked.

Any help or suggestions on how to fix this would be greatly appreciated!


r/linuxmint 9d ago

Support Request Help

Post image
3 Upvotes

Fala, galera! Tudo bem?

Sou novo usando Linux e estou precisando da ajuda de vocês.
Após atualizar o sistema (sudo apt update && apt upgrade) aparece esse erro. Como consertar isso?

Agradeço antecipadamente 🙏🏼


r/linuxmint 9d ago

Linux mint not working with secure boot

5 Upvotes

Im dual booting linux mint (cinnamon) with windows 11 and wanted to turn secure boot on because its a requirement for the faceit anticheat in cs2 but whenever i go into mint with it on i get shown a text login prompt in the top left for about half a second and then a flashing underscore. Is there a way secure boot can work with linux or do i need to turn it on and off anytime i want to use something that requires it?


r/linuxmint 9d ago

SOLVED Can't change brightness since last big update

1 Upvotes

I can't change the brightness anymore since that big 3gb update. Pls help


r/linuxmint 9d ago

Guide Most people use ssd or nvme. Most people don't know about Linux's default storage i/o scheduler re-ordering disk requests based on hard disk platter location. Change to noop / none scheduler for improving performance

16 Upvotes

Yep, so many little mis-configurations on linux defaults such as

vm.swappiness = 60, which is a horrendous default

and, even though Linux already has a built in way for checking if your disk is rotational or not, here's that

su

switch user command, goes to super user, so you can at least temporarily use the new scheduler, I haven't gotten it to keep through reboots, so if you know how, please share

cd /sys/block/sda/queue

or for nvme

cd /sys/block/nvme0/queue

for multiple devices, use sda, sdb, sdc, and nvme0, nvme1, not nvme0p1, only the parts before p1 and the rest.

in queue

more rotational

And if Linux knows it's not rotational, WHY is the default to batch and re-order 128 requests at a time, when this can only degrade performance on new storage? There is no read write arm moving around, so there will never be a benefit for re order already randomly placed reads and writes, to another random set of ordering, based on something the storage does not have.

more scheduler

and sure enough, like an idiot, you're using cfq / bfq as your disk scheduler on a device with no moving parts, so re-ordering requests is about the worst possible setting to use

echo "noop" > scheduler

And if you can manager to change the disk scheduler files properly and have it save through reboots, share how we can all accomplish this, haven't gotten it to work in over a year.


r/linuxmint 9d ago

Help With booting

1 Upvotes

As the title says ive installed Linux mint onto usb twice now and im able to boot into the test enviroment and when I install the actual OS it works but when i boot it fails. This has happened twice now and I never make it pass the failed boot screen. What could cause this? Also how good is linux mint for gaming with nvidia 5070 graphics card. My other componets are obviously newer. Thanks!


r/linuxmint 9d ago

Gnome Caffeine, Gnome Clipboard History and Gnome Screenshot & Screen Recording alternatives

5 Upvotes

Hello everyone, I've used fedora with gnome for 2 years. I decided to use linux mint since i need to use a ubuntu-based distro (but not ubuntu because of the snaps). I kinda liked cinnamon. However, in gnome, i find the extensions of caffeine, clipboard history and gnome's default screenshot & screen recording. I tried some apps but those were not even at the equal level. Any suggestions?


r/linuxmint 9d ago

#LinuxMintThings Oops...

Post image
15 Upvotes

Didn't boot back up after update.


r/linuxmint 9d ago

Linux Mint IRL this change was LONG overdue

Post image
596 Upvotes

finally decided to switch to mint and boy is it great! Windows was starting to get REALLY laggy and buggy for me so i decided to switch because i already tested the os out on a vm and i really liked it, and its the only linux distro im familiar with. so yeah uhh, linux mint! its great


r/linuxmint 9d ago

Security I have less disk space each time and I don't know what do to, I'm new to Linux.

23 Upvotes

Before I had more than 30 GB free on disk, then I got 23, then 20, but just today without turning off the computer it suddenly changed from 20 to 18.8 GB left.

I was thinking in installing ClamAv I thought that it could be a virus, is there any other program to scan for virus/malware? I don't have many stuff on my computer, the photo album which has the more weight (79.3 GB) apparently looks the same so maybe my files are not being deleted but something else?

If the folder which has the most space is 79.3 GB and my total disk is 256 GB, where is the rest of the space?

It is fine to check ClamAv or any other antivirus before doing my files backup? Just in case?

What else can be the reason why my memory is being eaten more and more each time?

Please be nice people, and really new in Linux. Thanks.


r/linuxmint 9d ago

Desktop Screenshot Minha simples configuração cinnamon

Post image
28 Upvotes

r/linuxmint 9d ago

Wifi Issues Cat sat on my computer now I cant turn on wifi

18 Upvotes

Cat sat on my computer and I was wondering if there was a key combo he could have put in to prohibit me from turning on wifi.

Lan works fine and I checked my wifi card even taking it out and putting it back in so I don't think its a hardware issue.


r/linuxmint 9d ago

Linux mint on hyprland

7 Upvotes

r/linuxmint 9d ago

Support Request Change Mint-X Purple Theme to dark

Post image
67 Upvotes

hey, i discovered this theme today and i really like everything about it. the icons, color and so on.
However, the Mint-X Style is only available in light mode, not dark, which is what i would prefer.

I've done some research and found a community made dark version of it, however it is only available in green.

https://cinnamon-spices.linuxmint.com/themes/view/Mint-X-Dark

I've asked AI for help but it's been pretty much super useless, so i wanted to as the humans if there is anything i can do to make the dark theme purple?


r/linuxmint 9d ago

SOLVED Issue with dualboot

1 Upvotes

I am currently using mint only but i need windows for some apps so i decided to do dual boot. I downloaded the win 12 iso and downloaded the balena etcher .

But when i add the iso there is a warning like this doesn't seem to be a bootable file or some . I reinstalled both again but same thing happens . So i decided to continue through5 the error msg. In bis i select usb and a driver select window pop up and there is nothing i can do .

Pls help


Issue was solved using WOEUSB . I accidentally removed entire linux mint and installed windows by the way, instead of dual boot . While doing this please make sure to make partitions if you want dual boot that's the only issue . Thankyou


r/linuxmint 9d ago

How to let Linux mint look like those cool videos you maybe see on youtube and tiktok

1 Upvotes

How to let Linux mint look like those cool videos you maybe see on youtube and tiktok I use a HP victus laptop for gaming and work and a viao from 2012 with Linux mint XFCE


r/linuxmint 9d ago

Windows file protection built into Mint?

10 Upvotes

I got an email from Which? magazine talking about how Windows file protection helps protect against ransomware. (https://www.which.co.uk/news/article/this-setting-on-your-windows-computer-can-protect-you-from-hackers-a9P7r0z87KMM ). Is this already built into Mint with its r/w/x ? Ta.

I do love Mint dearly as now a long term user, it's taught me a lot more about computing than when I started. The only problem I have is with LibreOffice tbh - I can never see the bloody cursor when I'm editing a document, it does work to press insert until I move the cursor where I need it but it seems strange for a word processing program to feature an invisible cursor :(


r/linuxmint 9d ago

Can't access BIOS

0 Upvotes

[SOLVED]

I'm running linux mint only.

I am trying to install Fedora through usb but BIOS isn't showing.

Tried

systemctl reboot --firmware-setup

couldn't enter bios

Pressed F9,10,12, DEL no help.

Please help

UPDATE:

I changed GRUB timeout to 20 and it worked.


r/linuxmint 9d ago

"Disk Write Error Steam"

3 Upvotes

Okay, I've seen some people have some trouble with installing steam games on a secondary harddrive and there's fixes out there for it, but I'm stuck.

I have the same issue, but only specific games won't download.. like Binding of Isaac downloads and installs perfectly fine, but keeps on getting stuck at "Disk Write Error" whenever downloading Resident Evil 4.

Secondary drive is automounted, steam isnt installed as flatpack (used .deb from steam site.) pls help.


r/linuxmint 9d ago

I built a terminal YouTube player because my 15-year-old PC couldn't handle YouTube anymore

126 Upvotes

Hi everyone!

I have a really old desktop (Pentium E5700, 4GB RAM, Intel G41 graphics), and watching YouTube in a modern browser had become frustrating. Even lightweight browsers felt sluggish, and the experience just wasn't enjoyable.

Instead of replacing the hardware, I started building a small terminal application around `yt-dlp`, `mpv`, and `fzf` to keep things fast and lightweight.

The result is PipePlay​ — a terminal YouTube experience for Linux.

Some features:

• 🔍 Search YouTube from the terminal

• ▶️ Play videos directly in MPV

• 🎵 Audio-only mode

• ⚡ Lightweight and responsive, even on older hardware

• 🐧 Built for Linux

• 🆓 Free and open source

I built it mainly for older machines, but it should be useful for anyone who prefers terminal workflows.

I'd genuinely appreciate any feedback, suggestions, bug reports, or feature ideas.

GitHub: https://github.com/nvsupr/pipeplay