From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] New: X11 can't start with acceleration enabled
Date: Fri, 15 Feb 2013 08:51:22 +0000
Message-ID:
Priority
medium
Bug ID
60879
Assignee
dri-devel@lists.freedesktop.org
Summary
X11 can't start with acceleration enabled
Severity
blocker
Classification
Unclassified
OS
Linux (All)
Reporter
mustrumr97@gmail.com
Hardware
x86-64 (AMD64)
Status
NEW
Version
unspecified
Component
DRM/Radeon
Product
DRI
Created attachment 74857 [details]
Screenshot of Xorg
I've recently bought a Radeon 7000 graphics card - Sapphire Radeon HD 7870 XT.
I enabled glamor in xorg.conf.
The X server fails to start with glamor enabled. For 10 seconds it shows
nothing. I've attached a screenshot taken with my mobile phone after that.
After killing X the monitor turns off as if the GPU is off (probably true).
X works if I disable glamor. However this way I'd be forced to use swrast.
xorg-xserver - 1.13.2
xf86-video-ati - git or 7.1.0 (both tried)
glamor - git or 0.5 (both tried)
libdrm - git or 2.4.42 (both tried)
kernel - git or 3.7.7 (both tried)
mesa - git
weston also fails to start. It just shows a black screen with a white stripe on
top. Killing it returns me to a tty.
I'll attach parts of the kernel log when starting Xorg and weston.
Created attachment 74859 [details]
Kernel log when starting Xorg (lines containing radeon or drm)
Created attachment 74860 [details]
Kernel log when starting weston (lines containing radeon or drm)
What | Removed | Added |
---|---|---|
Assignee | dri-devel@lists.freedesktop.org | zhigang.gong@gmail.com |
Product | DRI | xorg |
Version | unspecified | git |
Component | DRM/Radeon | Driver/glamor |
glamor doesn't work with xserver 1.13 or newer yet. See also <= a class=3D"bz_bug_link=20 bz_status_ASSIGNED " title=3D"ASSIGNED --- - Glamor from git does not build with xorg server = 1.13.1 and mesa 9.0.1" href=3D"show_bug.cgi?id=3D58910">bug 58910.
What | Removed | Added |
---|---|---|
Assignee | zhigang.gong@gmail.com | dri-devel@lists.freedesktop.org |
Product | xorg | Mesa |
Component | Driver/glamor | Drivers/Gallium/radeonsi |
(In reply to comment #4= ) > glamor builds fine with Xorg 1.13.2. Yes, but it really can't work with it per bug 58910. You'll have to stick to pre-1.13 X servers for testing glamor. (In reply to comment #5) > I don't think it's a Xorg/glamor bug because wes= ton doesn't start too. How about a simple EGL app, e.g. mesa/demos/src/egl/opengl/egltri_screen ? This could be a Tahiti specific problem.
egltri_screen shows the same crap as weston. It segfaults 5 seconds after start.
(In reply to comment #7= ) > egltri_screen shows the same crap as weston. It = segfaults 5 seconds after > start. Please attach a backtrace of the segfault and the stderr output from runnin= g it with the environment variables EGL_LOG_LEVEL=3Ddebug RADEON_DUMP_SHADERS=3D1 set.
Created attachment 75409 [details]
Debug output
Here is the debug output and the stack trace (llvm and mesa from yesterday
git/svn)
The segfault looks like some kind of LLVM issue on shutdown, w= e can probably ignore that for now. The real problem is that your GPU hangs even while running the trivial shad= ers egltri_screen uses. Alex, could it be we're trying to use a missing/disabled shader engine or something like that? Hristo, can you also attach the kernel output corresponding to egltri_scree= n? I expect it'll be basically the same as for starting X, but just in case.
It's the same as starting weston. egltri_screen doesn't hang the GPU. Only Xorg does. egltri_screen and weston fail to clear the buffer or render anything. With current llvm svn, mesa git, libdrm git and linux 3.8.2 the problem is still there.
(In reply to comment #= 11) > egltri_screen doesn't hang the GPU. Only Xorg do= es. egltri_screen and weston > fail to clear the buffer or render anything. Because the GPU hangs trying to render anything. :) The kernel output is fr= om resetting the hung GPU.
Created attachment 76481
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2085122915=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 2098FE5C73
for ;
Wed, 13 Mar 2013 13:57:04 -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
--===============2085122915==
Content-Type: multipart/alternative; boundary="1363208224.51Dc0.9175"; charset="us-ascii"
--1363208224.51Dc0.9175
Date: Wed, 13 Mar 2013 20:57:03 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #14 from Hristo Venev ---
Sadly this patch doesn't fix this bug. egltri_screen does not render anything
and does not cause GPU reset. However eglgears_screen and Xorg cause the GPU to
reset. Without the patch it's the same.
--
You are receiving this mail because:
You are the assignee for the bug.
--1363208224.51Dc0.9175
Date: Wed, 13 Mar 2013 20:57:04 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 14
on bug 60879
from Hristo Venev
Sadly this patch doesn't fix this bug. egltri_screen does not render anything
and does not cause GPU reset. However eglgears_screen and Xorg cause the GPU to
reset. Without the patch it's the same.
You are receiving this mail because:
- You are the assignee for the bug.
--1363208224.51Dc0.9175--
--===============2085122915==
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
--===============2085122915==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Fri, 22 Mar 2013 21:06:48 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0959580301=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id A4981E5CCC
for ;
Fri, 22 Mar 2013 14:06:48 -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
--===============0959580301==
Content-Type: multipart/alternative; boundary="1363986408.12b4D0.25792"; charset="us-ascii"
--1363986408.12b4D0.25792
Date: Fri, 22 Mar 2013 21:06:48 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #15 from Hristo Venev ---
Now egl{tri,gears}_screen work. However they don't render properly. Square
pixel blocks seem to be "misplaced". I will test with Xorg and attach a
screenshot.
--
You are receiving this mail because:
You are the assignee for the bug.
--1363986408.12b4D0.25792
Date: Fri, 22 Mar 2013 21:06:48 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 15
on bug 60879
from Hristo Venev
Now egl{tri,gears}_screen work. However they don't render properly. Square
pixel blocks seem to be "misplaced". I will test with Xorg and attach a
screenshot.
You are receiving this mail because:
- You are the assignee for the bug.
--1363986408.12b4D0.25792--
--===============0959580301==
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
--===============0959580301==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Fri, 22 Mar 2013 21:16:34 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0288325066=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 3756AE5CCC
for ;
Fri, 22 Mar 2013 14:16:35 -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
--===============0288325066==
Content-Type: multipart/alternative; boundary="1363986995.FD367F20.28012"; charset="us-ascii"
--1363986995.FD367F20.28012
Date: Fri, 22 Mar 2013 21:16:34 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #16 from Hristo Venev ---
Created attachment 76921
--> https://bugs.freedesktop.org/attachment.cgi?id=76921&action=edit
Screenshots with and without glamor
X11 doesn't render properly. The pixels seem to be shuffled. Maybe a shader
doesn't write where it's supposed to?
There is no kernel output caused by this.
--
You are receiving this mail because:
You are the assignee for the bug.
--1363986995.FD367F20.28012
Date: Fri, 22 Mar 2013 21:16:35 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 16
on bug 60879
from Hristo Venev
Created attachment 76921 [details]
Screenshots with and without glamor
X11 doesn't render properly. The pixels seem to be shuffled. Maybe a shader
doesn't write where it's supposed to?
There is no kernel output caused by this.
You are receiving this mail because:
- You are the assignee for the bug.
--1363986995.FD367F20.28012--
--===============0288325066==
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
--===============0288325066==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Fri, 22 Mar 2013 21:56:30 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1688185426=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 000CBE5CCC
for ;
Fri, 22 Mar 2013 14:56:30 -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
--===============1688185426==
Content-Type: multipart/alternative; boundary="1363989390.4cDe0.9727"; charset="us-ascii"
--1363989390.4cDe0.9727
Date: Fri, 22 Mar 2013 21:56:30 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #17 from Alex Deucher ---
(In reply to comment #16)
> Created attachment 76921 [details]
> Screenshots with and without glamor
>
> X11 doesn't render properly. The pixels seem to be shuffled. Maybe a shader
> doesn't write where it's supposed to?
Looks like the tiling configuration is wrong on your system.
--
You are receiving this mail because:
You are the assignee for the bug.
--1363989390.4cDe0.9727
Date: Fri, 22 Mar 2013 21:56:30 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 17
on bug 60879
from Alex Deucher
(In reply to comment #16)
> Created attachment 76921 [details]
> Screenshots with and without glamor
>
> X11 doesn't render properly. The pixels seem to be shuffled. Maybe a shader
> doesn't write where it's supposed to?
Looks like the tiling configuration is wrong on your system.
You are receiving this mail because:
- You are the assignee for the bug.
--1363989390.4cDe0.9727--
--===============1688185426==
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
--===============1688185426==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Sat, 23 Mar 2013 12:11:36 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1996573661=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 47D11E5C5E
for ;
Sat, 23 Mar 2013 05:11:36 -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
--===============1996573661==
Content-Type: multipart/alternative; boundary="1364040696.02d7Af0.29651"; charset="us-ascii"
--1364040696.02d7Af0.29651
Date: Sat, 23 Mar 2013 12:11:36 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #18 from Hristo Venev ---
Actually the GPU only works if it has been initialized by fglrx and then the
driver is switched to radeon without rebooting. When booting with radeon it
doesn't work.
I bruteforced all 24 tiling configs by setting them in
evergreen_interpret_tiling in radeonsi_pipe.c and none of them worked for
eglgears_screen. They all lead to the same result. The tiling config given to
evergreen_interpret_tiling is 0x1023. I have no idea what the (1<<12) bit in it
means.
--
You are receiving this mail because:
You are the assignee for the bug.
--1364040696.02d7Af0.29651
Date: Sat, 23 Mar 2013 12:11:36 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 18
on bug 60879
from Hristo Venev
Actually the GPU only works if it has been initialized by fglrx and then the
driver is switched to radeon without rebooting. When booting with radeon it
doesn't work.
I bruteforced all 24 tiling configs by setting them in
evergreen_interpret_tiling in radeonsi_pipe.c and none of them worked for
eglgears_screen. They all lead to the same result. The tiling config given to
evergreen_interpret_tiling is 0x1023. I have no idea what the (1<<12) bit in it
means.
You are receiving this mail because:
- You are the assignee for the bug.
--1364040696.02d7Af0.29651--
--===============1996573661==
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
--===============1996573661==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Mon, 25 Mar 2013 14:39:27 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0702703213=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id A908EE6239
for ;
Mon, 25 Mar 2013 07:39: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
--===============0702703213==
Content-Type: multipart/alternative; boundary="1364222367.D131a6eD0.22720"; charset="us-ascii"
--1364222367.D131a6eD0.22720
Date: Mon, 25 Mar 2013 14:39:27 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #19 from Alex Deucher ---
(In reply to comment #18)
> Actually the GPU only works if it has been initialized by fglrx and then the
> driver is switched to radeon without rebooting. When booting with radeon it
> doesn't work.
Can you dump the registers with avivotool
(http://cgit.freedesktop.org/~airlied/radeontool/) from both radeon and fglrx?
E.g., cold boot with radeon and dump the registers:
sudo avivotool regmatch '*' > radeon.regs
then boot with fglrx and switch radeon:
sudo avivotool regmatch '*' > fglrx.regs
and post the outputs here?
--
You are receiving this mail because:
You are the assignee for the bug.
--1364222367.D131a6eD0.22720
Date: Mon, 25 Mar 2013 14:39:27 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 19
on bug 60879
from Alex Deucher
(In reply to comment #18)
> Actually the GPU only works if it has been initialized by fglrx and then the
> driver is switched to radeon without rebooting. When booting with radeon it
> doesn't work.
Can you dump the registers with avivotool
(http://cgit.freedesktop.org/~airlied/radeontool/) from both radeon and fglrx?
E.g., cold boot with radeon and dump the registers:
sudo avivotool regmatch '*' > radeon.regs
then boot with fglrx and switch radeon:
sudo avivotool regmatch '*' > fglrx.regs
and post the outputs here?
You are receiving this mail because:
- You are the assignee for the bug.
--1364222367.D131a6eD0.22720--
--===============0702703213==
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
--===============0702703213==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Mon, 25 Mar 2013 14:44:53 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2145046550=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 60177E6286
for ;
Mon, 25 Mar 2013 07:44:53 -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
--===============2145046550==
Content-Type: multipart/alternative; boundary="1364222693.b5dE1E20.24103"; charset="us-ascii"
--1364222693.b5dE1E20.24103
Date: Mon, 25 Mar 2013 14:44:53 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #20 from Alex Deucher ---
(In reply to comment #19)
> (In reply to comment #18)
> > Actually the GPU only works if it has been initialized by fglrx and then the
> > driver is switched to radeon without rebooting. When booting with radeon it
> > doesn't work.
>
> Can you dump the registers with avivotool
> (http://cgit.freedesktop.org/~airlied/radeontool/) from both radeon and
> fglrx? E.g., cold boot with radeon and dump the registers:
> sudo avivotool regmatch '*' > radeon.regs
> then boot with fglrx and switch radeon:
> sudo avivotool regmatch '*' > fglrx.regs
> and post the outputs here?
Actually, three outputs would be better:
1. cold boot with radeon
2. cold boot with fglrx
3. cold boot with fglrx, warm boot radeon
--
You are receiving this mail because:
You are the assignee for the bug.
--1364222693.b5dE1E20.24103
Date: Mon, 25 Mar 2013 14:44:53 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 20
on bug 60879
from Alex Deucher
(In reply to comment #19)
> (In reply to comment #18)
> > Actually the GPU only works if it has been initialized by fglrx and then the
> > driver is switched to radeon without rebooting. When booting with radeon it
> > doesn't work.
>
> Can you dump the registers with avivotool
> (http://cgit.freedesktop.org/~airlied/radeontool/) from both radeon and
> fglrx? E.g., cold boot with radeon and dump the registers:
> sudo avivotool regmatch '*' > radeon.regs
> then boot with fglrx and switch radeon:
> sudo avivotool regmatch '*' > fglrx.regs
> and post the outputs here?
Actually, three outputs would be better:
1. cold boot with radeon
2. cold boot with fglrx
3. cold boot with fglrx, warm boot radeon
You are receiving this mail because:
- You are the assignee for the bug.
--1364222693.b5dE1E20.24103--
--===============2145046550==
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
--===============2145046550==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Mon, 25 Mar 2013 18:43:02 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1477053575=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 0E5E9E5C62
for ;
Mon, 25 Mar 2013 11:43:02 -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
--===============1477053575==
Content-Type: multipart/alternative; boundary="1364236982.ecaf0.15465"; charset="us-ascii"
--1364236982.ecaf0.15465
Date: Mon, 25 Mar 2013 18:43:01 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #21 from Hristo Venev ---
Created attachment 77012
--> https://bugs.freedesktop.org/attachment.cgi?id=77012&action=edit
Outputs of avivotool
AVIVO_D2GRPH_{ENABLE,CONTROL} seem to make the difference between lockup and
wrong rendering.
--
You are receiving this mail because:
You are the assignee for the bug.
--1364236982.ecaf0.15465
Date: Mon, 25 Mar 2013 18:43:02 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 21
on bug 60879
from Hristo Venev
Created attachment 77012 [details]
Outputs of avivotool
AVIVO_D2GRPH_{ENABLE,CONTROL} seem to make the difference between lockup and
wrong rendering.
You are receiving this mail because:
- You are the assignee for the bug.
--1364236982.ecaf0.15465--
--===============1477053575==
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
--===============1477053575==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Fri, 29 Mar 2013 13:23:44 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0308644398=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id DB9A4E5F21
for ;
Fri, 29 Mar 2013 06:23:43 -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
--===============0308644398==
Content-Type: multipart/alternative; boundary="1364563423.1B8e0.4819"; charset="us-ascii"
--1364563423.1B8e0.4819
Date: Fri, 29 Mar 2013 13:23:43 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #22 from Alex Deucher ---
Ugh. Sorry. I told you the wrong option for avivotool so it dumped the wrong
registers. It should be :
avivotool regs all
--
You are receiving this mail because:
You are the assignee for the bug.
--1364563423.1B8e0.4819
Date: Fri, 29 Mar 2013 13:23:43 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 22
on bug 60879
from Alex Deucher
Ugh. Sorry. I told you the wrong option for avivotool so it dumped the wrong
registers. It should be :
avivotool regs all
You are receiving this mail because:
- You are the assignee for the bug.
--1364563423.1B8e0.4819--
--===============0308644398==
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
--===============0308644398==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Fri, 29 Mar 2013 14:27:01 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0552710275=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id A9156E5D3E
for ;
Fri, 29 Mar 2013 07:27:01 -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
--===============0552710275==
Content-Type: multipart/alternative; boundary="1364567221.2cFf74030.14165"; charset="us-ascii"
--1364567221.2cFf74030.14165
Date: Fri, 29 Mar 2013 14:27:01 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
Hristo Venev changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #77012|0 |1
is obsolete| |
--- Comment #23 from Hristo Venev ---
Created attachment 77211
--> https://bugs.freedesktop.org/attachment.cgi?id=77211&action=edit
Outputs of avivotool
avivotool while running fglrx nicely halts the GPU. Xorg wouldn't die so I
couldn't switch to radeon. cold-fglrx-warm-radeon was from the next boot.
--
You are receiving this mail because:
You are the assignee for the bug.
--1364567221.2cFf74030.14165
Date: Fri, 29 Mar 2013 14:27:01 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Hristo Venev
changed
bug 60879
What
Removed
Added
Attachment #77012 is obsolete
1
Comment # 23
on bug 60879
from Hristo Venev
Created attachment 77211 [details]
Outputs of avivotool
avivotool while running fglrx nicely halts the GPU. Xorg wouldn't die so I
couldn't switch to radeon. cold-fglrx-warm-radeon was from the next boot.
You are receiving this mail because:
- You are the assignee for the bug.
--1364567221.2cFf74030.14165--
--===============0552710275==
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
--===============0552710275==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Sat, 20 Apr 2013 19:37:44 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2083650642=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 35FACE5FC8
for ;
Sat, 20 Apr 2013 12:37:44 -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
--===============2083650642==
Content-Type: multipart/alternative; boundary="1366486664.C0eCDE01.8776"; charset="us-ascii"
--1366486664.C0eCDE01.8776
Date: Sat, 20 Apr 2013 19:37:44 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #24 from Hristo Venev ---
Any idea regarding the reason for this behavior?
P.S. I noted that glxgears renders OK on fullscreen with fglrx->radeon. In
window it's wrong.
--
You are receiving this mail because:
You are the assignee for the bug.
--1366486664.C0eCDE01.8776
Date: Sat, 20 Apr 2013 19:37:44 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 24
on bug 60879
from Hristo Venev
Any idea regarding the reason for this behavior?
P.S. I noted that glxgears renders OK on fullscreen with fglrx->radeon. In
window it's wrong.
You are receiving this mail because:
- You are the assignee for the bug.
--1366486664.C0eCDE01.8776--
--===============2083650642==
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
--===============2083650642==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Sat, 20 Apr 2013 22:33:08 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1385257265=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id E364FE5DBF
for ;
Sat, 20 Apr 2013 15:33:08 -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
--===============1385257265==
Content-Type: multipart/alternative; boundary="1366497188.5b4Dcca51.4979"; charset="us-ascii"
--1366497188.5b4Dcca51.4979
Date: Sat, 20 Apr 2013 22:33:08 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #25 from Alex Deucher ---
(In reply to comment #24)
> Any idea regarding the reason for this behavior?
>
> P.S. I noted that glxgears renders OK on fullscreen with fglrx->radeon. In
> window it's wrong.
Unfortunately, I didn't see anything obvious in the dump. Can you try my
drm-next branch?
http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.10
Does that help?
--
You are receiving this mail because:
You are the assignee for the bug.
--1366497188.5b4Dcca51.4979
Date: Sat, 20 Apr 2013 22:33:08 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"
Comment # 25
on bug 60879
from Alex Deucher
(In reply to comment #24)
> Any idea regarding the reason for this behavior?
>
> P.S. I noted that glxgears renders OK on fullscreen with fglrx->radeon. In
> window it's wrong.
Unfortunately, I didn't see anything obvious in the dump. Can you try my
drm-next branch?
http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.10
Does that help?
You are receiving this mail because:
- You are the assignee for the bug.
--1366497188.5b4Dcca51.4979--
--===============1385257265==
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
--===============1385257265==--
From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 60879] X11 can't start with acceleration enabled
Date: Sun, 21 Apr 2013 08:54:20 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0589970715=="
Return-path:
Received: from culpepper.freedesktop.org (unknown [131.252.210.165])
by gabe.freedesktop.org (Postfix) with ESMTP id 67DFBE6223
for ;
Sun, 21 Apr 2013 01:54:20 -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
--===============0589970715==
Content-Type: multipart/alternative; boundary="1366534460.184e1.28508"; charset="us-ascii"
--1366534460.184e1.28508
Date: Sun, 21 Apr 2013 08:54:20 +0000
MIME-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
https://bugs.freedesktop.org/show_bug.cgi?id=60879
--- Comment #26 from Hristo Venev ---
Sadly the problem still remains.
--
You are receiving this mail because:
You are the assignee for the bug.
--1366534460.184e1.28508
Date: Sun, 21 Apr 2013 08:54:20 +0000
MIME-Version: 1.0
Content-Type: text/html; charset="UTF-8"