Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 13th November 2010, 07:24 PM
zerobug Offline
Registered User
 
Join Date: Jul 2009
Posts: 27
linuxfedorafirefox
F14- non free/proprietary (flash/codecs/graphical drivers)

Fedora is a distro that is focused only on free and open source software.

This means that Fedora doesn't distribute any proprietary or patent encumbred software, so they'll not be present in the official Fedora releases and repositories.

This does not mean that they cannot be instaled in a Fedora distro.

Because there are many users who want to run some of that software, the community has been providing, since a long time ago, alternative ways to acomplish that.

This is very important when a new release is distributed, because it attracts many first time users and not all of them are aware of the above mentioned, and every six months, the same questions are placed in the forums, regarding that.

To help new users to install the non free and proprietary stuff mentioned in the titlle, I decided to leave here a fast summary, chosed among many of the available options.


Flash (only 64 bit)

Code:
su
yum erase flash-plugin nspluginwrapper* 
rpm -Uvh http://dl.dropbox.com/u/6907158/flashplayer.x86_64/flash-release-1-1.noarch.rpm
yum install flash-plugin

codecs
First, you need to be able access the rpm fusion repositories

Code:
su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'

GStreamer codecs

Code:
su
yum install gstreamer-plugins-ugly gstreamer-plugins-bad gstreamer-ffmpeg
xine backend codecs

Code:
su
yum install xine-lib-extras-freeworld


Nvidia Drivers

1 - Update the kernel

Code:
su
yum update kernel*
reboot

2 - Install the nvidia driver - For GeForce 6, 7, 8, 9, 200 & 300 series cards

Code:
su
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
yum install kmod-nvidia  xorg-x11-drv-nvidia-libs.i686

3 a) - for 32 bit: Edit xorg.conf ( if you omit this step the driver will fail to work )

Code:
Section "Files"
    ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
    ModulePath   "/usr/lib/xorg/modules"
EndSection
3 b) - for 64 bit: Edit xorg.conf ( if you omit this step the driver will fail to work )

Code:
Section "Files"
    ModulePath   "/usr/lib64/xorg/modules/extensions/nvidia"
    ModulePath   "/usr/lib64/xorg/modules"
EndSection

4 - Reboot.



Before executing this commands, you are strongly advised to have a look at the sites where I copied them from.
On there, you may find more instructions regarding other specific cases, or you may place your questions, in case something is not clear, or will not work for you.
Credit goes to the authors of each of those sites.

Flash 64 bit:
http://forums.fedoraforum.org/showth...ighlight=flash

Codecs - RPM Fusion:
http://rpmfusion.org/Configuration

Codecs - GStreamer and xine:
http://rpmfusion.org/FAQ#head-fa3987...c24bba9e636ccf

Nvidia driver:
http://forums.fedoraforum.org/showth...ighlight=flash


Nvidia driver, please note:

after instaling the Nvidia driver, before reboot, you may need to edit your menu.lst file and add:
blacklist=nouveau
at the end of the "kernel" line.

For more details, please see post #15, at this thread:
http://forums.fedoraforum.org/showthread.php?t=254101

Last edited by zerobug; 13th November 2010 at 09:06 PM. Reason: spelling
Reply With Quote
  #2  
Old 13th November 2010, 07:55 PM
marko's Avatar
marko Offline
Registered User
 
Join Date: Jun 2004
Location: Laurel, MD USA
Posts: 5,449
linuxfedorafirefox
Re: F14- non free/proprietary (flash/codecs/graphical drivers)

your post seems to miss adding the mplayerhq codecs

http://www.mjmwired.net/resources/mj...l#binarycodecs
Reply With Quote
  #3  
Old 13th November 2010, 08:09 PM
masch Offline
Registered User
 
Join Date: Dec 2007
Posts: 67
linuxchrome
Re: F14- non free/proprietary (flash/codecs/graphical drivers)

Could you add the steps to install ATI Proprietary drivers?

Thanks!
salu2...
masch...
Reply With Quote
  #4  
Old 13th November 2010, 09:04 PM
zerobug Offline
Registered User
 
Join Date: Jul 2009
Posts: 27
linuxfedorafirefox
Re: F14- non free/proprietary (flash/codecs/graphical drivers)

Quote:
Originally Posted by masch View Post
Could you add the steps to install ATI Proprietary drivers?

Thanks!
salu2...
masch...
I'm really not sure, as I never used an ati card with Linux.

Try to have a look at this thread:
http://forums.fedoraforum.org/showth...light=catalyst

Or look at this page, from rpmfusion:
http://rpmfusion.org/RPMFusionSwitcher

If you'r going to try to use the code shown in the above page (don't do it before be sure it will work))

Code:
yum install kmod-fglrx
Remember that first, you'll need to enable access the rpm fusion repositories, as per shown in the first post, under the first step to install the codecs
Reply With Quote
Reply

Tags
drivers, f14, free or proprietary

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
F14 and proprietary ATi Drivers... MorphingDragon Hardware & Laptops 21 17th December 2010 06:25 PM
Add/Remove gets Internal Error / no free codecs? / Adobe Flash Doesnt Work kanazky Alpha, Beta & Snapshots Discussions (Fedora 10 Only) 1 27th September 2008 09:44 PM
free codecs? GreenMeanie Using Fedora 7 21st August 2008 12:35 PM
Fedora and codecs: open or proprietary? martin.sourada Fedora Focus 105 9th March 2007 12:39 AM
Proprietary ATI Drivers scotta3234 Linux Chat 0 25th May 2006 10:37 PM


Current GMT-time: 23:52 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat