MandrivaThis Forum is for the discussion of Mandriva (Mandrake) Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi
Installed the latest Nvidia drivers on 10.0 OK. Found that on shutdown that display was corrupted - also when screensaver blanked out display. Any ideas?
By corrupted I mean that the display look out of sync - Like a text display running at a screwed up refresh rate. I think that when X shuts down during main shutdown that video card stays in a graphic mode.
The card is a Nvidia Gforce MX440 clone.
I download the latest Ndiai driver with 2.6 support 53.36.
X config file contents
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
try adding this line in the device section, directly under where it says Device "nvidia"
Option "NvAGP" "1"
restart X, or reboot.
that option will allow you to use nvidia's agp module. other options you could try would be change the "1" to one of the following
"0" (this disables agp support)
"2" (this uses the kernel agp module)
"3" (this will try to use the kernel module first, then if that fails it will try to use the nvidia module)
you also might want to look into your refresh rate settings? what is it currently set at? if it's set to high (even though your monitor may say it supports the setting) it can cause troubles. i find 70Hz suits my needs, but that's just me. your milage may vary.
There is a known bug with Mandrake 10.0 "official" and NVIDIA video drivers. Try using 10.0 "download version" or the earlier release "Community download". They both work OK with my Nvidia FX5200 128 MB (AGP 8x).
10.0 Official CD set (cost me $70) was not able to successfully work with my video card, no matter what. The problem is the Official kernel 2.6.3-7mdk - at least that's what NVIDIA's install told me. On the other hand, a visitor to Mandrake Club says that the problem is in the XF86Config-4 file, and he offers a workaround. I have not tried that yet.
Hope this helps.
http://www.mandrakeclub.com << have a look
------------ 5/1/2005: I found out that my motherboard was the cause of most of my problems with Mandrake, etc. It was a SOYO SY-K7MMP2, and I replaced it with a Giga-Byte GA-7N400-L. The motherboard was the ONLY thing I replaced so it was definetly the culprit.
Tried the Option "IgnoreDisplayDevices" "DFP, TV" mod and it worked OK but occasionally X would lockup. In the end found that setting VGA= normal in LILO worked.
Have same problem with Knoppix 3.4, when shutting down, display gets all screwed up, dots and lines instead of text..
On Dell Inspiron 8600 nVidia 5200FX Go
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.