Thread #108628942
File: light_theme.png (190.4 KB)
190.4 KB PNG
Users of all levels are welcome to ask questions about GNU/Linux and share experiences.
*** Please be civil, notice the "Friendly" in every Friendly GNU/Linux Thread ***
Before asking for help, please check our list of resources.
If you would like to try out GNU/Linux you can do one of the following:
0) Install a GNU/Linux distribution of your choice in a Virtual Machine.
1) Install a GNU/Linux distribution of your choice on bare metal and run your previous OS in a Virtual Machine.
2) Use a live image and to boot directly into the GNU/Linux distribution without installing anything.
3) Go balls deep and replace everything with GNU/Linux.
Resources: Please spend at least a minute to check a web search engine with your question.
Many free software projects have active mailing lists.
$ man %command%
$ info %command%
$ %command% -h/--help
$ help %builtin/keyword%
Don't know what to look for?
$ apropos %something%
Try a random distro:
https://distrosea.com
https://distro.moe
Check the Wikis (most troubleshoots work for all distros):
https://wiki.archlinux.org
https://wiki.gentoo.org
https://wiki.debian.org
/g/'s Wiki on GNU/Linux:
https://igwiki.lyci.de/wiki/Category:GNU/Linux
>What distro should I choose?
https://igwiki.lyci.de/wiki/Babbies_First_Linux
>What are some cool programs?
https://wiki.archlinux.org/index.php/list_of_applications
https://directory.fsf.org/wiki/Main_Page
https://suckless.org/rocks/
>What are some cool terminal commands?
https://www.commandlinefu.com/commands/browse
https://cheat.sh/
>Where can I learn the command line?
https://mywiki.wooledge.org/BashGuide
https://www.grymoire.com/Unix/
https://overthewire.org/wargames/bandit
https://tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.ht ml
>Where can I learn more about Free Software?
https://www.gnu.org/philosophy/philosophy.html
>How to break out of the botnet?
https://prism-break.org/en/categories/gnu-linux
GNU/Linux Games:
>>>/vg/lgg
Previous thread: >>108609856
328 RepliesView Thread
>>
so frustrated with Wine that I went and baked this
having trouble running a VN, keeps glitching
this is because i'm doingwine game_folder/game.exe
and notwine game.exe
doing wine game.exe just werked
why the fuck is Wine like this? shouldn't all paths just work relatively?
>>
>>
>>
>>108628949 it's not the same. The working directory if you run wine game.exe is the game directory, while running wine gamefolder/game.exe makes the working directory be the directory before it which naturally might break any files th3 game loads using relative paths.
>>
>>
>>
>>
>>
>>
File: 1745754064644077.jpg (175.6 KB)
175.6 KB JPG
>>108629003
I already did
>>
>>108629070
programs don’t run “from where the exe is”, they run from the current folder
wine game.exe works because you’re inside the game folder
wine game_folder/game.exe runs it from the parent folder instead
the game loads files like data/file.dat
that path is relative to where you launched it, not where the exe is
so:
in the game folder it finds ./data/file.dat
outside it looks for ./data/file.dat in the wrong place
same exe, different working folder, different result
>>
>>108629093
>programs don’t run “from where the exe is”, they run from the current folder
I know this, anon. I think you misread what I wrote.
I'll say it again as I know this is fucking confusing.
1.
I tried running game.exe from the home folder
ie. /home/anon and the command i ran was
wine gamefolder/game.exe
this ran the game exe but the game came out garbled, fucked up text etc. meaning wine is running the correct exe, but it's just running it in a fucked way.
2.
i then tried cd'ing to the game folder
and then running wine game.exe
this worked perfectly
i only ran wine gamefolder/game.exe because i'm so used to tabbing and autocompleting paths from the home folder (using fish, not sure if this is a cause of why things are fucked, but i doubt it as everything else just werks)
what i'm complaining about is the game coming out garbled, but wine does run the correct exe, it just runs it weirdly.
>>
>>
>>108629165
you've said that multiple times now but I don't think I'm misunderstanding you. I know what the working directory is, tried to point out that the working directory being different shouldn't matter given I am calling a program to run another program using a relative path to the correct exe which ends up running.
If it's more complex than that, then idk.
>>
>>
>>108629222
i know, anon.
just for example, if i run cat from the home folder (so the home folder is my working directory) and point it to a file in another folder lets say /home/anon/game/game.txt
and then i try to run cat from that folder and do cat game.txt, i get the same game.txt show in my terminal.
>>
>>
>>
>>
File: xp_devmanager.png (23.3 KB)
23.3 KB PNG
What's the Linux equivalent to Device Manager, without having to use a terminal? My Bluetooth radio sucks ass and on Windows I always have fix it by power cycling it with Right-click > "Disable device" > Right-click > "Enable device" in Device Manager. The only GUI options I can find for disabling Blueototh just disabling the Bluetooth driver, which doesn't fix the issue because I need to actually cut power to the radio.
I did create a script I can launch from my desktop to power cycle it, but it's also extremely annoying that it asks me for the root password each time to disable a device. I mean, isn't half the stuff in any desktop environment just a limited form of privilege escalation anyway? Something like this really needs to be made possible with one click and no root password.
>>
>>
>>
>>
>>
>>
Some help with Dolphin.
I got a microSD permanently stuck in as a media drive, thing is it normally shows up as a removable on the "disk and devices" system tray widget and on Dolphin. I already googled a bit and found to add an udev rule to mark it as non-removable.
And that works except that now it doesnt show anywhere in Dolphin's sidebar, any way to fix that?
>>
>>
What distro should I just use if I just want a no-nonsense almost POSIX OS to switch from MacOS? I want to deal with tinkering with the desktop as little as possible, I am not a troon, I don't want to customize anything. I have heard that Debian with Gnome is the best choice for someone like me. Debian is stable and never changes, Gnome dev hate customisation. Seems great. I mostly do graphics programming.
>>
>>108630482
Give fedora a try. You will be stuck with half a year old packages if you go full nuclear and pick debian stable. Fedora also installs less bloat compared to Ubuntu but in my experience it has been stable
>>
>>
>>108630482
If you like the Mac GUI then get something with Plasma and enable the global menu bar panel. Yeah I know you don't want to customise anything, but that's the only way you're getting a Mac-style global menubar on Linux.
>>
>>
>>
>>108630547
Been using Fedora KDE for 2 months and it has been working mostly fine including games via Proton. I even switched to using native Wayland driver for Proton and have not had any related issues despite it being still considered experimental.
The only thing is a few times when I booted and input my password in the login screen instead of just getting to the desktop right away it took like 30 sec and afterwards booted me out back to login screen after like only using the desktop for like a minute at which point I could no longer login to the desktop at all and had to reboot. Same behavior every time that happened and no clue what caused it (didn't see anything obvious in journalctl) but I strongly suspect Nvidia driver not playing nice with the desktop. But when this happened a reboot or two fixed it. Still, annoying.
>>
>>
>>
>>108630393
I'm a long term XFCE user. I had to use a program recently that I didn't trust so I spun up a headless Debian VM to run it, only to find out it actually required Qt. I installed the LXQt DE and it wasn't bad at all. It was a bit unnerving how similar it was to XFCE but there were a lot of subtle differences. You can choose the layout in the file manager but it completely forgets if you navigate to another directory. There was a default option in preferences though. I think it was the terminal that was alt+left and alt+right for switching tabs. I don't think I figured out what the keys were for switching in Featherpad. I didn't expect a basic text editor to have tabs by default but whatever. Also we're not in the 70s any more and cursor blinking needs to die. I did set the blink timeout in the settings to zero which might have worked but I remember Qt not respecting that setting the last time I used it to any serious extent 5-10 years ago.
Overall LXQt was a good experience. Hope you enjoyed my blog, click here to unsubscribe.
>>
>>
Hello fglt's.
I have a question about parts changes in a GNU/Linux desktops. Current DT has a fried mobo (& PSU). Debian is the OS in the SSD. Can I swap the mobo and still use the SSD as is?
(I have some other hardware options but I will regulate myself to 1 question at time)
>>
File: headREAD.png (39.4 KB)
39.4 KB PNG
>>108631125
> Full DE install, instead of just grabbing QT libs
> Non recursive settings, "forgets"
> Can't check keybindings on term GUI
> Never seen a text editor with tabs
Did I subscribe to fake reviews ?
>>
>>
>>
>>
File: file.png (357.7 KB)
357.7 KB PNG
>>108631341
it says desktop
>>
>>
>>
>>
>>
File: 1776533697466.jpg (25.4 KB)
25.4 KB JPG
post piece of shit softwares
>>
>>
>>
>>
>>
>>108631505
>I mean what's the point of changing if it works for you?
Mostly because I am wondering if there are better software that do a better job.
>>108631556
>but adding the game to steam worked perfectly fine using GE proton 10
I feel retarded but are there programs that allow for software/games that don't use Steam that are retard proof?
There's some software I want to use like cracked Adobe products.
>>
>>108631649
They managed to figure out the creative suite installer very recently and I think the necessary changes were merged upstream
https://www.phoronix.com/news/Adobe-Photoshop-2025-Wine-Patch
https://gitlab.winehq.org/wine/wine/-/merge_requests/10025
>>
>>
>>
>>
>>
>>
>>108629173
>>108629146
that guy replying to you is a bit retarded. yes, the same thing should happen. its a bug with wine
if where you ran a command from determined how it worked in any way, you would hear people and developers talk about this extensively. it would mean youd need to put binaries and scripts all over your system for them work as intended
>>
>>108631465
>What should I use instead of bottles if a better alternative exists?
Lutris is usually the other wine gui frontend people use. Don't really know if its supposed to be better or worse than bottles though.
>>
>>
>>
>>
>>108632291
I am considering going the gentoo route. Apparently cachyos has gentoo instructions on how to apply patches to the kernel + gentoo now offers v3 binaries so you can even just download them if you are dealing with something mastodontic that would take forever to compile
>>
>>
>>108631933
I will remember your words when I install. At the moment, I have no idea what you are saying. The last (only) UEFI install I did, I made 2 changes (Legacy BIOS ON, Quick-start OFF) and it installed no problem, has worked for 4 years.
>>
>>
>>
File: projectM.jpg (722.6 KB)
722.6 KB JPG
How do I get projectM working with VLC? I'm on Debian and I've installed vlc andlibprojectm3but it's still not showing up in the visualizers.
>>
>>
>>
>>108631649
not retarded but it's not really well covered here about options to play windows games mainly I think because there has been so much happening that the dust hasn't quite settled
wine 11.7 by itself is very good, should just werk in most cases
I haven't tried installing steam yet
proton is open source but again, haven't bothered to build my own because wine just werks for what I need
>>
>>
>>
>>
>be fedora 43
>always wondered why no wine updates, my wine is permanently stuck at wine-staging 11
>https://gitlab.winehq.org/wine/wine/-/wikis/Fedora
>sudo dnf config-manager addrepo --from-repofile=https://dl.winehq.org/wine-builds/fedora/43/winehq.rep o
Find out the latest version is wine-staging 11.7.
How fucking wonderful indeed.
I wonder what else is utterly fucked on Fedora because of their default repositories are apparently shit.
>>
>>
Anyone here have experience installing debian on openwrt?
>>108632789
I moved to debian. Fedora is too fat on memory. Debian saves at least 3-4gb ram at idle. Also Fedora's media codecs are AIDS to get working properly, and still don't work right "when they should." Debian just werked.
>>
>>108632813
Fedora can be cleaned up as much as any system, by default it has beefy error log reporting services active and lots of other stuff because it's normie distro.
It's just a matter of reconfiguring that shit. When I boot up my system memory usage is less than 1GB.
But god do I hate dnf because to this day I don't simply understand how to use it. Now I don't have winetricks because it conflicts with the wine-staging so I guess I just need to keep using the old wine version instead. I don't know.
>>
File: 3_png.png (208.4 KB)
208.4 KB PNG
>>108629934
I'm not a Linux user but I've heard of HardInfo beforte. IDK if that's something you're looking for
>>
>>108632291
>debian
good but pozzed and going to get age verification AIDS
>fedora
supposed to be good but bloated, media codecs don't work
>arch
I've never had a stable experience with it
Gentoo and BSD seem like the future.
>>108632830
That makes a lot of sense due to the enterprise focus. I always blame software or package incompatibilites on the distro. Several times I ran into software packaged only for debian (and didn't want to build from source)
>>
>>
>>108632908
I've been eyeing other distros but so far haven't felt like tinkering. I'm waiting for the new Almalinux to see what it is like, but if I migrate there I'm sure it has its own set of issues because it is not based on cutting edge versions.
>>
>>
>>
>script won't continue because the first command is to open terminal
>add & at the end of the open terminal command to run the second command
>it never does it
Okay, I think I need to cave and watch the 20 hour long youtube scripting tutorial
>>
>>108632766
Can't you just open your menu/launcher and add entries there? In most DEs those usually make .desktop files.
>>108633156
>LACT
>new
>>108633203
>watch the 20 hour long youtube scripting tutorial
Or just ask Claude, Gemini or Grok and save yourself 19.9 hours?
>>
>>
>>
>>
>>108633439
Ideally I want to just double click it on the desktop and go without having to left click and select
>>$YOURTERMINAL -e [your command here]
This actually worked but the other two commands don't input themselves once nodejs opens.
>>
>>108633439
>>108633502
Ideally, you'll want to save the script into a file and use
>$YOURTERMINAL -e [your script here]
Otherwise you're gonna blow up the syntax, as it is confined to whatever is valid for the -e flag.
>>
>>
>>108633566
>>108633595
So the pipeline would be:
>script 1 to open terminal to nodejs and to open script 2
>script 2 to run the commands in nodejs
Why can't I have it all in 1 script? The next line is literally a const [library] = require('") if all the script does is blindly execute it should just plop the const in there and it should work right? Or do I have to put "node" at the front of it?
>>
>>108633612
You might be able to run naked JS with node --eval, but running scripts, or even sufficiently complicated one-liners from a flag to another command can blow up the command. You just separate stuff out into files if the syntax blows up.
>>
>>
>>108633612
So, if running 'terminal -e [node --eval command]' from inside a terminal returns a syntax error, you put 'node --eval [command]' into a file. If that returns a syntax error, you put 'command' into another file, at which point you can put 'node --eval' back by 'terminal -e' and point it to the file with the js in it.
>>
>>
>>
>>
>>108634632
>>108634642
then should i just switch to fedora? i got into linux with mint but it's starting to feel limited when i look at other distros people use
>>
>>
>>
after 10 years as a casual user of Linux Mint mostly for DVR video capture, I came across a major gotcha with USB drives, 'eject' does not sync before eject, and sync can take minutes or even indefinite time to happen automatically, so files on ejected drive can be 0 size and unrecoverable, I checked all my USB drives, exFAT and NTFS and they all have 100s of zero size files. Grok says this is a known issue.
the other gotcha is Linux allowing illegal filenames that aren't Windows legal like '/' and some other characters
>>
>>108634785
>the other gotcha is Linux allowing illegal filenames that aren't Windows legal
Because ntfs and the NT kernel don't care about win32 permitted file names either. You can set windows_names at mount time to force win32 compliant names.
>like '/'
No it doesn't. There are Unicode characters that look like / though.
>>
File: IMG_20260418_132832_726.jpg (735.1 KB)
735.1 KB JPG
>>108634785
I thought ejecting only worked with optical drives.
>>108634676
Just install Arch.
>>108634642
Wasn't Mint Ubuntu?
>>
>>108629146
What you are asking for is for wine to change working directory to the parent directory of the first argument, by default. That isn’t going to happen because it’d break passing in relative paths as an argument to the wrapped exe. ‘wine ~/lame-1.2.3/lame.exe test.wav’ would fail because test.wav isn’t in the lame-1.2.3 folder.
This behavior is standard - and you can see that in your own examples. When you run ‘wine gamefolder/game.exe’ your shell does not presume you want to change your pwd to the binpath of wine (/usr/bin).
As for why the game runs but with garbled text - I would assume the game is attempting to load libraries using relative paths, failing, but not exiting because the symbols are resolved using (unknowingly incompatible) wine system libraries. Alternatively, it could be for lack of a font, or configuration, or other resources that are loaded with relative paths.
In any case, nobody runs games on windows by opening command prompt and writing out a relative path from C:\Users\User. It’s practically always a shortcut (which specifies a cwd), or in explorer.exe (which can only use the directory the binary is in).
>>
Is it normal that Artix is such a show when doing a full system upgrade?
Never had this issue with Arch, which supposedly is infamous for upgrade issues. Suspend and wake-up stopped working and nothing seemed to help, custom sleep scripts, Zen, Normal or LTS kernel.
>>
>>
File: evolve.png (203.8 KB)
203.8 KB PNG
Bought this piece of shit on a $60 impulse buy. Finally gave up and admitted I need to install linux on it so it's usable. What was the recommended distro for this pos?
>>
What are good tools for inspecting differences between filesystem snapshots? I've been using kdiff3 for a long time, but it's a bit too heavily oriented towards text sometimes. And it's a pain to open non-text files from it.
>>
>>
>>
I still dont really know any meaningful differences between wayland and x11
I know they're protocols for displaying visual information. I know wayland is the newer one thats better in practice but that x11 has legacy support and infrastructure in place for it.
Like some people can identify problems related to them. I feel like I barely understand what they are.
>>
>>108635839
Xorg was designed in the 80s for a time where computers weren't powerful enough to do actual graphics (yes, really, it's that old) so there was this client/server idea that you'd have a big iron server somewhere doing all of the rendering and your computer locally would just be a dumb display.
Over time more and more hacks were added to make it more usable for modern graphics needs, but fundamentally the design is still wrong and completely broken with lots of issues with it.
Wayland is a modern display server without all of that baggage. It is not client/server, has no unnecessary round-trips and only does what it needs to (most desktop specific stuff is left up to extensions of the protocol, the core Wayland is really minimal)
>>
>>108635839
Wayland has/can:
>No screen tearing
>Mix refresh rates between monitors
>Lower input lag
>Much more security (open binaries can't see others unless you say so.)
>Binaries not being able to technically keylog
>Much better fractional scaling
>XWayland works well for what X11 binaries you still use
>NVIDIA drivers are getting better and better with it, especially on KDE
>>
>>
>>108635874
>make up issues like screen tearing
When I switched to linux, one of the first things I had to do was to figure out how to fix this terrible screen tearing I had. Granted, wasn't exatly hard, but still an annoyance. Dunno about the input lag, never noticed it.
>>
>>
>>
>>
>>
>>
>>
>>108628942
Trying to pick a distro. Is there anything out there that has a two-phased rolling release, with something like a nightly version, and a 'more stable' version that's only like a week or two behind that only pulls forward bug fixes for critical issues and vulnerabilities?
Also good if it doesn't use systemd, or wayland. xlibre looks like a good alternative. I want to avoid machine ID, Age ID, and immature protocols(especially as GNOME and redhat are holding it back).
I don't mind occasionally having to work a bit to get things initially set up, but I don't want to have to /constantly/ be recompiling software to get security fixes and other updates.
I tend to lean towards arch-like designs but don't like it's governance. Artix seems somewhat interesting.
Debian bases are a bit slow to get updates, and I don't have much faith in debian not dying long term given their elections. .deb packages are nice though.
I don't like how closely associated with redhat fedora is. I also just generally hate how RPMs work. Seems lots of things are centralizing around flatpacks though?
I've used Manjaro in the past, but didn't like all the weird issues they tend to have, and the drama in running it.
Also, can anyone recommend a floating window manager other than GNOME and KDE that is feature rich? Currently I've mostly used KDE as I like it technically, but have been a bit bummed with some of their non-technical decisions.
>>
>>108635931
first realize that choosing distros based off on ideology and whether something might or might not happen is fucking retarded
then install artix since you're already thinking about it, or any of the other non systemd ones like devuan or void/nix if you can look over the tranny thing everyone schizos out about
also use xfce if you want the next best thing besides kde, mate or budgie if you want something else, lxqt if your computer is dogshit and/or you don't want to use gtk based desktops
>>
>>
>>108634676
Yes. Although you should use Aurora or Ultramarine instead of regular Fedora. Fedora has quirks which make those two more ideal just like Debian has quirks which make Ubuntu and Mint better options for most people.
>>108635715
Pretty much any distro will work on this, it's not that bad.
>>108635893
Screen tearing has been fixed by default on the popular DEs and distros running X11 for a long time now.
>>108635930
It depends on what you intend to do with the touch screen. For simple touch to click/drag stuff most DEs are fine so I assume hyprland would be fine too. But any more complex touch screen usage is not really good on any DE and Hyprland being keyboard-centric would probably make it worse.
>>
>>108635973
Look, I used to say the same stuff, then the unity game engine came and screwed me, and set me back years as I can't trust them as a platform provider anymore, so I'm a bit more selective about what I decide to run and install on these days
>>
>>
>>
>>
>>
>>108635994
>But any more complex touch screen usage is not really good on any DE
I was planning on doing drawing, and I saw that someone had already made a video on this for framework 12 with ubuntu (assuming gnome) and it looked quite good. I was just wondering if gnome had better support than others since it looks like it was sort of designed for touch at times
https://youtu.be/yltN-WbIXD4
>>
>>
>>108636030
>>108636034
The tearfree flag is enabled by default in xlibre
>>
>>108636005
>Using a compositor is not a fix
What do you think Wayland does? Just because it integrated compositing behavior into it's display server doesn't mean it's not effectively using a compositor. X11 was built with "muh UNIX philosophy" in mind where you were meant to be able to swap the most minuscule parts for alternative options, so a compositor not being included makes sense.
>>108636006
>use DIY software
>complain about having to DIY
>>
>>
>>
>>
>>
>>
>>
>>
File: Helix_lxqt.svg.png (39.3 KB)
39.3 KB PNG
It just works
>>
>>
File: nip2_5.png (98.2 KB)
98.2 KB PNG
I found this random screenshot, is this GTK on windows? And what is the theme? It looks beautiful. I think I've seen it before. Is it possible to make modern linux look like this or is this something we list with GTK2?
>>
>>
>>
>>
>>
>>
>>
>>
>>108636641
Yes I agree, very cosy
>>108636710
That's it, thanks!
>>
File: 949589704f8fe03882c0b4d2b2d35dc8.jpg (3.4 MB)
3.4 MB JPG
sometimes when i start computer on my wallpaper is replaced by default wallpaper
anyway to fix this?
>>
>>108636638
GTK is just a toolkit to make a gui program, its cross-platform compatible with any OS.
>>108636641
Isnt that just the windows system font?
>>
>>
>>
>>
why is the default for cachyOS to just block fucking everything through ufw
I spent a good few days trying to figure out why I couldn't connect anything through my local network to 3 different things running on it
>>
>>
>>
>>
>>
>>
>>
>>108637303
>No
Okay so I can just install GE-Proton on windows then.
>>108637308
Not what I'm asking. What OS is best. Because you have 50 billion of these god damn things.
>>
>>108637320
>Not what I'm asking. What OS is best. Because you have 50 billion of these god damn things.
What's your usecase?
>What?
What is the primary thing that your going to use your computer for?
If your new to Linux completely I recommend Mint for its polish and it being very similar to Windows.
>>
>>
>>108637335
I stated that at the beginning. Games. Gaming. I'm beginning to see why so many people check out of trying to install this crap if none of the autists that advocate it can answer "What the hell do I install if I want to play map games".
>>
>>
>>
>>
>>108637355
>I stated that at the beginning. Games. Gaming.
Oh sorry, I just came into the thread and I didn't read your posts before.
>I'm beginning to see why so many people check out of trying to install this crap if none of the autists that advocate it can answer "What the hell do I install if I want to play map games".
1) Not friendly
2) Can you not read? I recommended you a distro or are you so new to this you don't know that Mint is a distribution?
>>
>>108628942
I don't know if any of you Anon's remember me asking about Unity not tracking the mouse in Wine 11? I later asked how to apply a patch to Wine only to find out I had to compile it myself. Well I switched from Wine Stable to Wine Dev (Wine 11.7) and it fixed it.
>What was the problem?
Apparently Unity changed a variable pointer, so instead of using something like "Mouse_Pointer" they changed it to "WM_MouseTrack" or something and so Wine couldn't translate efficiently, they fixed it as of Wine 11.7 so just switch to Dev and wait for Wine 12 sometime next year to go back to stable, I have had any problems so far though.
>>
>>108637363
>>108637374
Yeah, that's one recommendation. What are the alternatives? Why should I use it over something more general like whatever mint is? For example, if I go over to the emu general on vg, they list a bunch of emulators and the pros and cons etc, here it just says "it's gaming focused", okay, so what is not good at, for example is installing a browser going to take half a day because it's not "focused" on it? Because this is going to take half a day to get running I can already tell.
>>108637370
1. Don't reply to chains with advice/questions unless you've double checked the chain.
2. I come to this site specifically so I don't have to talk like I'm in some corporate setting which is what "friendly" boils down to these days.
3. Yes I am new. No I don't know anything about Linux aside from what one autist advocated on /v/, and I'm sick of the goddamn reminders to update from windows 10.
>>
>>
>>
>>
File: 1763755265989664.jpg (278.9 KB)
278.9 KB JPG
What do you use to browser subreddits?
I just realized reddit killed the old TUI application.
>>
File: advicefornonfriendlypeople.png (32.9 KB)
32.9 KB PNG
>>108637446
>1. Don't reply to chains with advice/questions unless you've double checked the chain.
>2. I come to this site specifically so I don't have to talk like I'm in some corporate setting which is what "friendly" boils down to these days.
>3. Yes I am new. No I don't know anything about Linux aside from what one autist advocated on /v/, and I'm sick of the goddamn reminders to update from windows 10.
This all rings hollow because you came in here and didn't read the OP and went through Babby's First Linux, so follow your own advice and do pic rel
>>
>>
>>108637446
The other one usually used for gaming these days is Arch with KDE, which you can get easier and more automatically via CachyOS. The OS for the Steam Deck is an atomic fork of Arch with KDE as its desktop mode for example.
>>108637481
Old Reddit with RES.
>>
>>
>>
>>108637446
>Why should I use it over something more general like whatever mint is?
Mint uses an outdated kernel, drivers, libraries and desktop environments. Meaning there's a higher chance of things not working well on it. On average you'll constantly be a year behind Bazzite. So if you see "game X is now playable on Linux!" there's a small chance this won't apply to Mint until a year or two after the fact unless you go out of your way to tinker with it. It's almost like still using Windows 10 which was last updated in 2024.
Bazzite also uses a "gaming optimized Linux kernel" which is maintained by Open Gaming Collective. In some cases this alone means better performance.
>>
>>108637492
>>108637500
Both of these are just webUI, with nothing focused on "pleasure"
>>
>>
>>
>>
>>
>>108637503
>bazzite
Please do not use this, it's so easy to break that distro, you'll need to tinker a lot to fix most of the errors. I'd recommend opensuse tumbleweed due to its latest packages & kernel + if it somehow breaks you can easily fix it by booting into a previous snapshot, basically an automatic backup.
>>
>>108637466
See, now why the hell isn't there an expanded description of what that is in the babies first page? I saw that and wrote it off as pretty much just a list of all of them. Thank you.
>>108637477
I'm going to hold you to that anon.
>>108637483
>You didn't read
I did, and I still had questions which is why I asked. Not my fault your new user guide ain't that great.
>le chart
I've never liked these and I refuse to use them. And hell, even in it it recommends 3 seperate ones if I'm just looking for a windows like (which I'm not necessarily, I just want to play map games without it blow up my CPU).
And seeing how that bazz one isnt even listed, it tells me no one has updated it in a while.
>>108637490
k
>>108637492
Righttt that explains a lot.
>>108637503
Thank you anon.
>>108637510
>They'll break all the time anyway
So why should I use linux then?
>>
>>
>>
>>108637563
I'm trying to decide whether it's worth spending half the day reinstalling everything on my computer for an OS I don't have any information on aside from "it's better than windows" because I'm sick of windows being enshittified.
>>
>>
>>108637503
Alternatively mint (and debian stable in general) might break less or work better due to having older versions of packages that don't have whatever potential breaking features that the newer versions have
>>
>>
>>108637580
Boot up a virtual machine or put ventoy on a USB and make a USB Distro and test drive Linux for a while then, just keep in mind your performance is gonna suck unless you have a separate harddrive to install the Distro to tour.
>>
>>108637510
>cutting edge
>breaking all the time
The mental illness Debian retards have inflicted upon the Linux users is insane. No, anon, you're wrong. Just because something is updated in a timely manner intended by the developer doesn't mean it's unstable or breaking. If anything the opposite is usually true. Not getting bug fixes for 2 years is a lot less stable and secure than downloading updates on day/week 1.
We're talking about the latest stable releases, not "master", "dev" or "testing" software releases. Neither Fedora nor Bazzite are pushing out experimental/testing software aside from Bazzite's "Gaming Mode" version which is only intended for handhelds.
>>108637522
Your distro definitely matters. That's where your drivers are at, that's where mesa is.
>>108637528
SteamOS is already public. You can install it on pretty much any modern AMD GPU/APU.
Also:
Don't listen to this moron >>108637547. I'm maintaining 4 Bazzite systems for 3 years now and have several friends and family members also using Bazzite. Nothing ever broke for any of us across a variety of hardware. If you managed to "break" something then you're fucking around with the OS without knowing what you're doing and you'll break any distro much faster than you'll break Bazzite.
>OpenSuse
Sure, bro. Recommend him a distro that's even less popular among gamers than Debian is.
>>
>>
>>
>>108637586
You can achieve the same by just not updating your OS every week. At least with non-LTS distros you have the option to update to apply any bugfixes. With Mint and Debian you're potentially stuck on broken software for 2 years.
>>
>>
>>
>>108637600
Yeah thats true. At least debian-based stuff is better at handling partial upgrades if you only want to upgrade certain packages compared to something like arch. Not sure how good fedora is at handling partial upgrades.
>>
>>108637602
>for the mobile gpu architecture (I forget what its called)
ARM64
>>108637610 (Me)
>Linux
I meant Linux
>>
>>
>>108637569
>Hey, what should I use to game?
>Don't install it
>Okay
>le 1% market share
>>108637582
>It's very new
Oh okay
>PopOS
Why would I know what that is?
>>108637588
If the performance sucks, how I supposed to tell which distro will be better for gaming?
>>
>>
>>
>>108637619
Yes its called gatekeeping, you should be very aware of that by now.
>1%
its actually 5% now but Linux also isn't a corporation so that literally means nothing to me.
>>108637619
>how I supposed to tell which distro will be better for gaming?
Well, do you have an extra hard drive laying around to try them out? Have you even done research to see if your hardware is supported by whatever distro you choose (It most likely will be but you should always double check just in case)
>>
>>
>>108637589
>Sure, bro. Recommend him a distro that's even less popular among gamers than Debian is.
Visit this page, pretty please. https://metrics.opensuse.org/d/osrt_access/osrt-access?orgId=1&from=no w-5y&to=now&timezone=browser&var-fr equency=month&var-product=tumblewee d
About gaming, I can install steam within a single click or through the terminal by typing "sudo zypper install steam"
openSUSE is good for gaming and I say this as an openSUSE user myself.
>>
>>
>>108637645
>Gatekeeping
Then rename the thread.
>I don't care about market share
You should since devs are more likely to give a shit about Linux if it's not just a rounding error compared to Mac/Windows, which will likely be the case if they keep up with the enshittification.
>Extra hard drive
No.
>Have you done research
No. Why do you think I'm here?
>to see if your hardware is supported by whatever distro you choose
Why would I need to keep that in mind? Are you telling me it matters what type of CPU/GPU I have?
>It most likely will
Mate, if it's AMD, NVIDIA or Intel is it going to work?
>Yes
Then it would be the exact same as if you have that advice for windows.
>>
>>108637591
>>108637636
And somehow Bazzite is used by over 5% of Linux Steam users who are mostly lazy gamers who would not want to spend days fixing their PC and would prefer things to just work so they can play games uninterrupted.
If Bazzite was really this unstable there wouldn't be hundreds of thousands of people using it. But the user graph is just going up and people/gamers are overwhelmingly happy with it compared to other distros.
Also one of the 2 e-celebs ignored the warning which stated nVidia GPUs are unsupported in the game mode version. He was not experiencing the distro being "broken", he was experiencing a separate variant of the distro not being compatible with the hardware he was using. And this e-celeb breaks every single distro he tries, including Ubuntu and Kubuntu, so he's not a reliable source of information.
So you're left with 1 e-celeb experiencing some failure, which means absolutely nothing compared to dozens of e-celebs who are praising Bazzite and even primarily using it as their distro on general PCs and gaming devices.
>>108637621
You can turn off update notifications on any distro.
>>
>>108637669
Gotta keep the unfriendly out!
>>108637680
>Then rename the thread.
SWOOSH!!!
>>
>>
>>108637680
>You should since devs are more likely to give a shit about Linux if it's not just a rounding error compared to Mac/Windows, which will likely be the case if they keep up with the enshittification.
That's what the community is for, why do you think it has been growing so rapidly? Doesn't help that there are companies like Steam who are helping push that along as well but even if we were still at 1% we would still be able to game, just in a more limited capacity.
>>
>>
File: distro_evolution_over_time_2026_03_01.png (307.2 KB)
307.2 KB PNG
>>108637667
Your graph means nothing. We're discussing distributions used by gamers. OpenSUSE is not even a blip on the radar.
https://boilingsteam.com/cachy-os-is-now-the-most-popular-distro-on-pr oton-db/
>>
>>108637713
Kitty and Alacritty are gpu accelerated and have more customization.
Never used ghostty.
If you're happy with konsole then there's no real reason you need to switch unless you want to try something different.
>>
>>
>>
>>
File: file.png (324.3 KB)
324.3 KB PNG
>>108637783
>>
>>
>>108637790
You too as well >>108637791
It's right there, protonDB data.
>>
>>108637810
I mean, he's not that far off. Steam hw survey and ProtonDB data have historically been very similar. The only difference is that Steam hw survey shows only 8 distros, half of which are just different versions of the same distro. So you can never be sure about the exact numbers and you can never see anything but the 3-5 most popular options. ProtonDB neatly groups distro versions (including different DE options) into single entries.
>>
>>
>>
>>
>>108637923
that's what I feared. maybe I'll buy RDNA 5, but really I just want an APU for a mini-PC that consumes <90W. maybe Zen 6 will have what I want.
saw this video when searching and it shows a noticeable decrease in performance, especially noticeable at higher resolutions, across the board. https://youtu.be/fqIjUddUSo0
>>
File: 1762008633535576.png (3 MB)
3 MB PNG
https://0xacab.org/optout/plagueos
Can I trust this? If not, could I configure another distro in a similar way to this thing? Intriguing
>>
>>
>>
>>
File: file.png (2.9 MB)
2.9 MB PNG
>>108638084
I think AMD will be the winners of next gen. As far as I know they're the only IHV confirmed to be getting DirectX13. I'm sure Nvidia and Intel and Snapdragon will support it too but who knows when and the support will probably look like early Vulkan where AMD is ahead of the pack.
>>
>>
>>108638146
It doesn't matter how cool or great AMD (and back in the days, ATI) was, they never won against Nvidia. They won't win next time either.
And games just isn't decisive these days, it's all about the compute for AI (or the next hot shit after it)
>>
File: 1758499726587661.png (53.9 KB)
53.9 KB PNG
Shoutout to PINCE, don't know why it took me this long to find a cheatengine alternative
>>
>>
File: 1762849811488791.png (160.7 KB)
160.7 KB PNG
>>108638146
>ML upscaling
>ML multi frame generation
I guess I'm never buying anything after my ps5. Hack when btw, hw keys are out already.
>>
File: 1748797526815256.png (1.6 MB)
1.6 MB PNG
KDE Linux is shaping up very nicely. Actually impressive how far ahead they are of other distros tech wise. Still not production ready but it's hard to find reasons to not use it on your next build.
>>
File: ati graphics.webm (3.1 MB)
3.1 MB WEBM
>>108638228
ATI/AMD is the one who invented unified shaders. Its why the PS3 got completely embarrassed by 360, ignoring the whole CELL bullshit, PS3 was just a last gen Nvidia. They wished they had next gen graphics like webm related. They wouldn't catch up until DX10 era.
>>
File: GNOMED.webm (909.7 KB)
909.7 KB WEBM
>>108638158
Linux modularity makes it very easy to break these big DEs. Gnome had the same problem last year.
>>
>>
>>
>>
>>
>>
>>
>>108638332
It one ups the other immutable distros by having a completely original container solution, Kapsule. Generally containers are supposed to be disposable but that doesn't work well on a desktop, Kapsule solves this problem. They're so confident in this they don't even provide a package manager for the OS. Then there are smaller things like actually making use of SystemD. They don't even use GRUB which basically all other distros use.
>>
File: 1769590896632121.jpg (98.4 KB)
98.4 KB JPG
>>108638034
It hasn't been updated in a long time. Why trust something like that in the first place if you're so concerned with security?
I'm new to using Void, but it's not that difficult to get setup, though I haven't hardened it.
>>
>>108638358
Ooohh right I forgot about KDE linux (even though ironically I have it installed on my laptop), I thought you were talking about KDE itself. Yeah KDE linux might be cool too, I like that they're using arch packages as the base.
>>
>>
>>
>>
>>
>>
>>
>>108638279
>Actually impressive how far ahead they are of other distros tech wise
It's just a less capable version of Kionite/Aurora from what I can see.
>>108638330
ARM is just shit overall. There's no standardization like there is in x86. The architecture is designed around letting the OEM and SoC vendors completely lock down everything since ARM is primarily an architecture for appliances, not general computers. Drivers are almost exclusively made for 1 OS (mostly Android), so Linux support mainly relies on unofficial volunteer-made drivers and bootloaders (drivers made for Android generally don't work on regular Linux distros). The unofficial Linux support for most ARM GPUs is significantly worse than the nVidia FOSS drivers. The way hardware components are supported almost exclusively relies on proprietary blobs and proprietary firmware which is not allowed to be redistributed, so installing an arbitrary distro is not viable because making a distro which ships with proprietary firmware and blobs is either illegal or in a legal gray area in many parts of the world. So even if you manage to boot into a Linux distro on an ARM device, there's no guarantee that you'll have working WiFi, cameras, microphones, USB controllers, etc. There's basically only one or two SoC manufacturers which actually make Linux drivers for their hardware (and they don't even have Linux drivers for all their CPUs).
The other issue is the fact OEMs have the power to never give you access to the bootloader. With x86 you at least have BIOS and UEFI on every single x86 device. On ARM, you're generally fucked. Especially if you're outside of the EU since at least in the EU there's a requirement for devices (or at least phones) sold there to have unlockable bootloaders.
Imagine if you buy a computer but it has a BIOS password which is never disclosed to you and you cannot remove it.
Maybe the situation will improve in 5-10 years once ARM replaces x86 on most people's computers.
>>
>>
>>
>>
>>108638417
>>108638346
>>108638467
So right now if you want arm pc you stuck on mac or windows.
And i assume the linux one will be gaben with his new box or steamdeck2.
>>
>>108638467
>It's just a less capable version of Kionite/Aurora from what I can see.
So far yes because it's not really usable yet, but they're very ambitious. I agree that Fedora Atomic is the only usable immutable distro. I thought Fedora Atomic was ambitious, and they are, but somehow the KDE guys are innovating even more.
>>
>>
>>
>>
>>
>>
File: 1713116908693450.png (2.8 MB)
2.8 MB PNG
>>108638511
No need to be sorry. I don't know much, but I really think there's something to be said for going to the original source. Void is fun. Try it out.
>>
>>108638467
>there's no guarantee that you'll have working WiFi, cameras, microphones, USB controllers, etc.
The same goes for X86 actually. But you never worried about your USB not working there, because USB is such a boring standard and it's in the motherfucking kernel anyway.
The difference isn't with the drivers, the differene is that Bios/UEFI probes your hardware for you and tells the kernel where to find it. On Arm however, the kernel is often expected to know where to find it via the devicetree.
>>
>>
>>
Just installed ZorinOS on a different hard rive to my usual Win10. Now I'm getting greeted with the GNU GRUB "Minimal BASH-like line..." black screen. I'm not a retard but I can't find out what I actually have to do now.
>>
>>108638629
It's for computer repair technicians. Basically your bootloader is broken. Did you unplug your Windows drive when installing ZorinOS? It's something that you have to do. You just have to look up how to use it, rare to find people who can tell of the top of their head how to use it. A simple solution to just get it to boot is to use SuperGRUB
>>
>>
>>108635758
>>108635975
>>108635994
I should have included that it will be my first linux install on a personal machine. I've used linux before at university.
>>
>>
>>108638496
If you want a high-end device, yes. Consumer ARM Linux devices are mostly older and/or weaker phones, a handful of weak laptops (ie PineBook), handheld gaming devices (ie some Anbernic, Retroid and AYN models), or things like the RaspberryPi and a few other SBPCs.
Aside from the gaming handhelds, most of these are as weak as a 2000-2010-era PC. AYN Thor, AYN Odin 2 and Retroid Pocket 6 just recently got ROCKNIX support and they have pretty decent SoCs. But still, I don't think there's any "generic" distro you could install on them and have things just work, at least not yet. I'm not sure if there's any PCs or laptops with the same SoC, but if there are it's possible they'll get Linux support soon.
TUXEDO is working on the Elite 14 but there's no confirmed release date. And they've been working on it for 2 years so by the time it comes out it will probably already be much weaker than Windows and Apple devices.
>>108638513
Asahi is barely functional even on the M1/M2 macs. Half the shit doesn't work. Even if you could buy an M1 mac for $300 it would still be a waste of money if you want to put Asahi on it. You're far better off buying some $300 x86 Thinkpad where everything other than the fingerprint sensor works.
>>108638599
>On Arm however, the kernel is often expected to know where to find it via the devicetree.
Yeah, that's basically what I meant by a lack of standards. Everything is device-specific. The closest thing we have is ARM's SystemReady certification which is essentially their version of UEFI, but it's basically only implemented in server hardware and I think the RaspberryPi devices.
>>108638681
Install Fedora KDE Plasma edition or Mint Xfce.
>>
File: just_werks.png (73.8 KB)
73.8 KB PNG
>>108638624
>VRR on, MangoHud mailbox vsync with 60 fps cap (early for method), proton_enable_wayland=1
tested with Sekiro on GNOME 50, I think it'll work the same on KDE or other DEs as well. Never got it to run this fluid on Windows with Adrenalin and RTSS, 120+ fps games are likely to be even better. I'm so fucking happy rn you have no idea anon.
>>
>>108638656
>Did you unplug your Windows drive when installing ZorinOS?
>>108638686
>What were you doing during the installation?
I just followed the instructions from their site, which never mentioned unplugging?>>108638672
>unplug your windows drive
>boot the installer again
>in the live desktop mode see if a program called "boot-repair" is installed
>if it isn't you can install it if you have internet access
Cheers I'll give this a go tomorrow when I can be arsed.
>>
>>
>>
>>
>>108638330
Arm booting and drivers/firmware is more complicated than x86. Even the raspberry pi which is probably the most linux compatible arm hardware is still a mess when it comes to using any distro that isn't upstream raspbian.
>>
>>
>>
>>
>>108638513
The raspberry pi 5 prices are completely fucked up overinflated and arm macs still have major features missing like thunderbolt on asahi.
Both the pi and M[0-9]* macs have limited distro support as well, and its difficult to install unsupported distros.
>>
>>
>>108639114
A lot of PC type ARM devices use EFI.
>raspberry pi which is probably the most linux compatible arm hardware
Has the broadest distro support maybe, but in terms of supporting the kernel and providing useful documentation it's a joke.
>>
I'm on Xubuntu and what causes the audio to crackle when the GPU/CPU ramps up? I disabled the game audio and played a youtube video in the background and it even causes that audio to crackle so it has something to do with how the audio on the distro is being processed right?
>>
>>108628942
>Want a simple .md wiki-like program a la Obsidian without the Electron bullshit
>All these other "wikis" are just mediawiki-like where you set up MySQL and other bullshit instead of just reading .md files like Obsidian
WHY!?
>Just use vi and emacs wik--
I still have to set up BULLSHIT when a simple .md reader should be able to do this!?
Like, even Kate from KDE devs struggles with processing .md.
Why? It should be simple, THAT (simple) was supposed to be the GOAL with markdown!
>>
>>
>>
File: 1699889868400438.jpg (2.9 MB)
2.9 MB JPG
>>108639157
Conversely, I think they're responding to toxic behavior/attitudes or at the very least keeping their distro clear of upstream devs/sources they don't want to deal with. Arch also took xlibre out of its repo if I'm not mistaken. But there are plenty of other distros that do the almost the same thing but have hyrpland and xlibre if you want to use that software.
>>
File: shot-2026-04-19_21-22-49.jpg (387.3 KB)
387.3 KB JPG
>>108632901
Hardinfo is no more
https://hardinfo2.org
>>
>>
hey wayland fags...
how the hell do I send a window to another monitor/output without it disappearing into the aether? I'm using river-classic with lxqt-wayland and I finally figured out how to position my outputs so that I don't encounter negative coords in xwayland but the order of the outputs makes it so I can never remember which direction to send a window to get to the correct monitor. Wouldn't be an issue if the window actually CYCLED back around when it reaches an end of the output list, but ofc not, it just disappears into space where I can no longer recover it....how tf does that make any sense??
>>
>>108639727
I can send the whole virtual desktop to the other monitor or send windows to a virtual desktop that happens to be on the other monitor. Configured the keycombos on my own, they weren't standard (Hyprland)
You probably can set something like that up in your environment as well
>>
>>
>>
>>
>>108639762
I tried to reply but I'm on a fresh cookie so the captchas are near impassable. river-classic doesn't have workspaces, it has 'tags' and they are per-monitor, so there's no way I could do that. I have figured out that I can shift focus to the aether monitor where the window went and bring it back at least. Really wish I could just reorder the monitors though.
>>108639869
https://www.youtube.com/watch?v=j2TyrLZT0r0
https://youtu.be/l6PqsqttK1k?si=FW1LZuwFozJa4mee
>>
>>108639869
also https://www.youtube.com/watch?v=YvVemshnpKQ&t=4s not that anyone has claimed these are sent anywhere but still...
>>
>>108639981
>'tags' and they are per-monitor
Ah, then it wouldn't work like that. But maybe river can do it even better? I mean, I put that into my Hyprland since I'm used to it from my Awesome WM background (where it's standard, and that one also has tags per monitor). But I have no experience with River, so dunno how to configure it there.
>>
What modern web browser can I compile on a power pc mac g4 running gentoo? I'm putting a beefy radeon in there soon, so I'm hoping that can make it usable but I'm not sure what's the , but will a modern chrome fork even be able to work with ppc32?
>>
>>
>>
>>
>need macro software for basic task (repeat 3 clicks 100 times)
>jdmacro player
shitty garbage with broken shortcut setting window = USELESS
>corssmacro
gnome extension doesn't work, won't install, only runs relative mouse locations and you can't even delete the click when you click "stop recording" meaning every time you run a macro loop, it will click to stop its self.
>some other bullshit only on KDE that doesn't work
I want to remind everyone Linux devs are retards and their $0 paycheck is the quality of work they produce!
>>
>>
>>108632623
since no one answered you and I remember milkdrop being good I'm just gonna give you this link https://github.com/milkdrop2077/MilkDrop3/tree/main/linux
>>
>>
>>108640270
Thanks that looks like it will work great. I don't mind writing some text if it actually works. The issue of Linux having piles of shitty software could be fixed with a software leaderboard/review board kinda like wineHQ, but for specific tasks.
>>
>>
New thread:
>>108640872
>>108640872
>>108640872
>>
>>108639541
>>108632901
Those show you information but they don't actually let the user change anything
>>
File: Screenshot_20260420_035346.png (98.6 KB)
98.6 KB PNG
>>108640402
>>108640476
If it's a Flatpak there will be .flatpak-info file in its root.