Displaying 20 results from an estimated 172 matches for "weston".
2007 Apr 30
4
B62 AHCI and ZFS
...e names I have used to create the filesystem? Have I used an alias for the device names that is not valid at boot time?
# zpool create -f mtf
/dev/dsk/c1t0d0s6 /dev/dsk/c1t1d0s6 /dev/dsk/c1t2d0s6 /dev/dsk/c1t3d0s6 /dev/dsk/c1t4d0s6 /dev/dsk/c1t5d0s6
Dmesg reports the following:
Apr 27 09:30:03 weston sata: [ID 663010 kern.notice] /pci at 0,0/pci15d9,8180 at 1f,2
:
Apr 27 09:30:03 weston sata: [ID 761595 kern.notice] SATA disk device at port
2
Apr 27 09:30:03 weston sata: [ID 846691 kern.notice] model WDC WD740ADFD-00NL
R1
Apr 27 09:30:03 weston sata: [ID 693010 kern.notice] firmware 2...
2014 Nov 28
2
[RFC] tegra: Initial support
...import
> >buffers created on the GPU into the display driver. Handles that
> >userspace requests are those of the display driver so that they can be
> >used to create framebuffers.
> >
> >This has been tested with some GBM test programs, as well as kmscube and
> >weston. All of those run without modifications, but I'm sure there is a
> >lot that can be improved.
>
> Tested with kmscube and Weston and I can confirm this works. However, EGL
> clients inside Weston have their window filled with garbage (they seem to
> run fine otherwise). Do yo...
2014 Jun 01
0
[Bug 75761] weston-launch no output - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=75761
--- Comment #32 from Pekka Paalanen <ppaalanen at gmail.com> ---
(In reply to comment #31)
> Created attachment 100199 [details]
> weston log with pixman
Something is seriously wrong here:
[09:58:29.402] queueing pageflip failed: Permission denied
But I see you have another weston session afterwards, which seems to run, but:
[12:26:36.371] page_flip_handler: time 0.000000 frame 603
[12:26:36.371] got pageflip event
[12:26:36.388] p...
2014 May 30
0
[Bug 75761] weston-launch no output - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=75761
--- Comment #26 from Pekka Paalanen <ppaalanen at gmail.com> ---
What did the -1 as crtc mean?
I'm not sure how this is weston-specific, though. Weston programs a pageflip on
a certain crtc, and then relies on that particular crtc to send back a pageflip
event as requested.
So if that's the culprit, is Nouveau on some particular hardware sending back
pageflip events on the wrong crtc? Or maybe mixing up crtcs so that...
2014 May 31
0
[Bug 75761] weston-launch no output - black screen
...onder if there are two different bugs in play here.
If you do get the vblank events right, like it sounds that Nerdopolis does
indeed get, then does reverting the blamed nouveau kernel patch make any
difference? I would be surprised if it does make a difference.
This other bug would be, that when Weston changes the video mode, it does not
call drmModeCrtcSetGamma. IIRC Michel D?nzer told me, that not calling that may
lead to black output, if the color translations tables are all zero due not
being explicitly set. So the main question here is, does Weston change the
video mode, or does it use the m...
2012 Oct 03
5
[Bug 55596] New: weston-launch causes graphical corruption / lockup
https://bugs.freedesktop.org/show_bug.cgi?id=55596
Priority: medium
Bug ID: 55596
Assignee: nouveau at lists.freedesktop.org
Summary: weston-launch causes graphical corruption / lockup
Severity: major
Classification: Unclassified
OS: Linux (All)
Reporter: vekinn at gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: git
Component: Drivers/DRI/nouveau...
2014 May 31
0
[Bug 75761] weston-launch no output - black screen
...geflip event" lines as suggested, and it seems that they
appear multiple times in the log, and seem to keep going until I tty switch,
but the screen is still black. Using a vanilla Ubuntu kernel, and passing
nouveau.config=NvMSI=0 did not work for me, or for Mark45 on any of his Nvidia
cards.
Weston-desktop-shell starts fine, and I also tried weston-simple-shm, which did
not appear, but it did run.
It can't be a mesa issue, as Weston is using pixman here in this case...
I wish I had tested this sooner, but I wasn't sure if my results on the older
desktop would reflect on newer Nvid...
2014 May 28
0
[Bug 75761] weston-launch no output - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=75761
--- Comment #24 from Lubosz Sarnecki <lubosz at gmail.com> ---
Since Weston and Wayland 1.5.0 were released today, I wanted to ask about the
status of this bug.
Does the patch which causes the regression have enough legitimacy to stay and
break Weston?
Does someone understand the problem on a large scale?
--
You are receiving this mail because:
You are the assignee for...
2014 May 28
0
[Bug 75761] weston-launch no output - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=75761
--- Comment #25 from Ilia Mirkin <imirkin at alum.mit.edu> ---
(In reply to comment #24)
> Since Weston and Wayland 1.5.0 were released today, I wanted to ask about
> the status of this bug.
>
> Does the patch which causes the regression have enough legitimacy to stay
> and break Weston?
It seems like a pretty correct fix, at first blush. And was necessary for
something else, IIRC.
>...
2014 May 31
0
[Bug 75761] weston-launch no output - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=75761
--- Comment #29 from Pekka Paalanen <ppaalanen at gmail.com> ---
Hmm, a third remote possibility came to mind. If the timestamp delivered with
the DRM pageflip event does not advance, I suppose Weston's fade-in animation
might not advance either and therefore it never fades in. However this is hard
for me to believe, as I think it would have caused problems with Xorg, too...
wouldn't it?
Or maybe Xorg is only looking at the vblank counters, and you'd actually need a
program using GL...
2014 Jun 01
0
[Bug 75761] weston-launch no output - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=75761
--- Comment #34 from nerdopolis1 at verizon.net ---
Just an FYI, I think the
[09:58:29.402] queueing pageflip failed: Permission denied
came from when I killed the previous Weston session, to have the
waylandloginmanager reload Weston after I recompiled it with the diag lines on
my live session. I was in another TTY
That was the only time I ever seen that happen so far
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part -----...
2014 Nov 28
0
[RFC] tegra: Initial support
...ers created on the GPU into the display driver. Handles that
>> >userspace requests are those of the display driver so that they can be
>> >used to create framebuffers.
>> >
>> >This has been tested with some GBM test programs, as well as kmscube and
>> >weston. All of those run without modifications, but I'm sure there is a
>> >lot that can be improved.
>>
>> Tested with kmscube and Weston and I can confirm this works. However, EGL
>> clients inside Weston have their window filled with garbage (they seem to
>> run fin...
2014 Apr 09
0
[Bug 75761] weston-launch no output - black screen
...|xorg-team at lists.x.org
CC| |wayland-bugs at lists.freedesk
| |top.org
Product|Wayland |xorg
Version|1.4.0 |unspecified
Component|weston |Driver/nouveau
--- Comment #10 from Pekka Paalanen <ppaalanen at gmail.com> ---
Trying to move this to Nouveau, BZ is being difficult...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachmen...
2014 Apr 09
0
[Bug 75761] weston-launch no output - black screen
...|Added
----------------------------------------------------------------------------
Status|REOPENED |NEW
--- Comment #12 from Pekka Paalanen <ppaalanen at gmail.com> ---
Setting status to NEW, since this is a new Nouveau bug report, moved from
Weston.
Said to be a kernel regression after 3.10.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140409/423eed39/attachment.html>
2014 Apr 10
0
[Bug 75761] weston-launch no output - black screen
...v 20 15:14:31 2013 +1000
drm/nouveau/kms: send timestamp data for correct head in flip completion
events
Signed-off-by: Ben Skeggs <bskeggs at redhat.com>
:040000 040000 99b978c435e8bb3e7bd91e30daf953940dcfe99c
dcff6c807e51e53d4de0064678c46bfd68e0a1ca M drivers
Canonical broke Weston for me ;)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140410/e44ef4b4/attachment-0001.html>
2014 Apr 10
0
[Bug 75761] weston-launch no output - black screen
...ow_bug.cgi?id=75761
--- Comment #19 from Lubosz Sarnecki <lubosz at gmail.com> ---
Reverting the patch on current Linux master
(4a4389abdd9822fdf3cc2ac6ed87eb811fd43acc) fixes the issue for me.
Apperently s->crtc needs to be hardcoded to -1 for the screen not to stay black
when launching weston.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140410/b66c821b/attachment.html>
2014 May 31
0
[Bug 75761] weston-launch no output - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=75761
--- Comment #31 from nerdopolis1 at verizon.net ---
Created attachment 100199
--> https://bugs.freedesktop.org/attachment.cgi?id=100199&action=edit
weston log with pixman
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140531/3e4e6d29/attachment.html>
2014 Jun 01
0
[Bug 75761] weston-launch no output - black screen
https://bugs.freedesktop.org/show_bug.cgi?id=75761
--- Comment #33 from Pekka Paalanen <ppaalanen at gmail.com> ---
I filed bug #79502 for adding the detection to Weston.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140601/288c943c/attachment.html>
2014 Jun 15
0
[Bug 75761] weston-launch no output - black screen
...lis1 at verizon.net ---
I would at least like to try to just try to apply them against the 3.13 nouveau
module, instead of trying to rebuild the whole kernel first? So is that the
only patch I would need?
I'm still on 3.13 (which is also affected), as I have been doing all of my
testing on the Weston side of things...
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20140615/2cd91e97/attachment.html>
2014 Jun 15
0
[Bug 75761] weston-launch no output - black screen
...would at least like to try to just try to apply them against the 3.13
> nouveau module, instead of trying to rebuild the whole kernel first? So is
> that the only patch I would need?
>
> I'm still on 3.13 (which is also affected), as I have been doing all of my
> testing on the Weston side of things...
Pretty sure that's the only patch. There were 2 other patches, but they only
matter for pre-nv50 hardware, which I assume you're not using (GeForce 7 and
earlier).
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part -------...