Hi,
just to let you know, I started a minimal wayland compositor:
http://code.google.com/p/ulinux-wayland
Again, it is hardcoded directly on linux syscall, except
the display and input hotplug which uses libudev.
It is stalled since I work on my refactoring of the linux
southern islands radeon d
On Sun, 26 Jan 2014 02:09:31 +0100, Markus Teich
wrote:
> Heyho,
>
> why do you not put the VT switching and input dev fd handling code into swc.
> In
> this case the developer implementing a wm would have to do priviledge
> dropping.
> This leads to one suid executable per wm without the need
On Sun, 26 Jan 2014 00:38:36 +
Michael Forney wrote:
> Weston solves this problem by hardcoding the display server path in
> weston-launch. For swc, this would imply a separate launcher program for
> each window manager, which doesn't seem like a good solution to me. On a
> single-user develo
Michael Forney wrote:
> I've added a minimal example window manager in example/. It can be built with
> "make example", and run with "launch/swc-launch example/wm". Note that
> swc-launch needs either setuid root or to be run as root in order to open
> input devices and to obtain DRM modesetting pr
On Fri, 24 Jan 2014 09:23:20 +0100, Silvan Jegen wrote:
> > This is very exciting. I hope to play with this in the next few days.
>
> I agree! I hope I'll find the time to look into the code base some
I've added a minimal example window manager in example/. It can be built
with "make example",
On Fri, Jan 24, 2014 at 2:37 AM, Bobby Powers wrote:
> Hi,
>
> Michael Forney wrote:
>> As discussed in the previous thread (swc library to implement dwm under
>> Wayland), I've been working on a Wayland compositor library, and after
>> several redesigns, I'm pretty happy with where it is now.
>
>
Hi,
Michael Forney wrote:
> As discussed in the previous thread (swc library to implement dwm under
> Wayland), I've been working on a Wayland compositor library, and after
> several redesigns, I'm pretty happy with where it is now.
This is very exciting. I hope to play with this in the next few
Hi suckless,
As discussed in the previous thread (swc library to implement dwm under
Wayland), I've been working on a Wayland compositor library, and after
several redesigns, I'm pretty happy with where it is now.
You can find the source here: https://github.com/michaelforney/swc
There is still