LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-02-2003, 03:07 PM   #1
vic_cw
Member
 
Registered: Jun 2003
Posts: 56

Rep: Reputation: 15
driver for nvidia video card -installation-32 bits


Hi !!

i've got a problem for the installation of the nvidia driver. I want to install the "Linux Display Driver - AMD64" driver. i thought it was what I needed, as I've got an AMD Athlon Xp 2100 +. But I don't know what they meant by "64". The driver download is at the following address : "http://www.nvidia.com/view.asp?IO=linux_display_amd64_1.0-4180". I do everything they say, until I have to run "make install" for the "kernel" tar file (detared). When I do this, The installation looks normal, but the console says "code model `kernel' not supported in the 32 bit mode". A little later, it says "nv.c:2756: warning: cast from pointer to integer of different size".and then it says "make: *** [nv.o] Erreur 1". I did'nt try yet, but it doesn't seem to have worked as they tell me there's an error. Is the 32 bit thing in relation with the "AMD64" thing ? What should I do ?

Thanks

vic
 
Old 07-02-2003, 03:15 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well first off you got the wrong driver, the ia64 is for 64 bit processors, whereas yours is a 32bit processor....so you should of gotten the ia32 driver and try again :P
 
Old 07-02-2003, 03:41 PM   #3
vic_cw
Member
 
Registered: Jun 2003
Posts: 56

Original Poster
Rep: Reputation: 15
Yes but

thanks man.
I tried to run the IA32, (I downloaded the script, and ran it). But my big problem is that they then ask me to exit X server, and I don't know how. Do you ?

Thanks

vic

Long life to Linux
 
Old 07-02-2003, 03:58 PM   #4
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
well the way i go about it is to edit the inittab file just in case a problem occurs....you will edit the file /etc/inittab and you will see a line that says "id:5:initdefault" change the 5 to a 3..
5 = boot to graphical mode
3 = boot to text mode
so when you reboot your computer (or kill X server, whatever you choose) you will boot directly to console mode and the x server will not start....then you su to root and install the drivers, and make the necessary changes in the xf86config file like it tells you...when you do all this switch back to your normal user, and type "startx" to load up X windows, and if you want to change back your fstab then do so....
the reason i do it this way is because if a problem occurs in the setup then when you reboot it will bring you back to text mode for you can troubleshoot it...if you don't change the fstab then if a problem occurs then it will still keep trying to load GUI mode which will just be an annoyance...

Last edited by DrOzz; 07-11-2003 at 10:15 PM.
 
Old 07-02-2003, 04:13 PM   #5
vic_cw
Member
 
Registered: Jun 2003
Posts: 56

Original Poster
Rep: Reputation: 15
Thanks

Thanks man I'll try to do it tomorrow (I'm pretty tired). I wish I knew as much things as you do. How long have you practiced Linux ? what books have you read? How did you learn ?

See you

vic

Long life to Linux
 
Old 07-02-2003, 04:20 PM   #6
sidboyce
Member
 
Registered: Jan 2003
Location: Halesowen, West Midlands, UK
Distribution: SuSE 10.0/Mandriva 2006/gentoo
Posts: 89

Rep: Reputation: 15
Or simply do CTRL-ALT-F1, login as root and do "init 3", run the installer, then do "init 5" to get back to X.
 
Old 07-02-2003, 04:22 PM   #7
Obi Perrin
Member
 
Registered: Nov 2002
Posts: 136

Rep: Reputation: 15
/etc/fstab? Um, how about, no . He's dead on about the other stuff, but the file you need to do the changes to in order to boot to text mode is /etc/inittab.

/etc/fstab is used to control the mounting of hard drive partitions at boot up.

Personally, I find it easier to install NVidia drivers without rebooting - the X respawn thing only happens about 5 times before it's caught and dumps an error message - 10 seconds at most. But the reboot can work just as well.
 
Old 07-02-2003, 04:24 PM   #8
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
lol thx very much for pointing that out Obi, i just finished replying to a post about the fstab file, and it was stuck in my head....sorry if you tried doing what i said already vic, that was my bad, i meant inittab....so make the changes to /etc/inittab..
thx again obi *slaps forehead*
 
Old 07-02-2003, 04:28 PM   #9
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
ok sidboyce yes it can be done like that, but i can tell vic is new, and this would be so much easier for him to do it the way i mentioned....
like i said if your x fails to start its just as easy to reboot and boot back to init 3 to troubleshoot the problem....
if you keep it at init 5 it will obviously fail everytime and you will have to take additional steps to resolve the problem....
nvidia drivers causing black screens and crashing at x bootup is a very common occurance, so its a precautionary step to edit the inittab for you can avoid another problem if a problem should occur with the drivers......
 
Old 07-02-2003, 04:34 PM   #10
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
....and now my story....
when i started, i never used it for regular everyday use but the first time i experienced it was about 5 years ago when i had i book that came with slackware 3.x don't remember the exact version but it was 3 something.....but at the time, it just scared me away instantly and i took it off, but then the last couple years i had it installed on old pc's just in text mode no gui, and just played with them trying to setup a linux router with ipmasq and that stuff....but now at the present time, i just use rh8 as my OS and i haven't read any books...i just read stuff on the web, or the man pages and whatnot...i pretty well only have to do something once/twice and i'll remeber...the information just sticks with me.....
don't worry, if you stick with it, once you type a command a couple times it will stick in your head...
 
Old 07-03-2003, 03:27 AM   #11
vic_cw
Member
 
Registered: Jun 2003
Posts: 56

Original Poster
Rep: Reputation: 15
A last question

I've realised I've got a last problem :

I'm even more new to commands type. To log as a user or as root, do I just need to type : su victor, then my password ?
But my biggest problem is to edit the xf86config file in text mode. I really don't know how to open it, edit it and save it.

By the way, is there a dictionnary of commands or something? Where can I find something like that ?

Thanks

vic

Long life to Linux
 
Old 07-03-2003, 07:46 AM   #12
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
ok lets start off by saying, to change to root all you type is "su" and then the password, NOT "su victor"....

next, since i have no idea what distro your using, then i will tell you to use vi to open the file....just copy down the steps you'll take before you get into the text mode + text editor....
steps to consider writing:
the things you'll change in the file from nvida readme
what command to issue to open the file.
where is the file located.
how do i type in the file with vi.
how do i exit vi and save the file.
now, i am not going to explain anything about vi, but i will give you this link...
VI
this link will give you the shortcut keys to press for saving, exiting and whatever else you wish to know...
second, i am going to give you a link to show you the basic commands of everyday use....such as copy, move, delete, just to name a couple..it also shows what its eqivelant is in the DOS world...
linux<-> dos commands
these two links should be well enough to get you through what you want to do...there is not much reading and plus you dont' have to read it all...just how to do specific things..... such as
vi /etc/X11/XF86Config will open the file for editing....the file is called XF86Config and is located in the /etc/X11 folder....
or if you wanted to navigate there you could type
cd /etc/X11 and then type vi XF86Config , and if by chance your using mandrake your file will be called XF86Config-4 so if you end up navigating to "cd /etc/X11" type "ls" to see what your file is called... (ls in linux = dir in dos).....
so take that info along with what you'll read and you'll get along fine..
 
Old 07-03-2003, 10:04 AM   #13
vic_cw
Member
 
Registered: Jun 2003
Posts: 56

Original Poster
Rep: Reputation: 15
Yes BUT (again)

Thanks man, everything looks a lot easier to me now. but in the readme file, they say I have to "compile with my kernel" the AGPGART module, the one who's gonna suport my card. How can I do this. Plus, they say after, that I have to "rebuild and reinstall the new driver". What are they talkin' about ? Why new? Do they mean I just need to reinstall the *.run driver ?

Plus (but you can't answer all questions) they ask me to edit the XF... file, but they don't say at what line I have to write the options. (GODDAMIT). If I momentarily don't write these options, will my video card work anyway ? (Cause right now I am typing faster than it appears on screen). Thanks


see you

vic

Long life to Linux
 
Old 07-03-2003, 10:28 AM   #14
vic_cw
Member
 
Registered: Jun 2003
Posts: 56

Original Poster
Rep: Reputation: 15
2 more things :

Two other things :

I don't understand : Do i have to write all the list of options or just a section ?

Can't I launch back Xserver after installing and edit the file after ?


Thanks
 
Old 07-03-2003, 10:39 AM   #15
rparkes
LQ Newbie
 
Registered: May 2003
Posts: 22

Rep: Reputation: 15
There's a readme that should come with the driver that tells you how to edit the Xconfig file. If you don't have it, there's a link to the instructions on the page you downloaded the driver from. You just have to remove a couple of references, add something, and change the driver reference - it's quite simple. The driver won't work if you don't do this, however.

If the NVidia installer can't install into your kernel, it will tell you it has to recompile itself. In order to do this, it needs the RH kernel source. You have to install this if you don't have it - run the Add/Remove Applications app, and select Kernel Development.

Run the driver setup script, and it should all work.
 
  


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
nVidia video driver issue Ja5on15 Linux - Hardware 13 11-02-2004 01:44 PM
Trouble with new nVidia driver installation...no nvidia logo and KDE no start up mdb Linux - Software 8 08-18-2004 09:45 AM
Video card driver during installation merlin371 Linux - Hardware 0 04-07-2004 06:10 PM
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 05:38 AM
Can't install video driver (Nvidia/RH 8.0) raymarco Linux - Hardware 4 01-12-2003 04:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:49 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