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"
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"
herminio.hernandezjr@gmail.com
changed
bug 71789
What |
Removed |
Added |
OS |
OpenBSD
|
Linux (All)
|
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 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--
--===============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"
Martin Pieuchot
changed
bug 71789
What |
Removed |
Added |
Version |
9.2
|
11.0
|
Comment # 9
on bug 71789
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--
--===============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
Max May
changed
bug 71789
What |
Removed |
Added |
Version |
11.0
|
11.1
|
Comment # 10
on bug 71789
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--
--===============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
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
erhard_f@mailbox.org
changed
bug 71789
What |
Removed |
Added |
Version |
11.1
|
11.2
|
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
Mathieu Malaterre
changed
bug 71789
What |
Removed |
Added |
CC |
|
mathieu.malaterre@gmail.com
|
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
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 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--
--===============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 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--
--===============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
Marek Olšák
changed
bug 71789
What |
Removed |
Added |
Attachment #123267 is obsolete |
|
1
|
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
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 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--
--===============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 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--
--===============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 Nathan-J. Hirschauer
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 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--
--===============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: