linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Helge Hafting <helgehaf@aitel.hist.no>
To: Dave Airlie <airlied@gmail.com>
Cc: covici@ccs.covici.com,
	Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: 2.6.10 dies when X tries to initialize PCI radeon 9200 SE
Date: Sat, 15 Jan 2005 19:57:12 +0100	[thread overview]
Message-ID: <20050115185712.GA17372@hh.idb.hist.no> (raw)
In-Reply-To: <21d7e997050113130659da39c9@mail.gmail.com>

On Fri, Jan 14, 2005 at 08:06:09AM +1100, Dave Airlie wrote:
> > on Thursday 01/13/2005 Helge Hafting(helge.hafting@hist.no) wrote
> >  > 2.6.10 boots fine, but is killed by the X server when it
> >  > tries to initialize my PCI radeon 9200 SE.  This problem exists
> >  > in 2.6.9 too, but not in 2.6.8.1.  So I'm stuck with that version currently.
> >  >
> >  > The problem seems to be access to the card bios, X uses
> >  > int10 bios calls to initialize the card.
> >  >
> 
> Do you have DRM enabled if so can you turn it off.. same with radeonfb
> or vesafb...
> 

Some more data:
2.6.10 with agp and drm (drm for radeon & matrox) - dies with X on radeon
2.6.10 with drm (for radeon) no agp               - runs X fine!
2.6.10 with agp and no drm at all                 - dies with X on radeon
2.6.10 no agp no drm                              - runs X, but no 3d of course


2.6.10 with drm and no agp couldn't use matrox drm because that one 
needs agp to compile.


This is a bit strange.  I can't run X on the radoen PCI card if AGP is compiled,
but X and the kernel is not supposed to use AGP in this case because it is a
pci card!  Seems very strange to me, particularly considering that 2.6.8.1 
is able to run with both agp and drm.


I've mounted /var synchronously so as to get the most of the crash log.  It ends
like this:

(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) Loading sub module "int10"
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) RADEON(0): initializing int10
(**) RADEON(0): Option "InitPrimary" "on"
(II) Truncating PCI BIOS Length to 53248

A normal non-crashing run looks like this:
(II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
(II) LoadModule: "int10"
(II) Reloading /usr/X11R6/lib/modules/linux/libint10.a
(II) RADEON(0): initializing int10
(**) RADEON(0): Option "InitPrimary" "on"
(II) Truncating PCI BIOS Length to 53248
(--) RADEON(0): Chipset: "ATI Radeon 9200SE 5964 (AGP)" (ChipID = 0x5964)
(--) RADEON(0): Linear framebuffer at 0xe0000000
(--) RADEON(0): VideoRAM: 131072 kByte (64 bit DDR SDRAM)
(II) RADEON(0): PCI card detected
(II) Loading sub module "ddc"
(II) LoadModule: "ddc"

(and so on)

Another item that may be interesting:
>From the log, it looks like DRM failed to load for the PCI card when
AGP wasn't present.  Odd - it couldn't use AGP anyway.  
Maybe the explanation is that the xserver erroneously believes that it is
an agp card?  The log contains this:

(--) Chipset ATI Radeon 9200SE 5964 (AGP) found

It _is_ an "ATI Radeon 9200 SE", but it is definitely not an AGP card.
I don't know wether the X server is mistaken, or if it merely is a
wrong message.  I don't think X should hang the kernel this way, even
if it opens the AGP device by mistake.  AGP is normally in use by the 
matrox card and should be unavailable anyway.

Any further ideas?�  More things to try?  It'd be nice to get 3D on these
newer kernels too. :-)  I can post full logs if that's interesting.

Helge Hafting

  reply	other threads:[~2005-01-15 18:48 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-13 10:30 2.6.10 dies when X tries to initialize PCI radeon 9200 SE Helge Hafting
2005-01-13 11:00 ` John covici
2005-01-13 21:06   ` Dave Airlie
2005-01-15 18:57     ` Helge Hafting [this message]
2005-01-16 10:08       ` Dave Airlie
2005-01-16 10:33         ` Jon Smirl
2005-01-16 10:37           ` Dave Airlie
2005-01-16 10:35         ` Jon Smirl
2005-01-16 10:50         ` Helge Hafting
2005-01-16 11:04           ` Jon Smirl
2005-01-16 11:07             ` Dave Airlie
2005-01-16 11:34               ` Jon Smirl
2005-01-16 11:41                 ` Dave Airlie
2005-01-21 18:26                   ` 2.6.10 dies when X uses PCI radeon 9200 SE, binary search result Helge Hafting
2005-01-21 18:49                     ` John covici
2005-01-16 12:26                 ` 2.6.10 dies when X tries to initialize PCI radeon 9200 SE John covici
2005-01-16 12:18             ` Helge Hafting
2005-01-16 20:25               ` Mike Houston
2005-01-16 22:08               ` Jon Smirl
2005-01-16 22:24                 ` Helge Hafting
2005-01-17 17:19                 ` Helge Hafting
2005-01-14  2:20   ` David Lang
2005-01-14 10:35     ` Helge Hafting
2005-01-14 12:41       ` John covici
2005-01-15  8:23         ` Dave Airlie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050115185712.GA17372@hh.idb.hist.no \
    --to=helgehaf@aitel.hist.no \
    --cc=airlied@gmail.com \
    --cc=covici@ccs.covici.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).