From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 50450] OpenGL does not work or works very slowly on Radeon HD3850
Date: Tue, 29 May 2012 15:07:33 +0000
Message-ID:
References:
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Return-path:
Received: from annarchy.freedesktop.org (annarchy.freedesktop.org
[131.252.210.176])
by gabe.freedesktop.org (Postfix) with ESMTP id 94D939E8C3
for ;
Tue, 29 May 2012 08:07:33 -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
https://bugs.freedesktop.org/show_bug.cgi?id=50450
--- Comment #9 from Andy Furniss 2012-05-29 08:07:33 PDT ---
(In reply to comment #8)
> (In reply to comment #7)
> > Solution is to rename libstdc++.so.6 and libgcc_s.so.1 that are in
> > /opt/quake4/ I guess, to something else which will make q4 use your system
> > libs.
>
> Thank you, it worked.
> But still i can't understand why doomsday runs so slow, I think it must run
> smoothly on my card. I also get weird screen artefacts in xonotic.
I haven't tested those with a 3850, IIRC nexuiz was a bit slow - but then that
was at 1920x1080 and reducing res/effects could make it playable.
I also never had the complication of a compositing desktop - maybe there is
something there to be tweaked - maybe not.
I don't know gentoo, or any distro (using ancient LFS). Are you compiling mesa
git or is gentoo - what options are being used?
I always used to test with vsync off, I can see from your xorg log that
swapbuffers wait is on. I don't know how/where you would add the xorg.conf
option in gentoo but in
Section "Device"
Option "SwapbuffersWait" "off"
will disable that.
In addition you need to run the app with the env
vblank_mode=0
compositing desktop allowing that should disable vsync and gain a few fps
You could avoid using the env everytime by making/editing .drirc in your home
dir to look like -
Another thing you could check is whether gentoo does anything with gpu power
settings.
cat /sys/class/drm/card0/device/power_method
cat /sys/class/drm/card0/device/power_profile
The only difference gpu wise between your logs and what I remember mine to be
is that your GTT is 64M. I used to use 256 - I have no idea if that will help
anything at all, but you could try in bios settings increasing AGP Aperture
size if you wanted to change it.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.