LinuxQuestions.org
Help answer threads with 0 replies.
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 07-27-2004, 05:56 PM   #1
Moloko
Member
 
Registered: Mar 2004
Location: Netherlands
Distribution: Debian
Posts: 729

Rep: Reputation: 30
GeForce4 MX480 supported (debian sarge)?


Trying to upgrade an older k7 system, is the GeForce4 MX480 fully supported in xfree86 (debian sarge)?
 
Old 07-27-2004, 06:29 PM   #2
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Re: GeForce4 MX480 supported (debian sarge)?

Quote:
Originally posted by Moloko
Trying to upgrade an older k7 system, is the GeForce4 MX480 fully supported in xfree86 (debian sarge)?
Never heard of a 480 but my 440 SE works fine I am using the Nvidia driver but it worked fine with the X's nv driver off the start.
 
Old 07-27-2004, 06:40 PM   #3
Moloko
Member
 
Registered: Mar 2004
Location: Netherlands
Distribution: Debian
Posts: 729

Original Poster
Rep: Reputation: 30
Is opengl working? I do want a card which works completely. This card is budget-minded, so I might get it if it works.

The 480 is probably just a newer version of the 440.
 
Old 07-27-2004, 07:20 PM   #4
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
I have a GeForce4 MX480 that I use on Slack.
It is picked up as a GeForce4 MX440 with 8x agp.
It works well with both XFree and Xorg using the
NVIDIA driver.
 
Old 07-27-2004, 07:25 PM   #5
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by Moloko
Is opengl working? I do want a card which works completely. This card is budget-minded, so I might get it if it works.

The 480 is probably just a newer version of the 440.
You would have to install the Nvidia driver to get the GL working but that would be the same for any distro. Just to be sure go to the Nvidia driver page and check out the README file for supported cards I can't see why it wouldn't be though they have just about everything supported in that F***in huge driver it is like 1+ mb in size when loaded.

http://www.nvidia.com/object/linux_d..._1.0-6106.html

Just checked the damn thing is just about 5mb now!

Code:
Module                  Size  Used by
nvidia               4815124  12
 
Old 07-27-2004, 07:40 PM   #6
Moloko
Member
 
Registered: Mar 2004
Location: Netherlands
Distribution: Debian
Posts: 729

Original Poster
Rep: Reputation: 30
It doesn't list the 480...thnx for helping.
 
Old 07-27-2004, 08:09 PM   #7
auditek747
Member
 
Registered: Feb 2004
Location: Ohio, USA
Distribution: Arch Linux
Posts: 464

Rep: Reputation: 30
It'll run it.
 
Old 07-28-2004, 09:28 AM   #8
Moloko
Member
 
Registered: Mar 2004
Location: Netherlands
Distribution: Debian
Posts: 729

Original Poster
Rep: Reputation: 30
Ok, I'll take my changes. Any caveats with the nvidia installer for sarge?
 
Old 07-28-2004, 12:26 PM   #9
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by Moloko
Ok, I'll take my changes. Any caveats with the nvidia installer for sarge?
Well the 5336 and 6106 driver seems to want a fully configured source tree on a 2.6 instead of the kernel-headers being installed and being linked to /usr/src/linux like they used too be happy with this started around 2.6.5 IIRC. Then there are the usual changes that need to be made you have to edit the file /etc/modutils/aliases and put the line.

Code:
# Added by me for Nvidia card
alias char-major-195 nvidia
In the file and then run update-modules to have the information entered into the /etc/modules.conf for use on boot. You also have to comment out the Load "GLcore" & Load "dri" if present in your /etc/X11/XF86Config-4 file in this section.

Code:
Section "Module"
#       Load  "GLcore"
#       Load  "dri"
        Load  "ddc"
        Load  "int10"
        Load  "bitmap"
        Load  "dbe"
        Load  "vbe"
        Load  "extmod"
        Load  "glx"
        Load  "record"
        Load  "xtrap"
        Load  "speedo"
        Load  "freetype"
        Load  "type1"
EndSection

Other than that it is fairly easy to install the driver.
 
Old 07-28-2004, 03:02 PM   #10
Moloko
Member
 
Registered: Mar 2004
Location: Netherlands
Distribution: Debian
Posts: 729

Original Poster
Rep: Reputation: 30
Thnx let's see if I can be a Happy Tux as well
 
Old 07-28-2004, 03:41 PM   #11
Moloko
Member
 
Registered: Mar 2004
Location: Netherlands
Distribution: Debian
Posts: 729

Original Poster
Rep: Reputation: 30
hmm, if I try the Debian way it wants to install an i386 optimised kernel along with nvidia-glx, which I'm not happy about. I already have a k7 optimised kernel. What is the best way? The Debian way or the Nvidia installer? And what's the point of having a nvidia-agp kernel module if you have to built your own???

(at times like this I really hate using Linux... )
 
Old 07-28-2004, 04:24 PM   #12
Moloko
Member
 
Registered: Mar 2004
Location: Netherlands
Distribution: Debian
Posts: 729

Original Poster
Rep: Reputation: 30
Update: nvidia-glx wants to install nvidia-kernel-2.4.26-1-386, but I just built 2.6.6 nvidia modules, so that would be pointless. Will it work with 2.6.6?
 
Old 07-28-2004, 05:46 PM   #13
HappyTux
Senior Member
 
Registered: Mar 2003
Location: Nova Scotia, Canada
Distribution: Debian AMD64
Posts: 4,170

Rep: Reputation: 244Reputation: 244Reputation: 244
Quote:
Originally posted by Moloko
Update: nvidia-glx wants to install nvidia-kernel-2.4.26-1-386, but I just built 2.6.6 nvidia modules, so that would be pointless. Will it work with 2.6.6?
The 2.4 will not work with the 2.6 kernel. How exactly did you build the module for 2.6 if you used the Nvidia installer then you only need to make the changes in the XF86Config-4 file and check to make sure that the alias line for nvidia is in the file /etc/modprobe.d/aliases if not there then add it ignoring the warning not to edit the file. If you used the Debian method then just install the .deb you built for 2.6.6. Oh and since you have a 2.6 kernel have you made the /sys directory and put this in the /etc/fstab to have the sysfs mounted at boot.

Code:
## Needed for kernel 2.6
none            /sys            sysfs   defaults                0       0
 
Old 07-28-2004, 07:01 PM   #14
Moloko
Member
 
Registered: Mar 2004
Location: Netherlands
Distribution: Debian
Posts: 729

Original Poster
Rep: Reputation: 30
It works now I'm very pleased Excellent framerates the Debian way.

I first added the nvidia info to /etc/modutils/aliases as you pointed out and got to work:

I use the k7 prebuilt kernel, so I installed nvidia-kernel-source, nvidia-kernel-common and kernel-source-2.6.6. I then compiled the nvidia module against the kernel source of 2.6.6 and after installing the nvidia-deb I copied it into the prebuilt kernel tree.

I first installed the nvidia-glx (which unhappily also installed nvidia-kernel-2.4.26-1-386, but is left unused) and then loaded the (already present in the kernel) nvidia-agp and the (just compiled) nvidia module. Last, but not least I reconfigured X, choose the nvidia driver instead of the nv driver and unchecked GLcore and DRI.

I fired up X and thus direct rendering was present. A quick test with Armagetron made me happy. Very good rendering at 1280x1024 at 60 to 70 fps (which is much more than my previous Voodoo could handle).

Hopefully more readers find this helpful, because the several guides I found were more confusing than helpfull (noobs need straight answers, not a tech guide) and next to that, the debian modules are not completely ready. Apparently dependencies are incorrect and a package called nvidia-graphics-driver is not available at all at the moment.

I will try the drivers from nvidia some other time, for now the Debian provided packages do a decent job.

p.s. the card is a 440 anyway (oops...)

Last edited by Moloko; 07-28-2004 at 07:07 PM.
 
  


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
Protocol not supported Debian phoenix_wolf Linux - Newbie 1 12-12-2004 02:35 AM
Debian bf2.4 and nVidia Geforce4 440 MX se question minze Linux - Newbie 1 08-31-2003 07:07 AM
Is Geforce4 supported by slackware ? flittypoo Slackware 5 04-01-2003 07:50 AM
Nvidia drivers on debian - GeForce4 jymden Linux - Hardware 4 03-23-2003 11:16 AM
Debian - XFree86 - GeForce4 440mx - Broken Hegemon Linux - General 5 03-14-2003 04:45 AM

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

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