Saturday, October 27, 2012

nvidia drivers in centos 6 x64

(be up to date)
yum install gcc
yum install kernel-devel
download nvidia drivers from webpage
reboot and when grub is booting, stop it and edit the kernel line: append 'rdblacklist=nouveau 3", this will disable the nouveau driver and set you in init 3 (just for this time)
ls to the download directory and run the installer (sh NV.. or chmod +x and ./NV..)
say yes to, everything, i can't see why not; but especially important to it modifying the X config setting.
reboot
if you want to verify: "/sbin/lsmod | grep nouveau" should return empty.

Tuesday, October 2, 2012

install adobe reader in fedora 17 x64

from a root terminal (su -), add adobe repository, update yum and install


rpm -ivh http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm

yum check-update

yum install AdobeReader_enu


say yes to everything.