Die Grafikkarte wird zwar erkannt aber ich habe keinne 3d beschleunigung
.Kann das am driver liegen? Ich kann auch nicht das kontroll kästrchen 3d beschkenigung anklicken.
Mein pc: AMD 3500+
Linux 10.0
Linux 14.979 Themen, 106.322 Beiträge
If you have a working X config file for a different driver (such as the “nv” or “vesa” driver), then simply edit the file as follows.
Remove the line:
Driver "nv"
(or Driver "vesa")
(or Driver "fbdev")
and replace it with the line:
Driver "nvidia"
Remove the following lines:
Load "dri"
Load "GLCore"
In the Module section of the file, add the line (if it does not already exist):
Load "glx"
Du brauchst eigentlich nur anstelle von Driver "nv" Driver "nvidia" reinschreiben und die beiden Zeilen
Load "dri"
Load "GLCore"
beim Modulabschnitt entfernen (oder mit dem #-Zeichen auskommentieren)
und die zeile
Load "glx" beim Modulabschnitt hinzufügen.
Du kannst zum Editieren der Konfigurationsdatei /etc/X11/xorg.conf den internen Edittor des Midnight Commander mc nutzen.
Mehr war eigentlich nie notwendig , um den originalen Treiber von nvidia zu installieren.
PS: Man kann viele systemweite Konfigurationsdateien im /etc-Verzeichnis mit einem Editor verändern. Das sind in der regel normale Textdateien und es ist auch so für Reparaturmaßnahmen gewollt.