* [Bug 81283] Icons are misrendered when rgb font hinting is activated [NV18]
[not found] ` <bug-81283-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
@ 2014-07-13 8:16 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-07-13 13:17 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-07-13 8:16 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 355 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81283
--- Comment #1 from Clemens Eisserer <linuxhippy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
Created attachment 102688
--> https://bugs.freedesktop.org/attachment.cgi?id=102688&action=edit
screenshot of icons rendered white
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1292 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 81283] Icons are misrendered when rgb font hinting is activated [NV18]
[not found] ` <bug-81283-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2014-07-13 8:16 ` [Bug 81283] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-07-13 13:17 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-07-13 15:54 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-07-13 13:17 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 982 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81283
--- Comment #2 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
There have been a few reports of things not being drawn on NV1x, but no one
ever narrowed it down to anything, and I could never reproduce.
I wonder if some sort of alpha setting isn't actually supported and so things
are being drawn with alpha=0 or something. If you're a developer, can you debug
this a bit? Take a look at src/nv10_exa.c (in the ddx)... the function that
determines if something will be accelerated is NV10EXACheckComposite. Start by
just returning FALSE unconditionally there and make sure the problem is
'fixed'. (If it isn't, the issue is something else.)
Assuming it's fine, try printing the requests that are making it through and
try to identify the ones that aren't being handled properly (by selectively
returning false for some of them).
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1756 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 81283] Icons are misrendered when rgb font hinting is activated [NV18]
[not found] ` <bug-81283-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
2014-07-13 8:16 ` [Bug 81283] " bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-07-13 13:17 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-07-13 15:54 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-08-10 6:27 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-07-13 15:54 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 978 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81283
--- Comment #3 from Clemens Eisserer <linuxhippy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
> If you're a developer, can you debug this a bit?
Unfourtunately I am not a driver developer, however I can play a bit arround
and see how things change.
> There have been a few reports of things not being drawn on NV1x,
Interesting you mention missing things, because when I go with grayscale
antialising I can see missing text on the desktop icons. I didn't mention it,
because I guess it is really hard to reproduce.
> I wonder if some sort of alpha setting isn't actually supported
> and so things are being drawn with alpha=0 or something.
However, shouldn't this just affect the glyphs rendered? The blending mode of
the icons doesn't change, so it seems some state is garbled after the glyphs
were rendered, leading to those misrendered icons.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1850 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 81283] Icons are misrendered when rgb font hinting is activated [NV18]
[not found] ` <bug-81283-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (2 preceding siblings ...)
2014-07-13 15:54 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-08-10 6:27 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-08-10 18:08 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-08-11 19:53 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-08-10 6:27 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 532 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81283
--- Comment #4 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
I just sent a bunch of patches to the list... two of the patches are no-ops,
but these two actually change functionality:
http://lists.freedesktop.org/archives/nouveau/2014-August/018270.html
http://lists.freedesktop.org/archives/nouveau/2014-August/018271.html
please see if applying these fixes the issue for you.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1474 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 81283] Icons are misrendered when rgb font hinting is activated [NV18]
[not found] ` <bug-81283-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (3 preceding siblings ...)
2014-08-10 6:27 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-08-10 18:08 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
2014-08-11 19:53 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-08-10 18:08 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 460 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81283
--- Comment #5 from Clemens Eisserer <linuxhippy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ---
The two patches fix both issues - the icon corruption when RGB font hinting is
activated, as well as somtimes missing text with greyscale antialiasing :)
This makes my old laptop a fully functional email/browsing machine again -
thanks!
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1236 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 81283] Icons are misrendered when rgb font hinting is activated [NV18]
[not found] ` <bug-81283-8800-V0hAGp6uBxMKqLRl/0Ahz6D7qz1kEfGD2LY78lusg7I@public.gmane.org/>
` (4 preceding siblings ...)
2014-08-10 18:08 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
@ 2014-08-11 19:53 ` bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ @ 2014-08-11 19:53 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
[-- Attachment #1.1: Type: text/plain, Size: 673 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=81283
Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Ilia Mirkin <imirkin-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org> ---
Awesome! These patches should be in xf86-video-nouveau git now. A release is
going to be forthcoming once a couple of issues are ironed out.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2122 bytes --]
[-- Attachment #2: Type: text/plain, Size: 181 bytes --]
_______________________________________________
Nouveau mailing list
Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
http://lists.freedesktop.org/mailman/listinfo/nouveau
^ permalink raw reply [flat|nested] 7+ messages in thread