top | item 28366807

(no title)

captainmisery | 4 years ago

I'm using Windows 10. In the past year I've tried: Manjaro, Fedora, Linux Mint and some others.

Why I'm not switching? Because every time I login there is something that needs a quick update or a quick fix.

After I've tried Fedora the last time, I turned on my PC and the resolution of my monitor switched to 800x600 from the 1920x1080. There was no way of setting it back to the correct resolution.

"Well, you know, you could just SUDO this, or SUDO that."

Yeah. I know. But I don't want to SUDO this or SUDO that. I want a operating system that just works.

I installed Windows 10, took 10 minutes, everything works great.

discuss

order

Alan_Dillman|4 years ago

Yeah its funny how experiences differ.

I was at my parents,and wanted to sketch out something for my dad. So I grabbed my mom's win10 laptop, went to the blender download location, downloaded, double clicked, got a popup about updates. Whatever, not my computer, not my problem. double click again. Again with the popup. Read it carefully this time. WTF? I NEED to update their store to install a third party package?

Not my computer, not my mandate.

It looked like I could install the stores' version, but of course, its not up to date. Then some more bullshit about updating.

I shut it down and went for paper and pencil.

Yeah. I know. You don't want to SUDO this or SUDO that. But I want a operating system that does what I tell it to do.

mcv|4 years ago

I would really like to have an OS that quietly keeps itself up to date without bugging me about it. My work Macbook and Windows laptops also bug me a lot and keep demanding reboots at inconvenient times, with popup notifications blocking things I need.

Just quietly download your updates, install them in the background, and quickly switch to the new version at some point when I'm not using it.

mlok|4 years ago

I was attending my client conference when the invited speaker had his windows machine update right in the middle of his powerpoint presentation ! The whole room had to wait about 15 minutes for windows to finish its "important update".

(Of course he probably should have done it before and certainly ignored previous warnings. But it doesn't matter : the whole room of executive was wasting 15 minutes watching the speaker being angry at his machine)

To my knowledge, Linux would not do such a thing.

throwaway888abc|4 years ago

Exact point, no ads, no stop-working anytime

Linux / OsX just rock solid

kitsunesoba|4 years ago

A lot of these sorts of issues tend to spring up around specific hardware.

Point in case, proprietary drivers for Broadcom wifi/bluetooth and Nvidia GPUs. I had a problem where every N rounds of updates, Fedora would just eat the Broadcom drivers and I'd get stuck tethering from my phone over USB to fix it. Similar things happened albeit much less frequently with the Nvidia drivers on various distros.

Of course the best "solution" for this is to use hardware supported well by the FOSS drivers; Intel wifi/Bluetooth, Intel/AMD graphics, etc. For desktops and a shrinking number of laptops that's an option, but people using machines with soldered components are just stuck with a crappy experience and are probably better off running Windows/macOS.

cestith|4 years ago

I'm just a single anecdatum, but Ubuntu from the installer through the installed system has been pretty flawless on my hybrid-GPU laptop. The GPUs aren't even from the same vendor. It's an AMD APU and an nVidia discrete GPU. The right-click menu in Gnome for every program gives me the option to start the program with the discrete graphics.

At the time I tried, the Debian installer got very confused about the video situation. Fedora and Mint weren't really happy either. I didn't try Pop, Arch, or anything else.

gjhh244|4 years ago

Weird how different people have different experiences. I've had way more cases of random things breaking on Win 10 than on Linux Mint. Especially corporate Win 10 on my working machine is utterly horrible, just endless problems.

lostmsu|4 years ago

Are any of those problems of "unchangeable 800x600 resolution" magnitude? Could you name a few?

fortran77|4 years ago

Same experience. I have one Linux box set up because of a project I'm working on that needs access to USB ports and doesn't work well in virtual environments.

It's just used to compile and test some software. But I do run the recommended updates (it's a Ubuntu desktop distro) and about once a week, something breaks. (X Server and monitor support are a frequent one.) This is a very standard Supermicro Mobo with Xeon CPU.

My Windows 10 machine is extremely reliable. I set it up about 2.5 years ago and I've never had to reinstall the OS, or fix display problems, or wonder why audio stopped working, etc.

tluyben2|4 years ago

Like others here I have the opposite experience: to such extend that I am actually installing Ubuntu instead of Windows10 on computers of friends who are not technical and they love that it works so well.

watermelon0|4 years ago

What magical software and hardware combination are you using, where there are less issues on Linux than on Windows?

vladvasiliu|4 years ago

As others have said, it's funny how experiences differ. I have almost the same exact experience, only in reverse.

> After I've tried Fedora the last time, I turned on my PC and the resolution of my monitor switched to 800x600 from the 1920x1080. There was no way of setting it back to the correct resolution.

I have a 2560x1440 thunderbolt screen. For some reason, when if I let it go to sleep, it's very likely it won't wake up. Next, in order of probability is that it WILL wake up, but stuck at 1280x720. Sure, that's better than 800x600, at least it has the right format, but still. Display Preferences shows 1280x720 as the highest resolution. I can set it lower, though.

Then, even better, I have another screen, that does USB-C, with Display Port alternative mode. Everything works fine, at full resolution, all the way until the windows login screen. Here, it's extremely likely that the screen will go blank. In the rare event that it doesn't, as soon as I log in, the screen goes blank. I've tried reinstalling Windows from scratch, using the usb-c connection, no dice. The installer works, then on the last reboot, blank screen.

The computer in question is an HP EliteDesk with full Intel components, no exotic GPU or anything. Only "aftermarket" components are the RAM sticks.

Both screens work perfectly both on other computers and on the same computer under Linux (Arch), with no tweaking required.

sam0x17|4 years ago

I've had the opposite experience with windows lately -- start menu type to search randomly stops working and I have to restart, windows will do this weird thing where you have to rapidly click their dock icon to get them to show up or they minimize. The pre-windows-11 updates have been nothing but bugs for me.

On my Ubuntu Budgie desktop I have none of these problems. Sure I have to deal with the occasional linux challenge but nothing "buggy" stuff either works or it doesn't.

phendrenad2|4 years ago

Are you using the Win 11 beta?

muzani|4 years ago

I really like snapping windows to parts of the screen. Mac doesn't do this well.

Linux, well, I do a search for it, and get this: https://askubuntu.com/questions/26346/how-to-use-window-snap...

The first answer is great. That second answer is typical with every "how do I do anything in Linux" question. It's a chain of things I dread and I end up spending an hour because I forget to type "cd .scripts" and then get lost.

Copying and pasting a bunch of code also makes me wary. There's vague hardcoded stuff like 'Paste this in, and then change your mouse id from 11 to the number from the output of the "xinput list" command.'

Do you Linux users just apply random advice like that off the internets without seeing what every line means? Do you just sudo stuff because someone said so? Instead of a single possible security hole to check for by installing a thing, it's now multiple possible security holes to check on every line of code.

Worst of all, it probably doesn't do what I want it to do. I can't tell until I'm about half an hour into doing it. I just want to sort my windows neatly. This isn't worth it.

hiram112|4 years ago

> Do you Linux users just apply random advice like that off the internets without seeing what every line means?

This isn't just a Linux issue. I've used Windows many years, and the vast majority of solutions to problems is inserting some cryptic string into the registry and rebooting.

Though I eventually dumped Linux, too, a few years ago as the solutions to the weekly show-stopping bugs, driver issues, and kernel glitches constantly required the same type of unintelligible shell commands copied and pasted from some random blog. Unlike earlier days of Linux, the commands now were completely foreign to even long-time users of Linux who understood most of the main components of a standard Linux install. It would require modifying some file in /etc or using some sub-component or binary that I'd never ever heard of and had no idea why it was even included into my "base" install of Fedora or Redhat or whatever distro was downstream.

I blame mostly RedHat for this change; Systemd may not have always been the problem, but its design and complexity (compared to traditional minimal Unix "do one thing and do it well") is a good metaphor for how modern Linux has been bastardized into just another black-box like Windows, where your only solution for many problems is some esoteric command which must be pasted off of some RHEL paid-license-required mailing list.

t-3|4 years ago

Linux users RTFM. Command line flags aren't hard when you have the documentation at your fingertips.

kazinator|4 years ago

> Why I'm not switching? Because every time I login there is something that needs a quick update or a quick fix.

You mean every time you log into Windows 10, there is something to update, so you don't have time to switch?

phendrenad2|4 years ago

My Linux machine nagged me to do a system-wide update (usually a language pack for Firefox, because they changed one word) every day. Windows 10 is a lot smarter about when to nag about updates.

caeril|4 years ago

> Yeah. I know. But I don't want to SUDO this or SUDO that.

This is an exceptionally good point. I've NEVER, in my life, tried to either install something, update something or, even literally open a random localhost port from a development test suite in VS Code without having to click through a UAC authorization dialog sequence on Windows.

/s

(I know that HN encourages the assumption of good faith, but when a poster just straight up lies through their teeth about the on-the-ground reality of user authorization, it's really hard not to push the (obviously correct, hanlon's razor be damned) corporate shill angle. (sorry, dang))

oefnak|4 years ago

I don't think it's about admin powers, but about having to type commands to fix things. That's not the same as just clicking 'allow' in UAC.

simion314|4 years ago

Don't try the cool distros, try Ubuntu or Kubuntu LTS.

OrgNet|4 years ago

> Because every time I login there is something that needs a quick update

You can't be serious that the updates aren't worst in Windows... I finally got my 80yo dad to Linux because of them being ridiculous in Windows.