LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 12-28-2001, 05:54 PM   #16
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30

Oops, i KINDA reinstalled Linux becuase i did some experimenting and i broke the X-Server..sorry! im back now.

Ok, so should i do DavidPhillips instructions first or Aussies?

*EDIT* the command didn't generate any errors but it didnt do nothing. Or at least it didnt show it. BTW, cool trick! i was always wondering how i can paste into the TERMINAL!!! One more thing, this time i installed i installed KDE & GNOME desktops. Don't kill me but i like GNOME alot becuase it is so easy to cut & paste and it feels "cleaner" so to speak. KDE was great dont get me wrong, but i feel more comfortable with GNOME maybe its becuase it closely resembles Windows. I dual boot Windows XP pro & RedHat anyways.


Last edited by therion12; 12-28-2001 at 06:16 PM.
 
Old 12-28-2001, 06:17 PM   #17
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Quote:
Originally posted by therion12
Ok, i tried make install and it did a bunch of things and then it came up with a error of some sort..what should i do? the error is as follows: " *** [nv.o] Error 1"

Btw this is for the kernel not the GLX yet.

All the files untar'ed also becuase i checked in the KDE browser.
The usual cause for errors when installing the nvidia kernel driver is not having your kernel source rpm's installed.
 
Old 12-28-2001, 06:19 PM   #18
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
I know this is kinda off topic but is 256MB enough for Linux? my main machine that am running Linux on has the following specs:

EPoX 8KHA+ KT266A DDR motherboard
AMD Athlon "XP" 1700+ @ 1800+ (1.56Ghz)
Crucial/Micron PC2100 256MB
Nvidia GeForce3 (gainward)
and all the other goodies like cdrom, cd writer, floppy, 2 hard disks, and a Swiftech MCX370-0A heatsink and fan for the processor.
 
Old 12-28-2001, 06:20 PM   #19
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by Aussie


The usual cause for errors when installing the nvidia kernel driver is not having your kernel source rpm's installed.
Ok, how would i go about doing that ? thanks alot for your help Aussie your one of the few people who actually put up with NewBez like me :-)

btw, Nice webpage you have goin' there, let me know if i can be of any help....

Last edited by therion12; 12-28-2001 at 06:33 PM.
 
Old 12-28-2001, 06:44 PM   #20
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
There should be a couple of rpm packages in RedHat/RPMS/ on the second redhat cd called "kernel-doc-2.4.x-x.i386.rpm" and "kernel-source-2.4.x-x.i386.rpm" make sure that the 2.4.x-x matches the kernel you have installed. The source rpm is the important one but the docs come in handy as well.
 
Old 12-28-2001, 06:49 PM   #21
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
ok, im pretty sure 2.4.7-10 is my Kernel version but how do i check ? i think there is a command in the terminal i can do am i right?
 
Old 12-28-2001, 06:59 PM   #22
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
"uname -a" will spill the beans so to speak.
 
Old 12-28-2001, 07:01 PM   #23
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
One thing that i find annoying in Linux is that i have to boot from the floppy all the time. i dont know what to do when it boots from the hdd.

How do i install it now? when i double click it it gives me a error about not being the right application to open...

Last edited by therion12; 12-28-2001 at 07:06 PM.
 
Old 12-28-2001, 07:15 PM   #24
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Try doing as root "rpm -Ivh kernel-*etc*.rpm" from the mounted cd driectory.
 
Old 12-28-2001, 07:19 PM   #25
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
"unkown option" <------- thats what it says.
 
Old 12-28-2001, 07:29 PM   #26
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Try "rpm -i *etc*.rpm" and see what happens.
 
Old 12-28-2001, 07:36 PM   #27
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
Alright in KDE i tried double clicking on the Kernel RPM(S) and it brought up the Package Manager, i click install and it installed i think
 
Old 12-28-2001, 07:45 PM   #28
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Cool, when you get the nvidia drivers installed and working you should read "man rpm" to get an idea of what commands you need to install/upgrade and remove packages from the console.
 
Old 12-28-2001, 07:49 PM   #29
therion12
Member
 
Registered: Dec 2001
Location: chicago, IL
Distribution: Gentoo 1.4_rc1
Posts: 913

Original Poster
Rep: Reputation: 30
Hey do i edit that XF86 file in X or do i do it in the command console?
 
Old 12-28-2001, 08:00 PM   #30
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
You'll need to do it in the console before you startx. Try "mcedit /etc/X11/XF86Config-4"
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing nvidia drivers from nvidia website on mepis 3.3 xbennyboy Linux - Hardware 4 04-23-2005 09:19 AM
Installing NVidia drivers on RedHat 9.0 UnknownFear Linux - Newbie 7 03-22-2004 12:54 PM
installing NVIDIA drivers for Geforce 4 and Redhat 9.0 Armand Linux - Hardware 7 07-20-2003 07:06 PM
NVIDIA Drivers on RedHat 8 kierl Linux - Hardware 7 03-26-2003 04:21 PM
Redhat 8.0 + nVidia Drivers Tnadrev Linux - General 9 11-04-2002 01:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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