element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Wayland preview
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 15 replies
  • Subscribers 707 subscribers
  • Views 1723 views
  • Users 0 members are here
Related

Wayland preview

e14 Contributor
e14 Contributor over 13 years ago

"We’ve made the decision to bypass X completely."  -- Eben

"How *are* the teeth of that gift horse looking? Thank the lord for open-source dentistry."  -- Liz

 

http://www.raspberrypi.org/archives/4053

  • Sign in to reply
  • Cancel
  • morgaine
    morgaine over 13 years ago in reply to e14 Contributor

    selsinork wrote:

     

    Wayland is stuck with a nasty chicken vs egg problem. As it's such a different beast it effectively breaks all the existing X11 apps

     

    Is this true though?  My understanding (which is entirely derivative and may easily have been swayed by overly optimistic Wayland articles) is that X11 compatibility is provided not just grudgingly but as a primary goal.  Indeed, anything less would be stupid, since practically 100% of Unix graphics applications would be abandoned --- not a recipe for success.

     

    As I read it, all the old stuff will still work, some of it a bit slower because of translation overheads, some of it faster because the translation overheads may be less than the new gains.  The only thing that will disappear for a while (until remoting protocols take over) and is an accepted regression is network transparency.  That will definitely impact some people, but it's in the single digit percentages of X11 users or less.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago in reply to morgaine

    Morgaine Dinova wrote:

     

    Is this true though?  My understanding (which is entirely derivative and may easily have been swayed by overly optimistic Wayland articles) is that X11 compatibility is provided not just grudgingly but as a primary goal.  Indeed, anything less would be stupid, since practically 100% of Unix graphics applications would be abandoned --- not a recipe for success.

    and therein lies the problem, if you make it a goal to provide X11 compatibility where's the incentive to move away from X11 ?  With no incentive to move and possibily less performance due to the compatibility layer will wayland ever gain the developer acceptance needed for success ?

     

    and IMHO it also needs wide OS, proprietary GPU vendor, toolkit (Qt & GTK) and desktop environment support.  If it ends up being Linux/Weston only it's going nowhere fast.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago in reply to e14 Contributor

    > if you make it a goal to provide X11 compatibility where's the incentive to move away from X11 ?

     

    They do apparently intend to provide an X11 compatibililty layer.  But how much time and space overhead

    that will involve, remains to be seen, as does whether it will "just work".  With the X11 compatibility layer,

    you will apparently be able to slide windows smoothly on your display.  I think Simon's GPU driver for X11 also

    saw benefit from using the GPU for such large operations.  How much better Wayland is than what can be done

    using Simon's approach is unknown. 

     

    The Wayland folks talk about GTK and Qt applications bypassing X11 and going "direct" or "native".

    Since Wayland doesn't have a native rendering API, I'm not sure exactly what that means or how much

    benefit it provides in rendering speed.  Presumably it involves using the GPU for rendering somehow,

    such as perhaps by using the OpenGL ES interface.   So it isn't clear if the X11 compatibility layer is

    intended to be temporary until "direct" or "native" solutions are implemented, or whether it is intended

    to be a permanent solution.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • e14 Contributor
    e14 Contributor over 13 years ago in reply to e14 Contributor

    coder27 wrote:

     

    So it isn't clear if the X11 compatibility layer is

    intended to be temporary until "direct" or "native" solutions are implemented, or whether it is intended

    to be a permanent solution.

    I suspect it's going to be permanent.  A little further digging reveals that supposedly QT5 already has wayland support and GTK will get it later this year. Existing QT and GTK appear to have some support, but it read as if you need to do something to enable it and then run every app with a certain command line switch to change the backend.

     

    Qt may be able to do it's own rendering - it already runs on various embedded things that don't use X11, but the choices appear to be either simple framebuffer (i.e software rendering) or OpenGL.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • morgaine
    morgaine over 13 years ago in reply to e14 Contributor

    It's also worth keeping at least one eye half open on Sailfish, a mobile device O/S seeking to compete in Android's space by being more open, more plain Linux, compatible with Android apps yet totally different in UI concept, and faster through using Wayland.

     

    That's a tall order, but ambitious ideas got us to the moon in 1969.  The early prototypes look interesting.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube