Re: [PATCH xwayland 1/3] configure: fallback to wlshm in case of xwayland

2012-05-07 Thread Kristian Høgsberg
On Mon, May 07, 2012 at 03:04:57PM +0300, Tiago Vignatti wrote: > If it doesn't find the proper driver for a chipset then it fallback to the shm > solution. > > But say we have intel and wlshm drivers then it will load both, short-circuit > somewhere and fail to bring xwayland properly. Therefore,

[PATCH xwayland 1/3] configure: fallback to wlshm in case of xwayland

2012-05-07 Thread Tiago Vignatti
If it doesn't find the proper driver for a chipset then it fallback to the shm solution. But say we have intel and wlshm drivers then it will load both, short-circuit somewhere and fail to bring xwayland properly. Therefore, I believe this is not the ideal solution either. Signed-off-by: Tiago Vi