Slashdot Mirror


Linux Kernel 4.8 Adds Microsoft Surface 3 Support (betanews.com)

Brian Fagioli, writing for BetaNews:If you are a Windows user, and want a really great computer, you should consider Microsoft's Surface line. Not only do they serve as wonderful tablets, but with the keyboard attachment, they can be solid laptops too. While many Linux users dislike Microsoft, some of them undoubtedly envy Windows hardware. While it is possible to run Linux distros on some Surface tablets, not everything will work flawlessly. Today, release candidate 1 of Linux Kernel 4.8 is announced, and it seems a particularly interesting driver has been added -- the Surface 3 touchscreen controller. "This seems to be building up to be one of the bigger releases lately, but let's see how it all ends up. The merge window has been fairly normal, although the patch itself looks somewhat unusual: over 20 percent of the patch is documentation updates, due to conversion of the drm and media documentation from docbook to the Sphinx doc format. There are other doc updates, but that's the big bulk of it," says Linus Torvalds, Linux creator. Will Microsoft's lower-priced (starting at $499) hybrid computer become the ultimate mobile Linux machine?

13 of 133 comments (clear)

  1. Well, anything at the moment is better than Win10 by Anonymous Coward · · Score: 5, Interesting

    Seriously, with Win10 you pretty much accept that any of your info / personal docs / etc may be sent to Microsoft. So yes, an alternative would be fantastic to run on that hardware.

    Hardware is nice, shame about the software.

  2. "A prawn Goebbels and a Hermann Goering" by Pseudonymous+Powers · · Score: 4, Funny

    While many Linux users dislike Microsoft...

    "Don't mention the war!"

    ...some of them undoubtedly envy Windows hardware.

    "I mentioned it once, but I think I got away with it all right."

    1. Re:"A prawn Goebbels and a Hermann Goering" by Threni · · Score: 3, Insightful

      Oh I wish i had a Zune. Or perhaps a no compromise surface tablet; perhaps one running RT. No problem - i'll just order one using my Nokia windows mobile phone with almost no market share. I'll be quite the envy of every developer out there.

  3. slashvertisement? by geek · · Score: 3, Funny

    "If you are a Windows user, and want a really great computer, you should consider Microsoft's Surface line."

    What is this shit?

    1. Re:slashvertisement? by Pseudonymous+Powers · · Score: 3, Insightful

      Why comment on this? Who gives a shit? It is a single line of an article summary, which is just a quote of TFA itself. Why draw more attention to what is little more than just an opinion on "a really great computer"? I really don't understand why some slashdotters take time out of their day to complain about this. I mean, if something that could be called "advertising" offends you, why not just ignore it? Why let it bother you so much?

      Because they feel that if they let it pass without comment, then it will move the bar of what's acceptable, which will cause more of that sort of thing in the future. It's the "first they came for the Communists, and I said nothing because I wasn't a Communist" argument.

      Whether that attitude is justified, or whether complaining about it will actually have any effect, are separate questions.

  4. Slashvertisement by plague911 · · Score: 4, Insightful

    I like the surface, but this is as much as a slashvertisement as I have ever seen.

    1. Re:Slashvertisement by The+Real+Dr+John · · Score: 4, Insightful

      Yeah, what's up with that? OK, an RC Linux Kernel has a driver for the touchscreen. This does seem more like a Surface ad than an announcement about a single driver. I don't see people loading Linux on these things. It doesn't make sense.

      --
      A brain is a terrible thing to waste... Mind? That's debatable.
  5. Small fruit by PetiePooo · · Score: 5, Insightful

    This is interesting.

    When I first got my MacBook Pro, I read several articles about how well Windows ran on it once you installed the BootCamp drivers. Back then, the MacBook Pro was arguably the best hardware out there, with a retina display, multi-touch touchpad, and with current processors.

    Contrast with today, where Apple has not refreshed the hardware for some time, and are letting OSX seem to rot in place. Now, the best hardware arguably comes from Microsoft, and people are hard at work making sure Linux runs well on it.

    Strange times indeed... What's next?

  6. Re:who committed it? why? by bws111 · · Score: 5, Informative

    Everything is locked down? Weird then that they publish this. It tells you how to enable/disable Secure Boot, how to enable/disable TPM, how to boot from other devices, etc.

  7. Re:Bootloader will be locked to windows only by bws111 · · Score: 4, Informative

    Wrong. They even publish how to disable secure boot an TPM.

  8. So many great things could be told about Linux-4.8 by ffkom · · Score: 5, Informative

    ... but Slashdot instead publishes a Microsoft advertisement, as if "Surface support" was in any way as relevant as the other big new features - read e.g. here if you want to know more. Shame on you, Slashdot!

  9. Re:Tablets with Keyboards? by Anonymous Coward · · Score: 5, Funny

    Wait so on stable surface the surface is fantastic, but on your lap a laptop is better?
    Shocking, who would have guessed!

  10. Re: who committed it? why? by stephenjust · · Score: 5, Informative

    The touchscreen hardware in the Surface 3 uses a unique undocumented interface, not just some standard synaptics or wacom setup. The protocol had to be reverse engineered so that the touchscreen could be tied to the input subsystem. Also, in response to your "who" question, Benjamin Tissoires took care of touch input, I wrote the pen support.