![]() |
|
Setting up ATI on gentoo - Printable Version +- Linux-Noob Forums (https://www.linux-noob.com/forums) +-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html) +--- Forum: Gentoo (https://www.linux-noob.com/forums/forum-93.html) +--- Thread: Setting up ATI on gentoo (/thread-3255.html) |
Setting up ATI on gentoo - Oroshi - 2004-07-09 Setting up ATI drivers in Gentoo is easy Step by Step: 1) emerge ati-drivers Code: # emerge ait-driversLet emerge to compiling this for you. 2) Use fglrxconfig to create your /etc/X11/XF86Config-4 file Code: # fglrxconfigit will gives you some questions, all you just need to put the answers number. once you done that, then go to /etc/X11 and do this back up your XF86Config use Code: # cp XF86Config XF86Config.backupthen overwrite the old one use: Code: # mv XF86Config-4 XF86Config4) Include agpgart, and ATI chipset support in kernel (>2.6) and DRM in kernel config. Better use leasest Kernel (2.6.7)! Code: # cd /usr/src/linuxin those options, you need to add following, agpgart, ATI chipset Support and DRM once tou done this, you need to do is. Code: # make && make modules_installit going to take a while to compiling. Now you need to copy two things for your /boot Code: # mount /dev/hda1 /boot5) You need to Edit Grub for new kernel Code: # cd /boot/grubUse edit tool such as, nano or vi or you favorite editor Code: # nano grub.confyou need to add this in your grub.conf Code: default 0save it, and reboot, you are now booting new kernel with ATI support. |