arguments of wl_registry.bind

2017-02-24 Thread me
Hello. IMHO, I found a bug in the Wayland protocol description. It pertains to arguments of wl_registry.bind. The protocol description https://cgit.freedesktop.org/wayland/wayland/tree/protocol/wayland.xml says that there are the following arguments. {{{ }}} However, the functio

Re: How to run Weston on specific devices?

2016-01-07 Thread me
On 07.01.16 13:14, Pekka Paalanen wrote: >> But I want to run Weston on a gfx card other than X is running on. I >> have 2 gfx cards. > > Ok, then you are left with the VT management issues, which I didn't > mention yet. I don't actually know what is needed to (not) do when > using a gfx card that

Re: How to run Weston on specific devices?

2016-01-07 Thread me
On 07.01.16 10:42, Pekka Paalanen wrote: Have you tried using the --seat command line argument to make Weston's DRM-backend pick a seat other than the default "seat0"? Okay, Weston drives "seat1" if given the option "--seat=seat1" and no configuration file. But "seat0" where I start Weston freez

Re: How to run Weston on specific devices?

2016-01-06 Thread me
On 05.01.16 18:10, m...@beroal.in.ua wrote: Have you tried using the --seat command line argument to make Weston's DRM-backend pick a seat other than the default "seat0"? Okay, Weston drives "seat1" if given the option "--seat=seat1" and no configuration file. But "seat0" where I start Weston fr

Re: How to run Weston on specific devices?

2016-01-05 Thread me
Thank you for your answer. On 05.01.16 10:07, Pekka Paalanen wrote: On Tue, 5 Jan 2016 00:08:56 +0200 m...@beroal.in.ua wrote: Hello. My computer has 2 seats. By seat I mean a set containing a monitor, a videocard, a mouse, and a keyboard. I can drive them with 2 Xorg server, and I am looking

How to run Weston on specific devices?

2016-01-04 Thread me
Hello. My computer has 2 seats. By seat I mean a set containing a monitor, a videocard, a mouse, and a keyboard. I can drive them with 2 Xorg server, and I am looking for how to replicate this configuration with Wayland. AFAIK, Weston uses "libinput", so I assigned "WL_SEAT" of input devices

Re: kernel level window management

2015-12-30 Thread me
Hi. On 29.12.15 20:09, Dimitri NĂ¼scheler wrote: Hello everyone I sometimes wonder where people talk about concept level and philosophy. At least Wayland has a big philosophy part - and it uses it to explain itself in contrast to X. I'm not much involved into it, but I think I understand some vi

inserting a "wl_display" object

2015-12-22 Thread me
Hello, I'm new to Wayland. I need a "wl_display" object in order to insert "wl_registry" and start working. I see no means of inserting it. (I want to know how to do that in the Wayland protocol, not in the C binding to it.) ___ wayland-devel mailing

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