https://bugs.freedesktop.org/show_bug.cgi?id=28223
Summary: Screen Blanks on launching racing game Vdrift
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: other
Status: NEW
Severity: major
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: hysvats(a)gmail.com
Created an attachment (id=35808)
--> (https://bugs.freedesktop.org/attachment.cgi?id=35808)
Xorg.log
KMS Driver Stack details :
=========================
1) Kernel-2.6.32-21-generic-pae
2) Libdrm-2.4.19
3) Mesa-7.8-rc2
4) Xorg-server-1.7.4
5) ddx: xf86-video-ati-6.13.0
System Environment :
===================
O.S. - Ubuntu-10.04(32bit)
Asic - M97
CPU - Intel(R) Core(TM)@ 1.86GHz
Steps to Reproduce:
===================
1) Install Phoronix-test-suite from
http://www.phoronix-test-suite.com/releases/repo/pts.debian/files/phoronix-…
2) Install vdrift racing game
phoronix-test-suite install vdrift
3) Run the game with 1280x1024 or any other resolution
phoronix-test-suite run vdrift
Observation :
=============
Screen Blanks and intermittent corruption observed on the Desktop
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=27723
Summary: Vtx endian setup error under big endain CPU
Product: Mesa
Version: unspecified
Platform: PowerPC
OS/Version: other
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: raoxianhong(a)163.net
There is an error at line 965 of r700_assembler.c(mesa 7.8.1):
vfetch_instruction_ptr->m_Word2.f.endian_swap = SQ_ENDIAN_NONE;
the correct must be:
vfetch_instruction_ptr->m_Word2.f.endian_swap =
#if BIGENDIAN_CPU
SQ_ENDIAN_8IN32;
#else
SQ_ENDIAN_NONE;
#endif
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=36455
Summary: Screen corruption when comeing back from powersave
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: d.mills-dri(a)guesny.net
Using yesterday's git (20-04-2011), when the card tries to come back from a
suspended state (laptop suspend, or just turning off the screen using
powersave) the screen stops updating and sometimes becomes garbled.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=33715
Summary: demo arbocclude regression since r600g: Implement
asyncronous query results.
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: lists(a)andyfurniss.entadsl.com
The bottom square and number in the mesa demo arbocclude are rendering red.
It seems r600c has been doing this for some time, bith swrasts are OK and
before this commit r600g got it right also.
e7ec53273547335863b2377bea9d35aa9c114c6b is the first bad commit
commit e7ec53273547335863b2377bea9d35aa9c114c6b
Author: Mathias Fröhlich <Mathias.Froehlich(a)web.de>
Date: Sun Jan 23 22:16:56 2011 +0100
r600g: Implement asyncronous query results.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=32687
Summary: XBMC software video renderer is faster than OpenGL
video renderer
Product: Mesa
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: nguyenthetoan(a)gmail.com
I have an integrated AMD760G graphic card. I use the latest r600g driver from
xorg-edgers package repository for ubuntu Lucid.
My most important OpenGL software is XBMC. It has three video renderers:
Software, ARB or GLSL. I notice (using the debug information of XBMC) that the
Software renderer is actually the fastest one, then ARB and finally GLSL. I
guess something is not well optimized in r600g with regard to video rendering.
This is especially true for 1080p video (sometime I get only 12-16fps using
OpenGL renderers while CPU usage is still only 50%. Software renderer could do
24fps with 100% CPU.).
FYI, I also have another similar desktop, but with ATI X1650 PRO card. On this
machine, using the r300g driver, the GLSL renderer is fastest (also similar to
ARB renderer) and is faster than the Software renderer. So, r300g is well
optimized with regard to video rendering.
I file this bug hoping the developers could spare sometime optimize r600g for
video rendering.
Thanks a lot
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=32557
Summary: [r600g] z/stencil buffer too small error in dmesg.
Product: Mesa
Version: git
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/Gallium/r600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: kdekorte(a)yahoo.com
Install wine 1.3.9
Install Flying Model Simulator 2.0 beta 7 under wine
download from: http://n.ethz.ch/student/mmoeller/fms/down.html
locate and download d3drm.dll and put in the FMS program directory
start FMS
in dmesg the following errors will occur multiple times
[250821.374684] radeon 0000:01:00.0: z/stencil buffer too small (0x00B5FC7F
11648 1 4 -> 2981888 have 2957312)
[250821.374688] radeon 0000:01:00.0: r600_packet3_check:1331 invalid cmd stream
507
[250821.374690] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
[250821.379713] radeon 0000:01:00.0: z/stencil buffer too small (0x00B5FC7F
11648 1 4 -> 2981888 have 2957312)
[250821.379719] radeon 0000:01:00.0: r600_packet3_check:1331 invalid cmd stream
572
[250821.379723] [drm:radeon_cs_ioctl] *ERROR* Invalid command stream !
The application will run, but there will be no display on the screen.
Unsure if this is a wine or a r600 error as many other OpenGL applications
work. As does Diablo II in Direct3d mode under the same wine.
The application works fine under Windows 7 however.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=28049
Summary: Failure observed while running the Glean test
Product: Mesa
Version: git
Platform: x86 (IA32)
OS/Version: other
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/R600
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: hysvats(a)gmail.com
Created an attachment (id=35542)
--> (https://bugs.freedesktop.org/attachment.cgi?id=35542)
glean-logs
KMS Driver Stack details :
=========================
1) Kernel-2.6.33
2) Libdrm-2.4.19
3) Mesa-7.8-rc2
4) Xorg-server-1.7.4
5) ddx: xf86-video-ati-6.13.0
System Environment :
===================
O.S. - Ubuntu-9.10(32bit)
Asic - M97
CPU - Intel(R) Pentium(R)@ 3.60 GHz
Steps to Reproduce:
===================
glean -r result -t pbo
Observation :
=============
8 tests passed, 2 tests failed (logs attached)
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
https://bugs.freedesktop.org/show_bug.cgi?id=32830
Summary: X server freezes when running emulator pcsx-r or
another psx emulator x86/x86_64..
Product: Mesa
Version: 7.9
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Drivers/DRI/r200
AssignedTo: dri-devel(a)lists.freedesktop.org
ReportedBy: ss3vdr(a)gmail.com
Created an attachment (id=41646)
--> (https://bugs.freedesktop.org/attachment.cgi?id=41646)
Xorg.0.log
I have a radeon rv280 and use the radeon driver, when I use pcsx-r emulator or
another psx emulator x86/x86_64 X server freezes, the mouse moves very slowly,
but nothing else seems to respond, later I have to access a the machine using
ssh and kill X, after that there is a kernel panic.
My linux distro is Gentoo on kernel 2.6.36.2 with:
libdrm 2.4.23
mesa 7.9
xf86-video-ati 6.13.2
xorg-server 1.9.2.902
I test all from git and kernel 2.6.37-rc8 but bug persist, attached Xorg.log
and xorg.conf.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.