laptop with nvidia and intel intregrated

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
eugeniotgn

laptop with nvidia and intel intregrated

Post by eugeniotgn »

Hi:
I have a problem with my laptop, it has a gt520m nvidia and a integrated intel. (mint 17.1 cinnamon)
With a fresh installation, if i select any driver in the menu (304 or 311, and updates versions), Cinnamon goes fallback mode, i think no detect ok the 3d card.
I tried installing the last nvidia driver from nvidia (346), but cinnamon don want works.

To, i installed bumblebee, and nothing.

Any tip or help ¿?


thanks
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
edi1801

Re: laptop with nvidia and intel intregrated

Post by edi1801 »

Hello,
I had the same Problem some days ago, and I solved it.
First you need the Nvidia driver from NVIDIA Hompage. NVIDIA-Linux-x86_64-346.35.run

Terminalbefehle

Nützliche Terminalbefehle bei der Installation von den Nvidia-Graphiktreibern.

Das Mint-System sollte ebenfalls auf den aktuellsten Stand inkl. Kernel gebracht werden

sudo apt-get update
sudo apt-get install linux-generic
sudo apt-get dist-upgrade

NEUSTART!!!!!!!!

Einen Installer (treiber etc.) ausführbar machen, (den Pfad zu deinem Treiber anpassen) z.B.

chmod +x ~/Downloads/NVIDIA-Linux-x86_64-346.35-ENTPACKT/Alles-zum-installieren/NVIDIA-Linux-x86_64-346.35.run

Nouveau nicht geladen sein und muss "geblacklistet" werden

echo "blacklist nouveau" | sudo tee -a /etc/modprobe.d/blacklist.conf

NEUSTART!!!!!!!!

Strg+Alt+F1

jetzt die grafische Oberfläche verlassen, anmelden/einloggen: erst Deinen Benutzernamen eingeben, anschließend Dein Passwort.



Jetzt muss der X-Server (das grafische System) beendet werden, da sonst der Nvidia-Installer die Arbeit verweigert:

Code: [Auswählen]



sudo service mdm stop



Die bisherigen Nvidia-Treiber aus den Mint-Quellen (Treiberverwltung) löschen mit

Code: [Auswählen]



sudo apt-get purge nvidia*

Jetzt führst Du den Nvidia-Installer aus, achte dabei insbesondere auf den richtigen Dateinamen und Gross/Kleinschreibung:

Code: [Auswählen]



sudo sh ~/Downloads/NVIDIA-Linux-x86_64-346.35-ENTPACKT/Alles-zum-installieren/NVIDIA-Linux-x86_64-346.35.run

Im Nvidia-Installationsprogramm nach "Accept" das "Continue installation" bestätigen, danach immer "yes".

Wenn das geklappt hat, brauchst Du eventuell noch Prime, jedenfalls wenn Dein System Hybridgrafik hat (CPU mit integrierter GPU und zusätzlicher Nvidia-Grafik).

Bist Du deswegen unsicher, installiere Nvidia-Prime - schaden kann Prime nicht:

Code: [Auswählen]



sudo apt-get install nvidia-prime


sudo reboot

Ob der Treiber wirklich sauber installiert ist, kann mit

Code: [Auswählen]



inxi -G

sehen.

Sorry, my English (I am from Germany) is no so good to translate all of the Text above. I hope I could solve your Problem. Give me a hint, if it works.
Locked

Return to “Graphics Cards & Monitors”