LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-05-2006, 02:44 PM   #1
jollyjoice
Member
 
Registered: Aug 2003
Location: UK
Distribution: Gentoo 64
Posts: 383

Rep: Reputation: 30
Nvidia GeForce 4 MX 440 poor performance nvidia glx drivers


Using the nvidia drivers, 1.0-8762 on gentoo 64bit, getting ~ 110fps in glxgears and KDE finds it impossible to use transparancy or even shadows, well it can use them but I can't!

I know it's not an amazing card, but I'm sure it should be able to do more than this...
 
Old 06-05-2006, 03:02 PM   #2
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
Are you 100% that this driver had a successful install ? If you are unsure, give this command a try and see what your output is :
Code:
glxinfo | grep rendering
Your answer should be :
Code:
direct rendering: Yes
I know I had this card, and your right, its not the fact that its not amazing, but it should have better performance. I thought the ~800fps I was getting was bad when I was using it, and always tried to improve it. So your right, something is missing, lets just see if we can find it
 
Old 06-05-2006, 03:32 PM   #3
jollyjoice
Member
 
Registered: Aug 2003
Location: UK
Distribution: Gentoo 64
Posts: 383

Original Poster
Rep: Reputation: 30
Code:
~ $ glxinfo | grep rendering
direct rendering: Yes
 
Old 06-05-2006, 03:41 PM   #4
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
What does the section for your video look like in your xorg.conf file ?
 
Old 06-05-2006, 03:45 PM   #5
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
actually to save typing, make sure you did all of the following :
http://www.linuxquestions.org/linux/...n_5_EASY_Steps

just for we are on the same page
 
Old 06-05-2006, 03:46 PM   #6
jollyjoice
Member
 
Registered: Aug 2003
Location: UK
Distribution: Gentoo 64
Posts: 383

Original Poster
Rep: Reputation: 30
Code:
        Identifier  "Card0"
        Driver      "nvidia"
        VendorName  "nVidia Corporation"
        BoardName   "NV17 [GeForce4 MX 440]"
        BusID       "PCI:1:0:0"
Think thats the right bit.

And yes, I followed that or something similar when setting up originally, and everything seems to be in order, however I have less stuff in modules:
Code:
Section "Module"
        Load  "extmod"
#       Load  "dri"
        Load  "dbe"
        Load  "record"
        Load  "xtrap"
        Load  "glx"
        Load  "type1"
        Load  "freetype"
EndSection

Last edited by jollyjoice; 06-05-2006 at 04:20 PM.
 
Old 06-06-2006, 07:36 PM   #7
DrOzz
Senior Member
 
Registered: May 2003
Location: Sydney, Nova Scotia, Canada
Distribution: slackware
Posts: 4,185

Rep: Reputation: 60
Well I noticed that you didn't set the option in xorg.conf which is
Code:
Option "NoLogo" "1"
With that said, when you shut down the X server and then restarted it, did you see the nvidia splash screen ?

Also, I am wondering if you played with the following option in the xorg.conf file in your video settings, which is :
Code:
Option "NvAGP"
If not, try playing with that setting. Valid options for that setting are :
Code:
Option "NvAGP" "0"
Option "NvAGP" "1"
Option "NvAGP" "2"
Option "NvAGP" "3"
Only use one at a time ) And just for your knowledge the description of each are :
"0" ... disables AGP support
"1" ... use NVAGP, if possible
"2" ... use AGPGART, if possible
"3" ... try AGPGART; if that fails, try NVAGP

Personally I use 1, but that's what "acceptable" for me. You can play with each setting and see if you see any/no improvement.

But if your not hitting the splash screen everything I said after that point is irrelevant cause it would appear to me that the driver isn't loading, cause like I said if you didn't set the option not to display it, it should be displaying.

Also, just out of curiousity, what kernel version, and what nvidia driver version are you using.

Oh, one more thing I thought about, that affects some users of nvidia cards, is not have dma enabled on your harddrive. So you also may wanna check that too. Crash course to check this is as follows.

Under the assumption your first drive is /dev/hda you issue this command as root :
Code:
hdparm /dev/hda | grep dma
your result should be :
Code:
using_dma    =  1 (on)
If it is set to one, you will just enable it by typing (again as root):
Code:
hdparm -d1 /dev/hda
Again, if it states using_dma is 1, then your fine in that department, but its worth checking.
 
Old 06-07-2006, 09:02 AM   #8
jollyjoice
Member
 
Registered: Aug 2003
Location: UK
Distribution: Gentoo 64
Posts: 383

Original Poster
Rep: Reputation: 30
I didn't list all the options, over looked that
Here you go then, I'm no*w* getting ~150 something fps.

Nvidia-glx 1.0-8762, and Gentoo 2.6.16-gentoo-r6 64bit.

Just the ones that are enabled:
Code:
Option     "NoLogo"                      "Flase"
Option     "NvAGP"                       "3"
Option     "RenderAccel"                 "True"
Option     "CursorShadow"                "True"
Option     "AllowGLXWithComposite"       "True"
<edit, corrected typo>
 
  


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
gnome doesn't autoload after installing drivers for Nvidia Geforce MX 440 (Suse 9.3) fredde SUSE / openSUSE 3 01-17-2006 08:12 PM
Display problems with Nvidia drivers on Debian (XFree86 4.3.0.1) with GeForce 4MX 440 lordnukem Linux - Hardware 6 02-05-2005 05:32 AM
nvidia geforce 4 mx 440 meinzorn Linux - Hardware 1 11-20-2004 03:36 AM
Nvidia 5328 drivers - damn poor GLX madlinux Fedora 3 01-05-2004 11:50 AM
redhat 9 geforce 4 mx 440 nvidia drivers black screen baronsam Linux - Software 9 11-06-2003 07:04 PM

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

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