how can i disable the optimus technology?

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Onaylı Üye
Katılım
12 Şub 2019
Mesajlar
52
Çözümler
1
Tepki puanı
10
Yaş
37
7 HİZMET YILI
how can i disable the optimus technology? and use only the nvidia card?
 
Moderatörün son düzenlenenleri:
BRAZILIAN
Onaylı Üye
Katılım
7 Ağu 2020
Mesajlar
69
Çözümler
4
Tepki puanı
13
Ödüller
4
Yaş
31
5 HİZMET YILI
uninstall the proprietary NVIDIA drivers and disable the use of nouveau drivers.

open a terminal and run:

Sudo apt-get install gksu
gksudo gedit / etc / default / grub add nouveau.modeset = 0 to the line GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"

so that it reads GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash nouveau.modeset = 0".

save changes and close the file.

now run these commands:

Sudo update-grub
Sudo apt-get purge nvidia *
Sudo reboot
you are now using integrated Intel graphics and NVIDIA graphics are not in use.
 
Onaylı Üye
Katılım
12 Şub 2019
Mesajlar
52
Çözümler
1
Tepki puanı
10
Yaş
37
7 HİZMET YILI
uninstall the proprietary NVIDIA drivers and disable the use of nouveau drivers.

open a terminal and run:

Sudo apt-get install gksu
gksudo gedit / etc / default / grub add nouveau.modeset = 0 to the line GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash"

so that it reads GRUB_CMDLINE_LINUX_DEFAULT = "quiet splash nouveau.modeset = 0".

save changes and close the file.

now run these commands:

Sudo update-grub
Sudo apt-get purge nvidia *
Sudo reboot
you are now using integrated Intel graphics and NVIDIA graphics are not in use.
why do i need to ignore the invidia bro ?
i want to disable the intel and work on the invidia alone
 
Üye
Katılım
2 Şub 2018
Mesajlar
5
Tepki puanı
1
Yaş
26
8 HİZMET YILI
uninstall the proprietary NVIDIA drivers and disable the use of nouveau drivers.

open a terminal and run:
 
Onaylı Üye
Katılım
3 Eyl 2020
Mesajlar
51
Tepki puanı
0
Ödüller
4
Yaş
41
5 HİZMET YILI
uninstall the proprietary NVIDIA drivers
and disable the use of nouveau drivers.
open a terminal and run:
And you will make it.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst