LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-14-2005, 08:59 PM   #1
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Rep: Reputation: 60
Nvidia 1.0-8174 driver problems, slack10.2


i have tried afew times installing the latest nvidia v1.0-8174 driver but it doesnt work properly. the version i have used before this was 1.0-7676 and it worked.
i did the same steps to setup this driver as i did the last successful one. im gonna try and reinstall the older version in afew minutes and see if that one still works fine as it used to.

the problem is that when i startx, it displays the nice white nvidia splash screen then flickers and goes back to a very distorted console... this would be somewhat ok, since i could try and reconfigure and startx to test again. but this isnt the case; i have to hard-reset the computer to get back to normal console (yes this seems to be the only way) and is annoying.

there are no 'error's in the Xorg log, but there are afew warnings, which ill post (which i bet have nothing to do with it anyway):
Code:
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/local/".
(WW) `fonts.dir' not found (or not valid) in "/usr/X11R6/lib/X11/fonts/Speedo/".
(WW) Open APM failed (/dev/apm_bios) (No such device)
(WW) NVIDIA(0): Multiple displays connected, but only one display allowed;
(WW) NVIDIA(0):      using first display
(WW) (1400x1050,My Monitor) mode clock 122MHz exceeds DDC maximum 110MHz
(WW) NVIDIA(0): Not using mode "700x525" (height 1050 is larger than
(WW) NVIDIA(0):      EDID-specified maximum 1024)
(WW) NVIDIA(0): Not using mode "576x384":
(WW) NVIDIA(0):   horizontal sync start (589) not a multiple of 8
(WW) NVIDIA(0): Not using mode "360x200":
(WW) NVIDIA(0):   horizontal sync start (378) not a multiple of 8
i run a command like " cat /etc/X11/* | grep -i "1400" " and there are no results... wouldnt there be one, since the error is saying that somewhere i am trying to use resolution 1400x1050?

Thanks

edit:
ok the old one doesnt work either
in my lilo.conf i set it "vga=" to "normal". this prevents from having to reboot after the screen flashes (it goes to normal console not screwed up one). i normally have it to "vga=773"

Last edited by nadroj; 12-14-2005 at 10:23 PM.
 
Old 12-15-2005, 04:47 AM   #2
pvs
Member
 
Registered: Jan 2005
Location: Lviv, Ukraine
Distribution: Something self-made
Posts: 69

Rep: Reputation: 16
Looks like driver's setup changed your configuration. Check for backup copy of old config file. If there are no backups (or backup was overwritten while installing older driver) re-configure X by some tool or edit configuration manually.
 
Old 12-15-2005, 05:15 AM   #3
blueser
Member
 
Registered: Oct 2003
Location: Rio de Janeiro, Brazil
Distribution: Fedora Core 5
Posts: 76

Rep: Reputation: 15
One of the things that changed with the latest drivers is that UseEdidFreqs is now on by default. From the changelog:

"Made UseEdidFreqs "on" by default; the NVIDIA X driver will use the valid HorizSync and VertRefresh frequency ranges from the EDID whenever possible."

This means that, if you were using a resolution that is not "standard" to your monitor, it will be rejected during driver initialization (I had the same problem at home). You can try setting it to false to see if it fixes your problem. Just add:

Option UseEdidFreqs "false"

to the "Device" section of /etc/X11/xorg.conf, and restart X11.

HTH

Andre
 
Old 12-15-2005, 06:13 AM   #4
kozaki
Member
 
Registered: Jun 2004
Location: France, UE
Distribution: Arch Linux, Bodhi, Debian, Mageia, OpenMediaVault, Q4OS
Posts: 133

Rep: Reputation: 20
Arrow

You might want to give new 'nvidia-xconfig' tool a try (nvidia-xconfig -h for options).
It worked fine in this location (I slightly edited "Device" & added "Conposite" extension by hand)

As pvs said, check for backup copy of old config file first.
 
Old 12-15-2005, 10:20 AM   #5
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
kozaki/pvs: i think that tool was automatically run after i installed it, and it created a new xorg.conf file, which didnt work.

blueser: ok i never heard of that... however, my monitor is using valid vert/horizontal sync rates and display resolutions, as i got from the manufactuerer's site.. but ill try that option.

thanks all
 
Old 12-15-2005, 10:59 AM   #6
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
ok i tried it in the device then monitor sections with no luck.. X displays nvidia splash screen then goes to console, not showing any specific error/warning.
 
Old 12-15-2005, 01:22 PM   #7
toreric
Member
 
Registered: Dec 2005
Location: Tväråmark, Sweden
Distribution: Debian/Kubuntu
Posts: 105

Rep: Reputation: 27
I tried to get NVIDIA run severl times but finally (several weeks ago) I succeded and saved my HOWTO:

go to http://www.nvidia.com/object/linux_d..._1.0-7676.html,
download NVIDIA-Linux-x86-1.0-7676-pkg1.run and run
# sh NVIDIA-Linux-x86-1.0-7676-pkg1.run

good luck
 
Old 12-15-2005, 01:24 PM   #8
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
i know where to get and how to run the install file for the driver.. the problem is with the xorg.conf file.
 
Old 12-15-2005, 01:42 PM   #9
toreric
Member
 
Registered: Dec 2005
Location: Tväråmark, Sweden
Distribution: Debian/Kubuntu
Posts: 105

Rep: Reputation: 27
OK. This includes the critical part of my xorg.conf
My monitor has a (Debian-)non-standard HorizSync range, and until getting the right lower-limit (31.5) I could see nothing. Found the value in the monitor harware specifications. Set it using the Debian configuration tool (additionaly, maybe I also commented out that Driver "nv" line "by hand"?)
Code:
Section "Device"
	Identifier	"NVIDIA Corporation NV20 [GeForce3 Ti 200]"
	Driver		"nvidia"
#	Driver		"nv"
EndSection

Section "Monitor"
	Identifier	"COMPAQ V720"
	HorizSync	31.5-70
	VertRefresh	50-120
	Option		"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"NVIDIA Corporation NV20 [GeForce3 Ti 200]"
	Monitor		"COMPAQ V720"
	DefaultDepth	24
...
 
Old 12-15-2005, 01:47 PM   #10
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
ok the only thing i dont have is the Option DPMS.. i have already edited the xorg.conf file by hand and included my sync/refresh rates, as found on the manufacturer's website.

i searched the README file that comes with the installer for DPMS and it couldnt find it.. what is this?
 
Old 12-15-2005, 01:50 PM   #11
toreric
Member
 
Registered: Dec 2005
Location: Tväråmark, Sweden
Distribution: Debian/Kubuntu
Posts: 105

Rep: Reputation: 27
sorry don't know ...
 
Old 12-15-2005, 02:19 PM   #12
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
ok i tried that option in the monitor section but X wouldnt start, so it must mean i cant use that there.
 
Old 12-17-2005, 03:54 PM   #13
slymer
LQ Newbie
 
Registered: Feb 2005
Posts: 4

Rep: Reputation: 0
This may be the same thing that happened to me, but not to the extent of losing a screen. I run dual monitors and when I upgraded to the new nvidia driver, my right monitor had a smaller display, the OSD display said it was running at 84Khz/68Hz, when in my xorg.conf file I specifically tell it to run both monitors at 48khz/60hz. I figured out that the new driver was getting setting from my moniter (NEC MultiSync 70). Long story short I turned off the detection of the monitor settings with: Option "NoDDC", in the device section.

Hope this works for you.

Here is snippet from my xorg.conf file:

# This monitor is on the NVidia PCI card
Section "Monitor"
Identifier "CompaqCV715"
VendorName "Compaq"
ModelName "CV715"
HorizSync 48 - 48
VertRefresh 60.0 - 60.0
Option "dpms"
EndSection

# This monitor is on the NVidia AGP card
Section "Monitor"
Identifier "NECMSync70"
VendorName "NEC"
ModelName "MultiSync70"
HorizSync 48 - 48
VertRefresh 60.0 - 60.0
Option "dpms"
EndSection

# This section is for the PCI Card 0x0171
Section "Device"
Identifier "NVidiaPCI"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce4 MX 440"
BusID "PCI:0:11:0"
Option "ConnectedMonitor" "CRT"
Option "TVStandard" "NTSC-M"
Option "NoDDC"
# Option "TVOutFormat" "CRT"
EndSection

# This section is for the AGP Card 0x0182
Section "Device"
Identifier "NvidiaAGP"
Driver "nvidia"
VendorName "NVidia"
BoardName "NVIDIA GeForce4 MX 440se with AGP8X"
BusID "PCI:1:0:0"
Option "ConnectedMonitor" "CRT"
Option "NoDDC"
EndSection

# Screen section for AGP card
Section "Screen"
Identifier "ScreenAGP"
Device "NVidiaAGP"
Monitor "NECMSync70"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
EndSection

# Screen section for PCI card
Section "Screen"
Identifier "ScreenPCI"
Device "NVidiaPCI"
Monitor "CompaqCV715"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
EndSection
 
Old 12-17-2005, 08:08 PM   #14
nadroj
Senior Member
 
Registered: Jan 2005
Location: Canada
Distribution: ubuntu
Posts: 2,539

Original Poster
Rep: Reputation: 60
ok thanks

as i said, i tried the option DPMS (in caps i did, u did yours in lowercase, i wouldnt think that would matter would it?), and it didnt even startx

ill check out that NoDCC setting you had, maybe those 2 options/settings go hand in hand

Thanks
 
Old 12-19-2005, 12:28 PM   #15
toreric
Member
 
Registered: Dec 2005
Location: Tväråmark, Sweden
Distribution: Debian/Kubuntu
Posts: 105

Rep: Reputation: 27
nadroj (and others)

Just as an information, just in case: a recent experience with Nvidia.

I made a major upgrade of my Debian testing, which also involved many updates concerning the X system. Afterwards, X/KDE failed to start, although Nvidia showed its splash but nothing more happened: the system just changed to black screen and console login.

I got an advice from a friend: Probably the X update resets some links to point at the wrong (default) graphics library. Try to fix that (or maybe re-install Nvidia)!

Luckily a had saved the installation package that I last used (NVIDIA-Linux-x86-1.0-7676-pkg1.run) and just run it again from the console with no problems. That fixed the links (or whatever, don't know really) and the graphics is OK again.

I did not touch the xorg.conf file (the earlier update didn't either since it's manually changed long ago).
 
  


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
help editing xf86config for nvidia geforce mx440 after installing nvidia driver linguist Linux - Newbie 11 06-13-2006 06:31 AM
nvidia legacy driver and nvidia-glx questions darkleaf Linux - Software 6 06-27-2005 02:42 PM
Trouble with new nVidia driver installation...no nvidia logo and KDE no start up mdb Linux - Software 8 08-18-2004 09:45 AM
nvidia fx5600 loads vesa driver instead of nvidia driver saburo62 Linux - Hardware 3 05-04-2004 03:59 PM
kernel 2.6.3--bk8 and NVIDIA-Linux-x86-1.0-5336 video driver from Nvidia zdenkod Linux - Hardware 2 03-09-2004 05:38 AM

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

All times are GMT -5. The time now is 06:05 AM.

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