NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
intall nvidia driver on debian lennyHey, I followed this guide to install the proprietary drivers from Nvidia: Bogdan -- |
intall nvidia driver on debian lenny
John Wojnaroski wrote:
> Bogdan Marian wrote:
>
>> Hey,
>>
>> I followed this guide to install the proprietary drivers from Nvidia:
>> http://www.pendrivelinux.com/2007/10/27/how-to-install-nvidia-video-card-drivers-in-debian-lenny/
>> but i have no luck. X won't start if i let the "Driver "nvidiA""
>> section in xorg.conf untouched.
>> Can anyone guide me plz?
>>
>> Bogdan
>>
>>
> You need to at least post a copy of your xorg.conf file. And look in
> /var/log for the log file. There is a file called X.org.0.log that
> might help show any errors that X encountered when starting.
>
> JW
>
>
Hey,
You are right...
Here is my xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12
14:29:35 PDT 2007
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Monitor"
Identifier "Generic Monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
# Driver "nvidia"
Identifier "Generic Video Card"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
What i can find in the log is :
(EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not
found)
Could not init font path element /usr/share/fonts/X11/cyrillic, removing
from list!
Could not init font path element
/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
Bogdan
--
intall nvidia driver on debian lenny
Bogdan Marian wrote:
> John Wojnaroski wrote:
>
>> Bogdan Marian wrote:
>>
>>> Hey,
>>>
>>> I followed this guide to install the proprietary drivers from
>>> Nvidia:
>>> http://www.pendrivelinux.com/2007/10/27/how-to-install-nvidia-video-card-drivers-in-debian-lenny/
>>> but i have no luck. X won't start if i let the "Driver "nvidiA""
>>> section in xorg.conf untouched.
>>> Can anyone guide me plz?
>>>
>>> Bogdan
>>>
>>>
>> You need to at least post a copy of your xorg.conf file. And look in
>> /var/log for the log file. There is a file called X.org.0.log that
>> might help show any errors that X encountered when starting.
>>
>> JW
>>
>>
> Hey,
>
> You are right...
> Here is my xorg.conf:
>
> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
> # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12
> 14:29:35 PDT 2007
>
> # /etc/X11/xorg.conf (xorg X Window System server configuration file)
> #
> # This file was generated by dexconf, the Debian X Configuration tool,
> using
> # values from the debconf database.
> #
> # Edit this file with caution, and see the /etc/X11/xorg.conf manual
> page.
> # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
> #
> # This file is automatically updated on xserver-xorg package upgrades
> *only*
> # if it has not been modified since the last upgrade of the xserver-xorg
> # package.
> #
> # If you have edited this file but would like it to be automatically
> updated
> # again, run the following command:
> # sudo dpkg-reconfigure -phigh xserver-xorg
>
> Section "ServerLayout"
> Identifier "Default Layout"
> Screen "Default Screen" 0 0
> InputDevice "Generic Keyboard"
> InputDevice "Configured Mouse"
> EndSection
>
> Section "Files"
>
> # path to defoma fonts
> FontPath "/usr/share/fonts/X11/misc"
> FontPath "/usr/X11R6/lib/X11/fonts/misc"
> FontPath "/usr/share/fonts/X11/cyrillic"
> FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
> FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
> FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
> FontPath "/usr/share/fonts/X11/Type1"
> FontPath "/usr/X11R6/lib/X11/fonts/Type1"
> FontPath "/usr/share/fonts/X11/100dpi"
> FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
> FontPath "/usr/share/fonts/X11/75dpi"
> FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
> EndSection
>
> Section "Module"
> Load "i2c"
> Load "bitmap"
> Load "ddc"
> Load "extmod"
> Load "freetype"
> Load "glx"
> Load "int10"
> Load "vbe"
> EndSection
>
> Section "InputDevice"
> Identifier "Generic Keyboard"
> Driver "kbd"
> Option "CoreKeyboard"
> Option "XkbRules" "xorg"
> Option "XkbModel" "pc104"
> Option "XkbLayout" "us"
> EndSection
>
> Section "InputDevice"
> Identifier "Configured Mouse"
> Driver "mouse"
> Option "CorePointer"
> Option "Device" "/dev/input/mice"
> Option "Protocol" "ImPS/2"
> Option "Emulate3Buttons" "true"
> EndSection
>
> Section "Monitor"
> Identifier "Generic Monitor"
> HorizSync 28.0 - 64.0
> VertRefresh 43.0 - 60.0
> Option "DPMS"
> EndSection
>
> Section "Device"
>
> # Driver "nvidia"
> Identifier "Generic Video Card"
> Driver "nvidia"
> EndSection
>
> Section "Screen"
> Identifier "Default Screen"
> Device "Generic Video Card"
> Monitor "Generic Monitor"
> DefaultDepth 24
> SubSection "Display"
> Depth 1
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 4
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 8
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 15
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 16
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> SubSection "Display"
> Depth 24
> Modes "1280x1024" "1024x768" "800x600" "640x480"
> EndSubSection
> EndSection
>
>
>
> What i can find in the log is :
> (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver
> not found)
>
> Could not init font path element /usr/share/fonts/X11/cyrillic,
> removing from list!
> Could not init font path element
> /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
>
>
> Bogdan
>
Off hand, nothing jumps out at me regards the xorg.conf file. That
error msg should not have crashed X, per se. Check further down and see
if the Nvidia card is properly identified as to to type and PCI address;
for an AGP card usually PCI:1:0:0
Can you confirm that the nvidia drive "nvidia.ko" is in fact on your
system and located in the /lib/modules section for your version of linux?
JW
--
intall nvidia driver on debian lenny
John Wojnaroski wrote:
> Bogdan Marian wrote:
>
>> John Wojnaroski wrote:
>>
>>> Bogdan Marian wrote:
>>>
>>>> John Wojnaroski wrote:
>>>>
>>>>> Bogdan Marian wrote:
>>>>>
>>>>>> Hey,
>>>>>>
>>>>>> I followed this guide to install the proprietary drivers from
>>>>>> Nvidia:
>>>>>> http://www.pendrivelinux.com/2007/10/27/how-to-install-nvidia-video-card-drivers-in-debian-lenny/
>>>>>> but i have no luck. X won't start if i let the "Driver
>>>>>> "nvidiA"" section in xorg.conf untouched.
>>>>>> Can anyone guide me plz?
>>>>>>
>>>>>> Bogdan
>>>>>>
>>>>>>
>>>>> You need to at least post a copy of your xorg.conf file. And look
>>>>> in /var/log for the log file. There is a file called X.org.0.log
>>>>> that might help show any errors that X encountered when starting.
>>>>>
>>>>> JW
>>>>>
>>>>>
>>>> Hey,
>>>>
>>>> You are right...
>>>> Here is my xorg.conf:
>>>>
>>>> # nvidia-xconfig: X configuration file generated by nvidia-xconfig
>>>> # nvidia-xconfig: version 1.0 (buildmeister@builder3) Wed Sep 12
>>>> 14:29:35 PDT 2007
>>>>
>>>> # /etc/X11/xorg.conf (xorg X Window System server configuration file)
>>>> #
>>>> # This file was generated by dexconf, the Debian X Configuration
>>>> tool, using
>>>> # values from the debconf database.
>>>> #
>>>> # Edit this file with caution, and see the /etc/X11/xorg.conf
>>>> manual page.
>>>> # (Type "man /etc/X11/xorg.conf" at the shell prompt.)
>>>> #
>>>> # This file is automatically updated on xserver-xorg package
>>>> upgrades *only*
>>>> # if it has not been modified since the last upgrade of the
>>>> xserver-xorg
>>>> # package.
>>>> #
>>>> # If you have edited this file but would like it to be
>>>> automatically updated
>>>> # again, run the following command:
>>>> # sudo dpkg-reconfigure -phigh xserver-xorg
>>>>
>>>> Section "ServerLayout"
>>>> Identifier "Default Layout"
>>>> Screen "Default Screen" 0 0
>>>> InputDevice "Generic Keyboard"
>>>> InputDevice "Configured Mouse"
>>>> EndSection
>>>>
>>>> Section "Files"
>>>>
>>>> # path to defoma fonts
>>>> FontPath "/usr/share/fonts/X11/misc"
>>>> FontPath "/usr/X11R6/lib/X11/fonts/misc"
>>>> FontPath "/usr/share/fonts/X11/cyrillic"
>>>> FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
>>>> FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
>>>> FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
>>>> FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
>>>> FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
>>>> FontPath "/usr/share/fonts/X11/Type1"
>>>> FontPath "/usr/X11R6/lib/X11/fonts/Type1"
>>>> FontPath "/usr/share/fonts/X11/100dpi"
>>>> FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
>>>> FontPath "/usr/share/fonts/X11/75dpi"
>>>> FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
>>>> FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
>>>> EndSection
>>>>
>>>> Section "Module"
>>>> Load "i2c"
>>>> Load "bitmap"
>>>> Load "ddc"
>>>> Load "extmod"
>>>> Load "freetype"
>>>> Load "glx"
>>>> Load "int10"
>>>> Load "vbe"
>>>> EndSection
>>>>
>>>> Section "InputDevice"
>>>> Identifier "Generic Keyboard"
>>>> Driver "kbd"
>>>> Option "CoreKeyboard"
>>>> Option "XkbRules" "xorg"
>>>> Option "XkbModel" "pc104"
>>>> Option "XkbLayout" "us"
>>>> EndSection
>>>>
>>>> Section "InputDevice"
>>>> Identifier "Configured Mouse"
>>>> Driver "mouse"
>>>> Option "CorePointer"
>>>> Option "Device" "/dev/input/mice"
>>>> Option "Protocol" "ImPS/2"
>>>> Option "Emulate3Buttons" "true"
>>>> EndSection
>>>>
>>>> Section "Monitor"
>>>> Identifier "Generic Monitor"
>>>> HorizSync 28.0 - 64.0
>>>> VertRefresh 43.0 - 60.0
>>>> Option "DPMS"
>>>> EndSection
>>>>
>>>> Section "Device"
>>>>
>>>> # Driver "nvidia"
>>>> Identifier "Generic Video Card"
>>>> Driver "nvidia"
>>>> EndSection
>>>>
>>>> Section "Screen"
>>>> Identifier "Default Screen"
>>>> Device "Generic Video Card"
>>>> Monitor "Generic Monitor"
>>>> DefaultDepth 24
>>>> SubSection "Display"
>>>> Depth 1
>>>> Modes "1280x1024" "1024x768" "800x600" "640x480"
>>>> EndSubSection
>>>> SubSection "Display"
>>>> Depth 4
>>>> Modes "1280x1024" "1024x768" "800x600" "640x480"
>>>> EndSubSection
>>>> SubSection "Display"
>>>> Depth 8
>>>> Modes "1280x1024" "1024x768" "800x600" "640x480"
>>>> EndSubSection
>>>> SubSection "Display"
>>>> Depth 15
>>>> Modes "1280x1024" "1024x768" "800x600" "640x480"
>>>> EndSubSection
>>>> SubSection "Display"
>>>> Depth 16
>>>> Modes "1280x1024" "1024x768" "800x600" "640x480"
>>>> EndSubSection
>>>> SubSection "Display"
>>>> Depth 24
>>>> Modes "1280x1024" "1024x768" "800x600" "640x480"
>>>> EndSubSection
>>>> EndSection
>>>>
>>>>
>>>>
>>>> What i can find in the log is :
>>>> (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver
>>>> not found)
>>>>
>>>> Could not init font path element /usr/share/fonts/X11/cyrillic,
>>>> removing from list!
>>>> Could not init font path element
>>>> /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType, removing from list!
>>>>
>>>>
>>>> Bogdan
>>>>
>>> Off hand, nothing jumps out at me regards the xorg.conf file. That
>>> error msg should not have crashed X, per se. Check further down and
>>> see if the Nvidia card is properly identified as to to type and PCI
>>> address; for an AGP card usually PCI:1:0:0
>>>
>>> Can you confirm that the nvidia drive "nvidia.ko" is in fact on your
>>> system and located in the /lib/modules section for your version of
>>> linux?
>>>
>>> JW
>>>
>>>
>> Hello,
>>
>> Yes, the driver is there... I forgot to mention that i have 2
>> linux-headers installed (2.6.18-5-686 2.6.22-2-686). I suppose the
>> one for Lenny is the one with 2.6.22... and nvidia.ko is in both of
>> them...Oh, and my graphic card is an FX 5200
>>
>> Bogdan
>>
>>
> Sorry, I should have asked earlier. Was X working before you
> installed the new Nvidia driver? Can you go back to that system
> configuration and run X?
>
> JW
>
>
>
>
Hello.
Yes, it was running with the free version of the driver. I can
successfully start if i change the Driver section to "nv" from "nvidia".
In fact, that's how i'm able to send you this mail.
Bogdan
--
intall nvidia driver on debian lenny
Bogdan Marian wrote:
> Hello.
>
> Yes, it was running with the free version of the driver. I can
> successfully start if i change the Driver section to "nv" from "nvidia".
> In fact, that's how i'm able to send you this mail.
>
I had a similar problem once; realized I forgot to do "apt-get install
nvidia-glx" which creates some necessary TLS links.
--
intall nvidia driver on debian lenny
Dnia 29/10/07 20:50,Nick Lidakis napisał:
> Bogdan Marian wrote:
>
>> Hello.
>>
>> Yes, it was running with the free version of the driver. I can
>> successfully start if i change the Driver section to "nv" from
>> "nvidia". In fact, that's how i'm able to send you this mail.
>>
>
> I had a similar problem once; realized I forgot to do "apt-get install
> nvidia-glx" which creates some necessary TLS links.
This page should be helpful, it describes the whole process quite well
(with different ways of installing the driver) and offers some
troubleshooting:
http://wiki.debian.org/NvidiaGraphicsDrivers
Kind regards,
Michal R. Hoffmann
--
intall nvidia driver on debian lenny
MRH wrote:
> Dnia 29/10/07 20:50,Nick Lidakis napisał:
>> Bogdan Marian wrote:
>>
>>> Hello.
>>>
>>> Yes, it was running with the free version of the driver. I can
>>> successfully start if i change the Driver section to "nv" from
>>> "nvidia". In fact, that's how i'm able to send you this mail.
>>>
>>
>> I had a similar problem once; realized I forgot to do "apt-get
>> install nvidia-glx" which creates some necessary TLS links.
>
> This page should be helpful, it describes the whole process quite well
> (with different ways of installing the driver) and offers some
> troubleshooting:
> http://wiki.debian.org/NvidiaGraphicsDrivers
>
> Kind regards,
> Michal R. Hoffmann
>
>
Hello,
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.
Bogdan
--
intall nvidia driver on debian lenny
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
intall nvidia driver on debian lenny
This is turning into a nightmare. I've been Google-ing for 2 days now
and i'm still stuck with the "nv" driver... I've used the NVIDIA way to
install because i can't find any good alternative way tutorial for
Debian Lenny...
Bogdan
intall nvidia driver on debian lenny
Florian Kulzer wrote:
On Thu, Nov 01, 2007 at 20:31:09 +0200, Bogdan Marian wrote:
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
[...]
No error while installing ( except for a warning about the version of the
gcc (it 4.2 as i'm on lenny) )
I think it can cause problems if you use a different version of gcc to
compile the nvidia module (as compared to what was used to compile the
kernel).
NVIDIA FX5200
NVIDIA-Linux-x86-100.14.19-pkg1.run
mydebian:/home/bogdan# lspci
[...]
01:00.0 VGA compatible controller: nVidia Corporation NV34 [GeForce FX 5200] (rev a1)
[...]
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
OK, it does load the Xorg driver for nvidia ("nvidia_drv.so" and/or
"nvidia_drv.o" located in /usr/lib/xorg/modules/drivers/) but then it
cannot load the nvidia kernel module (nvidia.ko).
First, check if the kernel module exists at all:
find /lib/modules/2.6.22-2-686/ -name nvidia.ko
(I would expect that the file exists; the nvidia installer should have
given you a clear error if it had not been able to create the module.)
If the file exists, try to load it by running as root:
modprobe -v nvidia
(I suspect your problem is caused by the gcc version mismatch and/or the
paravirt/GPL-only issue. I hope that the modprobe command will give you
an error message which tells us what exactly is going on.)
Hello,
This is what is gives me....btw, sorry for the late answer..:
mydebian:/lib/modules/2.6.22-2-686# modprobe -v nvidia
install /sbin/lrm-video nvidia
sh: /sbin/lrm-video: No such file or directory
FATAL: Error running install command for nvidia
intall nvidia driver on debian lenny
Florian Kulzer wrote:
On Wed, Oct 31, 2007 at 20:36:14 +0200, Bogdan Marian wrote:
This is turning into a nightmare. I've been Google-ing for 2 days now and
i'm still stuck with the "nv" driver... I've used the NVIDIA way to install
because i can't find any good alternative way tutorial for Debian Lenny...
[...]
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
Bogdan