public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Two agpgart probes at boot.
@ 2005-06-17 18:43 Nick Warne
  2005-06-20 22:40 ` Dave Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Warne @ 2005-06-17 18:43 UTC (permalink / raw)
  To: linux-kernel

Hi all,

Can anybody point me in the direction of why I get 'what appears' to be two 
agpgart probes on boot (2.6.11.12 on updated Slack 10):

Jun 17 18:40:27 linuxamd kernel: agpgart: Found an AGP 2.0 compliant device at 
0000:00:00.0.
Jun 17 18:40:27 linuxamd kernel: agpgart: Putting AGP V2 device at 
0000:00:00.0 into 4x mode
Jun 17 18:40:27 linuxamd kernel: agpgart: Putting AGP V2 device at 
0000:01:00.0 into 4x mode
Jun 17 18:40:27 linuxamd kernel: agpgart: Found an AGP 2.0 compliant device at 
0000:00:00.0.
Jun 17 18:40:27 linuxamd kernel: agpgart: Putting AGP V2 device at 
0000:00:00.0 into 4x mode
Jun 17 18:40:27 linuxamd kernel: agpgart: Putting AGP V2 device at 
0000:01:00.0 into 4x mode

TIA,

Nick
-- 
"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Two agpgart probes at boot.
  2005-06-17 18:43 Two agpgart probes at boot Nick Warne
@ 2005-06-20 22:40 ` Dave Jones
  2005-06-22 18:10   ` Nick Warne
  0 siblings, 1 reply; 4+ messages in thread
From: Dave Jones @ 2005-06-20 22:40 UTC (permalink / raw)
  To: Nick Warne; +Cc: linux-kernel

On Fri, Jun 17, 2005 at 07:43:40PM +0100, Nick Warne wrote:
 > Hi all,
 > 
 > Can anybody point me in the direction of why I get 'what appears' to be two 
 > agpgart probes on boot (2.6.11.12 on updated Slack 10):
 > 
 > Jun 17 18:40:27 linuxamd kernel: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
 > Jun 17 18:40:27 linuxamd kernel: agpgart: Putting AGP V2 device at  0000:00:00.0 into 4x mode
 > Jun 17 18:40:27 linuxamd kernel: agpgart: Putting AGP V2 device at  0000:01:00.0 into 4x mode
 > Jun 17 18:40:27 linuxamd kernel: agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
 > Jun 17 18:40:27 linuxamd kernel: agpgart: Putting AGP V2 device at  0000:00:00.0 into 4x mode
 > Jun 17 18:40:27 linuxamd kernel: agpgart: Putting AGP V2 device at  0000:01:00.0 into 4x mode

These messages aren't probing messages per se. They happen when something
(typically X) opens /dev/agpgart and sets up dri. It'll get logged
every time that X gets restarted.  That there are two of them with the
same datestamp is odd though. For some reason your X did this twice.

		Dave


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Two agpgart probes at boot.
  2005-06-20 22:40 ` Dave Jones
@ 2005-06-22 18:10   ` Nick Warne
  2005-11-16 19:26     ` Nick Warne
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Warne @ 2005-06-22 18:10 UTC (permalink / raw)
  To: Dave Jones, linux-kernel

On Monday 20 June 2005 23:40, Dave Jones wrote:

> These messages aren't probing messages per se. They happen when something
> (typically X) opens /dev/agpgart and sets up dri. It'll get logged
> every time that X gets restarted.  That there are two of them with the
> same datestamp is odd though. For some reason your X did this twice.

Ok, thanks for the info on what is going on.  I have just spent a few minutes 
looking at all the logs and configs, but can see nothing untoward.

I don't load the DRI module in xorg.conf, btw.

It doesn't harm anything, so I will stumble on the reason why one day when 
doing something else, I expect.  It maybe a nVidia thing...

Nick
-- 
"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Two agpgart probes at boot.
  2005-06-22 18:10   ` Nick Warne
@ 2005-11-16 19:26     ` Nick Warne
  0 siblings, 0 replies; 4+ messages in thread
From: Nick Warne @ 2005-11-16 19:26 UTC (permalink / raw)
  To: Dave Jones; +Cc: linux-kernel

On Wednesday 22 June 2005 19:10, Nick Warne wrote:
> On Monday 20 June 2005 23:40, Dave Jones wrote:
> > These messages aren't probing messages per se. They happen when something
> > (typically X) opens /dev/agpgart and sets up dri. It'll get logged
> > every time that X gets restarted.  That there are two of them with the
> > same datestamp is odd though. For some reason your X did this twice.
>
> Ok, thanks for the info on what is going on.  I have just spent a few
> minutes looking at all the logs and configs, but can see nothing untoward.
>
> I don't load the DRI module in xorg.conf, btw.
>
> It doesn't harm anything, so I will stumble on the reason why one day when
> doing something else, I expect.  It maybe a nVidia thing...

Well, after all this time, it is a nVidia thing:

http://www.nvnews.net/vbulletin/showthread.php?t=59748

Hopefully google bot will index this and anybody else will find the answer.

Give nVidia their binary due though - at least they have bods on the forum to 
answer.

Nick
-- 
http://sourceforge.net/projects/quake2plus/

"Person who say it cannot be done should not interrupt person doing it."
-Chinese Proverb


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-16 19:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-17 18:43 Two agpgart probes at boot Nick Warne
2005-06-20 22:40 ` Dave Jones
2005-06-22 18:10   ` Nick Warne
2005-11-16 19:26     ` Nick Warne

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox