Fedora: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
== Becomming Root == | |||
{{Command|su -l}} | |||
== NVIDIA Drivers == | == NVIDIA Drivers == | ||
| Line 4: | Line 7: | ||
=== Repository === | === Repository === | ||
{{Root|yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm}} | {{Root|yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm}} | ||
{{Root|yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm}} | {{Root|yum localinstall --nogpgcheck http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm}} | ||
| Line 12: | Line 13: | ||
=== Manual === | === Manual === | ||
{{Root|systemctl stop kdm.service}} | {{Root|systemctl stop kdm.service}} | ||
| Line 26: | Line 24: | ||
== Google Chrome == | == Google Chrome == | ||
{{File|/etc/yum.repos.d/google-chrome.repo| | {{File|/etc/yum.repos.d/google-chrome.repo| | ||
<pre> | <pre> | ||
| Line 43: | Line 38: | ||
== Steam == | == Steam == | ||
{{File|/etc/yum.repos.d/steam.repo| | {{File|/etc/yum.repos.d/steam.repo| | ||
<pre> | <pre> | ||
Revision as of 10:38, 17 May 2013
Becomming Root
$ su -l
NVIDIA Drivers
# yum install vdpauinfo libva-vdpau-driver libva-utils
Repository
# 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
Manual
# systemctl stop kdm.service
# chmod u+x NVIDIA-Linux-x86_64-319.17.run
# ./NVIDIA-Linux-x86_64-319.17.run
# systemctl start kdm.service
Google Chrome
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
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