NEWS CATEGORIES:



NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
Home / News / Linux / Fedora Tips and Tricks

Fedora Tips and Tricks


Install Nvidia Video Drivers and AWN on Fedora 9

Step-by-step installation guide!

By Marius Nestor, Linux Editor

29th of May 2008, 06:56 GMT

Adjust text size:


Fedora 9 with AWN
Enlarge picture
Nvidia finally decided to release an updated version of its proprietary video driver for Linux systems, one that supports the controversial XServer 1.5, which is present in bleeding-edge distributions, such as Fedora 9. Ok, so this tutorial is here to help actual and future Fedora 9 users to install the video drivers for their graphics cards and, as a bonus from Softpedia, a nice step-by-step AWN installation guide, assuming you have a fresh Fedora 9 installation with the GNOME desktop environment.

Step 1 - Install the Livna repository

First of all, make sure your system is up to date, then install the Livna repository like this:

Open a terminal (Applications -> System Tools -> Terminal)...

Review image


...and switch to root (system administrator) with the following command:

su -

Type the root password (the one you have set up when you've installed Fedora). Then, as root, type:

rpm -ivhU http://rpm.livna.org/livna-release-9.rpm

Now that the Livna repository is installed, you can continue with the driver installation part.

Step 2 - Install the Nvidia drivers

I presume you did not close the Terminal window; if you did close it, fire it up again from Applications -> System Tools -> Terminal, log in as root and type:

yum -y install kmod-nvidia

To verify if the installation was successfully completed, reboot your computer, log back in, open up the terminal (Applications -> System Tools -> Terminal) and type:

glxinfo | grep direct

If the output of the above command is: direct rendering: Yes the Nvidia driver installation was successfully completed and you can now use OpenGL applications and desktop effects such as Compiz Fusion.

Step 3 - Install the Avant Windown Navigator (AWN)

First of all, let's make sure that the desktop effects are working. Go to System -> Preferences -> Look and Feel -> Desktop Effects and enable them.

Review image


Now open again the terminal from Applications -> System Tools -> Terminal and type or paste the following command as root:

yum -y install avant-window-navigator awn-extras-applets

Step 4 - Start and configure AWN

Start AWN from Applications -> Accessories -> Avant Window Navigator.

WARNING: Be aware that AWN will appear over your bottom GNOME panel, therefore you should delete the panel before launching AWN!

Start AWN from Applications -> Accessories -> Avant Window Navigator.

Review image


...and voila, AWN on Fedora 9!

Review image


For the Avant Window Navigator to automatically appear every time you log-in, open the Sessions program from System -> Preferences -> Personal -> Sessions...

Review image


On the "Startup Programs" tab, click the 'Add' button and fill the fields like in the image below.

Review image


That's all folks! Have a nice and modern Fedora desktop!

TAGS:

Install Nvidia on Fedora 9 | Install AWN on Fedora 9 | Fedora 9 video drivers | Avant Window Navigator on Fedora 9
Read by 64,646 user(s) | Add comment | Link to this article TWEET THIS


Article rating:
Good (3.5/5) 17 vote(s)    

Subscribe to news | Print article | Send to friend

© Copyright 2001-2009 Softpedia
Contact:

 

 

SEARCH THE NEWS ARCHIVE :




Today's News
| Yesterday's News | News Archive


MORE RELATED ARTICLES:


Fedora Weekly Report: 19th - 25th May, 2008

Exclusive Fedora Interview

Fedora 10 Release Schedule

Fedora Unity Project Comes with Fedora 9 Everything Spin

First Look at Sulphur, Fedora 9

Installing Fedora 9 Sulphur

Fedora 7 Will Die on June 13th

MythDora 5.0 Simplifies the Installation of MythTV

User opinions:


Comment #1 by: Alfred on 30 May 2008, 23:18 GMT reply to this comment

For beginner that I am, that's exactly what was needed. Thank you, it brings FEDORA the top :)


Comment #2 by: void on 07 Jun 2008, 16:15 GMT reply to this comment

That was too easy. It's now past being easier than windows....this it treading into Mac territory now. :)


Comment #3 by: Simon Fonceca on 08 Jun 2008, 16:41 GMT reply to this comment

Warning!

this does NOT work with older* NVIDIA cards

(unless I'm missing something about the livna drivers)

*eg. GeForce 2MX

Comment #3.1 by: jlumpkins on 09 Jun 2008, 17:11 GMT

Hi,

I would agree that the new driver doesn't appear to work on older cards. I have a GEForce FX Go5200 in my Toshiba P25-S5092, and x won't start at all with the proprietary drivers installed.

I had to uninstall the drivers to get x to function:
sudo yum erase *nvidia*
or, su -
yum erase *nvidia*

(It's worth knowing how to get rid of them from the command line because x won't work...)

Comment #3.2 by: Marius Nestor on 10 Jun 2008, 08:54 GMT

This guide was created on a 5 years old GeForce FX 5200 Nvidia video card and it works very well.

Comment #3.3 by: Jerry Lumpkins on 11 Jun 2008, 10:49 GMT

I just saw the response to my post that the guide was built using the same graphics card that I stated it wouldn't work with...
I'll have to do a little more research, and determine what the differences are. I don't claim to be a Linux GURU, but I do have close to 10 years experience using Linux, and I haven't had these types of problems getting a video driver to work in years. I'm using the 32 bit (i686) version of Fedora 9; fresh install. My Video card has 32 megs of ram on it. The processor is a 2.8 Ghz Pentium 4 with 2 Gigs of ram. When the driver is installed, the screen flashes 8 to 10 times trying to get x to start, and then drops back to a console session. I'll let you know if I have any better luck with it. I'll try the instructions again.

Comment #3.4 by: Marius Nestor on 11 Jun 2008, 11:02 GMT

Jerry, our GeForce FX 5200 graphics card has 64 MB, and the computer has an AMD Sempron 2800 CPU and 512 RAM

Comment #3.5 by: sro on 17 Jun 2008, 04:12 GMT

Hi Jerry, try this:
Rename or move the following file:
/etc/X11/xorg.conf
then reboot.
good luck.

Comment #3.6 by: Jerry Lumpkins on 26 Jun 2008, 12:29 GMT

I just noticed that NVidia posted an updated driver on June 11th.

The update works great, and I can now use the avante-window-navigator.

Thank you!


Comment #4 by: Ramy>m on 13 Jun 2008, 17:33 GMT reply to this comment

Nvidia didn't release the legacy drivers yet for xorg 1.5, but it is on their plans

http://www.nvnews.net/vbulletin/showthread.php?p=1678425


Comment #5 by: Powers on 16 Jun 2008, 05:41 GMT reply to this comment

Will Compiz Fusion Run full 3D desktop effects using these drivers?

Comment #5.1 by: Marius Nestor on 16 Jun 2008, 11:00 GMT

Yes, it will work!


Comment #6 by: mo78 on 25 Jun 2008, 08:58 GMT reply to this comment

i have been trwaling the fadora forums for 2 days now looking for a way to get my nvidia gf6600 to work better.
i have no idea who was/ is behind this step by step guide but you have my gratitude.

i have moved over to linux from xp as a main os for my business but found that there just isnt enough explained in guides like this and was about to revert back to microsoft point and click.

so again thank you now i can show others where to come :)


Comment #7 by: Paul on 07 Jul 2008, 02:36 GMT reply to this comment

The described installation process worked a treat! However, I now have an odd problem in that I cannot get full resolution on my display. The system is an Optron 175 with 2 GB of RAM and an Nvidia GT8600 video card connected to a Dell 2000FP LCD monitor. The native resolution is 1600x1200 and the best that the System-Administration-Display will offer is 1152x864 and under the HW tab the card is now shown as "unknown". Any suggestions or hints would be appreciated


Comment #8 by: vindy on 18 Jul 2008, 20:53 GMT reply to this comment

i did't work for my Nvidia Gforce 7200gs card


Comment #9 by: Shahir on 25 Jul 2008, 09:39 GMT reply to this comment

I have a kernel version which ends in 14 and the yum instaler demands (and tries to install) a kernel version which ends in 9.
Even after accepting the installation of this older kernel it didnt work. I finally wiped out my hard disk and returned to the the 14 kernel which comes with the distribution I have purchased.
Does anybody have any idea on how to fix it? My v-card is GeForce 7400.


Comment #10 by: Paulo on 30 Aug 2008, 20:46 GMT reply to this comment

Great post!
Worked fine with me, except that I was using the PAE kernel by default and the driver refused to load. Changed to the non PAE (I only have 4G of ram) and everything was fine.


Comment #11 by: Anas ve on 04 Sep 2008, 02:39 GMT reply to this comment

i am using the Nvidia geforce4 MX 4000 128 MBgraphics card on fedora 9, i have tried evey thing i caould imagine to get my driver working but nothing works.the installation is smooth but when the system reboot th e screen blins for few seconds and then falls back to the console mode.i would be great if any one helps me out....................


Comment #12 by: dan on 06 Sep 2008, 00:59 GMT reply to this comment

Very helpful, I have tried everything on the net to get this working. Now I can play eve on linux :D
Using 7800gs


Comment #13 by: Hari on 14 Sep 2008, 11:23 GMT reply to this comment

i get the following error while installing drivers


--> Missing Dependency: kernel-uname-r = 2.6.25.14-108.fc9.x86_64 is needed by package kmod-nvidia-2.6.25.14-108.fc9.x86_64-173.14.12-3.lvn9.x86_64 (livna)
Error: Missing Dependency: kernel-uname-r = 2.6.25.14-108.fc9.x86_64 is needed by package kmod-nvidia-2.6.25.14-108.fc9.x86_64-173.14.12-3.lvn9.x86_64 (livna)


Comment #14 by: phill on 18 Sep 2008, 10:44 GMT reply to this comment

Hi Hari,

You can get around this problem by using the akmod-nvidia module instead. It builds a compatible driver for the kernel version your running (you have probably done a yum update), simply enter the following:

~ $ su

~ # yum -y install akmod-nvidia

Then do a reboot. On first start you will more than likely get get some warnings and errors appearing (it has to first build the drivers for your system)....just wait it out until you're prompted to login. Do another reboot and hopefully your system will start next time round with the glorious nvidia driver chugging away merrily.

Ciao, Phill.


Comment #15 by: hari on 28 Sep 2008, 15:06 GMT reply to this comment

i was able to solve it. But, now i have a different problem

[root@localhost hari]# glxinfo | grep direct
Error: glXCreateContext failed
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 4 (X_DestroyWindow)
Resource id in failed request: 0x0
Serial number of failed request: 24
Current serial number in output stream: 26
Locking assertion failure. Backtrace:
#0 /usr/lib64/libxcb-xlib.so.0 [0x36a540097c]
#1 /usr/lib64/libxcb-xlib.so.0(xcb_xlib_lock+0x17) [0x36a5400af7]
#2 /usr/lib64/libX11.so.6 [0x36a584c610]
#3 /usr/lib64/libX11.so.6(XESetCloseDisplay+0x43) [0x36a582e693]
#4 /usr/lib64/nvidia/libGL.so.1 [0x1897b2]


Comment #16 by: millw0rm on 07 Oct 2008, 10:36 GMT reply to this comment

i had the same error.... try instead yum instead

yum -y install akmod-nvidia ( and not kmod )


Comment #17 by: C. Flush on 12 Oct 2008, 05:20 GMT reply to this comment

Worked great! Nvidia drivers installed no problem for Geforce 5500 card. Thanks- love it when things go as planned!


Comment #18 by: JonG on 13 Oct 2008, 13:49 GMT reply to this comment

I have a problem similar to Jerry's. I'm trying to install the Nvidia drivers on an old Dell Inspiron 8200 laptop, and am getting the same flickering problem when X tries to start. My Inspiron has GeForce2Go video with 32MB RAM. Since there are no Livna kmod-nvidia-legacy drivers in the standard tree, I tried the akmod-nvidia-legacy drivers from the testing tree - specifically the akmod-nvidia-legacy.i686 71.86.06-1.lvn9 drivers, but got the same flickering for a few seconds when X tried to start after a reboot.

Checking the X logs, it seems the driver fails to load - something about an unallocated pointer.

Any hints?


Comment #19 by: Matt on 15 Oct 2008, 23:59 GMT reply to this comment

After "yum -y install kmod-nvidia" I get 404 errors and then an error saying "Cannot retrive repository metadata..."

When I test direct rendering, it says "yes"

When I try to enable effects, it doesn't work.

I'm running an 8800GTS 320 on a 680i motherboard.

Comment #19.1 by: Kai-Robin on 30 Jul 2009, 19:56 GMT

I Have the same problem, i have a Geforce mx2.

But i am gonna try more forums, If i can get at solution, I Will post it here.

Kai


Comment #20 by: DM on 04 Nov 2008, 03:43 GMT reply to this comment

The nvidia-x11-drv-173.08-1.fc9.i386.rpm driver link is broken!


Comment #21 by: Colin on 13 Nov 2008, 18:22 GMT reply to this comment

The driver gen worke3d a treat on KDE 4.1.1 with a Quadro FX1400. Many thanks


Comment #22 by: Addison on 27 Jan 2009, 17:25 GMT reply to this comment

I followed your guide and everything was kosher until after installing Avant window Navigator, I open it and then it instantly quits. WTF? can anyone shed light on this?


Comment #23 by: Omega on 29 May 2009, 15:45 GMT reply to this comment

When I try to install AWN, I get the following error messages:

Error: Missing Dependency: gnome-python2-extras = 2.19.1-18.fc9 is needed by package gnome-python2-libegg-2.19.1-18.fc9.i386 (installed)
Error: Missing Dependency: gnome-python2-extras = 2.19.1-18.fc9 is needed by package gnome-python2-gtkhtml2-2.19.1-18.fc9.i386 (installed)

Then, when I try yum -y install gnome-python2-extras-2.19.1-18 ,fc9:

Package gnome-python2-extras-2.19.1-18.fc9.i386 installed and not available
Nothing to do

I also tried the point and click method, downloading the python2-extras online, but I still got dependency errors. I'm pretty new at this . . . am I going about it the wrong way?

Share your opinion:

Your Name:
Your Email Address:
(will not be used for commercial purposes)
Solve this to prove you're not a bot: =
Your review/opinion:

 




Windows tabGames tabDrivers tabMac tabLinux tabScripts tabMobile tabHandheld tabGadgets tabNews tab

SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   ENTER NEWS SITE   |   ENGLISH BOARD   |   ROMANIAN FORUM