Řešil jsem to nějak takhle:
Kód: Vybrat vše
sudo apt-get purge nvidia*
sudo add-apt-repository -y ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install linux-headers-generic
sudo apt-get autoremove
Aktuální:
Kód: Vybrat vše
sudo apt-get install nvidia-current
Kód: Vybrat vše
sudo ubuntu-drivers devices | grep recommended (zobrazí doporučovanou verzi ovladačů)
sudo apt-get install --reinstall nvidia-xxx (kde xxx=číslo verze)
Kód: Vybrat vše
sudo nvidia-xconfig (důležité - vytvoří se prázdný xorg.conf)
sudo dpkg-reconfigure xserver-xorg
sudo reboot
in /etc/default/grub make sure nomodeset is part of the boot parameters such as in
CMD_GRUB_LINUX_DEFAULT=”quiet splash nomodeset”
also, for the sake of validating this for your set-up set or uncomment ( remove # )
GFX_TERMINAL=console
this is known to hinder the nvidia performance and stability, also remove any vga= boot parameters, when this is done run update-grub
A ještě nějaké linky:
https://codeyarns.com/2013/02/07/how-to ... on-ubuntu/
http://askubuntu.com/questions/61396/ho ... ia-drivers
http://askubuntu.com/questions/41681/bl ... ted-driver
