From: Pouar <thepouar-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Dave Airlie <airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
Dave Airlie <airlied-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Subject: Re: Virtualbox 3D accel broken in xf86-video-nouveau 1.0.3
Date: Thu, 01 Nov 2012 19:12:18 -0500 [thread overview]
Message-ID: <50930FE2.5060806@gmail.com> (raw)
In-Reply-To: <CAPM=9tz_4jjYRRtMmM22ptQXM73GyVoSxVaGhqSnpctYK1RsVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
[-- Attachment #1.1: Type: text/plain, Size: 3353 bytes --]
On 2012/11/01 18:05, Dave Airlie wrote:
> On Fri, Nov 2, 2012 at 2:32 AM, Marcin Slusarz <marcin.slusarz-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>> On Thu, Nov 01, 2012 at 11:13:03AM -0500, Pouar wrote:
>>> On 2012/10/31 17:27, Marcin Slusarz wrote:
>>>
>>> On Tue, Oct 30, 2012 at 01:30:53PM -0500, Pouar wrote:
>>>
>>> On 10/30/2012 01:28 PM, Pouar wrote:
>>>
>>> On 10/28/2012 01:21 PM, Pouar wrote:
>>>
>>> On 10/28/2012 01:18 PM, Emil Velikov wrote:
>>>
>>> On Sun, 28 Oct 2012 01:15:54 -0000, Pouar wrote:
>>>
>>> there's a regression in the xf86-video-nouveau driver that came up
>>> in
>>> 1.0.3 that causes the desktop to bounce around in virtualbox
>>> whenever
>>> using HW acceleration in cinnamon and gnome 3, but not in fallback
>>> or
>>> cinnamon 2d, only happens in virtualbox and not the host, I've
>>> confirmed
>>> it was the graphics driver on the host because it happened with the
>>> 1.0.3 driver but not the 1.0.2.
>>> anyone else having this problem? I'm using GeForce GTX 560 Ti
>>>
>>> Hi Pouar
>>> Can you open a bug, following these instructions [1]
>>> Ideally you can try bisecting the issue - there are only 10 changes
>>> that may have caused the issue
>>> Cheers
>>> Emil
>>> [1] [1][1]http://nouveau.freedesktop.org/wiki/Bugs
>>>
>>> I just did
>>>
>>> --
>>> Pouar
>>>
>>> by I just did I meant the bug report, not the bisecting, I have zero
>>> experience with driver programming, much less graphics driver
>>> programming, so I wouldn't know what to look for, I signed up for
>>> this mailing list to keep track of the different driver issues and
>>> bugs and their progress
>>>
>>> You don't need to have any experience in driver programming to bisect this bug.
>>>
>>> git clone git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/
>>> cd xf86-video-nouveau/
>>> ./autogen.sh
>>> make
>>>
>>> If you can compile successfully, do:
>>>
>>> 1) git bisect start xf86-video-nouveau-1.0.3 xf86-video-nouveau-1.0.2
>>> 2) make && sudo rm /usr/lib/xorg/modules/drivers/nouveau_drv.so && sudo cp src/.
>>> libs/nouveau_drv.so /usr/lib/xorg/modules/drivers
>>> 3) Restart X. Try to reproduce the bug.
>>> 4) If you can't reproduce it - do "git bisect good", if you can - do "git bisect
>>> bad".
>>> 5) Go to 2). After ~4 compiles it will tell you about first bad commit - this
>>> is what we want to see.
>>>
>>> Marcin
>>>
>>> Did the bisect today. Here's what I got:
>>> 297fd0d0755bda698be1d0b30cc60a41d7673c0b is the first bad commit
>>> commit 297fd0d0755bda698be1d0b30cc60a41d7673c0b
>>> Author: Dave Airlie [2]<airlied-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>>> Date: Tue Oct 16 16:15:16 2012 +1000
>>> nouveau/dri2: fix pixmap/window offset calcs.
>>>
>>> This should fix prime rendering under kwin, and not break it under
>>> the
>>> others.
>>>
>>> Signed-off-by: Dave Airlie [3]<airlied-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
>>> :040000 040000 10860842c2d9ff579e3e0b46b1edfc332d40b311
>>> 886ca8b5c05779ee410c6d14575b4805016b71af M src
>>>
> Just pushed a hopeful fix to master, please give it a go.
>
> Dave.
It looks like it worked
--
Pouar
[-- Attachment #1.2: Type: text/html, Size: 4102 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
next prev parent reply other threads:[~2012-11-02 0:12 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ae50d07e2ee8ebb3be8f6c1277aaa895@www.spursdown.info>
[not found] ` <50901C68.7020605@gmail.com>
[not found] ` <50901C68.7020605-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-10-30 18:30 ` Virtualbox 3D accel broken in xf86-video-nouveau 1.0.3 Pouar
[not found] ` <50901CDD.7050008-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-10-31 22:27 ` Marcin Slusarz
[not found] ` <20121031222714.GA4464-OI9uyE9O0yo@public.gmane.org>
2012-11-01 16:13 ` Pouar
[not found] ` <50929F8F.2020704-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-11-01 16:32 ` Marcin Slusarz
[not found] ` <20121101163218.GA7197-OI9uyE9O0yo@public.gmane.org>
2012-11-01 23:05 ` Dave Airlie
[not found] ` <CAPM=9tz_4jjYRRtMmM22ptQXM73GyVoSxVaGhqSnpctYK1RsVA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-11-02 0:12 ` Pouar [this message]
2012-10-28 1:15 Pouar
[not found] ` <508C874A.90200-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-10-28 18:18 ` Emil Velikov
2012-10-28 18:21 ` Pouar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50930FE2.5060806@gmail.com \
--to=thepouar-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=airlied-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=airlied-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.