|
|
Log in / Subscribe / Register

Chromium OS source released

Chromium OS source released

Posted Nov 20, 2009 18:41 UTC (Fri) by ariveira (guest, #57833)
Parent article: Chromium OS source released

Looking over gitweb it looks like they are using plain Xorg (intel driver)
and a custom wm. Too bad I was hoping for Google to push forward something
like wayland.


to post comments

Chromium OS source released

Posted Nov 20, 2009 21:11 UTC (Fri) by adamgundy (subscriber, #5418) [Link] (2 responses)

I'm reasonably surprised they didn't drop X from the stack completely - for example, chrome->cairo->glitz->OpenGL (all that code exists today). there are a grand total of three X clients that I saw on a quick trawl through the code - xscreensaver, chrome (browser) and the login dialog... and they're talking about replacing the login dialog with chrome too.

instead, they've written (or more likely, hacked something else into shape) their own X11 window manager, and have GTK etc in the mix.

there's nothing to say they couldn't drop X at some future point, of course. end users wouldn't notice (except maybe things are a little faster).

I like X11.. but it seems a little overkill for a one-trick GUI! I guess time to market trumps a small increase in performance...

Chromium OS source released

Posted Nov 20, 2009 22:13 UTC (Fri) by dlang (guest, #313) [Link] (1 responses)

simple, they don't want to loose compatibility with anything else they may want to put on there, and with all the different hardware that X supports.

if they were only looking at one product with a fixed list of software, what you are suggesting _may_ work, but if you are wanting to support more software, or more hardware, and support new versions of everything for years you don't want to lock yourself down like that

Chromium OS source released

Posted Nov 26, 2009 12:01 UTC (Thu) by dgm (subscriber, #49227) [Link]

Indeed, X11 is a bit more that screen output, namely keyboard and mouse input, application interaction (clipboard), and maybe something else that I can't remember right now.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds