Weston making system slow

2018-11-29 Thread deepan muthusamy
I have Weston without notify enabled, with this Weston my UI application
performance is fast.

But I changed to Weston with notify, because I have to start as system
service. I followed the procedure provided by you guys only.
Now my UI application performance has reduced means application gets
slow.responding very slow.
Is Weston with notify lead to any performance degradation?
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


Screen not displaying..

2018-11-16 Thread deepan muthusamy
Hi,
I have two UI applications App1 and App2.

I created one more application called appMgr through which i am creating a
layer. This AppMgr knows the surface ID of of app1 and App2.


If I start App1 , App2 and AppMgr manually, AppMgr able to change the
visibility of App1 and App2 and everything working as expected.



If I start all as system service, AppMgr is able to switch visibility which
we can see through "Layermanagercontrol get scene" command. But problem is
that the screens of App2 is visible for 1 sec  after that screens are not
visible. That is showing blank screen only.
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


Not able to start Weston dependent application

2018-10-31 Thread deepan muthusamy
Hi,
I started app1(this is a UI application) as system service .
I started app2( this is Weston ) also as system service. But in different
tty(tty7).

App1 is depended on app2 to start.
I added that dependency.

App2 is started but app1 not able to find that dependency. Iam getting
error as not able to find weston.

If I start both manually, it's working fine.
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


Launch Weston at tty1

2018-09-25 Thread deepan muthusamy
I can able to launch Weston at tty7 but not able to launch at tty1. Why??
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: Weston at bootup

2018-09-21 Thread deepan muthusamy
Hi,

I tried the same thing in the link which you provided. It's starting but
Weston is getting restart for every 90 sec.

My service file is as follows:

[Unit]
Description: launch Weston

Requires= dbus.socket dbus.service systemd-user-sessions.service

After= dbus.socket dbus.service systemd-user-sessions.service

[Service]
Type= notify
User=root
Restart=on-failure
ExecStart=/use/bin/Weston
PAMName=login
StandardInput=tty-fail
TTYPath=/dev/tty7
TTYReset=yes
TTYVHangup=yes
TTYVTDisallocate=yes
UtmpIdentifier=tty7
UtmpMode=user

[Install]
WantedBy=basic.target




"systemctl status launch Weston.service" gives

Account root has password changed in future.
Session opened for user root by root(uid=0)


What can be the possible reason?

On Tue, 18 Sep 2018, 9:59 pm Daniel Stone,  wrote:

> Hi Deepan,
>
> On Tue, 18 Sep 2018 at 17:24, deepan muthusamy 
> wrote:
>
>> Did you launched as session service?
>>
>> I want to launch as system service. Have you tried that?
>>
>
> It sounds like you are having a problem, but there aren't enough details
> in your mails for us to help you. Have you already tried running it? There
> is an example systemd unit file given for running as a system service
> posted in this thread, which is the first Google hit for 'weston systemd':
> have you tried that?
>
>
> https://lists.freedesktop.org/archives/wayland-devel/2017-November/035973.html
>
> If this is not sufficient, please follow up with specifics of what you
> have actually tried, and how that is failing for you (what you expected to
> happen, what really happened, any log output, etc).
>
> Cheers,
> Daniel
>
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


Re: Weston at bootup

2018-09-18 Thread deepan muthusamy
Did you launched as session service?

I want to launch as system service. Have you tried that?

On Tue, 18 Sep 2018, 7:33 pm Andrea Giammarchi, 
wrote:

> 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=/usr/bin/weston-launch
> IgnoreSIGPIPE=no StandardOutput=syslog StandardError=inherit
> StandardInput=tty TTYPath=/dev/tty1 [Install] Alias=display-manager.service
>
> On Tue, Sep 18, 2018 at 3:39 PM deepan muthusamy 
> wrote:
>
>> Not able to start Weston at bootup as system service.
>> ___
>> wayland-devel mailing list
>> wayland-devel@lists.freedesktop.org
>> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
>>
>
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel


Weston at bootup

2018-09-18 Thread deepan muthusamy
Not able to start Weston at bootup as system service.
___
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/wayland-devel