Re: Xeon E5 cpu work in low status

2013-11-04 Thread Jason
Thanks for all the responses. my machine is ibm bladecenter hs23 server. As Konstantin Belousov said, i check my server BIOS, change the processor performacne from "Favor Performace" to "Max Performance" It seems ok now. ___ freebsd-acpi@freebsd.org m

Re: Xeon E5 cpu work in low status

2013-11-04 Thread Ian Smith
On Mon, 4 Nov 2013, Adrian Chadd wrote: > On 4 November 2013 14:24, Konstantin Belousov wrote: > > > My Intel board DQ67OW starts with the fixed CPU speed, which is > > configurable in BIOS. Unless OS starts managing the frequency with the > > cpufreq and powerd, CPU is locked to the pre-con

Re: Xeon E5 cpu work in low status

2013-11-04 Thread Adrian Chadd
On 4 November 2013 14:24, Konstantin Belousov wrote: > My Intel board DQ67OW starts with the fixed CPU speed, which is > configurable in BIOS. Unless OS starts managing the frequency with the > cpufreq and powerd, CPU is locked to the pre-configured speed. It was > not easy to understand why my s

Re: Xeon E5 cpu work in low status

2013-11-04 Thread Konstantin Belousov
On Mon, Nov 04, 2013 at 02:53:03PM -0500, John Baldwin wrote: > On Monday, November 04, 2013 12:52:53 pm Kevin Oberman wrote: > > On Mon, Nov 4, 2013 at 12:46 AM, ?? wrote: > > > > > hi,all: > > > the cpu of my machine is : Intel(R) Xeon(R) CPU E5-2643 0 @ > > > 3.30GHz. > > > > > >

Re: Xeon E5 cpu work in low status

2013-11-04 Thread John Baldwin
On Monday, November 04, 2013 12:52:53 pm Kevin Oberman wrote: > On Mon, Nov 4, 2013 at 12:46 AM, 李森 wrote: > > > hi,all: > > the cpu of my machine is : Intel(R) Xeon(R) CPU E5-2643 0 @ > > 3.30GHz. > > > > after a reboot. The cpu freq is : sysctl dev.cpu.0.freq > > dev.cpu.0.freq

Re: Xeon E5 cpu work in low status

2013-11-04 Thread Adrian Chadd
.. and what I'd really like to see is some tools to inspect power consumption on the CPU side of things. I'd also like something for the GPU side of things too. I can't find anything in our DRM driver code that twiddles the clock PLL registers to slow things down. Thanks, -adrian On 4 Novembe

Re: Xeon E5 cpu work in low status

2013-11-04 Thread Adrian Chadd
A lot of us think this. The question is .. who's going to fix it? :-) -adrian On 4 November 2013 09:52, Kevin Oberman wrote: > On Mon, Nov 4, 2013 at 12:46 AM, 李森 wrote: > >> hi,all: >> the cpu of my machine is : Intel(R) Xeon(R) CPU E5-2643 0 @ >> 3.30GHz. >> >> after a re

Re: Xeon E5 cpu work in low status

2013-11-04 Thread Kevin Oberman
On Mon, Nov 4, 2013 at 12:46 AM, 李森 wrote: > hi,all: > the cpu of my machine is : Intel(R) Xeon(R) CPU E5-2643 0 @ > 3.30GHz. > > after a reboot. The cpu freq is : sysctl dev.cpu.0.freq > dev.cpu.0.freq: 1200 > > i didn't set any power savings config in rc.conf. > >

Xeon E5 cpu work in low status

2013-11-04 Thread 李森
hi,all: the cpu of my machine is : Intel(R) Xeon(R) CPU E5-2643 0 @ 3.30GHz. after a reboot. The cpu freq is : sysctl dev.cpu.0.freq dev.cpu.0.freq: 1200 i didn't set any power savings config in rc.conf. How can i fix this? ___