Wayland 1.8 Alpha 发布 显示服务器

Wayland 1.8 Alpha 发布 显示服务器

经过延期, Wayland/Weston 1.8 Alpha还是来了。

Bryce Harrington对外宣布了Wayland 1.8 Alpha的wayland-devel list。该版本主要是围绕IVI shell和 EGL modernization,功能改变包括:repaint scheduling、named outputs、output transformations、EGL improvements to gl-renderer、surface-shooting API、source clipping and view scissor in the pixman renderer、ivi shell testing 和 ivi layout。

详情请看发行说明:http://lists.freedesktop.org/archives/wayland-devel/2015-May/021838.html

Wayland是一个简单的“显示服务器”(Display Server),与X Window属于同一级的事物,而不是仅仅作为X Window下X Server的替代(注:X Window下分X Server和X Client)。也就是说,Wayland不仅仅是要完全取代X Window,而且它将颠覆Linux桌面上X Client/X Server的概念,以后将没有所谓的“X Client”了,而是“Wayland Client”。

更确切的说,Wayland只是一个协议(Protocol),就像X Window当前的协议——X11一样,它只定义了如何与内核通讯、如何与Client通讯,具体的策略,依然是交给开发者自己。所以Wayland依然 是贯彻“提供机制,而非策略”的Unix程序。

百科:百度维基

Linux系统机安装教程:How to setup and create your own VirtualBox Linux machines


极客头条正式开通了微信公众号,刊选每日精华内容和最新的资讯文章。在微信搜索“****_geek”或扫描下方的二维码。

Wayland 1.8 Alpha 发布 显示服务器