On Sunday 26 February 2006 05:02, Bruce Burden wrote:
> Okay, I have decided to use the xorg DRM module. However, I am
> still doing something wrong:
First of all did you follow the guide at http://www.gentoolinux.org/doc/en/dri-howto.xml ? Or any other guide?
Assuming you used the guided above:
1) Could you post the output of:
zcat /proc/config.gz | grep 'MTRR\|AGP\|DRM'
2) What version of x11-drm are you using? Did you set VIDEO_CARDS="ati" in make.conf (or on the command line while emerge x11-drm)? BTW what version of xorg-x11?
3) What does the Module section of your xorg.conf look like?
> I have:
>
> Section "Device"
> Identifier "X600"
> Driver "radeon"
> VendorName "ATI Technologies Inc"
> BoardName "RV350 [MOBILITY RADEON X600]"
> BusID "PCI:1:0:0"
> EndSection
>
> for the xorg.conf entry. Should it be "ati"?
No.
> # lsmod
> Module Size Used by
> radeon 98464 0
> drm 61592 1 radeon
> intel_agp 18332 1
> agpgart 27216 2 drm,intel_agp
[SNIP]
Looks all right.
--
Bo Andresen