That’s exactly what the vast majority of AUR packages do already? You can also apply modifications to the compilation process if needed.
That’s exactly what the vast majority of AUR packages do already? You can also apply modifications to the compilation process if needed.
Anything less than the full unmodded suckless suite is unacceptable
Try flameshot or spectacle, way better.
10m for anyone. If you’re able to go through the bios to boot on your usb, you’re able to take 5m to to google “gaming on x distro” and paste 3 commands (steam, lutris/bottles, nvidia drivers)
gaming distros aren’t the mess you say they are
As someone who occasionally spends time helping people on forums, I’ve noticed that a very good chunk of people having issues are people using gaming distros or arch.
Another issue is the kernel mods that sometimes comes with those distros. A few years ago they were mostly all good, now the official kernel is generally better. If you look at recent benchmarks, the modded kernels will give you +2-5 fps in very specific tests and then -30 in the next. They also vastly vary by hardware. This results in many users having performance issues in some places but nobody being able to debug why.
Nobara might be the only one that is maintained and popular enough to make sense for anyone to use, the others are straight up traps.
That’s the thing I don’t get. It only takes 5m starting from a fresh ubuntu/mint and the likes to be gaming ready. Even if you have no clue how to use a computer, there are hundreds of guides on how to do it in maybe 10m. Compare that to getting a gaming distro, which would save you those 10m but you’d pay the price next time you have an issue and realise the distro is way too niche for you to get a non-technical answer.
It’s not gatekeeping, I’m not keeping anyone away from Linux, I’m giving them a better path so they can have a smoother experience.
That’s the point, it preys on those who don’t know enough to realise they got got. They’d be better off using more mainstream distros which are more stable and have more online help/documentation.
How is it gatekeeping? It’s is a trap though, there is literally nothing in those distros making gaming better. It’s like those “gaming” branded mice or keyboard that just have more color and a higher price tag. It’s there to attract people, but in the end you’ll get roughly the same performance whether you use mint, ubuntu or arch.
“Gaming” distros are such a noob trap
Disk partioning has been around since the 60s, it’s not really a new feature to be able to install a distro without wiping the whole drive and has nothing to do with Linux.
According to this study, the eye can see a difference as high as 500 fps. While this is a specific scenario, it’s a scenario that could possibly happen in a video game, so I guess it means we can go to around 500 hz monitors before it becomes too much or unnessessary.
Which is exaxtly what I said, that it’s fast enough for most use cases.
In theory though, you will “gain performance” by rewriting it (well) in C for literally anything. Even if it’s disk/io, the actual time spent in your code will be lower, while the time spent in kernel mode will be just as long.
For example, you are running a server which reads files and returns data based on said files. The act of reading the file won’t be much faster, but if written in C, your parsers and actual logic behind what to do with the file will be.
But it’s as you said, this actual tiny performance gain isn’t worth it over development/resource cost most of the time.
How are they ignorant? It’s a known fact that java is slow, at least slower than some others. Sure, it’s still fast enough for 95% of use cases, but most code will run faster if written in, say, C. Will have 10x the amount of code and twice as many bugs though.
Back in my day people worked 16h days everyday and had no time for math or computers. And that was JUST FINE.
You can force it if you use gamescope, solved mouse issues for me in the past.
How do you get around websites that force you to use whitelisted domains? I had a self hosted email for a while and I was often considered spam.
Are you using the new 550 drivers? They are supposed to include lots of wayland related fixes. I might try it myself once they update it on the arch repo. Last time I tried, my 2060 and 525 drivers just did not go with wayland, at all.
If you’re using X11, you can use xkill: https://en.m.wikipedia.org/wiki/Xkill
You can bind it to a key in gnome/kde (not sure how they handle custom keybinds. Otherwise add a call to xbindkeys to your .bashrc or equivalent). It kills any window you want, responsive or not.
As for the terminal, I don’t think you can send SIGKILL, but ctrl + \ will result in a core dump if you’re using bash.
Is there any reason to use :w other than it being the default? I have mine mapped to CTRL-S and it makes sure to keep me in insert mode if I was in insert mode. Feels way faster and easier to spam than the 4 key presses it takes to execute “:w”.
Been using arch with DWM for a decade, why would I want to try anything else?