Download driver NVIDIA dari situs http://www.geforce.com/drivers, download file installernya sesuai dengan tipe VGA anda.
Install kernel header dkk

 yum install gcc make kernel-tools kernel-core kernel-modules kernel-devel kernel-headers

Install rpmfusion

yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

Install kmod-nvidia

yum install kmod-nvidia xorg-x11-drv-nvidia-libs acpid

kita menggunakan kmod-nvidia dari rpmfusion agar tidak perlu di disable manual driver VGA bawaan Fedora. Disini driver yang saya download dari situs NVIDIA adalah NVIDIA-Linux-x86_64-346.22.run. Reboot komputer anda.

Masuk ke init 3 (single user mode)

su -c "init 3"

jalankan script installer NVIDIA

chmod +x /home/jaranguda/Downloads/NVIDIA-Linux-x86_64-346.22.run
/home/jaranguda/Downloads/NVIDIA-Linux-x86_64-346.22.run

Bila muncul error
ERROR: Unable to find the kernel source tree for the currently running kernel. Please make sure you have installed the kernel source files for your kernel and that they are properly configured; on Red Hat Linux systems, for example, be sure you have the ‘kernel-source’ or ‘kernel-devel’ RPM installed. If you know the correct kernel source files are installed, you may specify the kernel source path with the ‘–kernel-source-path’ command line option.
ubah cara menjalankan script installer menjadi

 /home/jaranguda/Downloads/NVIDIA-Linux-x86_64-346.22.run --kernel-source-path=/usr/src/kernels/3.17.4-301.fc21.x86_64

dengan catatan anda menggunakan kernel 3.17.4-301.fc21.x86_64, bisa dilihat dengan perintah uname -a

Linux jaranguda.dev 3.17.4-301.fc21.x86_64 #1 SMP Thu Nov 27 19:09:10 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

Bila error diatas masih muncul, pastikan anda tidak masuk ke kernel yang ada +debug dibelakangnya contoh 3.17.4-301.fc21.x86_64+debug.

Leave a comment

Your email address will not be published. Required fields are marked *