|
|
#1 | |
|
Registered User
Join Date: Apr 2007
Posts: 21
|
Hello,
I'm trying to setup my new video card for two days now. It is a Quadro NVS 440 and I'm using Fedora Core 6. I've downloaded and compiled from src the kernel 2.6.20.4 (the latest I found) and I'm running it now. I've successfully installed the NVIDIA-Linux-x86-1.0-9755-pkg1.run file but when I reboot the PC the screen becomes black (no signal out of the card) as soon as it exits from the bios screens (the ligths turns red from green)... I think it's not a screen problem because I've tested with another one wich supports higher resolutions. When I am at this point, I can not init another configuration using CTRL + ALT + F1 for example. The only solution is to shutdown the PC and to restore a good xorg.conf file using the linux rescue mode. I wanted to test the NVIDIA-Linux-x86-1.0-8756-pkg1.run that came on the video card installation CD but I have an error message during the installation. Here is the nvidia log file content :" nvidia-installer log file '/var/log/nvidia-installer.log' creation time: Thu Apr 5 16:11:16 2007 option status: license pre-accepted : false update : false force update : false expert : false uninstall : false driver info : false no precompiled interface: true no ncurses color : false query latest driver ver : false OpenGL header files : true no questions : false silent : false no backup : false kernel module only : false sanity : false add this kernel : false no runlevel check : false no network : false no ABI note : false no RPMs : false force tls : (not specified) force compat32 tls : (not specified) X install prefix : /usr/X11R6 OpenGL install prefix : /usr compat32 install prefix : (not specified) installer install prefix: /usr utility install prefix : /usr kernel name : 2.6.20.4 kernel include path : (not specified) kernel source path : /lib/modules/2.6.20.4/source/ kernel output path : (not specified) kernel install path : (not specified) proc mount point : /proc ui : (not specified) tmpdir : /tmp ftp mirror : ftp://download.nvidia.com RPM file list : (not specified) Using: nvidia-installer ncurses user interface -> License accepted. -> Not probing for precompiled kernel interfaces. -> Using the kernel source path '/lib/modules/2.6.20.4/source/' as specified by the '--kernel-source-path' commandline option. -> Kernel source path: '/lib/modules/2.6.20.4/source/' -> Kernel output path: '/lib/modules/2.6.20.4/build' ERROR: If you are using a Linux 2.4 kernel, please make sure you either have configured kernel sources matching your kernel or the correct set of kernel headers installed on your system. If you are using a Linux 2.6 kernel, please make sure you have configured kernel sources matching your kernel installed on your system. If you specified a separate output directory using either the "KBUILD_OUTPUT" or the "O" KBUILD parameter, make sure to specify this directory with the SYSOUT environment variable or with the equivalent nvidia-installer command line option. Depending on where and how the kernel sources (or the kernel headers) were installed, you may need to specify their location with the SYSSRC environment variable or the equivalent nvidia-installer command line option. ERROR: Installation has failed. Please see the file '/var/log/nvidia-installer.log' for details. You may find suggestions on fixing installation problems in the README available on the Linux driver download page at www.nvidia.com. " The command line I'm running si "./nvidia-installer --kernel-source-path /lib/modules/2.6.20.4/source --kernel-name='2.6.20.4' I've fixed UTS_RELEASE problem in version.h and changed the #include "linux.h" into #include "autoconf.h" in the driver installation extraction directory. Can anyone help me with this problem ? I really want to be able to set up this videocard. Thanks in advance. SC |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Apr 2007
Posts: 21
|
I've tried to reinstall teh latests Nvidia driver giving him the kernel source path to compile.
I get the same error xhen restarting the X server (CTRL + ALT + BACKSPACE) and changing nv to nvidia in the xorg.conf. I've attached the Xorg.0.log to this message. I think It is only a frequency or resolution problem but I don't know how to read the content of this file. Does anyone see an error ? |
|
|
|
|
|
|
#3 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
1.0-8756 is over a year old, and isn't expected to work with recent kernels. If you'd like help with the 1.0-9755 issue, please see:
http://www.nvnews.net/vbulletin/showthread.php?t=46678 |
|
|
|
|
|
#4 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
According to your log file, everything looks fine:
Code:
(--) NVIDIA(0): Connected display device(s) on Quadro NVS 440 at PCI:8:0:0: (--) NVIDIA(0): Iiyama (CRT-0) (--) NVIDIA(0): Iiyama (CRT-0): 400.0 MHz maximum pixel clock (II) NVIDIA(0): Assigned Display Device: CRT-0 (WW) NVIDIA(0): (WW) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select" (WW) NVIDIA(0): will be used as the requested mode. (WW) NVIDIA(0): (II) NVIDIA(0): Validated modes: (II) NVIDIA(0): "nvidia-auto-select" (II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200 If your screen turns off before the OS even boots, then there is a problem with your BIOS. |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Apr 2007
Posts: 21
|
1600x1200 could be a valid resolution for this screen : "IIyama Vision Master Pro 440".
I have tried to ad the line Modes "1024x768" "800x600" in the Display subsection of the Screen section of xorg.conf +> It gives the same result. After reboot the xorg log file line became => (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768 I think it's a good thing no? For your other question : My screen does not turn off when the OS boots but when the X server starts. The PC is a dual boot one and the quadro works fine under Windows with the same screen. |
|
|
|
|
|
#6 | |
|
NVIDIA Corporation
Join Date: Mar 2005
Posts: 2,487
|
Please generate a verbose log file with "startx -- -logverbose 6" and then generate and attach a bug report.
|
|
|
|
|
|
|
#7 | |
|
Registered User
Join Date: Apr 2007
Posts: 21
|
Quote:
1. I start the machine with the generic working driver (nv) 2. I go in level 3 : init 3 3. I change the xorg.conf to launch the nvidia driver Driver=nvidia 3. I launch "startx -- -logverbose 6" 4. I won't see anything from this point (the screen will switch off) 5. Can I call the nvidia-bug-report.sh after having restarted the pc ? I suppose, i can't. Can I call these function in a .sh and get the log back after reboot the pc with the generic driver ? |
|
|
|
|
|
|
#8 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
You can generate the bug report after rebooting, yet before starting X again.
|
|
|
|
|
|
#9 |
|
Registered User
Join Date: Apr 2007
Posts: 21
|
I have done all you asked me. I can add a thing to help tou : when i start X server using nvidia driver, sometimes the pc beeps during 5 or six seconds....
I attach the Xorg.0.log and nvidia-bug-report.log to this post. It seems that there is an error starting X server on the screen..... Hope you will be able to help me ! |
|
|
|
|
|
#10 |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
Your bug report lacks both an X log and the X configuration file.
|
|
|
|
|
|
#11 |
|
Registered User
Join Date: May 2006
Posts: 477
|
schaplain, visit freshrpms.net and install the nVidia RPM.
Code:
# rpm -ihv http://ftp.freshrpms.net/pub/freshrpms/fedora/linux/6/freshrpms-release/freshrpms-release-1.1-1.fc.noarch.rpm Code:
# yum install nvidia-x11-drv |
|
|
|
|
|
#12 |
|
Registered User
Join Date: Apr 2007
Posts: 21
|
netllama : Can you be more precise ?
I guess what X configuration file is : Xorg.conf but not what X log is ? Isn't it Xorg.0.log ?? |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NVIDIA Driver Installation | flores.facundo | NVIDIA Linux | 2 | 06-24-12 08:37 AM |
| Graphics driver installation problem (your comments will be highly appreciated) | apuurboo | NVIDIA GeForce 400/500 Series | 0 | 06-16-12 07:35 AM |
| Graphics driver installation problem (your comments will be highly appreciated) | apuurboo | NVIDIA GeForce 400/500 Series | 0 | 06-13-12 07:58 AM |
| CPUMark99 - how do you compare | fuelrod | Benchmarking And Overclocking | 66 | 07-19-11 08:32 AM |
| Mandrake 9.0 driver installation | Andy Mecham | NVIDIA Linux | 3 | 10-02-02 04:12 PM |