Bug 228432

Summary: No AGP modules in kernel, so no DRI
Product: [Fedora] Fedora Reporter: david.hagood
Component: kernelAssignee: Kernel Maintainer List <kernel-maint>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-02-14 00:15:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description david.hagood 2007-02-13 04:50:35 UTC
Description of problem:
The Redhat supplied kernels do not come with the AGP modules, so accelerated X
with the Free drivers does not work.

Version-Release number of selected component (if applicable):
(any of the new kernels)

How reproducible:
Every time

Steps to Reproduce:
1. Allow Yum to install a RedHat kernel
2. Boot into that kernel
3. Start X
  
Actual results:
The radeon driver cannot find the AGP modules, so it refuses to load DRI.


Expected results:
The AGP modules should be present.

Additional info:

Comment 1 Dave Jones 2007-02-13 16:17:58 UTC
They're built in to the kernel (non-modular).
Your problem is elsewhere.

(dmesg | grep -i agp will show that they're present)

Make sure you have the 686 kernel installed, and not the i586 one (There was an
anaconda bug in FC6 that installed the wrong arch).  The 586 kernel doesn't have
all the AGP modules (just ones that would appear on 586 platforms).
See http://fedoraproject.org/wiki/Bugs/FC6Common for more info.

Comment 2 david.hagood 2007-02-14 00:15:14 UTC
That was it - wrong sub-arch on the kernel.