About how to install the ati driver in RedHatEnterpriseLinux6: su-/* switch to the root user */yumupdate/* to view yum updates */yuminstallkernel-develgcc/* to install the kernel and gcc compilers. For convenience, we recommend that you install rhe
This article describes how to install the ati driver in RedHat Enterprise Linux 6:
Su-/* switch to the root user */
Yum update/* Check yum update */
Yum install kernel-devel gcc/* install the kernel and gcc compilers. For convenience, it is recommended that you install rhel6 as a custom package and add all the development kits and tools in development, so that you can skip this step */
Reboot/* restart */
Bash./ati-driver-installer-11-3-x86.x86_64.run/* Run ati graphics card installer */
Cd/lib/modules/fglrx/build_mod/* switch to this directory */
Sh make. sh/* execute the make. sh script */
Cd ../* switch to the upper-level directory */
Sh make_install.sh/* execute the make_install script */
Vim/boot/grub. conf/* edit the grub file */
Next we add nomodeset to the line in the kernel before rhgp quiet.
: Wq/* Save it */
Reboot
In this way, the installation of the video card is complete. After successful installation, the boot screen will change (from the original circle to the bottom ), this method also applies to Fedora1 4 (not verified ).
Insert a successful image
We can click on the desktop to see that the terminal is transparent (pretty nice ).
Haha!