brucehuynhlee / xnu-speedstep

Automatically exported from code.google.com/p/xnu-speedstep
0 stars 0 forks source link

No Automatic Laptop Dimming After Externel Power Source Removal #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Unplug the external power once .
2. The display does not dim.

What is the expected output? What do you see instead?

Earlier,whenever I removed the ac power,the screen did dim slightly on its 
own,now the 
brightness remains the same.

What version of the kext are you using? On what kernel and processor?

OS Version:10.5.5(build 9f33,vanilla kernel and kexts with efi on GPT table)
I am Chun Nan smart battery manager.
I got 10.5.5 by using iATKOSv2 and 10.5.3,10.5.4 and 10.5.5 update using Netkas 
Method.
and use Titan for Graphics.

Processor is Intel Core Duo T2050@1.6GHz.
hp laptop dv6114tx
Please provide any additional information below.

Please turn on DebugMessages in the Info.plist, reload the kext and try to 
reproduce the 
problem. Attach output of this command:  -NA-
sudo dmesg | grep IntelEnhanced && sysctl hw.busfrequency && sysctl machdep.cpu 
&& uname -
a

xXx:Extensions root# sudo dmesg | grep IntelEnhanced && sysctl hw.busfrequency 
&& sysctl 
machdep.cpu && uname -a
IntelEnhancedSpeedStep: INFO  Initializing version 1.4.0 (C) Prashant Vaibhav 
<mercurysquad@yahoo.com>
IntelEnhancedSpeedStep: INFO  Using 4 PStates.
hw.busfrequency: 2132000000
machdep.cpu.address_bits.virtual: 32
machdep.cpu.address_bits.physical: 32
machdep.cpu.cache.size: 2048
machdep.cpu.cache.L2_associativity: 6
machdep.cpu.cache.linesize: 64
machdep.cpu.arch_perf.fixed_width: 0
machdep.cpu.arch_perf.fixed_number: 0
machdep.cpu.arch_perf.events: 0
machdep.cpu.arch_perf.events_number: 7
machdep.cpu.arch_perf.width: 40
machdep.cpu.arch_perf.number: 2
machdep.cpu.arch_perf.version: 1
machdep.cpu.thermal.ACNT_MCNT: 1
machdep.cpu.thermal.thresholds: 2
machdep.cpu.thermal.dynamic_acceleration: 0
machdep.cpu.thermal.sensor: 1
machdep.cpu.mwait.sub_Cstates: 139808
machdep.cpu.mwait.extensions: 3
machdep.cpu.mwait.linesize_max: 64
machdep.cpu.mwait.linesize_min: 64
machdep.cpu.cores_per_package: 2
machdep.cpu.logical_per_package: 2
machdep.cpu.extfeatures: XD
machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA 
CMOV 
PAT CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM SSE3 MON EST TM2 TPR PDCM
machdep.cpu.brand: 0
machdep.cpu.signature: 1768
machdep.cpu.extfeature_bits: 1048576 0
machdep.cpu.feature_bits: -1075184641 49545
machdep.cpu.stepping: 8
machdep.cpu.extfamily: 0
machdep.cpu.extmodel: 0
machdep.cpu.model: 14
machdep.cpu.family: 6
machdep.cpu.brand_string: Genuine Intel(R) CPU           T2050  @ 1.60GHz
machdep.cpu.vendor: GenuineIntel
Darwin xXx.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep  3 11:29:43 PDT 
2008; root:xnu-
1228.7.58~1/RELEASE_I386 i386
xXx:Extensions root# 
-------------------------------------------------------------------------
My bus freq was wrongly reported(System Profiler) even before using this kext.I 
use 533Mhz 
DDR2 RAM on HP Laptop (dv6114tx)
I guess this is because of SMBIOS(27,the one that came with iATKOS v2)
your kext says FSB IS 133MHz.

Do you think  using vanilla SMBIOS with Chun Nan SMBIOSEfi will solve the wrong 
Bus problem ?

Original issue reported on code.google.com by goraya.g...@gmail.com on 9 Nov 2008 at 7:28

Attachments:

GoogleCodeExporter commented 8 years ago
Display dimming has nothing to do with speedstep. It is probably because you 
increased the brightness on 
battery and the laptop 'remembered' that (happens with mine). Try taking the 
adapter out, wait a minute, 
decrease the brightness manually using keyboard shortcut, then plug power back 
in.

FSB speed is correct. 533 MHz is the quadpump value (marketing strategy :P). 
133 * 4 = 532 mhz for the 
memory. 133 is the actual fsb.

Marking as Invalid as there are no bugs.

Original comment by mercurys...@gmail.com on 10 Nov 2008 at 11:03