Gentoo Archives: gentoo-user

From: Jason Cooper <gentoo@××××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] struggling with dri
Date: Mon, 10 Oct 2005 16:49:54
Message-Id: 20051010164138.GF14572@lakedaemon.net
In Reply to: Re: [gentoo-user] struggling with dri by Kevin Hanson
1 Kevin Hanson (tuxpert@×××××××.net) scribbled:
2 > I've got a radeon mobility 9200 in my laptop and have compiled
3 > CONFIG_AGP=m, CONFIG_AGP_INTEL=m, CONFIG_DRM=m, and CONFIG_DRM_RADEON=m.
4 >
5 > Interestingly enough, agpgart module loads at boot but intel_agp
6 > doesn't. Modprobe of intel_agp produces no errors, but lsmod shows it's
7 > not loaded. Nothing in log files either. When X is started, drm and
8 > radeon modules load up, but dri still doesn't work, probably because agp
9 > isn't working.
10
11 Do you have agpgart in /etc/modules.autoload.d/kernel-2.6 ? replace it
12 with intel_agp, then place radeon on the line following. intel_agp will
13 draw in agpgart, and radeon must be loaded after those are in.
14
15 hth,
16
17 jason.
18 --
19 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] struggling with dri Fernando Meira <fmeira@×××××.com>
Re: [gentoo-user] struggling with dri Kevin Hanson <tuxpert@×××××××.net>