Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Real Player for Fedora

Download RealPlayer 10.0 GOLD from: http://www.real.com/linux/.

Select: "Advanced Installation RedHat Package"

NOTE: You can have both HelixPlayer and RealPlayer installed, however I recommend using RealPlayer over HelixPlayer. Users of amarok may find HelixPlayer required, if so, leave it.

Check for HelixPlayer:

[mirandam@charon ~]$ rpm -q HelixPlayer

HelixPlayer-1.0.7-4.fc6

Uninstall HelixPlayer:

[mirandam@charon ~]$ sudo rpm -e HelixPlayer

Before installing RealPlayer, make sure to have the compat-libstdc++-33 compatibility libraries installed.

[mirandam@charon downloads]$ sudo yum install compat-libstdc++-33

Install RealPlayer:

[mirandam@charon downloads]$ sudo rpm -ivh RealPlayer10GOLD.rpm

Preparing... ########################################### [100%]

1:RealPlayer ########################################### [100%]

RealPlayer/HelixPlayer Forums: https://helixcommunity.org/forum/?group_id=154

FC6 - adding "open terminal" to mouse rightclick menu

To get the Open Terminal on the right click menu, install nautilus-open-terminal through yum.

yum install nautilus-open-terminal

This works for FC5 and FC6.

There is also a package called nautilus-actions as well as other add ins for nautilus. If you use yumex and do a search for nautilus, you´ll find them. I´ve never done anything with nautilus-actions, all I know is that you can find it under

System - Preferences - More Preferences

FC6 on nVIDIA grpahicd card ???

hi guys,
I have noticed that many people are having trouble installing fc6 on a desktop with nVIDIA pci graphics card. I had the same problem. Here is the solution to a clean regular install of FC6 on ur comp(with nVIDIA pci graphics card of course).

First of all, let me make a list of the problems

1) The screen goes blank after darwin loader shows up.
2) Cannot install in graphics mode.(Text mode is always there)
3) cannot start xserver automatically.
4) Changing default screen resolutions.


I will tell you step by step procedure as to how i installed fc6 successfully.

Step 1:
Install FC6 in textual mode. You can fix the display settings later-on. Well,all the installation options and configurations are the same as in graphics mode. Only difference is that you have to specify the partition names manually if you wish to manually partition.

Step2:
After installation, start fc6 in textual mode.(editing kernel parameters of the fc6 loader to this.

kernel /vmlinuz-2.6.18-1.2849.fc6 ro root=LABEL=/ rhgb quiet 3

Login in as a root. Install the nVIDIA graphics card drivers as shown here.

Step3:
Once the drivers are installed , reboot. Boot into command prompt only. Login as root.
Now you might have to edit xorg.conf file which is located in /etc/X11 directory.

vim /etc/X11/xorg.conf

Edit the file so that the screen section contains the following code.

SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection


The values of the modes have to be the same. Once this is done ,take a deep breath.

Step4 :
Now, you will have to edit inittab. Type vim /etc/inittab and edit the file so that it resembles the below screenshot.

[norm@verona3 ~]$ cat /etc/inittab
#
# inittab This file describes how the INIT process should set up
# the system in a certain run-level.
#

# Author: Miquel van Smoorenburg,
# Modified for RHS Linux by Marc Ewing and Donnie Barnes
#
# Default runlevel. The runlevels used by RHS are:
# 0 - halt (Do NOT set initdefault to this)
# 1 - Single user mode

# 2 - Multiuser, without NFS (The same as 3, if you do not have networking)

# 3 - Full multiuser mode

# 4 - unused
# 5 - X11
# 6 - reboot (Do NOT set initdefault to this)

#


id:5:initdefault:

# System initialization.


si::sysinit:/etc/rc.d/rc.sysinit

--trimed---


Note that, id:5:initdefault is what decides how your system should boot. The above settings indicate that your desktop should boot into X11 automatically.
(Those who are still wondering what X11 is, its the package that contains the necessary drivers to load your graphicd card device.


Thats it guys.. Now your fc6 should boot up normally.

Step5:
Your screen resolution doesn't go beyond 1024x768 even though your monitor supports it??? well here is a tweak ( which you will laugh at once you have finished doing it!!!!)

At command prompt,type the following.

sudo
system-config-display


There you have to go to select your monitor make and wooof! you can change your screen res to max supported by ur monitor. It will require a reboot tho ( or jus logout n re login is suffice!!!)



Ok guys, i think that should do the trick.. All the best... Feelin hungry! so got to go!!! adios..

fc6 notes....

Installing nVIDIA drivers.
rpm -ivh http://rpm.livna.org/livna-release-6.rpm
rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
yum install kmod-nvidia

ntfs support.
yum install fuse fuse-libs ntfs-3g ntfsprogs ntfsprogs-gnomevfs
//in the dled dir
rpm -ivh fuse* ntfs*
//use fdisk to chk partitions and create mount points first
mount /dev/hda1 /media/c_drive -t ntfs-3g -r -o umask=0222
//R/W access
mount /dev/hda1 /media/c_drive -t ntfs-3g -rw -o umask=0000

P.S : This is why i say linux rules..and it goes without saying.....
If you are struck in windows, re-boot
If you are struck in linux, be-root!!!!!