Fedora: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
No edit summary
Tgurr (talk | contribs)
No edit summary
Line 1: Line 1:
== NVIDIA Drivers ==
== NVIDIA Drivers ==
 
=== Repository ===
{{Command|su -l}}
{{Command|su -l}}


Line 9: Line 9:


{{Root|yum install vdpauinfo libva-vdpau-driver libva-utils}}
{{Root|yum install vdpauinfo libva-vdpau-driver libva-utils}}
=== Manual ===
{{Command|su -l}}
{{Command|systemctl stop kdm.service}}
{{Command|wget http://download.nvidia.com/XFree86/Linux-x86_64/319.17/NVIDIA-Linux-x86_64-319.17.run}}
{{Command|chmod u+x NVIDIA-Linux-x86_64-319.17.run}}
{{Command|./NVIDIA-Linux-x86_64-319.17.run}}
{{Command|systemctl start kdm.service}}


== Google Chrome ==
== Google Chrome ==

Revision as of 10:36, 17 May 2013

NVIDIA Drivers

Repository

$ su -l
# yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
# yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
# yum install akmod-nvidia xorg-x11-drv-nvidia-libs
# yum install vdpauinfo libva-vdpau-driver libva-utils

Manual

$ su -l
$ systemctl stop kdm.service
$ wget http://download.nvidia.com/XFree86/Linux-x86_64/319.17/NVIDIA-Linux-x86_64-319.17.run
$ chmod u+x NVIDIA-Linux-x86_64-319.17.run
$ ./NVIDIA-Linux-x86_64-319.17.run
$ systemctl start kdm.service

Google Chrome

$ su -l
File: /etc/yum.repos.d/google-chrome.repo
[google-chrome]
name=google-chrome
baseurl=http://dl.google.com/linux/chrome/rpm/stable/$basearch
enabled=1
gpgcheck=1
gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub
# yum install google-chrome-<stable/beta/unstable>

Steam

$ su -l
File: /etc/yum.repos.d/steam.repo
[steam]
name=Steam RPM packages (and dependencies) for Fedora
baseurl=http://spot.fedorapeople.org/steam/fedora-$releasever/
enabled=1
skip_if_unavailable=1
gpgcheck=0
# yum install steam