Earlier quoted context omitted.
Or a second windows key. Or separate mouse buttons. Sigh
Why do people use a second windows button? I've never understood how it is useful.
Dell’s Linux PC sequel still just works, but adds 4K screen and rough edges
61–70 of 108 posts
Re: Dell’s Linux PC sequel still just works, but adds 4K screen and rough edges
#62Earlier quoted context omitted.
Unfortunately, that's really the result of the API/ABI choices that the Linux kernel developers have made. There are no stable interfaces for kernel modules, and they frequently break existing interfaces. This means that any third-party driver that is not included in the mainline kernel source is effectively broken either via API or ABI almost every kernel update. So it's not specifically a proprietary driver issue s…
ABI stability is not a feature, it's a bug. It means you can't fix the kernel and every driver in it, and you have to keep legacy interfaces around. This isn't just about keeping old function entry points around; the kernel regularly redesigns and rearchitects core subsystems in ways that cannot support the previous function entry points, and that's completely OK because the developers making those changes go fix all…
ABI stability is not a feature, it's a bug. It means you
can't fix the kernel and every driver in it, and you have
to keep legacy interfaces around.
Sorry, but I strongly disagree and that's a factually, anecdotally, and objectively incorrect statement. OS X, Windows, AIX, and Solaris all manage to provide stable interfaces for drivers while still evolving the underlying implementation significantly. So clearly, it can be done.A properly designed API/ABI allows evolution of the implementation while retaining compatibility through interface.
Out of tree modules are a bug; pick hardware that
doesn't need them.
The idea that the Linux kernel should or can contain all support for all hardware ever is an ideological pursuit at best. And the stability issues aren't just with keeping the
drivers up to date. Users who run the nVidia proprietary
driver regularly report crashes and stability issues.
And people still report stability and crash issues with mainline kernel drivers too, just perhaps less frequently, so that's really an orthogonal concern. Quality of implementation is not an argument I would want to use against good architectural software practices such as having a stable API/ABI. I'm also quite familiar with the argument that "if the source is open, people can fix it and make it better!" -- I think the recent OpenSSL problems have proven that just because the source is open doesn't mean anyone is fixing problems there.Regardless, the real losers here are the users; I don't frankly care about the proprietary vs. not arguments and holding up some ideological standard as the ultimate goal seems like it's missing the point -- computers are just tools, and we should spending more time on improving the usability of them for users not fighting ideological wars.
Re: Dell’s Linux PC sequel still just works, but adds 4K screen and rough edges
#63https://system76.com/laptops
Re: Dell’s Linux PC sequel still just works, but adds 4K screen and rough edges
#64How do these ones hold up over time? I haven't had a Dell PC of any kind, laptop or desktop, last longer than two years (and thanks to switching jobs a few times and being the family PC tech support, I've seen quite a few Dells). I had given up on the brand completely, but this is a very tempting piece of hardware. I hate how hard it is to find the specs I want in a laptop computer. Some sites will let you filter by…
Re: Dell’s Linux PC sequel still just works, but adds 4K screen and rough edges
#65Re: Dell’s Linux PC sequel still just works, but adds 4K screen and rough edges
#66Earlier quoted context omitted.
Or a second windows key. Or separate mouse buttons. Sigh
Why do people use a second windows button? I've never understood how it is useful.
Re: Dell’s Linux PC sequel still just works, but adds 4K screen and rough edges
#67Oh interesting, this is the M3800 which is Dell's beefy 15" Linux laptop. Glad to see it getting some light. If you're looking for something more portable, the New XPS 13 is in development and is supposed to launch soon. I follow the project lead's blog here: http://bartongeorge.net/ My hats off to the Dell team; they're very open about what they're doing, making better drivers etc. before launching the product. For…
>> the M3800 which is Dell's beefy 15" Linux laptop. Actually, the 6.3lb M4800 is Dell's beefy laptop.
Re: Dell’s Linux PC sequel still just works, but adds 4K screen and rough edges
#68I received mine a couple of weeks ago and have been pretty happy so far. Everything worked out of the box in ubuntu (camera, multimedia keys, trackpad, touchscreen, bluetooth, wifi, etc). My only complaints are: - The Glossy monitor is incredibly reflective. I wish there was a matte option. - I got the UHD screen option but there are still too many scaling issues in linux. Ubuntu looks fine with some minor tweaks but…
Re: Dell’s Linux PC sequel still just works, but adds 4K screen and rough edges
#69Why in god's name does a laptop that large not have independent home/end/pgup/pgdn keys. This trend drives me nuts.
That removes me from the market. I use those keys incessantly, browsing the web and coding both. I bought a very large Asus gaming laptop primarily for this reason, and I'm very fond of the placement, as well (above the numpad, can be easily found without looking). Other things that are important to me is a gap to be able to feel F5 without looking, and same for the arrow keys. So many keyboards put the arrow keys--w…
Same. And what kind of developer edition laptop doesn't have a full keyboard, i.e. a numpad? It drives me nuts.
Re: Dell’s Linux PC sequel still just works, but adds 4K screen and rough edges
#70Earlier quoted context omitted.
because you can just press space/shift+space.
Pressing space in a text editor tends to add a space. Pressing pgdn doesn't.
EDIT: and if you were fine with reaching for PgDn then SHIFT+up, SHIFT+down in vim is probably a viable option as well.