Re: Wrong timings on amd64 (Turion) Solution

2006-03-17 Thread Matteo Vescovi
2006/3/13, Lennart Sorensen <[EMAIL PROTECTED]>:
Is this one of the systems where telling ACPI that you are runningWindows makes things work better?
Len Sorensen
Ohh, I really don't know.
I'm still running XP because I need a working laptop, not a fried one ;-)
And in Windows everything works like a charm. Gosh, I hate this OS!
That's all I know about it.
 
Take care.
Matteo-- Imagine a red swirl here. 


Re: Wrong timings on amd64 (Turion) Solution

2006-03-13 Thread Lennart Sorensen
On Sun, Mar 12, 2006 at 08:54:52PM +0100, Matteo Vescovi wrote:
> Hi Hans,
> 
> On Tue, Feb 28, 2006 at 09:36:29AM +0100, Hans wrote:
> > I have found a solution: you must add "disable_timer_pin_1" in grub. Other 
> > solution was, to start without acpi. The first solution will start with 
> > acpi.
> 
> Beware of ACPI, it's buggy with X200!!
> 
> Pay a visit to:
> 
> http://bugzilla.kernel.org/show_bug.cgi?id=5534
> 
> Richard Mace posted a thread about it a couple of months ago, IIRC.
> I don't know if you've got a HP nx6125 like Richard, me and some others
> but you'd better check your ACPI behaviour. If not monitored constantly,
> it could damage your CPU, since the fan won't start when it's supposed
> to.

Is this one of the systems where telling ACPI that you are running
Windows makes things work better?

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wrong timings on amd64 (Turion) Solution

2006-03-12 Thread Matteo Vescovi
Hi Hans,

On Tue, Feb 28, 2006 at 09:36:29AM +0100, Hans wrote:
> I have found a solution: you must add "disable_timer_pin_1" in grub. Other 
> solution was, to start without acpi. The first solution will start with acpi.

Beware of ACPI, it's buggy with X200!!

Pay a visit to:

http://bugzilla.kernel.org/show_bug.cgi?id=5534

Richard Mace posted a thread about it a couple of months ago, IIRC.
I don't know if you've got a HP nx6125 like Richard, me and some others
but you'd better check your ACPI behaviour. If not monitored constantly,
it could damage your CPU, since the fan won't start when it's supposed
to.

Just my 2 cents.
Happy hacking!

mfv


signature.asc
Description: Digital signature


Re: Wrong timings on amd64 (Turion) Solution

2006-02-28 Thread Lennart Sorensen
On Tue, Feb 28, 2006 at 09:36:29AM +0100, Hans wrote:
> I have found a solution: you must add "disable_timer_pin_1" in grub. Other 
> solution was, to start without acpi. The first solution will start with acpi.
> Now everything works o.k. However, i do not know, if the system is now more 
> slowly. I could not proove it yet.

It should run the same, except the clock should be correct now.

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wrong timings on amd64 (Turion) Solution

2006-02-28 Thread Hans
Am Montag, 27. Februar 2006 14:13 schrieb Lennart Sorensen:
> On Mon, Feb 27, 2006 at 05:39:49PM +0100, Hans wrote:
> > since I have an AMD64-Turion processor, all timings are twice as fast as
> > they should be. This can be seen at:
> >
> > - clock
> > - downloadrate at apt-get
> > - keyboard (rate and delay)
> > - clock (in KDE)
> > - the icon animation in KDE
> >
> > and some more.
> >
> > I found a workaround in grub, to set at start "clock=tsc", but this does
> > not work. I googled a lot, found other people with the same problem, but
> > no solution.
> >
> > Any hints ?
>
> This is a known problem with ATI chipsets.  It is something that is
> being worked on in the kernel, and I believe as of 2.6.15 it is fixed
> for most systems.  If you are running sarge, you could grab a newer
> kernel from backports.org to try.
>
> Len Sorensen

Thanks Len !

I have found a solution: you must add "disable_timer_pin_1" in grub. Other 
solution was, to start without acpi. The first solution will start with acpi.
Now everything works o.k. However, i do not know, if the system is now more 
slowly. I could not proove it yet.

Best regards

Hans



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wrong timings on amd64 (Turion)

2006-02-27 Thread Basile STARYNKEVITCH
Le Mon, Feb 27, 2006 at 05:39:49PM +0100, Hans écrivait/wrote:
> Hello folks,
> 
> since I have an AMD64-Turion processor, all timings are twice as fast as they 
> should be. 

This is a known bug (for ATI X200 chipset).

Work arounds

1.  pass the noapic option (thru grub in /boot/grub/menu.lst) to the
  kernel (this works for 2.6.11 to 2.6.15+ kernels)
  I am doing it on my MSI S270 Turion laptop
   http://starynkevitch.net/Basile/msi_s270_linux.html 

2. preferably, boot a recent kernel the 2.6.15 from debian/sid is ok,
  and passes the disable_timer_pin_1 option to the kernel. See
  http://0pointer.de/lennart/tchibo.html

Regards.
-- 
Basile STARYNKEVITCH http://starynkevitch.net/Basile/ 
email: basilestarynkevitchnet 
aliases: basiletunesorg = bstarynknerimnet
8, rue de la Faïencerie, 92340 Bourg La Reine, France


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wrong timings on amd64 (Turion)

2006-02-27 Thread Lennart Sorensen
On Mon, Feb 27, 2006 at 05:39:49PM +0100, Hans wrote:
> since I have an AMD64-Turion processor, all timings are twice as fast as they 
> should be. This can be seen at:
> 
> - clock
> - downloadrate at apt-get 
> - keyboard (rate and delay)
> - clock (in KDE) 
> - the icon animation in KDE 
> 
> and some more.
> 
> I found a workaround in grub, to set at start "clock=tsc", but this does not 
> work. I googled a lot, found other people with the same problem, but no 
> solution.  
> 
> Any hints ? 

This is a known problem with ATI chipsets.  It is something that is
being worked on in the kernel, and I believe as of 2.6.15 it is fixed
for most systems.  If you are running sarge, you could grab a newer
kernel from backports.org to try.

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Wrong timings on amd64 (Turion)

2006-02-27 Thread Serge Belyshev
Hans <[EMAIL PROTECTED]> writes:

> Hello folks,
>
> since I have an AMD64-Turion processor, all timings are twice as fast as they 
> should be. This can be seen at:
[snip]
> Any hints ? 

take a look at http://bugzilla.kernel.org/show_bug.cgi?id=3927


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Wrong timings on amd64 (Turion)

2006-02-27 Thread Hans
Hello folks,

since I have an AMD64-Turion processor, all timings are twice as fast as they 
should be. This can be seen at:

- clock
- downloadrate at apt-get 
- keyboard (rate and delay)
- clock (in KDE) 
- the icon animation in KDE 

and some more.

I found a workaround in grub, to set at start "clock=tsc", but this does not 
work. I googled a lot, found other people with the same problem, but no 
solution.  

Any hints ? 

Best regards

Hans

I had a AMD-Athlon XP before, and  


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]