this post was submitted on 30 Oct 2023
791 points (95.2% liked)
linuxmemes
24483 readers
1619 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Also note that blue screens are almost always bad drivers, which isn't a fault of Windows itself as the drivers are written by device manufacturers. It's like blaming a Linux distro for crashibg all the time when the issues are actually entirely caused by the closed-source Nvidia driver.
A lot of drivers should be provided by the os though, for instance the touchpad on my controller works fine as a mouse only on Linux... (I know it's a niche case but it's just an example)
There's two types of drivers shipped with OSes.
There's generic drivers, for example any USB keyboard or mouse can use a generic driver. That's usually developed by the OS developer, so for example Microsoft wrote a driver for this, there's a driver in the Linux kernel, etc.
The other type are drivers for specific hardware. On Linux, sometimes this is written by contributors, while other times the manufacturer itself writes the drivers (eg Intel wrote a lot of the kernel drivers for their hardware like CPUs, network cards, etc). On Windows, these are almost always written by the device manufacturers.
The generic drivers are usually very solid but have limited features since they have to work for a large range of devices. It's the manufacturer-written ones that tend to be buggy.