LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 10-10-2004, 05:21 PM   #1
mbrampton
LQ Newbie
 
Registered: Oct 2004
Location: North Yorkshire
Distribution: Mandrake 9.2
Posts: 7

Rep: Reputation: 0
Install Mandrake 9.2 NVIDIA FX5200


I'm having a total lack of success setting up my new PC with Mandrake 9.2. Irritatingly, Windows 2000 is running very well, using half the disk.

The problem is, I cannot get a workable video system. The video card is an NVIDIA FX 5200. Completing the standard Mandrake installation using the driver for NVIDIA generic FX results in a few blue and white lines in the bottom inch of the screen as soon as the graphical interface is started.

I tried working through all kinds of combinations of video driver, screen resolution, etc, testing each one, without finding anything that tested OK.

Also, I have installed the NVIDIA generic driver, including installing the kernel headers. After that was done, I checked the XF86Config-4 file and added Load "glx". The driver was already set to "nvidia", presumably by the NVIDIA driver installation. After all that, all I got was a few blue and white lines in the bottom inch of the screen!

The screen is a Philips 17 inch TFT panel. It is running perfectly with Windows at 1280x1024 with 32 bit true colour and 60 Hz refresh.

With Mandrake Linux, I can't do anything graphical at all!! Any suggestions for what else I can try?

Best regards, Martin
 
Old 10-10-2004, 09:53 PM   #2
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
First DISABLE the DM service on startup temporarily.

E.G. as root

chkconfig --del dm

Remove any references to NVIDIA modules in /etc/modules.conf so that they are not autoloaded. (you'll be using a different AGP driver AFAIK...)

Then COLD BOOT the machine. Shut it down and disconnect the power cord.

Next press the power button to discharge it.

Now power it back up Make sure it only comes up to the text prompt.

Download the appropriate NVIDIA drivers from their web site and run the installer script.

Modify the XFree configuration file as indicated.

Once done type

X

from the console and see if the screen clears and you get the Xwindows background.

If you do hit move the mouse. Does it work?

If so hit ALT-BACKSPACE

and finally

chkconfig --add dm

and you can try restarting your machine to check everything out.
 
Old 10-11-2004, 01:19 PM   #3
mbrampton
LQ Newbie
 
Registered: Oct 2004
Location: North Yorkshire
Distribution: Mandrake 9.2
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks very much. Unfortunately, no, it didn't work. I disabled dm as suggested, removed the one line in modules.conf that referred to NVIDIA and cold booted. The NVIDIA driver install ran smoothly, and I couldn't see anything further to configure in XF86Config-4 as the NVIDIA install seemed to have done it.

But then typing X just gave me the same mess of blue, white and black lines in the bottom inch of the screen. So I'm afraid I still seem to be as stuck as ever!

Could I be on the wrong track? Could it be the AGP driver that is wrong rather than the video card driver? Although everything works well enough for the Linux install, using whatever basic drivers that relies on. I don't know what to think.
 
Old 10-11-2004, 01:31 PM   #4
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Yes this could be an AGP issue.

Sometimes the Mandrake installation chooses the wrong AGP driver to install.

E.G. one of my systems needed the NVIDIA supplied AGP driver while another needed a kernel AGP driver for Intel Chipsets.
 
Old 10-11-2004, 03:08 PM   #5
mbrampton
LQ Newbie
 
Registered: Oct 2004
Location: North Yorkshire
Distribution: Mandrake 9.2
Posts: 7

Original Poster
Rep: Reputation: 0
I haven't a clue what to do about this. Any suggestions?
 
Old 10-12-2004, 01:28 AM   #6
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
service dm stop

then

rmmod the existing AGP and video drivers in memory reported by

lsmod

then try

modprobe xxx

another AGP driver and run "X" again.

Once you see a clean background, you'll have fixed the problem.
 
Old 10-12-2004, 02:23 PM   #7
jeickal
Member
 
Registered: Oct 2004
Distribution: Mandrake, DSL, SuSE, RedHat
Posts: 71

Rep: Reputation: 15
I had the same problem on a friend's PC (messy blue/white line on the buttom when starting X) with the same graphic card.

I found a lame temporary workaround:

- Once my screen is frozen I log in another PC on the LAN.

- I ssh (or telnet) the PC with the frozen screen

- I "kill -1 " the X process

- Then I come back to the 1st PC and realize gnome is starting with a perfect X display!

Go figure...

I'll try few other hacks next time I'll go visit my friend... Will let you know if I find sth interesting
 
Old 10-12-2004, 04:42 PM   #8
mbrampton
LQ Newbie
 
Registered: Oct 2004
Location: North Yorkshire
Distribution: Mandrake 9.2
Posts: 7

Original Poster
Rep: Reputation: 0
Glad to know I am not alone!

Thanks for the detailed suggestions, but how do I know which of the loaded modules is the AGP driver? None of them have any telltale signs.

Also, how do I know what alternative AGP drivers are on the system?

(The motherboard is a Gigabyte GA-7S748)
 
Old 10-14-2004, 09:19 AM   #9
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
If you've let updatedb run to completion...

type

locate agp | more

to list possible AGP drivers. You'll note that there are many available.

If you haven't let updatedb run via it's CRON scheduled jobs, as root type in

nohup updatedb &

It will scan your hard drives and build a database which can be used to locate files.

Your MB uses the SiS chipset so you'll need the SiSAGP drivers provided by the kernel.

Type

lsmod | grep agp


to see which ones are actually loaded
 
Old 10-14-2004, 11:59 AM   #10
mbrampton
LQ Newbie
 
Registered: Oct 2004
Location: North Yorkshire
Distribution: Mandrake 9.2
Posts: 7

Original Poster
Rep: Reputation: 0
Thanks very much for the help. Not a great many files are listed in response to "locate agp | more". All but one of them look like source files. The only thing that looks at all like a driver is:
/lib/modules/2.4.22-10mdk/kernel/drivers/char/agp/agpgart.o.gz

Is this actually installed as a driver (it is evidently gzipped)?

The command "lsmod | grep agp" does not yield any output. Just typing "lsmod" produces a list of modules, but none of them have any obvious connection with AGP.

Where can I go from here?
 
Old 10-14-2004, 12:15 PM   #11
opjose
Senior Member
 
Registered: Sep 2004
Location: Outlying D.C.
Distribution: Mandriva
Posts: 2,090

Rep: Reputation: 46
Oops sorry, I'm utilizing the 2.6 kernels which have a slew of different agp drivers.

Out of curiosity, what happens when you give the kernel the noagp arguement?

Does X work then?
 
Old 10-14-2004, 12:21 PM   #12
mbrampton
LQ Newbie
 
Registered: Oct 2004
Location: North Yorkshire
Distribution: Mandrake 9.2
Posts: 7

Original Poster
Rep: Reputation: 0
Sorry, I'm not at all expert in the use of Linux. What does giving the kernel the noagp argument mean? Where would I do that?
 
  


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
Nvidia Dualview for FX5200 mexus Linux - Hardware 0 10-29-2005 03:06 AM
mandrake 10.2LE nvidia geforce fx5200 krnl2.6.111-12mdk r0ssar00 Linux - Software 3 08-30-2005 02:54 PM
nVidia drivers for FX5200 Adrohak Linux - Hardware 5 01-07-2005 03:06 AM
Nvidia Fx5200 not working in Mandrake 10.1 Mojojo Linux - Hardware 3 11-06-2004 12:08 AM
Nvidia Fx5200 : Do i need the fan on it??? boutrosboutros General 12 06-18-2004 05:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

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