LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 01-19-2010, 10:45 AM   #1
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Rep: Reputation: 96
nvidia geforce4 mx440 drivers for debian squeeze


I need drivers for an nvidia geforce4 mx440 video card which will run on Debian Squeeze with the 2.6.30 kernel. Does anybody know where I can get them?
 
Old 01-19-2010, 03:39 PM   #2
Earl Parker II
Member
 
Registered: Jan 2002
Location: Shelby, NC, US
Distribution: Linux Mint 19.2
Posts: 130

Rep: Reputation: 17
http://www.nvidia.com/object/linux_d..._96.43.14.html
 
Old 01-19-2010, 05:02 PM   #3
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Okay, I just installed that driver; thanks. Maybe the problem isn't the drivers because when I first log in all the stuff on my screen is still squished over to the extreme left. Here's my xorg.conf:

Code:
 nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder62)  Mon Nov  9 06:17:18 PST 2009                                                                          

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"    
EndSection                                   

Section "Files"
EndSection     

Section "InputDevice"
    # generated from default
    Identifier     "Mouse0" 
    Driver         "mouse"  
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Does anybody see anything out of place?
 
Old 01-19-2010, 05:11 PM   #4
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Okay, solved it. The problem was that it was starting up with the highest available resolution, which happened to be 1600x1200. I simply removed that resolution from xorg.conf and it is now functioning properly. Hope this helps anyone who runs across the same prob.
 
Old 01-19-2010, 05:12 PM   #5
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
I don't see anything out of place, but it is better to study /var/log/Xorg.0.log.

The 1600x1200 resulution seems a bit high to me for such an ancient card. Delete all resolutions higher than 1024x768 and try again.

Try to change the video driver name to "nv" instead of "nvidia" in the xorg.conf and restart X.

jlinkels
 
Old 01-21-2010, 11:23 AM   #6
tofino_surfer
Member
 
Registered: Aug 2007
Posts: 483

Rep: Reputation: 153Reputation: 153
Quote:
Originally Posted by jlinkels View Post
I don't see anything out of place, but it is better to study /var/log/Xorg.0.log.

The 1600x1200 resulution seems a bit high to me for such an ancient card. Delete all resolutions higher than 1024x768 and try again.

Try to change the video driver name to "nv" instead of "nvidia" in the xorg.conf and restart X.

jlinkels
Both of these statements are wrong and arrogant.

I am still using a 2001 era GeForce 2 MX400, older than this card, which supports resolutions up to 2048 X 1536. I am now using it as 1680 X 1050 with my Samsung widescreen LCD. I previously used it at 1600 X 1200 with 24-bit depth for years with my 19" LG CRT monitor.

Despite complaints from open source fanatics, the binary "nvidia" drivers from Nvidia themselves are better than the provided open source "nv" drivers. I can attest to this. The open source "nv" driver did not support the widescreen 1680 X 1050 mode I needed but the binary "nvidia" drivers I switched to supports this newer mode perfectly as well as providing smoother video performance.

I will soon upgrade this card finally to one with better 2D performance and a DVI link but it has done me well and is doing me well at high resolutions, 1680X1050 currently, and 1600 X 1200 previously. It is two generations older than the geforce 4.
 
Old 01-21-2010, 12:21 PM   #7
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Okay, what's your secret? In general the nvidia proprietary driver gives me better display qualities, but it gives me horrible, jerky video playback performance (that goes for both flash and dvds). If I can fix the video performance issue I'll happily use the nvidia driver.
 
Old 01-21-2010, 04:44 PM   #8
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
Quote:
Originally Posted by tofino_surfer View Post
Both of these statements are wrong and arrogant.
I beg your pardon?

First the recommendation I gave to delete the higher resolutions was right. The OP posted his solution at the same instant as I did as you can see.

Secondly all three advices are sound advices in case of problems with any NVIDIA driver. Study Xorg.0.log, lower the resolution, use the nv driver.

Last, please show me the "arrogant" answer I gave.

jlinkels
 
Old 01-21-2010, 05:51 PM   #9
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
You're both right to a point, although I fail to see in what way jinkels was arrogant. Both drivers are giving me some problems. The nvidia one is better in general, but the jerky vid playback is a showstopper. Does anyone know of a fix?
 
Old 01-21-2010, 06:41 PM   #10
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Okay, here's the scoop: I experimented some with resolution settings and discovered that the nvidia drivers work fine so long as I keep my resolution down to 1024x768. Not my first choice, but worth it to fix my graphics issues.
 
Old 01-21-2010, 06:52 PM   #11
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
http://www.linuxquestions.org/questi...nitors-751939/

I know of no reason why that card shouldn't do 1600x1200; I have the identical card (GeForce4 mx440 AGP8x, currently in the roommates computer as I have upgraded) and it had always worked just great at 1600x1200. It will go higher too, but for me, things got sketchy above that resolution because the monitor I was using had a native res of 1600x1200.

There should be no direct bearing at all because of your OS (Debian?) though I used Slackware.. Hmm.. Well, two ideas: (1) make sure your horiz and vert frequencies are appropriate for your monitor, and (2) in case it helps, have a look at the link I put above; I pasted some of my past xorg.conf files there. Some of them IIRC were from when I had the mx440 card in this machine, so maybe you will see something in there to try out (config options, etc..)

Good luck, keep us posted!
Sasha
 
Old 01-21-2010, 07:18 PM   #12
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
Spoke too soon. Lowering the resolution improved vid performance with Dragonplayer, but flash is still bad and Kaffeine is awful. I don't get it.
 
Old 01-21-2010, 07:20 PM   #13
GrapefruiTgirl
LQ Guru
 
Registered: Dec 2006
Location: underground
Distribution: Slackware64
Posts: 7,594

Rep: Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556Reputation: 556
One thing that will probably help a fair bit is reducing your colordepth to 16. You won't notice a difference in quality, but your machine will thank you.

(NOTE: I can't remember if this will affect openGL or not, so beware. Worth a try though)

BTW, what sort of hardware is this all happening on? Fairly decent/speedy hardware, or an older slower machine? (Sorry if you mentioned it, but I didn't see it above)

Sasha

Last edited by GrapefruiTgirl; 01-21-2010 at 07:22 PM.
 
Old 01-21-2010, 09:35 PM   #14
2handband
Member
 
Registered: Jan 2009
Location: Alexandria, Minnesota
Distribution: Manjaro
Posts: 837

Original Poster
Rep: Reputation: 96
The motherboard, cpu, and ram are all about three days old; a shiny new msi board with an AMD dual-core 2.9 ghz processor. I suspect this is part of the problem; I'm mixing new hardware with some old parts that were around during the Clinton administration. Thanks for the colordepth tip. Unfortunately it didn't work.

If I use the nv driver I have an off-center display. If I use the nvidia driver my video playback sucks.
 
Old 02-01-2010, 08:57 PM   #15
nxja
Member
 
Registered: Feb 2007
Location: Within The Universe, usually
Distribution: If I tell you, you will kill me.
Posts: 77

Rep: Reputation: 17
2002...

Quote:
Originally Posted by 2handband View Post
... I suspect this is part of the problem; I'm mixing new hardware with some old parts that were around during the Clinton administration...
http://en.wikipedia.org/wiki/GeForce_4_Series#Lineup_2
http://en.wikipedia.org/wiki/Compari...Force_4_series
2002, though that also says that nv17 "evolved" from gf2 (of 2000, gf2: http://en.wikipedia.org/wiki/GeForce_2_Series) .. the nv11? nv15? unless I'm getting lost in nvidia's model-labeling flimflammery.
 
  


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
Driver: Nvidia geforce4 mx440 degonto Linux - Desktop 11 06-27-2008 02:47 PM
Nvidia GeForce4 MX440 video issues dsyebert Linux - Hardware 12 09-18-2006 02:22 PM
NVIDIA GEFORCE4 MX440 and MANDRAKE 9.1 frog-newbie Linux - Hardware 4 09-10-2003 05:11 PM
mandrake 9.1 and geforce4 mx440 sfinga Linux - Newbie 2 05-06-2003 04:25 PM
Nvidia drivers on debian - GeForce4 jymden Linux - Hardware 4 03-23-2003 11:16 AM

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

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