Od pewnego czasu próbuje zainstalować sterowniki do karty graficznej Riva TNT2.
Próbowałem za pomocą envyng a także ściągając sterowniki poprzez stronę NVIDIA.
Posiadam Ubuntu 9.04.
Jądro: 2.6.28-15-generic
VGA: VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
Gnome: 2.26.1
Uruchamiam program: envyng -t
Wybieram sterowniki 71.86-08-0ubuntu1
Po ponownym uruchomieniu komputera otrzymuje komunikat:
Plik nvidia_drv.so znajduje się w podanym katalogu.Ubuntu is running in low-graphics mode
Failed to load /usr/lib/xorg/modules/drivers/nvidia_drv.so
Failed to load module "nvidia" (loader failed, 7)
No drivers available.
Treść pliku xorg.conf
Czy ta karta graficzna ma możliwość współpracy z ubuntu?# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# 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 "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
DefaultDepth 24
EndSection
Section "Module"
Load "glx"
Disable "dri2"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "AllowGLXWithComposite" "True"
Option "UseEdidFreqs" "True"
Driver "nvidia"
EndSection