Re: Dell laptops
Colin Faber <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <44B74273.6060802__39743.6571344317$1152861049$gmane$org@ruckusmail.com> |
[email protected] wrote: >> Colin Faber wrote: >> >>> I'm running -CURRENT on a D610 with working crt/lcd Fn switch, bge, >>> wireless (via ndis), sound, video (including DRM/DRI), est (via >>> powerd), and Lid switch control. >>> >>> The only problems I've noticed so far is that when running est with >>> powerd in adaptive mode, it seems to adjust the cpu timing many times >>> a second, which has lead to some applications being unstable and or >>> performing horribly (the most notable would be audio applications, >>> each time the cpu timing is switch you hear a pause). >>> > > aha! now i get it, the same thing happens with powerd, i notice the > hiccups when i am listening to something. > > perhaps there is an unutilized hardware callback somewhere that can inform > powerd/est that the audio device is in use and that it shouldnt toggle the > cpu..... > Possibly. Digging into this a little bit deeper I've also noticed that mplayer will pause when I close the lid. All this does is result in a devd callback to a script called Lid in /etc/rc.d that I wrote. This in turn issues a simple sysctl hw.acpi.video.lcd0.active=0 when closed and =1 when open. Maybe the ACPI system it self is resulting in the hiccups. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"