LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-10-2008, 05:36 AM   #1
h4t3
LQ Newbie
 
Registered: Aug 2008
Posts: 5

Rep: Reputation: 0
F9 Display issues!


Hi Guys,
Let me begin by saying that I'm new to linux, and ive read around and tried to find a solution to this problem, so please be gentle.

I Downloaded and installed FC9 as an update to FC8 which I recently had installed but hardly used. I really like Linux and have decided to switch from Windoze XP to Fedora. Previously, when I had FC8 Installed there was no need for me to install any display drivers. Now I have FC9 installed and the display doesnt fit on my screen and is squished and dodgy (Excuse my technical terms) After attempting to adjust the monitor settings I have come to the conclusion that the issue is that I need to install display drivers.

So i set out. I made a post on a different forum, http://forums.fedoraforum.org/showth...13#post1055513 is the URL and followed those directions. No success.
"--> Missing Dependency: kernel-uname-r = 2.6.25.11-97.fc9.i686 is needed by package kmod-nvidia-2.6.25.11-97.fc9.i686-173.14.12-2.lvn9.i686 (livna)
Error: Missing Dependency: kernel-uname-r = 2.6.25.11-97.fc9.i686 is needed by package kmod-nvidia-2.6.25.11-97.fc9.i686-173.14.12-2.lvn9.i686 (livna)"
This is the error received in my terminal from this attempt.

For my next attempt i downloaded the drivers from the nVidia website and used this command to run it:
"sh "/home/xxxx/Download/NVIDIA-Linux-x86-173.14.12-pkg1.run""
Then i get hit by the screen that tells me i need to disable xserver,

My research led me to beleive that i have to edit a file called inittab and make FC load at run level 3, i edited the file and tried to save it but it said i didnt have permission.

Please guys, i really like Linux but am so frustrated with these drivers!! can someone please point me in the right direction!

Regards,

h4t3.

(Wall of text crits you for 1000000, You die...)
 
Old 08-10-2008, 05:51 AM   #2
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
I'd suggest you go to www.livna.org and set their repository up and then you can just use

yum install kmod-nvidia

to install the driver (I think that' the correct name but you can get a pretty good idea with "yum list available | grep *nvidia*")

But if you want to do it manually, rather than editing inttab, just start a terminal session, switch to roo ("su -" followed by the root password) and then "init 3"

If you can't execute the file, you will need to change the permissions. If it's called nvidia-1, type "chmod a+x nvidia-1", then execute it with "./nvidia-1"
 
Old 08-10-2008, 06:21 AM   #3
budword
Member
 
Registered: Apr 2003
Location: Wisconsin
Distribution: Switched to regualr Ubuntu, because I don't like KDE4, at all. Looks like vista on crack.....
Posts: 675

Rep: Reputation: 31
Have you thought about trying another distro ? Ubuntu is very newbi friendly, and installs the nvidia drivers for you, if you want it to. They'll even send you a CD for free in the mail, if you don't want to bother downloading it, and don't mind the wait for snail mail. There are a few different versions, kubuntu for KDE fans, Xubuntu for xfce fans, and fluxbuntu... well.. you get the picture. If your computer can handle gnome, then it'll handle any of these distro's just fine.

The Ubuntu forums are very newbie friendly as well. If you want to get your hands dirty, figuring out every sort of problem, there are all kinds of distro's where things will be broken, and some people have a great time figuring out how to fix them. You really do learn a lot. If you just want stuff to work without going crazy, Ubuntu is the way to go.

http://www.ubuntu.com/
http://www.kubuntu.org/
http://www.xubuntu.org/
http://fluxbuntu.org/

You might not be a distro whore right now, but if you stick around here long enough, you will be. I've spent time with a dozen or two distro's before I just got wore out, and just wanted to get stuff done. Kubuntu was it for me.

Try a bunch of distro's out, and see what you like.

David

I still try out other distro's all the time, I just do it in a virtualbox vm now. Works out much better.

Last edited by budword; 08-10-2008 at 06:24 AM.
 
Old 08-10-2008, 06:23 AM   #4
h4t3
LQ Newbie
 
Registered: Aug 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Hi billy,
Thanks for replying. The method you stated with livinia is what was giving me the missing dependency errors, i redownloaded and tried again but to no avail thanks again for responding though
 
Old 08-10-2008, 06:27 AM   #5
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
That's odd, but happens sometimes with yum. Try the manual install from nvidia.com. It works - just a bit of a pain when you upgrade the kernel.

Don't bother with Ubuntu - stick with Fedora

BM

edit - you may need to "yum install kernel-devel" to run the nvidia installer

Last edited by billymayday; 08-10-2008 at 06:29 AM.
 
Old 08-10-2008, 06:56 AM   #6
h4t3
LQ Newbie
 
Registered: Aug 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Okay everyone, problem solved! Thanks for all your input, and billy, dont worry... i wont be straying from fedora
 
Old 08-10-2008, 07:58 AM   #7
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Quote:
Originally Posted by h4t3 View Post
Okay everyone, problem solved! Thanks for all your input, and billy, dont worry... i wont be straying from fedora
Pleased to hear it (I've been on Fedora since FC4). It would be good if you could post your solution in case anyone else has the same problem.

BM
 
Old 08-10-2008, 06:53 PM   #8
h4t3
LQ Newbie
 
Registered: Aug 2008
Posts: 5

Original Poster
Rep: Reputation: 0
Hey billy, Here was the solution:

Quote:
Originally Posted by MSK61
OK, h4t3. Let's tackle on your issues one at a time.

It seems you're missing the latest kernel updates. For this point, make sure that the repositories fedora and updates are enabled. You may run this command to verify this:
Code:
yum repolist
You should see the repositories fedora and updates listed among possibly other repositories(like livna).
Then you should install the latest kernel by running this command as root:
Code:
yum update kernel
Restart your machine after this command. When your machine boots up again, it should be using the new kernel by default.
Then try to install akmod-nvidia by running this command as root:
Code:
yum install akmod-nvidia
from the livna repository. After installing this package, either restart your machine or build the nvidia kernel module by typing(as root)
Code:
service akmods restart
You should now have your nvidia driver up and running. You may also find this link useful: http://fedorasolved.org/Members/zcat...=akmod+nvidia; it contains some of the steps I've mentioned here.
If you plan however to install the nvidia driver from the package provided by nvidia itself, you should switch to runlevel 3 to make sure the x server isn't running. You may switch to runlevel 3 either by modifying the default runlevel in /etc/inittab as you originally intended, or by issuing the command
Code:
telinit 3
as root. In either case, you would end up in runlevel 3 where you can start installing the nvidia driver package.
When you tried to edit /etc/inittab, your modifications weren't committed because you tried to modify it as a normal user. You should instead try to modify it as the root user.
I just followed this word for word and it worked like a charm. (u need to reboot 2 times tho)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
display issues Haloony Linux - Newbie 1 01-08-2006 02:16 PM
Display issues.... Sharky01252 Fedora 1 12-19-2004 01:24 PM
Display issues Aman9090 VectorLinux 3 01-30-2004 07:47 PM
Display issues... kazuyacat Linux - Newbie 0 12-23-2002 07:22 AM
Display Issues eflinton Linux - General 3 05-15-2002 06:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:49 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration