Ati Radeon 9200 SE (xorg 6.8.0) driver (HELP please!)
SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Originally posted by egag agpgart support is the general part.
the other module must match your chipset
( i have a via chipset , so i need a via-agp module )
This might sound silly (its getting late), but from lspci, i assume my chipset is an ATI chipset...
---------
or are we talking about this line ?
00:01.0 PCI bridge: Intel Corp. 82855PM Processor to AGP Controller (rev 03)
---------
yes, so intel is the right one i think. ( modulename is smth. like intel-agp or so )
----------
That i never understood what it exactly means....
----------
i meant, if you have a kernel with agp compiled in and you want it modular,
then you have to recompile the bzImage as well as the modules.
if you only add a module then you only have to recompile the modules,
ah...can't you choose /dev/agpgart and the intel as modules . ?
( i can do that here.... )
if so ,i would pick both options saying " intel " as a module.
( i dont't know which one you need , but the right one will be loaded when loading agpgart.
Originally posted by egag if so ,i would pick both options saying " intel " as a module.
( i dont't know which one you need , but the right one will be loaded when loading agpgart.
lol egaaaaaaaag still no hope. they're both enabled as modules.. but still 3D won't work on X.. =/
First make a new kernel. Some thing need to be unchecked!
#
# Graphics support
#
CONFIG_FB=m
CONFIG_FB_CFB_FILLRECT=m
CONFIG_FB_CFB_COPYAREA=m
CONFIG_FB_CFB_IMAGEBLIT=m
CONFIG_FB_SOFT_CURSOR=m
# CONFIG_FB_MACMODES is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_VIDEO_SELECT is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
# CONFIG_FB_RADEON_DEBUG is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE is not set
Direct rendering Manager MUST BE DISABLED!
After that install ati package! compile the module. and configure fglrxconfig (the newest driver)
works at .run package
works in .rpm package
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.