LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 08-03-2004, 05:44 AM   #1
Gandalflinux
LQ Newbie
 
Registered: Aug 2004
Posts: 3

Rep: Reputation: 0
Nvidia GeForce FX5700 Driver not working in mandrake linux


I installed mandrake linux 8.2 with the generic graphics driver. When I try run the FX drivers on my system, the test says that an error occred when testing. These are the drivers built into mandrake linux 8.2 Why? what is wrong? btw I am very new to linux.
 
Old 08-03-2004, 06:29 AM   #2
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
There are three X-windows (graphics) drivers that will work with that card, the standard VESA driver, the unaccelerated nv driver, and the nvidia driver from nvidia.

You may need to download the latest nvidia driver from http://www.nvidia.com/object/linux.html, and install it as per the instructions there.

If you still get problems, please give more precise details of the driver you're trying to use and the error messages you get.

Hope that helps,

— Robert J. Lee
 
Old 08-03-2004, 06:34 AM   #3
bglnelissen
Member
 
Registered: Feb 2004
Location: Utrecht Holland
Distribution: MacOS, Debian, Raspbian
Posts: 76

Rep: Reputation: 15
well this is a nasty question because we dont know what is wrong, can be so much. I can try to help you.

your NVIDIA card runs the KDE desktop enviroment (or gnome or everyother), you can update those 'drivers' > go to nvidia.com and they lead the way. Before installing be shure you know at least something about the console (the ms-dos thing) to get them installed because you cant get them installed running the kde desktop inviroment.

luck
 
Old 08-03-2004, 06:40 AM   #4
Gandalflinux
LQ Newbie
 
Registered: Aug 2004
Posts: 3

Original Poster
Rep: Reputation: 0
I am running the gnome interface. I have no idear how to install the driver once downloaded. I am busy downloading at the moment. it is a .run file.
Thanks for the help.
 
Old 08-03-2004, 07:54 AM   #5
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
There are install instructions on the web-site.

A .run file is a self-extracting “shell” archive; basically, you just run it and it unpacks and installs. You may need to do this as root.

There are a few more steps to follow to switch over to using the driver; instructions get copied to /usr/share/doc/nvidia/ I think.

— Robert J. Lee
 
Old 08-03-2004, 09:00 AM   #6
bglnelissen
Member
 
Registered: Feb 2004
Location: Utrecht Holland
Distribution: MacOS, Debian, Raspbian
Posts: 76

Rep: Reputation: 15
to get started, there are 6 kinds of runlevels, now you are running level 5.
Linux works with these levels,if your on runlevel 3 no graphical user interface will start but just shell (DOS). Never switch to runlevel 6, that means reboot, so while starting up it will reboot etc. for installing the drivers we need to go to runlevel 3, this is the shell modus.

How to do this:
Linux can work with different kind of users, some users have got more rights than others. The user with the most rights is Talented mister ROOT .
we like mister ROOT, but we don't abuse mister ROOT . we only use mister ROOT when it is necessary.
Mister ROOT is now nessesary, so log in as ROOT in your console. How? open console, type: su and password. now the $ becomes a # (# is mister ROOT his private logo)

Now as root (which is like this: '#' this in console) we can change some system files. be sure there is a # and not a $. If there is a $ type: su and password.

type this:
#> kwrite /etc/inittab (kwrite is the program to open /etc/inittab)

now the kwrite is opening the inittab file. this file contains info about the runlevel.

change the 5 into 3. no more no less.

now you need to know where your nvidia file is. take it easy, put it in you home dir. so in:
/home/yourname


now reboot your system.
#> reboot

now it is booting in non graphical modes.

your shell brings you automatically in your /home/yourname folder.

you can check it by:
$> ls

ls means list all files and folders except invisible.

well do you see your NVIDIAblablabla.run already?

from now on just do what the README on nvidia.com tells you to do.


Good luck. All this info is already written somewhere, so don't keep on questioning and questioning, search first. THNX


GOOD LUCK, you feel like a linux master if you can do this. Don't give up.

Bastiaan Nelissen



ps. it is easy to print this before starting.

ps. to go to your graphical modus again just type
$>startx
and here you can change the runleven back to 5)

ps. You need to have the following packege installed: KERNEL-DEVELOPMENT. DO THIS BEFORE YOU START THE WHOLE SENARIO.
 
Old 08-03-2004, 12:35 PM   #7
Ked
LQ Newbie
 
Registered: Aug 2004
Posts: 4

Rep: Reputation: 0
Just wanted to emphasize what's been said in small font a couple of times already: INSTALL THE SOURCE RPM FOR YOU KERNEL BEFORE RUNNING NVIDIA INSTALLER. This is extremely important, since if you don't do this you have a very healthy chance of nuking your generic display driver without getting a native replacement and the road from there is not very pleasant.
 
Old 08-03-2004, 12:56 PM   #8
rjlee
Senior Member
 
Registered: Jul 2004
Distribution: Ubuntu 7.04
Posts: 1,994

Rep: Reputation: 76
You don't need to reboot just to change the current runlevel.

Just type this as root:
Code:
telinit 3
To enter runlevel 3, and
Code:
telinit 5
to go back to runlevel 5.

You might also consider other runlevels:
  • 1 - shuts the system down
  • s - single-user mode (text only, no services/servers)
  • 2 - Text-only, multi-user without network
  • 3 - Text-only, multi-user with network
  • 4 - Normally Unused
  • 5 - Full multi-user with graphical login
  • 6 - reboots the system
 
Old 12-31-2005, 03:56 AM   #9
bglnelissen
Member
 
Registered: Feb 2004
Location: Utrecht Holland
Distribution: MacOS, Debian, Raspbian
Posts: 76

Rep: Reputation: 15
may i ad a little:
Not all distrobutions use the same runlevels.

check yours with:
$ cat /etc/inittab
 
  


Reply



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
issues with boot and nvidia geforce fx5700 mrchaos Linux - Hardware 1 04-18-2005 07:49 PM
Does Slack10.0 recognize GeForce FX5700? And a q about Nvidia drvs and a video card kornerr Linux - General 1 02-08-2005 08:49 AM
No red on second monitor on GeForce FX5700 ktvoelker Linux - Hardware 0 01-17-2005 10:22 PM
GeForce FX5700 noobtesting Linux - Hardware 1 04-28-2004 04:31 PM
GeForce FX 5200, Mandrake 9.1, nVidia Driver trouble - HELP! Chrisguy18 Linux - Software 11 01-08-2004 08:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 08:42 AM.

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