From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 29384] Slow switch between TTY1-TTY6 with /dev/fb0 or X11 involved Date: Mon, 16 Aug 2010 04:11:17 -0700 (PDT) Message-ID: <20100816111117.B7EEB13008F@annarchy.freedesktop.org> 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 C47229E7E4 for ; Mon, 16 Aug 2010 04:11:17 -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=29384 --- Comment #28 from peterle@hottemptation.org 2010-08-16 04:11:17 PDT --- Solution found for bug 29384! I noticed that everything looks like the kernel uses the new power-managment-stuff also for the Evergreen graphics cards. And this leads to the solution, the power_method "profile" doesn't work correct, the all problems with slow switching while using /dev/fb* with fbi or mplayer are solved with switching the power_method to "dynpm". $ echo "dynpm" > /sys/class/drm/card0/device/power_method check with $ cat /sys/class/drm/card0/device/power_method" //should report dynpm Now everything works. I can load a png-image with fbi on tty1, check dmesg output on tty2, while I am watching a ioQuake3-Demo (of course without hardware-accleration) on X11. If necessary I can use "pm-supend" and wakeup the system again, everything still works. @Alex Deucher: Could it be a final solution a) generally set "dynpm" for all Evergreen chips or b) switching of power-managment for Evergreen till is really supported in the kernel Now the bad news: Using dynpm doesn't fix bug 27744 Further information: http://www.x.org/wiki/radeonBuildHowTo#Troubleshootingradeonpower-management -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.