linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mike Houston <mikeserv@bmts.com>
To: Helge Hafting <helgehaf@aitel.hist.no>
Cc: jonsmirl@gmail.com, airlied@gmail.com, covici@ccs.covici.com,
	linux-kernel@vger.kernel.org
Subject: Re: 2.6.10 dies when X tries to initialize PCI radeon 9200 SE
Date: Sun, 16 Jan 2005 15:25:21 -0500	[thread overview]
Message-ID: <20050116152521.31ae7846.mikeserv@bmts.com> (raw)
In-Reply-To: <20050116121823.GA7734@hh.idb.hist.no>

On Sun, 16 Jan 2005 13:18:23 +0100
Helge Hafting <helgehaf@aitel.hist.no> wrote:

> On Sun, Jan 16, 2005 at 06:04:32AM -0500, Jon Smirl wrote:
> > you need to check the output from "modprobe drm debug=1" "modprobe
> > radeon" and see if drm is misidentifying the board as AGP. We
> > don't want to fix something if it isn't broken.
> > 
> Stupid question - how do I get a modular drm?
> I usually make everything compiled-in with no module support.
> But now I made a kernel with module support and selected "M"
> for the agp stuff and for the radeon and matrox DRM support.
> But DRM itself will only accept Yes or No, Module is not an
> option there with "make menuconfig".  So I can load
> and unload the radeon module now, but there is no DRM module.
> loading/unloading radeon gives me messages from DRM about this
> happening, but DRM itself is compiled in so I can't modprobe it
> with that debug parameter.
> 
> Is there perhaps something in some other menu that needs to be (M)
> before (M) becomes an option for DRM?
> 
> Helge Hafting

Hello,

I can help shed a bit of light on this particular discrepancy. It's
only very recently that "drm" itself has been selectable as a
separate module. In plain 2.6.10 it hasn't happened yet. (I noticed it
when doing 2.6.11-rc1)

In 2.6.10 the "direct rendering manager" choice just enables the other
DRM choices below it, and the DRM code was
built into your video card specific module.

Now, the "direct rendering manager" choice is now individually
selectable and when you modprobe your card specific module, it
loads "drm" as a dependent module.

e.g. from lsmod on my system with 2.6.11-rc1:

Module                  Size  Used by
radeon                 51584  1 
drm                      37012  2 radeon
intel_agp              11676  1 
agpgart                15272  2 drm,intel_agp

Where before there was no module "drm" and it was a fatter 90 kb
radeon module.

I hope you get your problem solved,
Mike

  reply	other threads:[~2005-01-16 20:26 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
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 [this message]
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=20050116152521.31ae7846.mikeserv@bmts.com \
    --to=mikeserv@bmts.com \
    --cc=airlied@gmail.com \
    --cc=covici@ccs.covici.com \
    --cc=helgehaf@aitel.hist.no \
    --cc=jonsmirl@gmail.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).