Jump to content

Mdk 9.1 and my NVIDIA GeForce4 driver update


Guest Andromea
 Share

Recommended Posts

Guest Andromea

Hi I recently made the switch from winXP to Mandrake LInux. And I like it very much. Everything is working perfectly, execept for my graphics card. The screen is a litlle shifted to the right and my tv-out doen work at all. So I updated my Drivers to the ones from Nvidia: NVIDIA-Linux-x86-1.0-4363. Everything went ok with that. But then you need to adjust the XF86Config-4 file. And that's when the problems arise.

 

In the config file you must change in the section "Device", Driver "nv" to Driver "nvidia". But when I do that the Xserver won't boot anymore. It will give me an error saying that there is no screen detected or there is no screen with usable settings.

Did I do something wrong or did I forget something?

 

Any help would be very appreciated.

 

greetz Andromea

Link to comment
Share on other sites

Guest Andromea

# File generated by XFdrake.

 

# **********************************************************************

# Refer to the XF86Config man page for details about the format of

# this file.

# **********************************************************************

 

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)

# By default, Mandrake 6.0 and later now use a font server independent of

# the X server to render fonts.

FontPath "unix/:-1"

EndSection

 

Section "ServerFlags"

#DontZap # disable <Crtl><Alt><BS> (server abort)

AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work

#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)

EndSection

 

Section "Module"

Load "dbe" # Double-Buffering Extension

Load "v4l" # Video for Linux

Load "extmod"

Load "type1"

Load "freetype"

Load "glx" # 3D layer

EndSection

 

Section "InputDevice"

Identifier "Keyboard1"

Driver "Keyboard"

Option "XkbModel" "pc105"

Option "XkbLayout" "us_intl"

Option "XkbCompat" ""

Option "XkbOptions" ""

EndSection

 

Section "InputDevice"

Identifier "Mouse1"

Driver "mouse"

Option "Protocol" "IMPS/2"

Option "Device" "/dev/psaux"

Option "ZAxisMapping" "4 5"

EndSection

 

Section "Monitor"

Identifier "monitor1"

VendorName "Plug'n Play"

HorizSync 31-60

VertRefresh 56-75

 

# Sony Vaio C1(X,XS,VE,VN)?

# 1024x480 @ 85.6 Hz, 48 kHz hsync

ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

 

# TV fullscreen mode or DVD fullscreen output.

# 768x576 @ 79 Hz, 50 kHz hsync

ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

 

# 768x576 @ 100 Hz, 61.6 kHz hsync

ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

EndSection

 

Section "Device"

Identifier "device1"

VendorName "nVidia Corporation"

BoardName "NVIDIA GeForce4 (generic)"

Driver "nv"

Option "DPMS"

EndSection

 

Section "Screen"

Identifier "screen1"

Device "device1"

Monitor "monitor1"

DefaultColorDepth 16

 

Subsection "Display"

Depth 8

Modes "1024x768" "800x600" "640x480"

EndSubsection

 

Subsection "Display"

Depth 15

Modes "1024x768" "800x600" "640x480"

EndSubsection

 

Subsection "Display"

Depth 16

Modes "1024x768" "800x600" "640x480"

EndSubsection

 

Subsection "Display"

Depth 24

Modes "1024x768" "800x600" "640x480"

EndSubsection

EndSection

 

Section "ServerLayout"

Identifier "layout1"

InputDevice "Keyboard1" "CoreKeyboard"

InputDevice "Mouse1" "CorePointer"

Screen "screen1"

EndSection

Link to comment
Share on other sites

Guest Andromea

Oh yeah I forgot something, there is this entry wich I do not understand.

 

# Sony Vaio C1(X,XS,VE,VN)?

# 1024x480 @ 85.6 Hz, 48 kHz hsync

ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync

 

It says Sony Vaio, a monitor I don't have. I have a NEC Slimview 527.

 

Maybe that's the problem?

Link to comment
Share on other sites

your driver is still nv according to your XF86Config-4 file

also, I would put a # in front of these three lines:

ModeLine "1024x480" 65.00 1024 1032 1176 1344 480 488 494 563 -hsync -vsync 

ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616

as you probably don't need them. another thing that my be helpful is if you post what it says when you try to startx.

Link to comment
Share on other sites

Guest Andromea
your driver is still nv according to your XF86Config-4 file.

 

That's because I switched it back to it original setting, "nv", to get X working.

 

But the error message about the screen not found doesn't show up anymore. Wich I totaly don't understand. But X still won't boot, it loads until I see a blue screen with the mouse pointer (a black X) on it (wich works).

 

So now I think the problem isn't the nvidia driver but something else. Because when I startup in GUI and try to go to text mode with Ctrl+Alt+Backspace the sreen just turns black. And then nothing happens and I have to turn off my computer. And when I startup in text mode and try to start X it only turns to a blue screen. And returning to the text mode doesn't work anymore either, that worked the first time I tried it.

 

This whole situation confuzes me. :?

 

Thanks for your help so far.

Link to comment
Share on other sites

You know.. I have a similar problem with nvidia driver not wanting to boot up X in my epox nforce2 mb. It seems that the nvidia driver doesn't like to be put into IRQ greater than 10. You may need to juggle around your irq (going to bios and reserve some irqs and booting up, checking whether the video card takes irq greater than 10 or not during POST).

 

Try it, maybe it works.

Link to comment
Share on other sites

Dear Sir/Madam,

 

To use the NVıdıa driver, you must also load the NVIDIA kernel. Does your /etc/modules.conf file have the stanza that does it?

 

Otherwise please read the README that comes with the NVidia driver package and add the appropriate line to the file. I do not remember what the line is except for a major device number of 195 for my old TNT 2, since I upgraded to an ATI card. Perhaps in the new driver, this number is different.

 

SDincerely,

 

A. Hacinliyan

Link to comment
Share on other sites

# comment out Load glx if you're using nv

 

Is that the closest you can get for a monitor?....Plug and Pray? Try to choose something...anything close to your monitors specs.

 

The entry in /etc/modules.conf should be;

alias char-major-195 nvidia

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...