qpsLCV5

joined 1 year ago
[–] qpsLCV5@lemmy.ml 3 points 2 months ago

i think flatpak has done a lot to make this easier, but at the same time... i'll admit i'm not a fan of it (mostly due to random issues).

the way i see it, more distros need something like arch linux' AUR. if an application is reasonably easy to build, it really does not take much to get it into the AUR, from where there's also a path towards inclusion in the official repos.

i don't know too much about other distros, but arch really makes it amazingly easy to package software and publish everything needed for others to use it. i feel like linux needs more of this, not less - there's a great writeup that puts why linux maintainers are important way better than i ever could:

https://web.archive.org/web/20230525163337/https://kmkeen.com/maintainers-matter/

[–] qpsLCV5@lemmy.ml 5 points 2 months ago (1 children)

i'd suggest starting by finding out what package in your distro actually decides where audio goes - mostly it is pulseaudio (older) or pipewire (newer).

depending on the details of how your distro and the dongle work, it could either be a simple "pactl set-default-sink ", or a more complicated set of udev rules or pipewire/wireplumber scripts.

note that distros using pipewire still often support a lot of pactl commands, so it may be worth looking at the simple option even when not using pulseaudio.

[–] qpsLCV5@lemmy.ml 15 points 4 months ago (1 children)

my phone won't even do "force stop" anymore... fairphone 5 running whatever os fairphone ships, and all force stop does is put the app in the background or whatever, if it has an issue the issue will still be there when opening it again.

[–] qpsLCV5@lemmy.ml 1 points 4 months ago

just another reason to use tiling window managers ;) at least mine opens my windows in the same workspace on the same output every time, if i configure it to

[–] qpsLCV5@lemmy.ml 1 points 5 months ago* (last edited 5 months ago)

i bought the tuxedo nano (a mini pc but decently powerful), and its not 100% linux compatible. i imagine its better if you install their own distro (maybe) but running arch linux with the standard kernel on it, i've had issues with HPET/TSC (some cpu timekeeping stuff, ruined performance when it happened), the wifi card it came with is known to have issues and i've had plenty (usable, but super slow bandwidth depending on what AP i connect to, and no its not the AP all other devices work fine on it), and some lockups when my usb microphone is connected (sometimes it only crashed the usb hub which i could reset).

NONE of these issues are present running arch linux on my old desktop and 2 work laptops. Support wasnt helpful either.

However, its still my main device, i just had to work around these issues.

edit oh, and the fan is not controllable from linux at all, i've spent hours trying to find a way. i do not know if it's controllable from windows either, maybe it's just the mainboard that doesn't allow fan control at all outside of the UEFI settings.

[–] qpsLCV5@lemmy.ml 2 points 5 months ago (4 children)

using dd for that is outdated info that everyone keeps blindly parroting with zero understanding why. cat is simpler and works fine.

note: both cat and dd only work for this when the image is made in a compatible way, my linux isos always work fine but a windows iso didnt and needs a more specific tool.

[–] qpsLCV5@lemmy.ml 1 points 6 months ago

use arch btw ;)

mostly kidding, but shit like this is exactly why i love arch so much. set up the entire system from ground up - no bullshit on it, and you know how (almost) every part works and what it does.

[–] qpsLCV5@lemmy.ml 1 points 7 months ago* (last edited 7 months ago) (1 children)

it definitely taught me about how linux works, at least the parts that are relevant for most users. starting from a clean install without any kind of gui (or common networking tools) really made me understand all the building blocks modern desktop linux uses. sure, installing a full blown desktop environment skips most things, but going with just a window manager and adding required features package by package really does help with understanding, and if a problem does pop up later you'll know exactly where to look, instead of having to search super generic terms.

[–] qpsLCV5@lemmy.ml 3 points 7 months ago

most games have never had flicker issues for me on arch/sway with a rtx2070. Steam itself used to be unusable and last i checked was still a bit glitchy, Discord also sucked, but the games always worked fine.

apart from some issues with recognizing the mouse cursor in a few games.

[–] qpsLCV5@lemmy.ml 3 points 8 months ago (1 children)

agreed with debian, it's by far the most stable and no bullshit system i've ever used. however, BIG condition: do NOT install .deb files manually. that's an extremely easy way to break your system. use what's in the repos, and if it's not in the repos, use something like flatpak (not sure how well it works for debian since i haven't used it).

in general though, if you want a stable linux system, just don't try to install stuff that isn't packaged in official repos.

[–] qpsLCV5@lemmy.ml 8 points 9 months ago (1 children)

that said, i did end up finding open source alternatives for all the software i use often, and don't use bottles much.

[–] qpsLCV5@lemmy.ml 10 points 9 months ago (6 children)

honestly, wine has seemed unreasonably complex to me in the past and i haven't tried since. but Bottles offers a nice easy to use GUI, i do recommend giving it a shot. at least on arch linux it's super easy to install via the AUR.

the only issue is some apps need additional dependencies which can take some searching to figure out what exactly is needed. the arch wiki lists a bunch of them though, and often the error messages bottles shows will point you the right way.

i've gotten almost every .exe to work with it, most immediately, some after a short bit of tinkering.

view more: next ›