LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-19-2002, 12:47 AM   #1
SeoushiSan
LQ Newbie
 
Registered: Nov 2002
Posts: 17

Rep: Reputation: 0
nvidia performace


when I first installed the nvidia drivers on my redhat 8 system

athlon xp 1900+
512 DDR
120 GB IBM
KG7-lite
Geforce 4 Ti4200

I was getting around 6000 on glxgears

then used up2date to update my kernel from 2.4.14-8.0 to 2.4.18-8.0 it went flawless so I rebooted into the new kernel and tried glx gears and now I'm getting around 3000 in glxgears.. thats a huge performance hit. I'm just wondering if there is something I can do fix this. or is glx gears not really that accurate and not to worry about?

thanks again
 
Old 11-19-2002, 11:38 AM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
I don't know whether the up2date thing updates your NVidia drivers or not... if not, then head over to nvidia's site and download the lates in .tar.gz format and follow the instructions to the letter in the README file that's also available from that site. I stress getting the .tar.gz files because you're now running a non-stock kernel, so you'll have less hassle using these than if you go for the .rpm files!

Good luck.
 
Old 11-19-2002, 02:53 PM   #3
AxeZ
Member
 
Registered: Sep 2002
Location: Novi Sad, Vojvodina
Distribution: Slackware, FreeBSD
Posts: 386

Rep: Reputation: 32
Hmm...I really think that automatically updating kernel is bit stupid.
 
Old 11-19-2002, 06:27 PM   #4
Kamikaze_Gerbil
LQ Newbie
 
Registered: Nov 2002
Location: Vancouver, Canada
Distribution: Mandrake
Posts: 19

Rep: Reputation: 0
Re: nvidia performace

Quote:
Originally posted by SeoushiSan
when I first installed the nvidia drivers on my redhat 8 system

athlon xp 1900+
512 DDR
120 GB IBM
KG7-lite
Geforce 4 Ti4200

I was getting around 6000 on glxgears

then used up2date to update my kernel from 2.4.14-8.0 to 2.4.18-8.0 it went flawless so I rebooted into the new kernel and tried glx gears and now I'm getting around 3000 in glxgears.. thats a huge performance hit. I'm just wondering if there is something I can do fix this. or is glx gears not really that accurate and not to worry about?

thanks again
Generally you should recompile your video driver after you do the kernel.
 
Old 11-19-2002, 10:52 PM   #5
SeoushiSan
LQ Newbie
 
Registered: Nov 2002
Posts: 17

Original Poster
Rep: Reputation: 0
well after it updated my kernel I erased my rpm's(rpm -e NVIDIA_GLX and NVIDIA_kernel) which I had installed at the time.
I restarted my system and booted into the new kernel. I recompiled my srpm's and installed them I got 3000 on glxgears. I figured it could be the rpms so I installed the drivers from the source. I still am getting 3000fps.
I heard that redhat 8.0 kernel has some performace flaws so I tried to install 2.4.19 from the source from kernel.org. I failed to configure it right tho because it couldn't mount the files system because it said that it didnt have the ext3 driver. which is odd because I put that in the configuration. obviously I missed something.
Well now I'm just wondering how do I export my current kernel configuration I can just upgrade to the newer kernel?
 
Old 11-20-2002, 09:21 AM   #6
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
When you say that you put it in the configuration, did you have it as part of the kernel or as a loadable module? If the latter, did you make modules && make modules_install before rebooting to test your kernel?
 
Old 11-20-2002, 10:13 AM   #7
SeoushiSan
LQ Newbie
 
Registered: Nov 2002
Posts: 17

Original Poster
Rep: Reputation: 0
I did make modules and make modules_install before I installed the kerenel. I also didn't put file system support in as a module I just included it in the kenerel.
 
Old 11-20-2002, 10:45 AM   #8
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Sorry? You did those before you installed the kernel? What do you mean by that? Before you added your new kernel to your lilo/grub file?
 
Old 11-20-2002, 03:12 PM   #9
SeoushiSan
LQ Newbie
 
Registered: Nov 2002
Posts: 17

Original Poster
Rep: Reputation: 0
ok heres exactly what I did

# make xconfig
# make modules
# make install_modules
# make install

I followed a nice guide from http://www.freeos.com/articles/3579/ which shows how to up the kerenel to 2.4.x

I know how to install a kernel, my problem is I think I goofed up my configuration somewhere in xconfig and thats the problem. Where can I get the config file from my current kerenel to import into xconfig?

Thanks for all the help
 
Old 11-20-2002, 03:34 PM   #10
llama_meme
Member
 
Registered: Nov 2001
Location: London, England
Distribution: Gentoo, FreeBSD
Posts: 590

Rep: Reputation: 30
You did actually do a

make bzImage

at some point to build the kernel itself, didn't you? (I'm a bit hazy on linux kernel building - long time, no do - but I'm pretty sure there should be a make dep and a make bzImage in there somewhere)

Alex

Last edited by llama_meme; 11-20-2002 at 03:35 PM.
 
Old 11-20-2002, 03:38 PM   #11
SeoushiSan
LQ Newbie
 
Registered: Nov 2002
Posts: 17

Original Poster
Rep: Reputation: 0
yeah I made a bzImage...

I'm currently recompilign the kernel because I found a configuration file in /boot of my older kenerel

I just imported it and saved then I typed

make dep clean modules modules_install bzImage install

hopefully this works.

I do have a question tho. If I installed the nvidia drivers from the source. do I have to reinstall them? If I do then where do I uninstall the drivers from?
 
Old 11-20-2002, 04:18 PM   #12
SeoushiSan
LQ Newbie
 
Registered: Nov 2002
Posts: 17

Original Poster
Rep: Reputation: 0
after some time of running I got this. I'm guessing its from make modules or modules_install but im not sure.

sim710.c: In function `sim710_detect':
sim710.c:1580: `Ent_test1' undeclared (first use in this function)
sim710.c:1613: `A_int_test1' undeclared (first use in this function)
make[2]: *** [sim710.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.19/drivers/scsi'
make[1]: *** [_modsubdir_scsi] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.19/drivers'
make: *** [_mod_drivers] Error 2

anyone got an Idea? also do I really need scsi support? I don't have scsi but I heard you need it for cdrom writers. sounded a little odd to me when I heard that.
 
Old 11-20-2002, 04:34 PM   #13
Bert
Senior Member
 
Registered: Jul 2001
Location: 406292E 290755N
Distribution: GNU/Linux Slackware 8.1, Redhat 8.0, LFS 4.0
Posts: 1,004

Rep: Reputation: 46
Yeah, I'd say it looks like you need scsi support.

But before you do that, try building the kernel without modules. That way the dependency tree in the script will make sure you don't check "enable ide-scsi emulation" as a module when you don't have "scsi support" enabled in your kernel (or some other dependency trap). When you've got a kernel which boots and behaves as you want, then copy the bzImage over and reboot.
 
Old 11-20-2002, 04:49 PM   #14
SeoushiSan
LQ Newbie
 
Registered: Nov 2002
Posts: 17

Original Poster
Rep: Reputation: 0
this time I ran make dep clean bzImage
and I got another error

/usr/src/linux-2.4.19/include/linux/modules/i386_ksyms.ver:96:1: warning: this is the location of the previous definition
make[2]: *** [ksyms.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.19/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.19/kernel'
make: *** [_dir_kernel] Error 2

I really don't think that redhat is worth this. I hear so many problems with this distro but I can't get mandrake 9.0 to install the nvidia glx drivers right, maybe I might try it again.

I really wanted to get debain workign on my system but its harder to setup for some as unexperianced as me. are there any other distros that I really should look into that are somewhat easy to install?
 
  


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
Performace / Bench Marking abhijeetudas Linux - General 2 11-24-2005 11:43 PM
linux performace bong.mau Linux - General 6 11-24-2005 12:07 PM
high performace cd ripping and encoding dukeinlondon Linux - Software 2 07-22-2005 01:20 PM
performace impact after establishment of a large file faran_woods Linux - Enterprise 3 06-01-2005 02:41 AM
Performace Monitoring Tool Cybers19 Linux - Newbie 4 10-27-2004 09:47 AM

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

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