Before you add repositories it's probably a good idea to make sure your system is fully updated first. It's still early but right now the Livna and freshrpms repositories seems to be the most useful. The easiest way to get started is to install the freshrpms-release packages:
# rpm -ihv http://rpm.livna.org/fedora/4/i386/RPMS.lvn/livna-release-4-0.lvn.2.4.noarch.rpm # rpm -ihv http://ayo.freshrpms.net/fedora/linux/4/i386/RPMS.freshrpms/freshrpms-release-1.1-1.fc.noarch.rpm
Now, the problem is that they seem to interfere with each other so at times you're going to have to disable one or the other repository.
# yum -y install xmms-mp3 gstreamer-plugins-mp3 libmad libid3tag
While you're there I also recommend the XMMS Status Plug-in found at http://newrpms.sunsite.dk/apt/redhat/en/i386/fc3/RPMS.newrpms/xmms-status-plugin-1.0-2.rhfc3.nr.i386.rpm. Just download it and install it with:
# rpm -ihv http://newrpms.sunsite.dk/apt/redhat/en/i386/fc3/RPMS.newrpms/xmms-status-plugin-1.0-2.rhfc3.nr.i386.rpm
While you're there I highly recommend the grip CD ripper which supports both MP3 and Ogg formats. Once again installation is quite simple:
# yum -y install grip
# yum -y install flash-plugin
# yum -y install xine xine-lib xine-skins
xine --auto-play --auto-scan dvd
However, at the time I wrote this there was a conflict with the packages in the two repositories listed above when installing this package. You'll have to tell yum to ignore the Livna for this install.
# yum -y --disablerepo=livna install mplayer mplayer-skins mplayer-fonts
The Livna repository does currently have an MPlayer Plug-in but you can download the latest version from easily
# yum -y install mplayerplug-in
ao=alsa
And finally you'll probably also want some additional codecs to play all that proprietary video that seems to have infected the Internet. Go to the MPlayer Download page and download the essential codes package. You'll need to install those files in /usr/local/lib/win32. Here are the steps. Remember the exact file names may change at some point.
# gtar xjvf essential-20050412.tar.bz2 # mkdir /usr/local/lib/win32 # mv essential-20050412/* /usr/local/lib/win32
Before you install the play you'll need to make sure the compat-libstdc++-33 module is installed. Download the RealPlayer10 package from the following location:
RealPlayer10GOLD.rpm
# rpm -ev HelixPlayer # yum -y install compat-libstdc++-33 # rpm -ihv RealPlayer10GOLD.rpm
If audio is working but you have a black screen then it's possible your video card doesn't support XVideo. You can turn it off by clicking on Tools -> Preferences then choose the Hardware tab and disable Use XVideo .
After you've run it the first time and gone through the configuration screens edit the ~/.realplayerrc file and add the following line in the [helix] section of the configuration:
[helix] SoundDriver=2 . .
For now there is no easy way to do this but I found the following instructions on FedoraForums.org. Basically, start by downloading the JRE 5.0 Update 3 from Sun.com. You'll want to grab the Linux RPM in self-extracting file. Then you want to install it with:
# chmod +x jre-1_5_0_03-linux-i586-rpm.bin # ./jre-1_5_0_03-linux-i586-rpm.bin
#!/bin/sh JAVA_HOME=/usr/java/jre1.5.0_03 export JAVA_HOME JAVA_BIN=$JAVA_HOME/bin CLASSPATH=$CLASSPATH:$JAVA_HOME:$JAVA_HOME/lib PATH=$JAVA_BIN:$PATH export JAVA_BIN CLASSPATH PATH
Then you'll probably want to enable Java Plug-ins and here once again there is no easy way:
# ln -s /usr/java/jre1.5.0_03/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins
# yum -y install kernel-module-ntfs
More detailed instructions on determining which RPM you need can be found at http://linux-ntfs.sourceforge.net/rpm/instructions.html. Once installed the ntfs driver will be a dynamically loadable module and you can mount NT file systems with mount -t ntfs -o nls=utf8 /dev/hdXX /mnt .
# rpm -ihv msttcorefonts-1.3-3.noarch.rpm
# chkconfig --add gdm-early-login # chkconfig --add gdm-allow-login # chkconfig gdm-early-login on # chkconfig gdm-allow-login on
. . title Fedora Core (2.6.11-1.1369_FC4) root (hd0,0) kernel /vmlinuz-2.6.11-1.1369_FC4 ro root=/dev/VolGroup00/LogVol00 early-login quiet initrd /initrd-2.6.11-1.1369_FC4.img
The easiest way to do this is install the User Agent Switcher for Mozilla from https://addons.mozilla.org/extensions/moreinfo.php?id=59. Follow the instructions and restart your browser. Then you can go to Tools -> User Agent Switcher to change your browser's identity at any time.
PC Won't Turn Off After Shutdown The workaround for CPU enumeration with HyperThreading CPUs allows shutdown to work properly. Simply add acpi=ht to the kernel boot line in /etc/grub.conf and reboot.
Turn off the ANNOYING Spatial Nautilus Behavior I don't know if it's the worst feature of Fedora but it's definitely in the top 5. You can get the old more sane behavior by bringing up Edit -> Preferences then select the Behavior tab. Near the top find the option for Always open in browser windows and make sure it is checked.