Florian Kulzer wrote:
On Thu, Nov 01, 2007 at 19:21:00 +0200, Bogdan Marian wrote:
Florian Kulzer wrote:
[...]
Bogdan Marian wrote:
[...]
Nick, I'm running Lenny, so nvidia-glx is not in the repos...
Michal, I tried the methods on that page and it didn't work... Last
thing i tried was to install the NVIDIA way, using the Nvidia .bin
supplied from their home site...still no luck.
Which kernel do you run? (Post the output of "uname -a".)
Which nvidia card are we talking about? (Post the relevant part of your
"lspci" output.)
Which version of the nvidia driver did you install? (We need the exact
name of the file that you downloaded and executed.) Did you get any
error messages or warnings when you attempted the installation?
Change your xorg.conf to use the nvidia driver and (re)start X. After it
fails/crashes, run the following two commands and post their output:
egrep '^\((EE|WW)\)' /var/log/Xorg.0.log
egrep -i 'nvidia|glx' /var/log/Xorg.0.log
Hello,
I'm using FX5200, and i installed the NVIDIA-Linux-x86-100.14.19-pkg1.run
package. Here is what's written in the log files and I think is relevant:
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions
is
(II) NVIDIA(0): enabled.
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
Please provide ALL the information that I asked for in my previous
message.
Hello,
Sorry...So:
No error while installing ( except for a warning about the version of
the gcc (it 4.2 as i'm on lenny) )
NVIDIA FX5200
NVIDIA-Linux-x86-100.14.19-pkg1.run
mydebian:/home/bogdan# lspci
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM
Controller/Host-Hub Interface (rev 02)
00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB
UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB
UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB
UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB
UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2
EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2)
00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC
Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE
Controller (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller
(rev 02)
00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus
Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corporation 82801EB/ER
(ICH5/ICH5R) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX
5200] (rev a1)
02:03.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host
Controller (rev 80)
02:04.0 RAID bus controller: Promise Technology, Inc. PDC20378 (FastTrak
378/SATA 378) (rev 02)
02:05.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001
Gigabit Ethernet Controller (rev 13)
mydebian:/home/bogdan# uname -a
Linux mydebian 2.6.22-2-686 #1 SMP Fri Aug 31 00:24:01 UTC 2007 i686
GNU/Linux
(II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions
is
(II) NVIDIA(0): enabled.
(EE) NVIDIA(0): Failed to load the NVIDIA kernel module!
(EE) NVIDIA(0): *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "wfb"
(II) UnloadModule: "fb"
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
Bogdan