Linked by Hadrien Grasland on Thu 13th Jan 2011 17:13 UTC, submitted by Michael
Permalink for comment 457972
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/21/13 21:38 UTC
Linked by Thom Holwerda on 05/20/13 11:29 UTC
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
More Features »
Sponsored Links



Member since:
2005-10-13
No, KMS is one possible implementation of doing modesetting in the kernel. Nvidia uses another, their own. Wayland doesn't care how the mode is set, just that it is set. "
Exactly. KMS is used to name 2 separate things here: it literally stands for Kernel Mode Setting, but it also is the name of the implementation the OSS drivers use.
There can be many different implementations of KMS - the OSS drivers use one called "KMS" while the proprietary drivers implement their own versions in their kernel modules.
Wayland requires an implementation of KMS, but it won't specifically require the same one that the OSS drivers are currently using.