Fedora: Difference between revisions

From GotOpinion
Jump to navigation Jump to search
mNo edit summary
Line 20: Line 20:


[http://fedoraproject.org/wiki/Flash#32_bit_wrapped_version Flash on 64-bit Fedora]
[http://fedoraproject.org/wiki/Flash#32_bit_wrapped_version Flash on 64-bit Fedora]
== Install Nvidia drivers ==
Follow [http://linuxsoftwareblog.com/?p=516 How to install Nvidia driver in Fedora 13]. The steps provides are:
<pre>If you’re wanting to use the nvidia proprietary driver, rather than the nouveau driver provided by default in Fedora 13, then do the following:
1. Add this to the end of the kernel line (without quotes) in /etc/grub.conf -> “rdblacklist=nouveau vga=0×318″
2. Command:  su -c “rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm”
3. Command: yum update
4. For 64bit Users, Command: yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 xorg-x11-drv-nvidia-libs.x86_64
5. A) For 32bit Users, Command: yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686
5. B) For 32bit Users using the PAE kernel, Command: yum install kmod-nvidia-PAE.i686 xorg-x11-drv-nvidia-libs.i686
6. Reboot, and you’re done !
Note: If this doesn’t seem to work for you, in step one, instead of “rdblacklist=nouveau”, try “nouveau.modeset=0″</pre>


<center>[[Linux|To Linux Area]]</center>
<center>[[Linux|To Linux Area]]</center>

Revision as of 16:19, 3 September 2010

commands & programs

Yum Fedora How To

Using yum for local install

#yum list installed

chkconfig

Useful links

SELinux documentation

IPTables How To

Play Music and Video

How to play music and video in Fedora

Flash on 64-bit Fedora

Install Nvidia drivers

Follow How to install Nvidia driver in Fedora 13. The steps provides are:

If you’re wanting to use the nvidia proprietary driver, rather than the nouveau driver provided by default in Fedora 13, then do the following:

1. Add this to the end of the kernel line (without quotes) in /etc/grub.conf -> “rdblacklist=nouveau vga=0×318″

2. Command:  su -c “rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm”

3. Command: yum update

4. For 64bit Users, Command: yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686 xorg-x11-drv-nvidia-libs.x86_64

5. A) For 32bit Users, Command: yum install kmod-nvidia xorg-x11-drv-nvidia-libs.i686
5. B) For 32bit Users using the PAE kernel, Command: yum install kmod-nvidia-PAE.i686 xorg-x11-drv-nvidia-libs.i686

6. Reboot, and you’re done !

Note: If this doesn’t seem to work for you, in step one, instead of “rdblacklist=nouveau”, try “nouveau.modeset=0″
To Linux Area