Skip to main content
Commonmark migration
Source Link

Use the driver from rpmfusion

http://rpmfusion.org

See http://rpmfusion.org/Howto/nVidia#Latest.2BAC8-Beta_driver

Or if you want to grab it from the latest fedora stable release:

 

yum --releasever=23 install akmod-nvidia

 

yum install "kernel-devel-uname-r == $(uname -r)"

 

yum update -y

If you are running Fedora 23, you dnf rather then yum

Or if you want to grab it from the latest fedora stable release:

dnf install akmod-nvidia dnf install "kernel-devel-uname-r == $(uname -r)" dnf update -y 

And then reboot.

Note: Not all cards are supported yet, see nvidia compatibility list

ftp://download.nvidia.com/XFree86/Linux-x86_64/352.63/README/supportedchips.html

Use the driver from rpmfusion

http://rpmfusion.org

See http://rpmfusion.org/Howto/nVidia#Latest.2BAC8-Beta_driver

Or if you want to grab it from the latest fedora stable release:

 

yum --releasever=23 install akmod-nvidia

 

yum install "kernel-devel-uname-r == $(uname -r)"

 

yum update -y

If you are running Fedora 23, you dnf rather then yum

Or if you want to grab it from the latest fedora stable release:

dnf install akmod-nvidia dnf install "kernel-devel-uname-r == $(uname -r)" dnf update -y 

And then reboot.

Note: Not all cards are supported yet, see nvidia compatibility list

ftp://download.nvidia.com/XFree86/Linux-x86_64/352.63/README/supportedchips.html

Use the driver from rpmfusion

http://rpmfusion.org

See http://rpmfusion.org/Howto/nVidia#Latest.2BAC8-Beta_driver

Or if you want to grab it from the latest fedora stable release:

yum --releasever=23 install akmod-nvidia

yum install "kernel-devel-uname-r == $(uname -r)"

yum update -y

If you are running Fedora 23, you dnf rather then yum

Or if you want to grab it from the latest fedora stable release:

dnf install akmod-nvidia dnf install "kernel-devel-uname-r == $(uname -r)" dnf update -y 

And then reboot.

Note: Not all cards are supported yet, see nvidia compatibility list

ftp://download.nvidia.com/XFree86/Linux-x86_64/352.63/README/supportedchips.html

Source Link
Panther
  • 894
  • 1
  • 5
  • 9

Use the driver from rpmfusion

http://rpmfusion.org

See http://rpmfusion.org/Howto/nVidia#Latest.2BAC8-Beta_driver

Or if you want to grab it from the latest fedora stable release:

yum --releasever=23 install akmod-nvidia

yum install "kernel-devel-uname-r == $(uname -r)"

yum update -y

If you are running Fedora 23, you dnf rather then yum

Or if you want to grab it from the latest fedora stable release:

dnf install akmod-nvidia dnf install "kernel-devel-uname-r == $(uname -r)" dnf update -y 

And then reboot.

Note: Not all cards are supported yet, see nvidia compatibility list

ftp://download.nvidia.com/XFree86/Linux-x86_64/352.63/README/supportedchips.html