[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: x4 + pci radeon 7500



On Wed, Apr 30, 2003 at 08:55:03PM -0400, Tom Vier wrote:
>
> i'm running testing, and trying to get my new radeon card to work under
> xfree86 4. unfortunetly, i get this error below. also, there's no dri menu
> in 2.4.21-rc1's menuconfig. is there no dri on alpha?

To get the 2.4.21-rc1 DRI configuration to include RADEON, you need to
edit drivers/char/drm/Config.in thusly:

REPLACE:

dep_tristate '  ATI Radeon' CONFIG_DRM_RADEON $CONFIG_AGP

WITH:

if [ "$CONFIG_ALPHA" = "y" ]; then
tristate '  ATI Radeon' CONFIG_DRM_RADEON
else
dep_tristate '  ATI Radeon' CONFIG_DRM_RADEON $CONFIG_AGP
fi

It will ONLY ask for RADEON if AGP is already configured, which most
Alphas don't need.

> (EE) RADEON(0): FBIOPUT_VSCREENINFO: Invalid argument

Dunno if this is because the FB driver was selected or not. I've
always NOT used FB, and have been successful with the PCI 7500.

 --Jay++

-----------------------------------------------------------------------------
Jay A Estabrook                            HPTC - LINUX support
Hewlett-Packard Company - MRO1-2/K15       (508) 467-2080
200 Forest Street, Marlboro MA 01752       Jay.Estabrook@hp.com
-----------------------------------------------------------------------------



Reply to: