From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 63933] New: Error in r300_set_framebuffer_state if use
Dual-Head setup
Date: Thu, 25 Apr 2013 21:40:26 +0000
Message-ID:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1186195559=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id E8695E5C99
for ;
Thu, 25 Apr 2013 14:40:26 -0700 (PDT)
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1186195559==
Content-Type: multipart/alternative; boundary="1366926026.78e4d0.17826"; charset="us-ascii"
--1366926026.78e4d0.17826
Date: Thu, 25 Apr 2013 21:40:26 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=63933
Priority: medium
Bug ID: 63933
Assignee: dri-devel@lists.freedesktop.org
Summary: Error in r300_set_framebuffer_state if use Dual-Head
setup
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: victoraur.santos@gmail.com
Hardware: x86-64 (AMD64)
Status: NEW
Version: 9.1
Component: Drivers/DRI/r300
Product: Mesa
Created attachment 78488
--> https://bugs.freedesktop.org/attachment.cgi?id=78488&action=edit
Full log using compiz as gl-based wm
If try to start any WM that uses GL(Compiz, Gnome-shell, etc...) i get screen
completely stained and a lot of r300 error in .xsession-errors
Attached full log (using compiz)
Detail: if only one monitor is connected this error/bug doesn't occur and WM
GL-based start correctly.
--
You are receiving this mail because:
You are the assignee for the bug.
--1366926026.78e4d0.17826
Date: Thu, 25 Apr 2013 21:40:26 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
| Priority |
medium
|
| Bug ID |
63933
|
| Assignee |
dri-devel@lists.freedesktop.org
|
| Summary |
Error in r300_set_framebuffer_state if use Dual-Head setup
|
| Severity |
normal
|
| Classification |
Unclassified
|
| OS |
Linux (All)
|
| Reporter |
victoraur.santos@gmail.com
|
| Hardware |
x86-64 (AMD64)
|
| Status |
NEW
|
| Version |
9.1
|
| Component |
Drivers/DRI/r300
|
| Product |
Mesa
|
Created attachment 78488 [details]
Full log using compiz as gl-based wm
If try to start any WM that uses GL(Compiz, Gnome-shell, etc...) i get screen
completely stained and a lot of r300 error in .xsession-errors
Attached full log (using compiz)
Detail: if only one monitor is connected this error/bug doesn't occur and WM
GL-based start correctly.
You are receiving this mail because:
- You are the assignee for the bug.
--1366926026.78e4d0.17826--
--===============1186195559==
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
--===============1186195559==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 63933] Error in r300_set_framebuffer_state if use Dual-Head setup
Date: Thu, 25 Apr 2013 21:47:57 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0992805571=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 7535CE66AC
for ;
Thu, 25 Apr 2013 14:47:57 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0992805571==
Content-Type: multipart/alternative; boundary="1366926477.E733E01.19794"; charset="us-ascii"
--1366926477.E733E01.19794
Date: Thu, 25 Apr 2013 21:47:57 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=63933
Alex Deucher changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |NOTABUG
--- Comment #1 from Alex Deucher ---
As per your log, you've exceeded the hw limits of the 3D engine on your chip
(max texture size of 2048x2048).
/usr/bin/compiz (opengl) - Warn: Bug in window 0x1600016 (identifying as
desktop_window)
/usr/bin/compiz (opengl) - Warn: This window tried to create an absurdly large
window 2646 x 1024
/usr/bin/compiz (opengl) - Warn: Unforunately, that's not supported on your
hardware, because you have a maximum texture size of 2048
/usr/bin/compiz (opengl) - Warn: you should probably file a bug against that
application
/usr/bin/compiz (opengl) - Warn: for now, we're going to hide tht window so
that it doesn't break your desktop
--
You are receiving this mail because:
You are the assignee for the bug.
--1366926477.E733E01.19794
Date: Thu, 25 Apr 2013 21:47:57 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Alex Deucher
changed
bug 63933
| What |
Removed |
Added |
| Status |
NEW
|
RESOLVED
|
| Resolution |
---
|
NOTABUG
|
Comment # 1
on bug 63933
from Alex Deucher
As per your log, you've exceeded the hw limits of the 3D engine on your chip
(max texture size of 2048x2048).
/usr/bin/compiz (opengl) - Warn: Bug in window 0x1600016 (identifying as
desktop_window)
/usr/bin/compiz (opengl) - Warn: This window tried to create an absurdly large
window 2646 x 1024
/usr/bin/compiz (opengl) - Warn: Unforunately, that's not supported on your
hardware, because you have a maximum texture size of 2048
/usr/bin/compiz (opengl) - Warn: you should probably file a bug against that
application
/usr/bin/compiz (opengl) - Warn: for now, we're going to hide tht window so
that it doesn't break your desktop
You are receiving this mail because:
- You are the assignee for the bug.
--1366926477.E733E01.19794--
--===============0992805571==
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
--===============0992805571==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 63933] Error in r300_set_framebuffer_state if use Dual-Head setup
Date: Fri, 26 Apr 2013 21:57:07 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0554096079=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 154DFE5CE2
for ;
Fri, 26 Apr 2013 14:57:07 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0554096079==
Content-Type: multipart/alternative; boundary="1367013427.0DB12A680.17714"; charset="us-ascii"
--1367013427.0DB12A680.17714
Date: Fri, 26 Apr 2013 21:57:07 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D63933
--- Comment #2 from Victor Aur=C3=A9lio ---
Ok, if i use Xinerama (with same resolutions) will exceed hardware limit or=
not
?
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1367013427.0DB12A680.17714
Date: Fri, 26 Apr 2013 21:57:07 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1367013427.0DB12A680.17714--
--===============0554096079==
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
--===============0554096079==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 63933] Error in r300_set_framebuffer_state if use Dual-Head setup
Date: Fri, 26 Apr 2013 22:21:05 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0122127535=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 8FF42E5D4E
for ;
Fri, 26 Apr 2013 15:21:05 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============0122127535==
Content-Type: multipart/alternative; boundary="1367014865.4f430a821.20605"; charset="us-ascii"
--1367014865.4f430a821.20605
Date: Fri, 26 Apr 2013 22:21:05 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=63933
--- Comment #3 from Alex Deucher ---
(In reply to comment #2)
> Ok, if i use Xinerama (with same resolutions) will exceed hardware limit or
> not ?
xinerama does not support 3D acceleration.
--
You are receiving this mail because:
You are the assignee for the bug.
--1367014865.4f430a821.20605
Date: Fri, 26 Apr 2013 22:21:05 +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.
--1367014865.4f430a821.20605--
--===============0122127535==
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
--===============0122127535==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 63933] Error in r300_set_framebuffer_state if use Dual-Head setup
Date: Fri, 26 Apr 2013 22:25:57 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1259265407=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 5A27CE5FE8
for ;
Fri, 26 Apr 2013 15:25:57 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1259265407==
Content-Type: multipart/alternative; boundary="1367015157.B8E2A0.21346"; charset="us-ascii"
--1367015157.B8E2A0.21346
Date: Fri, 26 Apr 2013 22:25:57 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D63933
--- Comment #4 from Victor Aur=C3=A9lio ---
(In reply to comment #3)
> (In reply to comment #2)
> > Ok, if i use Xinerama (with same resolutions) will exceed hardware limi=
t or
> > not ?
>=20
> xinerama does not support 3D acceleration.
ok, sorry my stupid question.
if isn't bothered, i've other question, only way for i get 3D
acceleration(without change resolution) is buy a new hw, or exists another =
way
?
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1367015157.B8E2A0.21346
Date: Fri, 26 Apr 2013 22:25:57 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1367015157.B8E2A0.21346--
--===============1259265407==
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
--===============1259265407==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 63933] Error in r300_set_framebuffer_state if use Dual-Head setup
Date: Fri, 26 Apr 2013 22:29:34 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1361027388=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id A2330E5D4E
for ;
Fri, 26 Apr 2013 15:29:34 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1361027388==
Content-Type: multipart/alternative; boundary="1367015374.A4ac7c11.22148"; charset="us-ascii"
--1367015374.A4ac7c11.22148
Date: Fri, 26 Apr 2013 22:29:34 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=63933
--- Comment #5 from Alex Deucher ---
(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #2)
> > > Ok, if i use Xinerama (with same resolutions) will exceed hardware limit or
> > > not ?
> >
> > xinerama does not support 3D acceleration.
>
> ok, sorry my stupid question.
>
> if isn't bothered, i've other question, only way for i get 3D
> acceleration(without change resolution) is buy a new hw, or exists another
> way ?
If you want to use 3D effects across a desktop larger than the hw limits of the
GPU, you either need a newer GPU with larger hw limits or someone has to make
major changes to the xserver to allocate separate surfaces for each monitor
rather than a single large surface for all monitors.
--
You are receiving this mail because:
You are the assignee for the bug.
--1367015374.A4ac7c11.22148
Date: Fri, 26 Apr 2013 22:29:34 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 5
on bug 63933
from Alex Deucher
(In reply to comment #4)
> (In reply to comment #3)
> > (In reply to comment #2)
> > > Ok, if i use Xinerama (with same resolutions) will exceed hardware limit or
> > > not ?
> >
> > xinerama does not support 3D acceleration.
>
> ok, sorry my stupid question.
>
> if isn't bothered, i've other question, only way for i get 3D
> acceleration(without change resolution) is buy a new hw, or exists another
> way ?
If you want to use 3D effects across a desktop larger than the hw limits of the
GPU, you either need a newer GPU with larger hw limits or someone has to make
major changes to the xserver to allocate separate surfaces for each monitor
rather than a single large surface for all monitors.
You are receiving this mail because:
- You are the assignee for the bug.
--1367015374.A4ac7c11.22148--
--===============1361027388==
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
--===============1361027388==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 63933] Error in r300_set_framebuffer_state if use Dual-Head setup
Date: Fri, 26 Apr 2013 22:32:28 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1731272180=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id F2442E5FE8
for ;
Fri, 26 Apr 2013 15:32:27 -0700 (PDT)
In-Reply-To:
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org
To: dri-devel@lists.freedesktop.org
List-Id: dri-devel@lists.freedesktop.org
--===============1731272180==
Content-Type: multipart/alternative; boundary="1367015548.5EBFa60.22529"; charset="us-ascii"
--1367015548.5EBFa60.22529
Date: Fri, 26 Apr 2013 22:32:27 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.freedesktop.org/show_bug.cgi?id=3D63933
--- Comment #6 from Victor Aur=C3=A9lio ---
Thank you and sorry for any inconvenience
--=20
You are receiving this mail because:
You are the assignee for the bug.
--1367015548.5EBFa60.22529
Date: Fri, 26 Apr 2013 22:32:28 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
You are receiving this mail because:
=20=20=20=20=20=20
- You are the assignee for the bug.
--1367015548.5EBFa60.22529--
--===============1731272180==
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
--===============1731272180==--