![]() | 1 | initial version |
I strongly recommend the RPM Fusion drivers for intel (mesa). You may want to follow this steps:
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
sudo yum -y update
sudo yum -y install mesa-dri-drivers mesa-libGLU
su -c 'yum install libtxc_dxtn --enablerepo=rpmfusion-free-updates-testing'
sudo yum -y update
If you are running 64-bits version add this steps before update:
sudo yum -y install mesa-dri-drivers.i686 mesa-libGLU.i686
su -c 'yum install libtxc_dxtn.i686 --enablerepo=rpmfusion-free-updates-testing'
Then reboot.
Basically you are upgrading to the latest mesa drivers available.
Regards,
X3MBoy