All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: [Bug 89730] NV50: LightDM GTK+ Greeter Background - inconsistent display
Date: Mon, 23 Mar 2015 17:06:18 +0000	[thread overview]
Message-ID: <bug-89730-8800-PxvQ7afM2d@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-89730-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>


[-- Attachment #1.1: Type: text/plain, Size: 2194 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=89730

--- Comment #4 from poma <pomidorabelisima-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
(In reply to Ilia Mirkin from comment #2)
> Here's a simple patch to try... *no* idea if it'll help. I assume not, but
> who knows. [Patch to xf86-video-nouveau.]
> 
> diff --git a/src/nv50_accel.c b/src/nv50_accel.c
> index 5efbd19..ecad602 100644
> --- a/src/nv50_accel.c
> +++ b/src/nv50_accel.c
> @@ -207,6 +207,8 @@ NVAccelInitNV50TCL(ScrnInfoPtr pScrn)
>  	PUSH_DATA (push, 0);
>  	BEGIN_NV04(push, NV50_3D(COLOR_MASK_COMMON), 1);
>  	PUSH_DATA (push, 1);
> +	BEGIN_NV04(push, NV50_3D(ZETA_ENABLE), 1);
> +	PUSH_DATA (push, 0);
>  
>  	BEGIN_NV04(push, NV50_3D(TIC_ADDRESS_HIGH), 3);
>  	PUSH_DATA (push, (pNv->scratch->offset + TIC_OFFSET) >> 32);


With this nouve git:
http://cgit.freedesktop.org/nouveau/xf86-video-nouveau/

dunno whether it is proper position, but comparing with the
NV50_3D(ZETA_ENABLE) in src/nvc0_accel.c
your patch fit like this:

diff --git a/src/nv50_accel.c b/src/nv50_accel.c
index b27f67a..50b3a08 100644
--- a/src/nv50_accel.c
+++ b/src/nv50_accel.c
@@ -207,6 +207,8 @@ NVAccelInitNV50TCL(ScrnInfoPtr pScrn)
     PUSH_DATA (push, 0);
     BEGIN_NV04(push, SUBC_3D(0x0f90), 1);
     PUSH_DATA (push, 1);
+    BEGIN_NV04(push, NV50_3D(ZETA_ENABLE), 1);
+    PUSH_DATA (push, 0);

     BEGIN_NV04(push, NV50_3D(TIC_ADDRESS_HIGH), 3);
     PUSH_DATA (push, (pNv->scratch->offset + TIC_OFFSET) >> 32);


Nevertheless it still has no effect.

With regard to your question - GL, I tried the following:
options nouveau noaccel=1

and it has a positive effect - Greeter Background is displayed correctly.

After all this, if I understand it correctly:
1. Family : NV30 / Chipset: NV34 (NV34) / GeForce FX 5200 
   because it has no problemos in this case - per se is not accelerated?
2. the same applies if the modesetting is used - not accelerated?
3. also there is no problemos if nouveau noaccel=1 is used - not accelerated?

Perhaps this is flaw within the greeter application then?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 3211 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
Nouveau mailing list
Nouveau@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/nouveau

  parent reply	other threads:[~2015-03-23 17:06 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-23 12:56 [Bug 89730] New: NV50: LightDM GTK+ Greeter Background - inconsistent display bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
     [not found] ` <bug-89730-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2015-03-23 13:11   ` [Bug 89730] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-23 13:19   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-23 17:04   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-23 17:06   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ [this message]
2015-03-23 17:21   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-24  6:46   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-24 18:56   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-24 19:00   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-25  1:29   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-25  1:35   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-27  7:40   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-27 17:38   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-27 17:41   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-28  6:03   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-29 23:15   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-30  6:10   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-03-30  6:12   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-10 16:53   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-27 18:08   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-27 18:20   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-27 18:33   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-27 21:40   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-28 15:06   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-28 15:25   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-28 18:22   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-28 18:59   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-28 19:04   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-28 19:53   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-29  0:49   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-29  2:07   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-29  2:17   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-29  2:22   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-29  2:36   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-29  4:20   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-29  4:30   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-29  4:35   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-31 22:22   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-31 22:23   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-05-31 22:27   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2015-06-04  6:08   ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ

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=bug-89730-8800-PxvQ7afM2d@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon-cc+yj3umiyqdupfqwhejaq@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.