> My kernel boots up with performance cpufreq governor, thus setting > frequency to 2hgz. Then I change it to powersave governor, thus > setting frequency to 1ghz just like that: > > echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor > > Everything works well. Then I launch mplayer and in 1/4 - 1/5 cases > system hangs (I mean nothing works, including numlock and sysrq key). > I suspect it's something with video card driver, and here comes my > problem. I use ati's proprietary fglrx driver (i guess they may be > calibrating they own delay loop, or something, and cputfreq change > ruins it), so kernel is tainted, so you are unable to track the > problem down.... eh.... well, but i hope there is some tiny chance > there is something wrong i do, or maybe cpu doesn't like so drastic > freq changes... well, if anybody has some idea, or just experience > like mine, I ask for help. Thanks in advance.
The processor is not changing frequency in response to your launch of mplayer. The powersave governor forces it to the lowest frequency regardless of system load. You really want to use ondemand for dynamic frequency scaling. Can you use a serial or network console to capture any messages the kernel is sending when mplayer starts? -Mark Langsdorf AMD, Inc. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/