But be careful, you can pretty easily break stuff by messing up fstab
But be careful, you can pretty easily break stuff by messing up fstab
This may be a stupid question but is your video cable plugged into the gpu or into the motherboard?
That would be extremely funny
In your case I would just start by copying a full setup someone else made and then customizing it, starting from scratch always takes a lot of effort. Reddit’s unixporn was great for that, the alternatives on lemmy are sadly still a little empty.
Someone needs to maintain them for them to keep working. Nobody else is willing to do that anymore, but you can still volunteer as a maintainer. If you don’t, it’s as much your fault as anyone elses.
cmake now finally supports c++20 modules
I wouldn’t use modules in production quite yet, there’s still a lot of implementation bugs, but for experimenting its quite usable
Almost all programs use both 32bit and 64bit integers, sometimes even smaller ones, if possible. Being memory efficient is critical for performance, as L1 caches are still very small.
Garbage collection is a feature of programming languages, not an OS. Almost all native linux software is written in systems programming languages like C, Rust or C++, none of which have a garbage collector.
Swap is used the same way on both linux and windows, but kicking toolbar items out of ram is not actually a thing. It needs to be drawn to the screen every frame, so it (or a pixel buffer for the entire toolbar) will kick around in VRAM at the very least. A transfer from disk to VRAM can take hundreds of milliseconds, which would limit you to like 5 fps, no one retransfers images like that every frame.
Also your icon is 1.1Mbit not 1.1MB
I have a gentoo install that uses 50MB of ram for everything including its GUI. A webbrowser will still eat up gigabytes of ram, the OS has literally no say in this.
If you let it run through once, it should cache the compiled shaders so it will recompile only after the game or your gpu drivers are updated
They’re giving you shit about complaining about a nice and working color picker for no reason except that somebody made something similar quite a while ago. Nobody cares about your color picker, you are the only one bringing it up.
What do you need RDP for? I did everything i ever needed to do remotely via SSH (I mean this as a genuine question, not that we shouldn’t have better RDP support)
Hey, I used to use that before switching to sway a few years ago. It isn’t hard at all: There is not a single line in my config concerned with monitors, it just works by default.
Linux by itself is just a kernel, there’s a whole range of operating systems using it. Most of them have some commonalities, but there are also huge differences. Most of them can run directly from a USB stick (or in a VM obviously), so you can try some out.
Some things that basically all of them do very well, compared to windows:
mainly open source components (± some proprietary drivers and apps, if you want)
no ads in the OS
support for very old hardware, being (depending on actual OS more or less) light and resource efficient
very good package management
customizability
There are many things that are specific to some OSes. I switched from Windows 10 years ago, and I can’t see myself going back. Everytime I have to use it somewhere, I get annoyed quickly.
There are some drawbacks:
software has to be built against a specific kernel, and some proprietary software is not offered for linux. There are compatability layers for running windows software on linux without emulation, but they are mainly optimized for games (I’ve had windows-only games run faster on linux than on windows!).
some drivers are unavailable for linux, as the device manufacturers have to cooperate somewhat. However, almost everything will work.
some drivers are available, but require binary blobs distributed by the manufacturer. The proprierary NVidia drivers, for example, are faster than the open source reimplementation noveau, but they can cause problems with some software like sway. If you have an AMD gpu, their open source drivers are great, so no problems.
Roughly all the servers (including Microsofts own cloud), half the mobile systems, lots of the larger embedded stuff and some small percentage of deksktop systems are using Linux. Again, just try something (maybe Pop!_OS or Mint) and see if you like it.
deleted by creator
Note that it speaks of the “official version” in the next sentence, which seems to me like there will be inofficial versions which requires a more permissive license
But we’ll see