F18 how to install nvidia drivers [closed]
Hey all, anyone got any guide on how to install Nvidia drivers for Fedora 18 to a linux newb?
(have a Nvidia Geforce GTX 260)
Hey all, anyone got any guide on how to install Nvidia drivers for Fedora 18 to a linux newb?
(have a Nvidia Geforce GTX 260)
With a fresh install of Fedora, among the first things users do is install the appropriate drivers for your video card.
Checking if our nVidia graphics card is supported
Open a terminal and run the following command (the output looks similar to the example):
lspci |grep -i VGA
00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2)
Knowing the model of your graphics card nVidia should check if you are in the list of supported cards (check only those pertenescan to 6/7/8/9/200/300/400/500 GeForce series): nVidia.
Installing
su -
yum update kernel* selinux-policy*
32-bit and 64-bit
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm
yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm
yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm
Read the following before continuing: To install the nVidia drivers from rpmfusion repositories there are three possible commands. You should run only one of them, but to know that it is important that you read the following information:
**akmod** is a good choice and an easy way to avoid problems with kernel updates (this is the best option in my opinion) **kmod** save some disk space but will have problems with every kernel update and therefore you will have to reinstall the drivers with each new kernel.
**Kernel PAE (Physical Address Extension)**. If you're on a 32-bit (i686) and have installed the PAE kernel to access more RAM. In that case the termination is added to the packet-PAE "kmod". For example, kmod-nvidia-PAE. This will install the kernel module for the PAE kernel instead of the normal 32-bit kernel.
Note: if you are a member of a 32-bit (i686) and if you have 4GB of RAM or more, you probably have a PAE kernel, so you have two options: (1) using "akmod-nvidia" and install the additional package "kernel-PAE-devel", or (2) use "kmod-nvidia-PAE" next to "kernel-PAE-devel '. On the other hand if a member of a 64-bit (x86_64), kernel PAE is not your case, so just choose akmod or kmod.
a) Using akmod-nvidia (Kernel i386, i686 y x86_64)
yum install akmod-nvidia xorg-x11-drv-nvidia-libs
Note : Install additional package ONLY if you use kernel-PAE (omit this if you are using Fedora 64-bit):
yum install kernel-PAE-devel
b) Using kmod-nvidia (Kernel i386, i686 y x86_64)
yum install kmod-nvidia xorg-x11-drv-nvidia-libs
c) Using kmod-nvidia-PAE y kernel-PAE-devel
yum install kernel-PAE-devel kmod-nvidia-PAE
We ensure that the Nouveau driver is removed from initramfs, for it still runs as root and type the following two commands one by one:
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-nouveau.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
Configure xorg.conf
nvidia-xconfig
VDPAU/VAAPI support
To enable video acceleration ... (more)
There's one inaccuracy in this: you don't need to manually re-install kmod-nvidia for every new kernel. Most of the time, you get the new one at the same time as the kernel, but occasionally, there's a slight delay. Having akmod installed means that the first time you boot to a new kernel it creates the kmod for you so you don't have to worry. Personally, I have both; most of the time I get the new kmod with the kernel, but once in a while the akmod takes care of it for me.
@Natherul , welcome to askfedora you should ask a new question about google chrome and provide all necessary information for example screen shot, you can also open a terminal and execute -> google-chrome and provide also this information. you have to check if you have a 64 bits or 32 bits you can check with open a terminal -> uname -r provide this to and add only the specific repo to your system.
This might help!
[1] http://forums.fedoraforum.org/showthread.php?t=204752
[2] http://www.unixmen.com/how-to-install-nvidia-drivers-in-fedora-13-and-14/
nobody
Fedora does not include proprietary drivers since it's not open source. However if you really need these you might have a look at rpmfusion repository which offers this kind of packages.
rpmfusion actually handles two different sets: * packages which are still open source, but could not be included in main repository for some reason. * packages which are really not open source. Nvidia are included in rpmfusion non-free.
To enable these, visit http://rpmfusion.org/Configuration and click on the F18 links (or open a terminal and enter the suggested command line)
Asked: 2013-01-29 05:12:25 -0600
Seen: 28,533 times
Last updated: Jan 29 '13
How to get login screen after installing Nvidia graphics driver?
Fedora 24 install hangs possibly due to nvidia cards
Build Nvidia Driver from source
gnome gdm fails - modprobe says no nvidia module found
how to install older kernel not in boot list?
Fedora 27 freezing with Nvidia proprietary drivers
Fedora 18 impossible to install
Fedora 18 first boot: "Missing operating system."
Problem with installing Fedora
Cannot install 64-bit live CD where 32-bit version works OK and so is Win7 64-bit