Re: Someone already tested the new Apple Bluetooth upgrade?

2004-12-08 Thread Georg C. Kaindl
hi, > Considering the problems the last update seems to have made on Linux: > > Has someone already installed the latest one without stopping > bluetooth capabilities on Linux :) ... ? I installed it via the Software Update tool i

Re: hang on laptop mode during boot (ibook g4)

2004-11-08 Thread Georg C. Kaindl
hi, > I booted to single user ("Linux single" at the prompt) > and moved the laptop-mode script in /etc/init.d aside as a temporary > workaround to get it booting since apt-get remove hung on trying > to remove it too. I've already filed a bug report + fix for this problem about 2 weeks ago, ref

Re: Sensors in adt746x

2004-10-28 Thread Georg C. Kaindl
hi, I've tried your patch, but I can't comment on the changes syncing the fans because my powerbook just has one. But when watching the behaviour of the fan speed stepping code I noticed that it happens quite often that when reducing the fan speed it will get set to values < fan_speed because

Re: powerbook fan behaviour, therm_adt7467

2004-10-26 Thread Georg C. Kaindl
hi, > I think I'll send this. It doesn't add any parameter, but makes the fan > speed change gradual (from specified fan speed, which is now 64 by > default, to 255, by increments of (255-fan_speed) / 7. yes, from my point of view this would also be a good improvement. Anyways, I'd still prefer

Re: powerbook fan behaviour, therm_adt7467

2004-10-26 Thread Georg C. Kaindl
hi, > I'd like to keep it simple stupid. If you want a stepping, you'll end up > with a lot of code to handle hysteresis - which is, don't slow down the > fan as soon as the temp is going under one limit (or the other way) or > your fan will change speed every two seconds. Which is very > annoying

Re: powerbook fan behaviour, therm_adt7467

2004-10-26 Thread Georg C. Kaindl
hi, > As long as you make sure there's some code to switch the fans to full > speed at some threshold you should be safe. The module needs some more > tweaking anyway - it's written for iBook where there's a CPU and GPU fan > but the PowerBook seems to have just two exhaust fans, and the sensors >

powerbook fan behaviour, therm_adt7467

2004-10-25 Thread Georg C. Kaindl
hi, I've got a question about the fan behaviour on powerbooks using the therm_adt7467 module: I've noticed that the fan seems the start correctly (when the cpu temperature reaches the given limit), however, it starts to spin pretty quickly, causing a lot of noise. Under MacOS X, the fan spins

Re: Re: startx segfaults on latest powerbook 12", sid

2004-09-20 Thread Georg C. Kaindl
> Here is mine, on the same powerbook, works fine. thanks, it seems that the "VideoRam" option was the culprit, after removing it X started up fine... it's strange, however, that there weren't any warnings or errors in my logfile. well, nevermind. regards, Georg Kaindl

startx segfaults on latest powerbook 12", sid

2004-09-17 Thread Georg C. Kaindl
hi, i'm trying to setup xfree86 on my powerbook 12" (the latest one with the 64MB nvidia card). However, startx stops with sig 11 (segfault). I've tried it with the stock debian 2.6.7-powerpc kernel as well as a 2.6.8.1 kernel that I've compiled myself. My XFree86 configuration basically is wha