From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] New: [r300g] Visuals not found in (default) depth = 24 Date: Tue, 19 Nov 2013 14:05:03 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1559256373==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 382551058A4 for ; Tue, 19 Nov 2013 06:05:03 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1559256373== Content-Type: multipart/alternative; boundary="1384869903.3BF10.1520"; charset="us-ascii" --1384869903.3BF10.1520 Date: Tue, 19 Nov 2013 14:05:03 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=71789 Priority: medium Bug ID: 71789 Assignee: dri-devel@lists.freedesktop.org Summary: [r300g] Visuals not found in (default) depth = 24 Severity: normal Classification: Unclassified OS: OpenBSD Reporter: mpi@openbsd.org Hardware: PowerPC Status: NEW Version: 9.2 Component: Drivers/Gallium/r300 Product: Mesa Created attachment 89467 --> https://bugs.freedesktop.org/attachment.cgi?id=89467&action=edit Xorg.log without configuration file Without xorg.conf or with a pixel depth of 24 bits, any application linked to libGL will fails to load the "r300" driver and after it the "swarst" driver with the following message: libGL error: failed to load driver: r300 libGL error: Try again with LIBGL_DEBUG=verbose for more details. libGL error: failed to load driver: swrast libGL error: Try again with LIBGL_DEBUG=verbose for more details. This problem is present in all the Mesa 9.x release up to 9.2.3. But it is not in the 8 (which segfault at some point), 7.11 was working without config file. After a bit of investigation, I found that driConvertConfigs() returns NULL in dri2CreateScreen() when trying to find matching visuals (src/glx/dri_glx.c:450). However if I specify a depth of 16 bits in my xorg.conf I cannot reproduce this problem. This problem is present on OpenBSD -current (future 5.5) which has the drm drivers synced with Ubuntu's linux 3.8 kernel. -- You are receiving this mail because: You are the assignee for the bug. --1384869903.3BF10.1520 Date: Tue, 19 Nov 2013 14:05:03 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"
Priority medium
Bug ID 71789
Assignee dri-devel@lists.freedesktop.org
Summary [r300g] Visuals not found in (default) depth = 24
Severity normal
Classification Unclassified
OS OpenBSD
Reporter mpi@openbsd.org
Hardware PowerPC
Status NEW
Version 9.2
Component Drivers/Gallium/r300
Product Mesa

Created attachment 89467 [details]
Xorg.log without configuration file

Without xorg.conf or with a pixel depth of 24 bits, any application linked to
libGL will fails to load the "r300" driver and after it the "swarst" driver
with the following message:

  libGL error: failed to load driver: r300
  libGL error: Try again with LIBGL_DEBUG=verbose for more details.
  libGL error: failed to load driver: swrast
  libGL error: Try again with LIBGL_DEBUG=verbose for more details.

This problem is present in all the Mesa 9.x release up to 9.2.3.  But it is not
in the 8 (which segfault at some point), 7.11 was working without config file.

After a bit of investigation, I found that driConvertConfigs() returns NULL in 
dri2CreateScreen() when trying to find matching visuals
(src/glx/dri_glx.c:450).  However if I specify a depth of 16 bits in my
xorg.conf I cannot reproduce this problem.

This problem is present on OpenBSD -current (future 5.5) which has the drm
drivers synced with Ubuntu's linux 3.8 kernel.


You are receiving this mail because:
  • You are the assignee for the bug.
--1384869903.3BF10.1520-- --===============1559256373== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============1559256373==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Tue, 19 Nov 2013 14:06:02 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0800696126==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 5B313FCB16 for ; Tue, 19 Nov 2013 06:06:02 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0800696126== Content-Type: multipart/alternative; boundary="1384869962.71EA0.1717"; charset="us-ascii" --1384869962.71EA0.1717 Date: Tue, 19 Nov 2013 14:06:02 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #1 from Martin Pieuchot --- Created attachment 89468 --> https://bugs.freedesktop.org/attachment.cgi?id=89468&action=edit Xorg.log with 16 bits depth in xorg.conf -- You are receiving this mail because: You are the assignee for the bug. --1384869962.71EA0.1717 Date: Tue, 19 Nov 2013 14:06:02 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 1 on bug 71789 from
Created attachment 89468 [details]
Xorg.log with 16 bits depth in xorg.conf


You are receiving this mail because:
  • You are the assignee for the bug.
--1384869962.71EA0.1717-- --===============0800696126== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0800696126==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Mon, 06 Jan 2014 15:47:17 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2011411026==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 64A371061A6 for ; Mon, 6 Jan 2014 07:47:17 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2011411026== Content-Type: multipart/alternative; boundary="1389023237.0CcB8bBa0.19065"; charset="us-ascii" --1389023237.0CcB8bBa0.19065 Date: Mon, 6 Jan 2014 15:47:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #2 from Martin Pieuchot --- FWIW the patches mentionned in http://lists.freedesktop.org/archives/mesa-dev/2013-December/050218.html work for me. -- You are receiving this mail because: You are the assignee for the bug. --1389023237.0CcB8bBa0.19065 Date: Mon, 6 Jan 2014 15:47:17 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"


You are receiving this mail because:
  • You are the assignee for the bug.
--1389023237.0CcB8bBa0.19065-- --===============2011411026== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============2011411026==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Thu, 04 Jun 2015 03:10:35 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1583719641==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id BB7826EA6F for ; Wed, 3 Jun 2015 20:10:35 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1583719641== Content-Type: multipart/alternative; boundary="1433387435.CeD05B852.22071"; charset="UTF-8" --1433387435.CeD05B852.22071 Date: Thu, 4 Jun 2015 03:10:35 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=71789 herminio.hernandezjr@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- OS|OpenBSD |Linux (All) --- Comment #3 from herminio.hernandezjr@gmail.com --- I am seeing the same thing in Debian Testing. Those patches woorked all the way up to mesa 10.5.5 then they began to fail. -- You are receiving this mail because: You are the assignee for the bug. --1433387435.CeD05B852.22071 Date: Thu, 4 Jun 2015 03:10:35 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" changed bug 71789
What Removed Added
OS OpenBSD Linux (All)

Comment # 3 on bug 71789 from
I am seeing the same thing in Debian Testing. Those patches woorked all the way
up to mesa 10.5.5 then they began to fail.


You are receiving this mail because:
  • You are the assignee for the bug.
--1433387435.CeD05B852.22071-- --===============1583719641== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1583719641==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Thu, 04 Jun 2015 03:15:03 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1772210886==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id CDDAB6EA72 for ; Wed, 3 Jun 2015 20:15:03 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1772210886== Content-Type: multipart/alternative; boundary="1433387703.cb4bec2f2.23391"; charset="UTF-8" --1433387703.cb4bec2f2.23391 Date: Thu, 4 Jun 2015 03:15:03 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #4 from herminio.hernandezjr@gmail.com --- Created attachment 116274 --> https://bugs.freedesktop.org/attachment.cgi?id=116274&action=edit glxinfo output -- You are receiving this mail because: You are the assignee for the bug. --1433387703.cb4bec2f2.23391 Date: Thu, 4 Jun 2015 03:15:03 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"


You are receiving this mail because:
  • You are the assignee for the bug.
--1433387703.cb4bec2f2.23391-- --===============1772210886== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1772210886==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Wed, 18 Nov 2015 04:11:26 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1859967099==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id ACB436E5AB for ; Tue, 17 Nov 2015 20:11:26 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1859967099== Content-Type: multipart/alternative; boundary="1447819886.fCB2Fd2.19883"; charset="UTF-8" --1447819886.fCB2Fd2.19883 Date: Wed, 18 Nov 2015 04:11:26 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #5 from herminio.hernandezjr@gmail.com --- I noticed in the 11.0.3 release notes that this issue was fix. However I am running Lubuntu 16.04 (development) on my iBook G4 and I am still. Getting the same issue. When I change to Defaul Depth 16 I get 3D acceleration. I ran strace under both conditions and am post them plus my Xorg.0.log -- You are receiving this mail because: You are the assignee for the bug. --1447819886.fCB2Fd2.19883 Date: Wed, 18 Nov 2015 04:11:26 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 5 on bug 71789 from
I noticed in the 11.0.3 release notes that this issue was fix. However I am
running Lubuntu 16.04 (development) on my iBook G4 and I am still. Getting the
same issue. When I change to Defaul Depth 16 I get 3D acceleration. I ran
strace under both conditions and am post them plus my Xorg.0.log


You are receiving this mail because:
  • You are the assignee for the bug.
--1447819886.fCB2Fd2.19883-- --===============1859967099== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1859967099==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Wed, 18 Nov 2015 04:12:17 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0769769775==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id C532D6E5AB for ; Tue, 17 Nov 2015 20:12:17 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0769769775== Content-Type: multipart/alternative; boundary="1447819937.c0a318a2.20082"; charset="UTF-8" --1447819937.c0a318a2.20082 Date: Wed, 18 Nov 2015 04:12:17 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #6 from herminio.hernandezjr@gmail.com --- Created attachment 119753 --> https://bugs.freedesktop.org/attachment.cgi?id=119753&action=edit strace default depth 24 -- You are receiving this mail because: You are the assignee for the bug. --1447819937.c0a318a2.20082 Date: Wed, 18 Nov 2015 04:12:17 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"


You are receiving this mail because:
  • You are the assignee for the bug.
--1447819937.c0a318a2.20082-- --===============0769769775== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0769769775==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Wed, 18 Nov 2015 04:13:21 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1258373136==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id E76E76E5B4 for ; Tue, 17 Nov 2015 20:13:21 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1258373136== Content-Type: multipart/alternative; boundary="1447820001.eDbf2.20278"; charset="UTF-8" --1447820001.eDbf2.20278 Date: Wed, 18 Nov 2015 04:13:21 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #7 from herminio.hernandezjr@gmail.com --- Created attachment 119754 --> https://bugs.freedesktop.org/attachment.cgi?id=119754&action=edit strace default depth 16 -- You are receiving this mail because: You are the assignee for the bug. --1447820001.eDbf2.20278 Date: Wed, 18 Nov 2015 04:13:21 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"


You are receiving this mail because:
  • You are the assignee for the bug.
--1447820001.eDbf2.20278-- --===============1258373136== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1258373136==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Wed, 18 Nov 2015 04:14:23 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1316664545==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 2E39F6E5BA for ; Tue, 17 Nov 2015 20:14:23 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1316664545== Content-Type: multipart/alternative; boundary="1447820063.0500D82.20668"; charset="UTF-8" --1447820063.0500D82.20668 Date: Wed, 18 Nov 2015 04:14:23 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #8 from herminio.hernandezjr@gmail.com --- Created attachment 119755 --> https://bugs.freedesktop.org/attachment.cgi?id=119755&action=edit xorg log -- You are receiving this mail because: You are the assignee for the bug. --1447820063.0500D82.20668 Date: Wed, 18 Nov 2015 04:14:23 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"


You are receiving this mail because:
  • You are the assignee for the bug.
--1447820063.0500D82.20668-- --===============1316664545== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1316664545==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Sat, 19 Dec 2015 12:16:45 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1786062812==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 58C786E3E9 for ; Sat, 19 Dec 2015 04:16:45 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1786062812== Content-Type: multipart/alternative; boundary="1450527405.dF6F11.30770"; charset="UTF-8" --1450527405.dF6F11.30770 Date: Sat, 19 Dec 2015 12:16:45 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=71789 Martin Pieuchot changed: What |Removed |Added ---------------------------------------------------------------------------- Version|9.2 |11.0 --- Comment #9 from Martin Pieuchot --- I confirm that this bug is still present with Mesa 11.0.6. Without forcing "DefaultDepth" to 16, I get: $ glxgears libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: r300 libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast -- You are receiving this mail because: You are the assignee for the bug. --1450527405.dF6F11.30770 Date: Sat, 19 Dec 2015 12:16:45 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" changed bug 71789
What Removed Added
Version 9.2 11.0

Comment # 9 on bug 71789 from
I confirm that this bug is still present with Mesa 11.0.6.

Without forcing "DefaultDepth" to 16, I get:

  $ glxgears
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: r300
  libGL error: No matching fbConfigs or visuals found
  libGL error: failed to load driver: swrast


You are receiving this mail because:
  • You are the assignee for the bug.
--1450527405.dF6F11.30770-- --===============1786062812== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============1786062812==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Sat, 13 Feb 2016 15:05:32 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0083647962==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 0E96B6E369 for ; Sat, 13 Feb 2016 07:05:32 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0083647962== Content-Type: multipart/alternative; boundary="14553759312.b5E8.28193"; charset="UTF-8" --14553759312.b5E8.28193 Date: Sat, 13 Feb 2016 15:05:31 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 Max May changed: What |Removed |Added ---------------------------------------------------------------------------- Version|11.0 |11.1 --- Comment #10 from Max May --- With Ubuntu Mate 16.04a2 on a G4 PowerBook5,8 I have to confirm, that this bug is still present with Mesa 11.1.1. -- You are receiving this mail because: You are the assignee for the bug. --14553759312.b5E8.28193 Date: Sat, 13 Feb 2016 15:05:31 +0000 MIME-Version: 1.0 Content-Type: text/html changed bug 71789
What Removed Added
Version 11.0 11.1

Comment # 10 on bug 71789 from
With Ubuntu Mate 16.04a2 on a G4 PowerBook5,8 I have to confirm, that this bug
is still present with Mesa 11.1.1.


You are receiving this mail because:
  • You are the assignee for the bug.
--14553759312.b5E8.28193-- --===============0083647962== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0083647962==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Sun, 14 Feb 2016 13:49:12 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2058724739==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id CE0D36E11E for ; Sun, 14 Feb 2016 05:49:11 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2058724739== Content-Type: multipart/alternative; boundary="14554577510.a52C3.5331"; charset="UTF-8" --14554577510.a52C3.5331 Date: Sun, 14 Feb 2016 13:49:11 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #11 from erhard_f@mailbox.org --- Can confirm this bug on Ubuntu MATE 16.04 daily, Mesa 11.1.1. On a PowerBook 5,6. -- You are receiving this mail because: You are the assignee for the bug. --14554577510.a52C3.5331 Date: Sun, 14 Feb 2016 13:49:11 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 11 on bug 71789 from
Can confirm this bug on Ubuntu MATE 16.04 daily, Mesa 11.1.1. On a PowerBook
5,6.


You are receiving this mail because:
  • You are the assignee for the bug.
--14554577510.a52C3.5331-- --===============2058724739== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============2058724739==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Tue, 12 Apr 2016 21:45:58 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0048949445==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 5992D89ECB for ; Tue, 12 Apr 2016 21:45:58 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0048949445== Content-Type: multipart/alternative; boundary="14604975581.786C.30990"; charset="UTF-8" --14604975581.786C.30990 Date: Tue, 12 Apr 2016 21:45:58 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 erhard_f@mailbox.org changed: What |Removed |Added ---------------------------------------------------------------------------- Version|11.1 |11.2 --- Comment #12 from erhard_f@mailbox.org --- Still here on mesa 11.2 (Ubuntu MATE 16.04 daily). Tested on a PowerMac G5 7,3. -- You are receiving this mail because: You are the assignee for the bug. --14604975581.786C.30990 Date: Tue, 12 Apr 2016 21:45:58 +0000 MIME-Version: 1.0 Content-Type: text/html changed bug 71789
What Removed Added
Version 11.1 11.2

Comment # 12 on bug 71789 from
Still here on mesa 11.2 (Ubuntu MATE 16.04 daily). Tested on a PowerMac G5 7,3.


You are receiving this mail because:
  • You are the assignee for the bug.
--14604975581.786C.30990-- --===============0048949445== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0048949445==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Mon, 25 Apr 2016 06:06:35 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1412260327==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 068766E433 for ; Mon, 25 Apr 2016 06:06:35 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1412260327== Content-Type: multipart/alternative; boundary="14615643945.d9603A7.22782"; charset="UTF-8" --14615643945.d9603A7.22782 Date: Mon, 25 Apr 2016 06:06:34 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 Mathieu Malaterre changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathieu.malaterre@gmail.com --- Comment #13 from Mathieu Malaterre --- An updated patch is now available from: https://lists.freedesktop.org/archives/mesa-dev/2016-April/114409.html As mentioned over here: https://lists.freedesktop.org/archives/mesa-dev/2016-April/114412.html we'are actively looking forward for feedback. I've also attached the patch directly to this bug tracker for convenience: r300g_be.patch --- Comment #14 from herminio.hernandezjr@gmail.com --- I also see in apitrace that GLXChooseVisual returns with NULL when I to run glxgears. --- Comment #15 from herminio.hernandezjr@gmail.com --- I also see in apitrace that GLXChooseVisual returns with NULL when I to run glxgears. -- You are receiving this mail because: You are the assignee for the bug. --14615643945.d9603A7.22782 Date: Mon, 25 Apr 2016 06:06:34 +0000 MIME-Version: 1.0 Content-Type: text/html changed bug 71789
What Removed Added
CC   mathieu.malaterre@gmail.com

Comment # 15 on bug 71789 from
I also see in apitrace that GLXChooseVisual returns with NULL when I to run
glxgears.
Comment # 14 on bug 71789 from
I also see in apitrace that GLXChooseVisual returns with NULL when I to run
glxgears.
Comment # 13 on bug 71789 from
An updated patch is now available from:

https://lists.freedesktop.org/archives/mesa-dev/2016-April/114409.html

As mentioned over here:

https://lists.freedesktop.org/archives/mesa-dev/2016-April/114412.html

we'are actively looking forward for feedback.

I've also attached the patch directly to this bug tracker for convenience:
r300g_be.patch


You are receiving this mail because:
  • You are the assignee for the bug.
--14615643945.d9603A7.22782-- --===============1412260327== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1412260327==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Tue, 26 Apr 2016 07:45:44 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1466500595==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id D250D6E754 for ; Tue, 26 Apr 2016 07:45:44 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1466500595== Content-Type: multipart/alternative; boundary="14616567443.C9F03.12928"; charset="UTF-8" --14616567443.C9F03.12928 Date: Tue, 26 Apr 2016 07:45:44 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #16 from Mathieu Malaterre --- Created attachment 123267 --> https://bugs.freedesktop.org/attachment.cgi?id=123267&action=edit proposed patch -- You are receiving this mail because: You are the assignee for the bug. --14616567443.C9F03.12928 Date: Tue, 26 Apr 2016 07:45:44 +0000 MIME-Version: 1.0 Content-Type: text/html


You are receiving this mail because:
  • You are the assignee for the bug.
--14616567443.C9F03.12928-- --===============1466500595== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1466500595==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Tue, 26 Apr 2016 19:38:49 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0302931336==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id C89176E910 for ; Tue, 26 Apr 2016 19:38:49 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0302931336== Content-Type: multipart/alternative; boundary="14616995293.DACA.11738"; charset="UTF-8" --14616995293.DACA.11738 Date: Tue, 26 Apr 2016 19:38:49 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #17 from Elimar Riesebieter --- Patched r300g_be.patch against mesa 11.1.3. -> No acceleration at Depth 24.This is Debian sid. -- You are receiving this mail because: You are the assignee for the bug. --14616995293.DACA.11738 Date: Tue, 26 Apr 2016 19:38:49 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 17 on bug 71789 from
Patched r300g_be.patch against mesa 11.1.3. -> No acceleration at Depth 24.This
is Debian sid.


You are receiving this mail because:
  • You are the assignee for the bug.
--14616995293.DACA.11738-- --===============0302931336== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0302931336==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Wed, 27 Apr 2016 15:13:43 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0521247445==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 6A2A76EB1D for ; Wed, 27 Apr 2016 15:13:43 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0521247445== Content-Type: multipart/alternative; boundary="14617700232.fe672140.25587"; charset="UTF-8" --14617700232.fe672140.25587 Date: Wed, 27 Apr 2016 15:13:43 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #18 from Dan DeVoto --- Same here. Glxinfo says r300 fails to load. dan@powerbook2:~$ glxinfo name of display: :0.0 libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: r300 libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast Error: couldn't find RGB GLX visual or fbconfig ... -- You are receiving this mail because: You are the assignee for the bug. --14617700232.fe672140.25587 Date: Wed, 27 Apr 2016 15:13:43 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 18 on bug 71789 from
Same here.  Glxinfo says r300 fails to load.

dan@powerbook2:~$ glxinfo
name of display: :0.0
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: r300
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Error: couldn't find RGB GLX visual or fbconfig

...


You are receiving this mail because:
  • You are the assignee for the bug.
--14617700232.fe672140.25587-- --===============0521247445== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0521247445==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Wed, 27 Apr 2016 16:55:36 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0035716457==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id D7D2F6EBBC for ; Wed, 27 Apr 2016 16:55:36 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0035716457== Content-Type: multipart/alternative; boundary="14617761366.B19Faaebb.6282"; charset="UTF-8" --14617761366.B19Faaebb.6282 Date: Wed, 27 Apr 2016 16:55:36 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #19 from Nathan-J. Hirschauer --- Applied the patch on top of 43f46caf769b0a6d661850ce2fa64b6f4b085b9f, but unfortunately it didn't work. Tested on a PowerBook G4 5,6 with Linux 4.6-rc4 (5f44abd041c5f3be76d57579ab254d78e601315b) / Debian Sid. -- You are receiving this mail because: You are the assignee for the bug. --14617761366.B19Faaebb.6282 Date: Wed, 27 Apr 2016 16:55:36 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 19 on bug 71789 from
Applied the patch on top of 43f46caf769b0a6d661850ce2fa64b6f4b085b9f, but
unfortunately it didn't work. Tested on a PowerBook G4 5,6 with Linux 4.6-rc4
(5f44abd041c5f3be76d57579ab254d78e601315b) / Debian Sid.


You are receiving this mail because:
  • You are the assignee for the bug.
--14617761366.B19Faaebb.6282-- --===============0035716457== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0035716457==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Sat, 30 Apr 2016 18:52:55 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0504791515==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 7D2946E23E for ; Sat, 30 Apr 2016 18:52:55 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0504791515== Content-Type: multipart/alternative; boundary="14620423755.fEe967b.3560"; charset="UTF-8" --14620423755.fEe967b.3560 Date: Sat, 30 Apr 2016 18:52:55 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 Marek Olšák changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #123267|0 |1 is obsolete| | --- Comment #20 from Marek Olšák --- Created attachment 123370 --> https://bugs.freedesktop.org/attachment.cgi?id=123370&action=edit final fix? Could you please test this patch? -- You are receiving this mail because: You are the assignee for the bug. --14620423755.fEe967b.3560 Date: Sat, 30 Apr 2016 18:52:55 +0000 MIME-Version: 1.0 Content-Type: text/html changed bug 71789
What Removed Added
Attachment #123267 is obsolete   1

Comment # 20 on bug 71789 from
Created attachment 123370 [details] [review]
final fix?

Could you please test this patch?


You are receiving this mail because:
  • You are the assignee for the bug.
--14620423755.fEe967b.3560-- --===============0504791515== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0504791515==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Sun, 01 May 2016 10:22:47 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0401281146==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id B5ABD6E522 for ; Sun, 1 May 2016 10:22:47 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0401281146== Content-Type: multipart/alternative; boundary="14620981661.A972F.30387"; charset="UTF-8" --14620981661.A972F.30387 Date: Sun, 1 May 2016 10:22:46 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #21 from Nathan-J. Hirschauer --- Created attachment 123385 --> https://bugs.freedesktop.org/attachment.cgi?id=123385&action=edit glxinfo output with final fix Patched it on top of cbcd7b60f573d027337a2390e67f6010e9992aaa and that one did actually work! I've attached the full glxinfo output in case someone is interested. -- You are receiving this mail because: You are the assignee for the bug. --14620981661.A972F.30387 Date: Sun, 1 May 2016 10:22:46 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 21 on bug 71789 from
Created attachment 123385 [details]
glxinfo output with final fix

Patched it on top of cbcd7b60f573d027337a2390e67f6010e9992aaa and that one did
actually work! I've attached the full glxinfo output in case someone is
interested.


You are receiving this mail because:
  • You are the assignee for the bug.
--14620981661.A972F.30387-- --===============0401281146== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0401281146==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Sun, 01 May 2016 16:39:23 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0423963746==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 7F3586E2AC for ; Sun, 1 May 2016 16:39:23 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0423963746== Content-Type: multipart/alternative; boundary="14621207635.cdfc5.18563"; charset="UTF-8" --14621207635.cdfc5.18563 Date: Sun, 1 May 2016 16:39:23 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #22 from Elimar Riesebieter --- Applied against Debian 11.1.3-1. 3-D acceleration at depth=24 works. Power consumption running foobillardplus is very high. Colors at the Cairo Dock are looking pastel shaded. -- You are receiving this mail because: You are the assignee for the bug. --14621207635.cdfc5.18563 Date: Sun, 1 May 2016 16:39:23 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 22 on bug 71789 from
Applied against Debian 11.1.3-1. 3-D acceleration at depth=24 works. Power
consumption running foobillardplus is very high. Colors at the Cairo Dock are
looking pastel shaded.


You are receiving this mail because:
  • You are the assignee for the bug.
--14621207635.cdfc5.18563-- --===============0423963746== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0423963746==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Mon, 02 May 2016 01:02:47 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0123164364==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 033486E2EC for ; Mon, 2 May 2016 01:02:47 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0123164364== Content-Type: multipart/alternative; boundary="14621509664.b2DCC4.20211"; charset="UTF-8" --14621509664.b2DCC4.20211 Date: Mon, 2 May 2016 01:02:46 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #23 from Michel Dänzer --- Elimar, Nathan or anyone else, can you try if the piglit sanity tests pass with this patch? Also, do OpenGL compositing managers such as gnome-shell show correct colours? -- You are receiving this mail because: You are the assignee for the bug. --14621509664.b2DCC4.20211 Date: Mon, 2 May 2016 01:02:46 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 23 on bug 71789 from
Elimar, Nathan or anyone else, can you try if the piglit sanity tests pass with
this patch?

Also, do OpenGL compositing managers such as gnome-shell show correct colours?


You are receiving this mail because:
  • You are the assignee for the bug.
--14621509664.b2DCC4.20211-- --===============0123164364== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0123164364==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Mon, 02 May 2016 18:56:53 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0845783504==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 620106E08D for ; Mon, 2 May 2016 18:56:53 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0845783504== Content-Type: multipart/alternative; boundary="14622154135.FF2A3D3.1440"; charset="UTF-8" --14622154135.FF2A3D3.1440 Date: Mon, 2 May 2016 18:56:53 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #24 from Nathan-J. Hirschauer --- Created attachment 123420 --> https://bugs.freedesktop.org/attachment.cgi?id=123420&action=edit Piglit Sanity Check Results I've attached the Piglit result of the sanity check to this issue, GNOME Shell also has a discolouration (the title bar and activity screen is red) and after using it for a couple of minutes it crashed (SIGSEGV): [ 6088.876306] gnome-shell[8144]: unhandled signal 11 at 095b44c0 nip 095b44c0 lr 0de343b4 code 30001 [ 6112.441094] gnome-shell[8701]: unhandled signal 11 at 095b44c0 nip 095b44c0 lr 0de343b4 code 30001 -- You are receiving this mail because: You are the assignee for the bug. --14622154135.FF2A3D3.1440 Date: Mon, 2 May 2016 18:56:53 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 24 on bug 71789 from
Created attachment 123420 [details]
Piglit Sanity Check Results

I've attached the Piglit result of the sanity check to this issue, GNOME Shell
also has a discolouration (the title bar and activity screen is red) and after
using it for a couple of minutes it crashed (SIGSEGV):

[ 6088.876306] gnome-shell[8144]: unhandled signal 11 at 095b44c0 nip 095b44c0
lr 0de343b4 code 30001
[ 6112.441094] gnome-shell[8701]: unhandled signal 11 at 095b44c0 nip 095b44c0
lr 0de343b4 code 30001


You are receiving this mail because:
  • You are the assignee for the bug.
--14622154135.FF2A3D3.1440-- --===============0845783504== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0845783504==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Tue, 03 May 2016 01:20:30 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1376624862==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id BAE8B6E12F for ; Tue, 3 May 2016 01:20:30 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1376624862== Content-Type: multipart/alternative; boundary="14622384308.DBf5b8.31779"; charset="UTF-8" --14622384308.DBf5b8.31779 Date: Tue, 3 May 2016 01:20:30 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #25 from erhard_f@mailbox.org --- Patched on top on 79b0e13913b5189bb8629e80439fea746f99fe79 and it works! Many thanks! Machine used is a PowerMac G5 7,3 with an AGP Radeon 9600 Pro (Mac edition). Running Compton composting manager (Ubuntu MATE 16.04) and it runs without glitches so far, colours look good. Only thing I noticed is the desktop gets unresponsive and the mouse pointer very jerky during youtube video playback. Will try Piglit tests the next days. -- You are receiving this mail because: You are the assignee for the bug. --14622384308.DBf5b8.31779 Date: Tue, 3 May 2016 01:20:30 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 25 on bug 71789 from
Patched on top on 79b0e13913b5189bb8629e80439fea746f99fe79 and it works! Many
thanks!

Machine used is a PowerMac G5 7,3 with an AGP Radeon 9600 Pro (Mac edition).
Running Compton composting manager (Ubuntu MATE 16.04) and it runs without
glitches so far, colours look good. Only thing I noticed is the desktop gets
unresponsive and the mouse pointer very jerky during youtube video playback.

Will try Piglit tests the next days.


You are receiving this mail because:
  • You are the assignee for the bug.
--14622384308.DBf5b8.31779-- --===============1376624862== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1376624862==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Tue, 03 May 2016 06:48:14 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1892879602==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 8480D6E39E for ; Tue, 3 May 2016 06:48:14 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1892879602== Content-Type: multipart/alternative; boundary="14622580947.3AFBbEae.13012"; charset="UTF-8" --14622580947.3AFBbEae.13012 Date: Tue, 3 May 2016 06:48:14 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #26 from Mathieu Malaterre --- I believe that the testers should also make sure to use PCI instead of AGP during there testing. See bug: https://bugs.freedesktop.org/show_bug.cgi?id=95017. -- You are receiving this mail because: You are the assignee for the bug. --14622580947.3AFBbEae.13012 Date: Tue, 3 May 2016 06:48:14 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 26 on bug 71789 from
I believe that the testers should also make sure to use PCI instead of AGP
during there testing. See bug:
https://bugs.freedesktop.org/show_bug.cgi?id=95017.


You are receiving this mail because:
  • You are the assignee for the bug.
--14622580947.3AFBbEae.13012-- --===============1892879602== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1892879602==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Thu, 05 May 2016 20:07:15 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1649299302==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 068E46EA22 for ; Thu, 5 May 2016 20:07:16 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1649299302== Content-Type: multipart/alternative; boundary="14624788357.4EdA.28895"; charset="UTF-8" --14624788357.4EdA.28895 Date: Thu, 5 May 2016 20:07:15 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #27 from erhard_f@mailbox.org --- Built piglit from svn on Ubuntu MATE 16.04 ppc. Already the sanity test fails, specifically: root@T800:~/build/piglit# /root/build/piglit/bin/gl-1.0-readpixsanity -auto -fbo RGB(A) worst-case error was 6.641274 bits at (32, 80) expected (0.840188, 0.394383, 0.783099, 0.798440) got (0.799995, 0.784309, 0.396076, 0.839211) Depth worst-case error was 23.862089 bits at (107, 6) expected 0.911647; got 0.002813. Stencil failed at (0, 1). Expected 255; got 233. PIGLIT: {"result": "fail" } But I must admit that I've no experience with piglit, built and used it for the first time. -- You are receiving this mail because: You are the assignee for the bug. --14624788357.4EdA.28895 Date: Thu, 5 May 2016 20:07:15 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 27 on bug 71789 from
Built piglit from svn on Ubuntu MATE 16.04 ppc. Already the sanity test fails,
specifically:
root@T800:~/build/piglit# /root/build/piglit/bin/gl-1.0-readpixsanity -auto
-fbo
    RGB(A) worst-case error was 6.641274 bits at (32, 80)
        expected (0.840188, 0.394383, 0.783099, 0.798440)
        got (0.799995, 0.784309, 0.396076, 0.839211)
    Depth worst-case error was 23.862089 bits at (107, 6)
        expected 0.911647; got 0.002813.
    Stencil failed at (0, 1).
        Expected 255; got 233.
PIGLIT: {"result": "fail" }

But I must admit that I've no experience with piglit, built and used it for the
first time.


You are receiving this mail because:
  • You are the assignee for the bug.
--14624788357.4EdA.28895-- --===============1649299302== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1649299302==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Fri, 06 May 2016 08:51:55 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0182096162==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 6FC856EA5A for ; Fri, 6 May 2016 08:51:55 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0182096162== Content-Type: multipart/alternative; boundary="14625247153.F441Ad59.22657"; charset="UTF-8" --14625247153.F441Ad59.22657 Date: Fri, 6 May 2016 08:51:55 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #28 from Marek Olšák --- At this stage I just need a confirmation that more than 60% of apps work and show correct colors (mainly games). I don't expect all apps to be perfect right now. -- You are receiving this mail because: You are the assignee for the bug. --14625247153.F441Ad59.22657 Date: Fri, 6 May 2016 08:51:55 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 28 on bug 71789 from
At this stage I just need a confirmation that more than 60% of apps work and
show correct colors (mainly games). I don't expect all apps to be perfect right
now.


You are receiving this mail because:
  • You are the assignee for the bug.
--14625247153.F441Ad59.22657-- --===============0182096162== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0182096162==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Fri, 06 May 2016 09:23:56 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1004430533==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id AB1626E41A for ; Fri, 6 May 2016 09:23:56 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1004430533== Content-Type: multipart/alternative; boundary="14625266368.8e63b8BAb.28407"; charset="UTF-8" --14625266368.8e63b8BAb.28407 Date: Fri, 6 May 2016 09:23:56 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #29 from Michel Dänzer --- That piglit sanity is failing with the patch may confirm my suspicion that something doesn't add up yet I'm afraid: Since the kernel driver and xf86-video-ati EXA code are using the same hardware formats for display/rendering with BE & LE, I was wondering how the patch could result in both display and glReadPixels working correctly for winsys buffers. Looks like indeed only display works correctly, which indicates that the GPU is effectively writing/reading PIPE_FORMAT_x8R8G8B8_* pixels like PIPE_FORMAT_B8G8R8x8_* (which is what the kernel driver and EXA code are using). -- You are receiving this mail because: You are the assignee for the bug. --14625266368.8e63b8BAb.28407 Date: Fri, 6 May 2016 09:23:56 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 29 on bug 71789 from
That piglit sanity is failing with the patch may confirm my suspicion that
something doesn't add up yet I'm afraid: Since the kernel driver and
xf86-video-ati EXA code are using the same hardware formats for
display/rendering with BE & LE, I was wondering how the patch could result in
both display and glReadPixels working correctly for winsys buffers. Looks like
indeed only display works correctly, which indicates that the GPU is
effectively writing/reading PIPE_FORMAT_x8R8G8B8_* pixels like
PIPE_FORMAT_B8G8R8x8_* (which is what the kernel driver and EXA code are
using).


You are receiving this mail because:
  • You are the assignee for the bug.
--14625266368.8e63b8BAb.28407-- --===============1004430533== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1004430533==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Fri, 06 May 2016 09:48:16 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2002496472==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 654D26EA66 for ; Fri, 6 May 2016 09:48:17 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2002496472== Content-Type: multipart/alternative; boundary="14625280973.1fC9bac8c.1177"; charset="UTF-8" --14625280973.1fC9bac8c.1177 Date: Fri, 6 May 2016 09:48:17 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #30 from Marek Olšák --- (In reply to Michel Dänzer from comment #29) > That piglit sanity is failing with the patch may confirm my suspicion that > something doesn't add up yet I'm afraid: Since the kernel driver and > xf86-video-ati EXA code are using the same hardware formats for > display/rendering with BE & LE, I was wondering how the patch could result > in both display and glReadPixels working correctly for winsys buffers. Looks > like indeed only display works correctly, which indicates that the GPU is > effectively writing/reading PIPE_FORMAT_x8R8G8B8_* pixels like > PIPE_FORMAT_B8G8R8x8_* (which is what the kernel driver and EXA code are > using). The patch is correct from the LE perspective. It simply adds ARGB support and was tested thoroughly on LE. The side effect is that BE can use the format now too, but there may be other issues with BE. -- You are receiving this mail because: You are the assignee for the bug. --14625280973.1fC9bac8c.1177 Date: Fri, 6 May 2016 09:48:17 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 30 on bug 71789 from
(In reply to Michel Dänzer from comment #29)
> That piglit sanity is failing with the patch may confirm my suspicion that
> something doesn't add up yet I'm afraid: Since the kernel driver and
> xf86-video-ati EXA code are using the same hardware formats for
> display/rendering with BE & LE, I was wondering how the patch could result
> in both display and glReadPixels working correctly for winsys buffers. Looks
> like indeed only display works correctly, which indicates that the GPU is
> effectively writing/reading PIPE_FORMAT_x8R8G8B8_* pixels like
> PIPE_FORMAT_B8G8R8x8_* (which is what the kernel driver and EXA code are
> using).

The patch is correct from the LE perspective. It simply adds ARGB support and
was tested thoroughly on LE. The side effect is that BE can use the format now
too, but there may be other issues with BE.


You are receiving this mail because:
  • You are the assignee for the bug.
--14625280973.1fC9bac8c.1177-- --===============2002496472== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============2002496472==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Sun, 08 May 2016 06:17:05 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1084118738==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 61A326E01C for ; Sun, 8 May 2016 06:17:05 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1084118738== Content-Type: multipart/alternative; boundary="14626882251.C2Def4E.22361"; charset="UTF-8" --14626882251.C2Def4E.22361 Date: Sun, 8 May 2016 06:17:05 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #31 from herminio.hernandezjr@gmail.com --- I can verify the patch works. However there are some issues 1. I see my colors are off when I use compiz as my WM and try to rotate the cube. 2.piglit samity tests fail with this error: spec/!opengl 1.0/gl-1.0-readpixsanity/gl-1.0-readpixsanity: fail 3. games like alien-arean and supertuxkart crash my system when trying to load the game. 4. I can play video in mpv using opengl but get the following error: [vo/opengl] Could not create EGL context! -- You are receiving this mail because: You are the assignee for the bug. --14626882251.C2Def4E.22361 Date: Sun, 8 May 2016 06:17:05 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 31 on bug 71789 from
I can verify the patch works. However there are some issues

1. I see my colors are off when I use compiz as my WM and try to rotate the
cube.

2.piglit samity tests fail with this error:
spec/!opengl 1.0/gl-1.0-readpixsanity/gl-1.0-readpixsanity: fail

3. games like alien-arean and supertuxkart crash my system when trying to load
the game.

4. I can play video in mpv using opengl but get the following error:
[vo/opengl] Could not create EGL context!


You are receiving this mail because:
  • You are the assignee for the bug.
--14626882251.C2Def4E.22361-- --===============1084118738== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1084118738==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Mon, 09 May 2016 07:47:13 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1108584977==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 72A476E319 for ; Mon, 9 May 2016 07:47:13 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1108584977== Content-Type: multipart/alternative; boundary="14627800334.c6ea6.31927"; charset="UTF-8" --14627800334.c6ea6.31927 Date: Mon, 9 May 2016 07:47:13 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 --- Comment #32 from Michel Dänzer --- (In reply to Marek Olšák from comment #30) > The patch is correct from the LE perspective. It simply adds ARGB support > and was tested thoroughly on LE. The side effect is that BE can use the > format now too, but there may be other issues with BE. Makes sense. Maybe we can use bug 43698 to track the remaining issues. -- You are receiving this mail because: You are the assignee for the bug. --14627800334.c6ea6.31927 Date: Mon, 9 May 2016 07:47:13 +0000 MIME-Version: 1.0 Content-Type: text/html

Comment # 32 on bug 71789 from
(In reply to Marek Olšák from comment #30)
> The patch is correct from the LE perspective. It simply adds ARGB support
> and was tested thoroughly on LE. The side effect is that BE can use the
> format now too, but there may be other issues with BE.

Makes sense. Maybe we can use bug 43698 to track the remaining issues.


You are receiving this mail because:
  • You are the assignee for the bug.
--14627800334.c6ea6.31927-- --===============1108584977== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1108584977==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Mon, 09 May 2016 11:22:50 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0364614379==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id F080389EB7 for ; Mon, 9 May 2016 11:22:49 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0364614379== Content-Type: multipart/alternative; boundary="14627929694.fAE756.31804"; charset="UTF-8" --14627929694.fAE756.31804 Date: Mon, 9 May 2016 11:22:49 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=71789 Marek Olšák changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #33 from Marek Olšák --- Fixed by 172bfdaa9e80342ade3f023f72d455d76713b866. Closing. -- You are receiving this mail because: You are the assignee for the bug. --14627929694.fAE756.31804 Date: Mon, 9 May 2016 11:22:49 +0000 MIME-Version: 1.0 Content-Type: text/html changed bug 71789
What Removed Added
Resolution --- FIXED
Status NEW RESOLVED

Comment # 33 on bug 71789 from
Fixed by 172bfdaa9e80342ade3f023f72d455d76713b866. Closing.


You are receiving this mail because:
  • You are the assignee for the bug.
--14627929694.fAE756.31804-- --===============0364614379== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0364614379==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Mon, 06 Feb 2017 21:26:32 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1269131019==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id B280A6E573 for ; Mon, 6 Feb 2017 21:26:32 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1269131019== Content-Type: multipart/alternative; boundary="14864163929.4C0fca.26926"; charset="UTF-8" --14864163929.4C0fca.26926 Date: Mon, 6 Feb 2017 21:26:32 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D71789 --- Comment #34 from cosiekvfj@o2.pl --- Fix for this bug result in regression: https://bugs.freedesktop.org/show_bug.cgi?id=3D98869 --=20 You are receiving this mail because: You are the assignee for the bug.= --14864163929.4C0fca.26926 Date: Mon, 6 Feb 2017 21:26:32 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated


You are receiving this mail because:
  • You are the assignee for the bug.
= --14864163929.4C0fca.26926-- --===============1269131019== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1269131019==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Sat, 08 Apr 2017 13:01:00 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2128166194==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 3F3AB6E31F for ; Sat, 8 Apr 2017 13:01:00 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2128166194== Content-Type: multipart/alternative; boundary="14916564602.Eacc0ebe.2268"; charset="UTF-8" --14916564602.Eacc0ebe.2268 Date: Sat, 8 Apr 2017 13:01:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D71789 --- Comment #35 from richard --- Hello , how can i apply this patch? I am using Powermac G5 7,3 with Radeon9650, Debian Wheezy, kernel 3.2.6 it gives dmesg | grep -E 'drm|radeon' | grep -iE 'firmware|microcode' [ 1.137001] radeonfb: Found Open Firmware ROM Image [ 1.137015] radeonfb: Retrieved PLL infos from Open Firmware [ 25.042791] [drm] Loading R300 Microcode [ 25.111223] platform radeon_cp.0: firmware: agent loaded radeon/R300_cp.= bin into memory after installing firmware-linux-nonfree. Video playback is blue (no video shown) when using mplayer, mpv, vlc .. but html5 playback on youtube works normal (bit slow, though). --=20 You are receiving this mail because: You are the assignee for the bug.= --14916564602.Eacc0ebe.2268 Date: Sat, 8 Apr 2017 13:01:00 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 35 on bug 71789<= /a> from richard
Hello ,

how can i apply this patch?
I am using Powermac G5 7,3 with Radeon9650, Debian Wheezy, kernel 3.2.6
it gives

 dmesg | grep -E 'drm|radeon' | grep -iE 'firmware|microcode'
[    1.137001] radeonfb: Found Open Firmware ROM Image
[    1.137015] radeonfb: Retrieved PLL infos from Open Firmware
[   25.042791] [drm] Loading R300 Microcode
[   25.111223] platform radeon_cp.0: firmware: agent loaded radeon/R300_cp.=
bin
into memory


after installing firmware-linux-nonfree.
Video playback is blue (no video shown) when using mplayer, mpv, vlc .. but
html5 playback on youtube works normal (bit slow, though).


You are receiving this mail because:
  • You are the assignee for the bug.
= --14916564602.Eacc0ebe.2268-- --===============2128166194== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============2128166194==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Sat, 08 Apr 2017 13:05:04 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1621994570==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 68E0F6EB14 for ; Sat, 8 Apr 2017 13:05:04 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1621994570== Content-Type: multipart/alternative; boundary="14916567045.E057E.2062"; charset="UTF-8" --14916567045.E057E.2062 Date: Sat, 8 Apr 2017 13:05:04 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D71789 --- Comment #36 from richard --- wheezy only have mesa 8 available, but videoplayback would be very nice ple= ase. don't know how to change colour depth as there is no xorg.conf. thank you very much --=20 You are receiving this mail because: You are the assignee for the bug.= --14916567045.E057E.2062 Date: Sat, 8 Apr 2017 13:05:04 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 36 on bug 71789<= /a> from richard
wheezy only have mesa 8 available, but videoplayback would be =
very nice please.
don't know how to change colour depth as there is no xorg.conf.
thank you very much


You are receiving this mail because:
  • You are the assignee for the bug.
= --14916567045.E057E.2062-- --===============1621994570== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1621994570==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 71789] [r300g] Visuals not found in (default) depth = 24 Date: Sat, 08 Apr 2017 16:41:11 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1127560529==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 731E7895E2 for ; Sat, 8 Apr 2017 16:41:11 +0000 (UTC) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============1127560529== Content-Type: multipart/alternative; boundary="14916696710.0A40F2FE6.28971"; charset="UTF-8" --14916696710.0A40F2FE6.28971 Date: Sat, 8 Apr 2017 16:41:11 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated https://bugs.freedesktop.org/show_bug.cgi?id=3D71789 --- Comment #37 from Marek Ol=C5=A1=C3=A1k --- You can try "git am -3 ...". If that doesn't help, then I don't know. --=20 You are receiving this mail because: You are the assignee for the bug.= --14916696710.0A40F2FE6.28971 Date: Sat, 8 Apr 2017 16:41:11 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.freedesktop.org/ Auto-Submitted: auto-generated

Commen= t # 37 on bug 71789<= /a> from Marek Ol=C5=A1=C3=A1k
You can try "git am -3 ...". If that doesn't help, t=
hen I don't know.


You are receiving this mail because:
  • You are the assignee for the bug.
= --14916696710.0A40F2FE6.28971-- --===============1127560529== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============1127560529==--