Ich habe ein Asus UL30JT. Es hat Nvidia Optimus-Technologie, die mich nicht wirklich interessiert. Ich benutze diesen Laptop derzeit selten, wenn er an die Stromversorgung angeschlossen ist. Und ich möchte in der Lage sein, Videos in hoher Auflösung abzuspielen, Spiele zu spielen und OpenCL-Code zu schreiben.
Im BIOS habe ich es nur auf NVIDIA umgestellt (nicht auf Windows 7). Zuvor funktionierte dies mit dem nvidia-Treiber einwandfrei.
Nach dem Upgrade war alles kaputt. Ich habe nomodeset und blacklist.nouveau = 1 als Kerneloptionen hinzugefügt. Die nvidia-Treiber werden fehlerfrei installiert. Sie werden jedoch nicht gefunden / verwendet.
jockey-text -l
kmod:nvidia_310_updates - nvidia_310_updates (Proprietary, Enabled, Not in use)
kmod:nvidia_304_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use)
kmod:nvidia_313_updates - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use)
kmod:nvidia_310 - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use)
kmod:nvidia_304 - NVIDIA binary Xorg driver, kernel module and VDPAU library (Proprietary, Disabled, Not in use)
Der Versuch, das Modul manuell zu laden, schlägt ebenfalls fehl.
sudo modprobe nvidia
FATAL: Module nvidia not found.
Xorg.0.log zeigt Folgendes:
[ 12.028] Loading extension GLX
[ 12.028] (II) LoadModule: "nvidia"
[ 12.037] (WW) Warning, couldn't open module nvidia
[ 12.037] (II) UnloadModule: "nvidia"
[ 12.037] (II) Unloading nvidia
[ 12.037] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 12.037] (==) Matched nvidia as autoconfigured driver 0
[ 12.037] (==) Matched nouveau as autoconfigured driver 1
[ 12.037] (==) Matched vesa as autoconfigured driver 2
[ 12.037] (==) Matched modesetting as autoconfigured driver 3
[ 12.038] (==) Matched fbdev as autoconfigured driver 4
[ 12.038] (==) Assigned the driver to the xf86ConfigLayout
[ 12.038] (II) LoadModule: "nvidia"
[ 12.038] (WW) Warning, couldn't open module nvidia
[ 12.038] (II) UnloadModule: "nvidia"
[ 12.038] (II) Unloading nvidia
[ 12.038] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 12.038] (II) LoadModule: "nouveau"
[ 12.039] (WW) Warning, couldn't open module nouveau
Ich habe die Kernel-Header des richtigen Kernels installiert. Ich habe überprüft, ob die Kernel-Optionen in der Grub-Konfiguration enthalten sind. Ich habe alle nvidia-Pakete gelöscht und versucht, sie neu zu installieren (mehrmals ...)
Derzeit bin ich ratlos. Ich habe die folgende Frage überprüft: Nvidia-Treiberinstallationsfehler Aber nichts hat bei mir funktioniert.
purge nvidia*
und Wiederinstall
-ingnvidia-current
das Problem behoben für mich. Vielen Dank.