Am 20.03.2015 15:24, schrieb Pekka Paalanen:
On Fri, 20 Mar 2015 15:13:43 +0100
Thilo Cestonaro wrote:
Am 20.03.2015 12:54, schrieb Thilo Cestonaro:
> Am 20.03.2015 11:32, schrieb Thilo Cestonaro:
>> Further debuggin.
>>
>> I added some debug output to weston-launch.
&g
Am 20.03.2015 12:54, schrieb Thilo Cestonaro:
Am 20.03.2015 11:32, schrieb Thilo Cestonaro:
Further debuggin.
I added some debug output to weston-launch.
When the parent part (of the forks) recieves the SIGCHILD it calls the
quit function.
And in there I added the debug output and the ioctl to
Am 20.03.2015 11:32, schrieb Thilo Cestonaro:
Further debuggin.
I added some debug output to weston-launch.
When the parent part (of the forks) recieves the SIGCHILD it calls the
quit function.
And in there I added the debug output and the ioctl to set the text
mode, never returns.
So it hangs
20.03.2015 08:54, schrieb Thilo Cestonaro:
Am 19.03.2015 17:24, schrieb Derek Foreman:
On 19/03/15 09:58 AM, Thilo Cestonaro wrote:
Further debugging.
I managed to start weston-launch from tty1 without --tty, --user and
openvt as a normal user.
While weston is running I can switch between tty1-6
Further debugging.
I managed to start weston-launch from tty1 without --tty, --user and
openvt as a normal user.
While weston is running I can switch between tty1-6 with Ctrl+Alt+FX.
When I stop weston (Ctrl+Alt+Backspace), the display gets black and
switching the consoles isn't possible anymo
Am 19.03.2015 17:24, schrieb Derek Foreman:
On 19/03/15 09:58 AM, Thilo Cestonaro wrote:
Further debugging.
I managed to start weston-launch from tty1 without --tty, --user and
openvt as a normal user.
While weston is running I can switch between tty1-6 with Ctrl+Alt+FX.
When I stop weston
ne which is the launch of weston-launch)
is still running fork while(1) ?
Any ideas how I can debug this?
Cheers,
Thilo
Originalnachricht
Betreff: Re: After exiting weston all consoles not working anymore
Datum: 19.03.2015 14:00
Von: Thilo Cestonaro
An: Pekka Paalanen
> Is anything actually switching to vt7? I'm not sure what weston-launch
> does there, usually it takes the current VT and you don't seem to be
> telling openvt to switch.
Nothing is switching to tty7 as I'm connected via UART so different
output.
Anyway weston starts properly on tty7 and is dis
I haven't looked at the Weston code, but Thilo says it's broken. Thilo,
could you file a bug with all this information against Weston? If there
isn't one open already, that is.
Ok like this? https://bugs.freedesktop.org/show_bug.cgi?id=89674
Cheers,
Thilo
Is anything actually switching to vt7? I'm not sure what weston-launch
does there, usually it takes the current VT and you don't seem to be
telling openvt to switch.
Nothing is switching to tty7 as I'm connected via UART so different
output.
Anyway weston starts properly on tty7 and is displa
-w -v -- weston-launch -- --backend=drm-backend.so
--use-pixman --log=${HOME}/weston.log
openvt -c 7 -w -v -- weston-launch -- --backend=fbdev-backend.so
--log=${HOME}/weston.log
Cheers,
Thilo
Am 18.03.2015 12:03, schrieb Thilo Cestonaro:
Hey!
with the master HEAD + Dereks patches for FBDev transform
Hey!
with the master HEAD + Dereks patches for FBDev transformation fix and
mine for the right pixman type, I can't use the machine after hitting
Ctrl+Alt+Backspace in weston.
Doesn't matter what I want to do, open a new ssh session, editing a file
with vi, or doing a local login. It all jus
Hey!
Is it broken only on fbdev or DRM also?
DRM is the same as Fbdev. The touch doesn't have the correct
orientation, but I can use weston-simple-touch to have a windows paint
simulation with just one brush and color :)
Can you try to use weston-simple-touch to see if the touch input i
10:29, schrieb Thilo Cestonaro:
Hey Derek!
Wow that was fast! :) and the rotation is working now with fbdev!
Thank you!
But at least here, the touch isn't working anymore, altough the touch
was recognized as input device (Touchscreen)
-
Date: 2015-03-18 CET
[10
Hey Derek!
Wow that was fast! :) and the rotation is working now with fbdev!
Thank you!
But at least here, the touch isn't working anymore, altough the touch
was recognized as input device (Touchscreen)
-
Date: 2015-03-18 CET
[10:25:45.253] weston 1.7.90
Hey!
Just curious, why didn't you get the fbdev backend to work? Was it the
color format thing?
No, I got the color format to work, but I need to rotate the screen, and
the rotation in fbdev doesn't work as expected.
(I changed compositor-fbdev.c - weston_output_init() or so, to have the
Tran
Hey!
Weston runs! And rotated! Altough not with fbdev-compositor :) but with
drm and pixman.
As weston now runs, I have different questions.
The first is: I want to run exactly one App in Weston, no Desktop, no
Panel ... just that one App in Fullscreen mode.
Is the fullscreen-shell for thi
Hey Pekka,
thank you!
In the end it was my patch which killed it. BGRA was the wrong format as
it uses 8Bit length for transparent channel.
I need to use ABGR which is B8G8R8A0 :). now
Regards,
Thilo
Am 13.03.2015 11:54, schrieb Pekka Paalanen:
On Fri, 13 Mar 2015 10:55:38 +0100
Thilo
:07.801] Loading module '/usr/lib/weston/fullscreen-shell.so'
[10:49:07.806] caught signal: 11
root@d3355-BB-76-99:~#
Regards,
Thilo
Am 13.03.2015 10:30, schrieb Thilo Cestonaro:
Hey Pekka,
so I moved forward to 1.6.0 and fullscreen shell. But I
Hey Pekka,
so I moved forward to 1.6.0 and fullscreen shell. But I still get the caught
signal 11 error.
Next I will try to get to 1.7.
Any other ideas then upgrading the version?
Thx!
Regards ThiloAm 13.03.2015 09:01 schrieb Pekka Paalanen :
>
> On Thu, 12 Mar 2015 15:15:36 +0100
&
Hey!
I'm totaly new to wayland and weston, so please forgive me if I ask
silly questions!
I want to run the wayland compositor "weston" on a TI AM335x with no
graphic acceleration.
So framebuffer only, no opengl or something like that.
I succeeded in compiling libwayland and weston with FBD
21 matches
Mail list logo