Re: Weston at bootup

2018-09-18 Thread Andrea Giammarchi
I've previously tested with this service and it used to work without issues: [Unit] Description=Weston Conflicts=getty@tty1.service After=getty@tty1.service systemd-user-sessions.service [Service] User=YOUR_USER Restart=always RestartSec=2 TimeoutSec=2 EnvironmentFile=/etc/environment ExecStart=/u

Re: [PATCH] compositor-drm: launch without input devices

2017-10-12 Thread Andrea Giammarchi
I thought this was resolved via `require-input=false` in weston.ini, which works already for the Pi too. Is this patch enabling that directive automatically? On Thu, Oct 12, 2017 at 10:30 AM, Leon Anavi wrote: > During demonstrations of Automotive Grade Linux (AGL), GENIVI Development > Platfor

Re: not completely booting to the desktop without a screen connected?

2017-03-15 Thread Andrea Giammarchi
this => `require-input=false` was an info I couldn't easily find. Thanks a lot ! On Wed, Mar 15, 2017 at 8:39 AM, Pekka Paalanen wrote: > On Wed, 15 Mar 2017 08:23:28 +0000 > Andrea Giammarchi wrote: > > > IIRC Weston also doesn't start if there is no input a

Re: not completely booting to the desktop without a screen connected?

2017-03-15 Thread Andrea Giammarchi
IIRC Weston also doesn't start if there is no input attached while Xorg boots without issues. That makes Weston not an ideal place for dumb clients connected to the internet actively showing infos, ads, weather, alarms, through a screen but not listening to any inputs. Regards On Tue, Mar 14, 2

Re: Weston

2016-11-11 Thread Andrea Giammarchi
. > > You can use this notification to synchronize your application with weston. > > Best regards > > Emre Ucan > Software Group I (ADITG/SW1) > > Tel. +49 5121 49 6937 > > > -Original Message- > > From: wayland-devel [mailto:wayland-devel- > &g

Re: Weston

2016-11-11 Thread Andrea Giammarchi
n every platform compatible with weston. Best Regards On Fri, Nov 11, 2016 at 11:19 AM, Pekka Paalanen wrote: > On Fri, 11 Nov 2016 10:18:04 + > Andrea Giammarchi wrote: > > > Thanks for your answer. > > > > > you should be starting weston, not weston-launch, when

Re: Weston

2016-11-11 Thread Andrea Giammarchi
's been on for weaks now on my raspi2) Best Regards. On Fri, Nov 11, 2016 at 9:47 AM, Pekka Paalanen wrote: > On Thu, 10 Nov 2016 14:48:53 + > Andrea Giammarchi wrote: > > > > why is it using weston-launch when you have systemd? > > > >

Re: Weston

2016-11-10 Thread Andrea Giammarchi
n wrote: > On Thu, 10 Nov 2016 09:44:58 +0000 > Andrea Giammarchi wrote: > > > It looks like you want something like benja ( https://benja.io/ ) which > is > > Weston + Electron based. > > > > It uses a service: > > https://github.com/WebReflection/benja

Re: Weston

2016-11-10 Thread Andrea Giammarchi
It looks like you want something like benja ( https://benja.io/ ) which is Weston + Electron based. It uses a service: https://github.com/WebReflection/benja/blob/gh-pages/os/sh/weston-compositor.service You can enable it via `systemctl enable weston-compositor` You also need to put ``` [shell] c

Weston error if no input (due libinput)

2016-07-01 Thread Andrea Giammarchi
Hello there, I've recently discovered Weston refuses to start if no input device is detected. This is kinda not so great when it comes to "Kiosk mode", since the input/interaction might not be even needed. Is there any workaround to prevent libinput, and after that Weston, to complain that no i

unable to build vaapi/intel-driver

2014-10-29 Thread Andrea Giammarchi
I've seen many Wayland specific error but no patch solved for me. I've also tried different tags but it's always the same: unknown type name 'VADriverContextP' in file included from i965_drv_video.c which is i965_output_wayland.h After that it fails but I was used to be able to build everything

Re: Wayland and Weston 1.6.0 released

2014-09-19 Thread Andrea Giammarchi
Great stuff, congratulations for the release! On Fri, Sep 19, 2014 at 11:51 AM, Pekka Paalanen wrote: > Hi, > > this is the Wayland and Weston release 1.6.0. The SHA1s are: > > 6183108a3bffb204c05b7f37b763b6278760572d wayland-1.6.0.tar.xz > 339e83aa579569711cd14623ca4b2db46256b766 wayland

Re: [PATCH weston] Require libinput 0.4.0

2014-06-25 Thread Andrea Giammarchi
Not sure this is the right place for this question but weston does not build when libinput 0.4 is used: ./autogen.sh --prefix=$WLD \ --disable-rpi-compositor \ --enable-libinput-backend \ --enable-egl --with-cairo-glesv2 --enable-wayland-compositor \ --disable-x11-composito

Re: [ANNOUNCE] libinput 0.4.0

2014-06-25 Thread Andrea Giammarchi
. Pierre wrote: > On Wed, Jun 25, 2014 at 2:59 AM, Lyude wrote: > >> On Tue, 2014-06-24 at 23:40 -0700, Andrea Giammarchi wrote: >> > Yeah Peter, I know how to apply a patch and no, I don't have any of >> > them in my inbox, that's why I've asked wha

Re: [ANNOUNCE] libinput 0.4.0

2014-06-24 Thread Andrea Giammarchi
3 PM, Peter Hutterer wrote: > On Tue, Jun 24, 2014 at 11:25:51PM -0700, Andrea Giammarchi wrote: > > 1. Thanks! :-) > > > > 2. how is this "git patches via email" is working for you, folks? It > > happens to be in a terminal from time to time and curl -O part o

Re: [ANNOUNCE] libinput 0.4.0

2014-06-24 Thread Andrea Giammarchi
ess? how do you apply patches suggested via ML or cherry pick them? Thanks and apologies if the question is way too n00b Best Regards On Tue, Jun 24, 2014 at 11:16 PM, Peter Hutterer wrote: > On Tue, Jun 24, 2014 at 11:11:41PM -0700, Andrea Giammarchi wrote: > > 1. congratulations! &

Re: [ANNOUNCE] libinput 0.4.0

2014-06-24 Thread Andrea Giammarchi
1. congratulations! 2. I cannot build weston anymore, it complained about the RPI backend compositor first, and now it's complaining about the udev_input_destroy, libinput-seat, and a bounce of other stuff I'm on an Intel laptop that built weston on "pure wayland" 'till yesterday, any idea what c

Re: browser status on "pure wayland"

2014-06-18 Thread Andrea Giammarchi
it worked like > a charm (in fact Tizen has been building Wayland-only images in awhile with > this option). > > Tiago > > > On 06/18/2014 03:46 PM, Andrea Giammarchi wrote: > >> I popped it yesterday in freenode but everyone was probably busy :-) >> >&g

Re: browser status on "pure wayland"

2014-06-18 Thread Andrea Giammarchi
>> on Wayland than on X11 :) >> >> You're welcome to join #ozone-wayland at freenode to chat with >> developers and other users. >> >> Tiago >> >> On 06/17/2014 05:23 AM, Caner Altinbasak wrote: >> >

Re: browser status on "pure wayland"

2014-06-17 Thread Andrea Giammarchi
to build QtWebEngine via just chrome due some X dependency in there too :-) Thanks everyone for thoughts and hints! Best Regards On Tue, Jun 17, 2014 at 12:25 AM, Tomeu Vizoso wrote: > On 17 June 2014 02:34, Andrea Giammarchi > wrote: > > > > in WebKit2 --gtk=3.0 GTK2 is s

browser status on "pure wayland"

2014-06-16 Thread Andrea Giammarchi
Hello There! Apologies if this has been discussed for years now but I've managed to build weston on wayland without any X11 dependency and miserably failed to build a WebKitGTK even forcing GTK3 which does build without problems on X-less systems. in WebKit2 --gtk=3.0 GTK2 is still required for s