Hallo,
Ich habe einen Dell Vostro 3700 Laptop mit Intel Graka onboard und dis. nvidia 330m.
Das ich die nvidia nicht zum laufen bringe, damit habe ich mich schon abgefunden (der Optimus Chipsatz wird nicht supported) Leider bekomme ich auch unter der Intel keine 3D Grafik zum laufen. Hat aber mit der 11.10er Ubuntu schon funktioniert.
lspci:
1 2 3 | redy@dellgurke:~$ lspci |grep -i vga 00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated Graphics Controller (rev 18) 01:00.0 VGA compatible controller: NVIDIA Corporation GT216 [GeForce GT 330M] (rev a2) |
der intel treiber wird scheinbar geladen:
1 2 3 4 5 6 | redy@dellgurke:~$ cat /var/log/Xorg.0.log |grep -i intel [ 17.857] (II) LoadModule: "intel" [ 17.857] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so [ 17.857] (II) Module intel: vendor="X.Org Foundation" [ 17.857] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810, [ 17.859] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so |
leider versucht er auch das glx modul von nvidia zu laden, was natuerlich nicht funktioniert:
1 2 3 4 5 6 7 8 | redy@dellgurke:~$ cat /var/log/Xorg.0.log |grep -i glx [ 17.836] (II) "glx" will be loaded by default. [ 17.847] (II) LoadModule: "glx" [ 17.847] (II) Loading /usr/lib/x86_64-linux-gnu/xorg/extra-modules/libglx.so [ 17.856] (II) Module glx: vendor="NVIDIA Corporation" [ 17.856] (II) NVIDIA GLX Module 295.40 Thu Apr 5 21:57:38 PDT 2012 [ 17.856] (II) Loading extension GLX [ 18.039] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found) |
meine xorg.conf:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 1 2 Section "Device" 3 Identifier "Configured Video Device" 4 Driver "intel" 5 EndSection 6 7 Section "Screen" 8 Identifier "Default Screen" 9 DefaultDepth 24 10 EndSection 11 12 Section "Module" 13 Load "glx" 14 EndSection |
Wie kann ich linux erklaeren das er nicht das nvidia glx ding laden soll, sondern das von intel?
danke schon mal fuer eure bemuehungen.


2004 – 2013 ubuntuusers.de • Einige Rechte vorbehalten