Re: Wayland failed to create display

2010-12-21 Thread me
try disabling connection control "xhost +" and run it as root On Tue, 21 Dec 2010 06:13:32 -0800 (PST), magd0510 magd0510 wrote: Compiled the wayland successfully. When run client/flower under X, always get below error: failed to create display: Connection refused Segment fault gdb trace

Wayland failed to create display

2010-12-21 Thread magd0510 magd0510
Compiled the wayland successfully.  When run client/flower under X, always get below error: failed to create display: Connection refused Segment fault gdb traced the lt-flower into wayland-client.c 362        if (connect(display->fd, (struct sockaddr *) &addr, size) < 0) { This line failed to co