![]() ![]() ![]() |
|
igorportugal: I used Linux desktop for 6 years 2000 - 2006 then switched to Mac OS X.
I love linux but it always needed a tweak under the hood to make features go. The reason I moved to OS X was that it is a UNIX, which is similar, so I could run all my favourite open source software, while not having to tweak things all the time.
In saying that:
(a) there is absolutely nothing that you can't make work under Linux, so I'd say you given up too early, and
(b) having a look at the latest Ubuntu and Mint they look very much ready for prime time, so if I had a reason to move off OS X, I'd comfortably move over to Linux
Can you buy a PC or a laptop with ubuntu or mint pre-installed? When was the last time you tried to install Windows on an arbitrary, non-brand-new PC? I'd say if you had as much patience for Windows to get things to work as you did for Linux you'd end up with no OS to work with at all.
I am sure that if you bought a computer with preinstalled Linux where the manufacturer would actually have thought of the end user and made everything to work, you'd have all you needed.
The problem you describe is not that Linux is not ready for the desktop, but that you haven't located one sold to you pre-installed on the hardware ready-to-go.
In that case try Google's Chrome OS os any of the Android based tablets - there is your consumer grade Linux.
dontpanic42: There's a reason why Windows is so popular, and Linux isn't (at least in terms of desktop usability); and that reason is command line. No one wants to be doing this sudo apt-get nonsense all day, everyday just to install a simple application.
#include <standard.disclaimer>
contentsofsignaturemaysettleduringshipping
mercutio:
* Video card support, apparently Intel HD works the best currently.
Behodar: VMware Tools: First time that I haven't had these working. "sudo ./vmware-install.pl" returns "no such file or directory" despite the file staring me in the face (and I used Tab completion so I know that it's not a typo). I even tried entering the full path in case sudo was changing the working directory.
contentsofsignaturemaysettleduringshipping
mjb:mercutio:
* Video card support, apparently Intel HD works the best currently.
That would make sense, since Intel employ one of the lead X developers.
Behodar: VMware Tools: First time that I haven't had these working. "sudo ./vmware-install.pl" returns "no such file or directory" despite the file staring me in the face (and I used Tab completion so I know that it's not a typo). I even tried entering the full path in case sudo was changing the working directory.
The shebang will be incorrect, probably pointing to perl in /usr/local. fix that up, and it'll work better.
So.. the underlying thing about the Linux ecosystem, is that it's open source. If there's something you don't like, change it, submit a patch. Some of the community's die hard core developers simply don't take lightly to complaints, and just point at the source code. To understand this, you usually need to think from their perspective. They invest immense effort and time into improving things to continually get told by users that it's sh1t, and not worthy of their attention as it's "too hard to use".
But, to summarise, yes, Linux isn't for everyone - and usually, that means more often than not, it's not for IT savvy people that are highly experienced with Windows or OS X, and are sceptical, and don't really want to use it, just want to bash it.
Surprisingly, put Ubuntu on on a PC for someone not technically savvy, and they'll work it out....
mercutio: Is that the only way it's going to work?
Why is Intel and Nvidia so broken still?
Years back you had options like the Matrox G200, which were well supported, and fast.
Now you have "laggy" compared to windows graphics performance. Even with simple things like web browsing...
mercutio: It could also be lack of executable flag.
mjb@delta:~> echo '#!/non/existant/path' > foo
mjb@delta:~> ./foo
zsh: permission denied: ./foo
mjb@delta:~> chmod +x foo
mjb@delta:~> ./foo
zsh: ./foo: bad interpreter: /non/existant/path: no such file or directory
mercutio: How many people really want to submit a patch every time they a) find a bug, b) figure out how to fix it, c) create a diff, d) submit it, e) find it doesn't even get included.
contentsofsignaturemaysettleduringshipping
mercutio:mjb:mercutio:
* Video card support, apparently Intel HD works the best currently.
That would make sense, since Intel employ one of the lead X developers.
Is that the only way it's going to work?
Why is Intel and Nvidia so broken still?
Years back you had options like the Matrox G200, which were well supported, and fast.
mercutio: Now you have "laggy" compared to windows graphics performance. Even with simple things like web browsing...
mercutio:mjb:
So.. the underlying thing about the Linux ecosystem, is that it's open source. If there's something you don't like, change it, submit a patch. Some of the community's die hard core developers simply don't take lightly to complaints, and just point at the source code. To understand this, you usually need to think from their perspective. They invest immense effort and time into improving things to continually get told by users that it's sh1t, and not worthy of their attention as it's "too hard to use".
But, to summarise, yes, Linux isn't for everyone - and usually, that means more often than not, it's not for IT savvy people that are highly experienced with Windows or OS X, and are sceptical, and don't really want to use it, just want to bash it.
Surprisingly, put Ubuntu on on a PC for someone not technically savvy, and they'll work it out....
How many people really want to submit a patch every time they a) find a bug, b) figure out how to fix it, c) create a diff, d) submit it, e) find it doesn't even get included.
#include <standard.disclaimer>
mjb:mercutio: Is that the only way it's going to work?
Why is Intel and Nvidia so broken still?
Years back you had options like the Matrox G200, which were well supported, and fast.
Now you have "laggy" compared to windows graphics performance. Even with simple things like web browsing...
The intel graphics in this notebook works exceptionally well, so not sure what you mean...
mercutio: It could also be lack of executable flag.
mjb@delta:~> echo '#!/non/existant/path' > foo
mjb@delta:~> ./foo
zsh: permission denied: ./foo
mjb@delta:~> chmod +x foo
mjb@delta:~> ./foo
zsh: ./foo: bad interpreter: /non/existant/path: no such file or directory
"no such file or directory" is the error you'd see for a bad shebang, not a missing executable bit.
mercutio: How many people really want to submit a patchevery time they a) find a bug, b) figure out how to fix it, c) create a diff, d) submit it, e) find it doesn't even get included.
Hey, I didn't/don't dispute that - but that's how the OSS community works.
|
![]() ![]() ![]() |