Показать сообщение отдельно

  #4  
Старый 20.10.2016, 07:30
meteor
Новичок
Регистрация: 29.08.2016
Сообщений: 0
С нами: 5108345

Репутация: 0
По умолчанию

Цитата:

kuklofon сказал(а):

ну как же так, я сто раз ставил дрова на видео по инструкции с офиц сайта. Всё прекрасно работало.

This document explains how to make use of NVIDIA video hardware and install the drivers on a Kali Linux system. The first step is to fully update your Kali Linux system and make sure you have the kernel headers installed.

Код:


Код:
apt-get update
apt-get dist-upgrade
apt-get install -y linux-headers-$(uname -r)
apt-get install nvidia-kernel-dkms
The next step is to disable the nouveau driver. Nouveau is a open source NVIDIA driver project, however it lacks the 3D graphics acceleration needed to run Cuda pentest tools.

Код:


Код:
sed 's/quiet/quiet nouveau.modeset=0/g' -i /etc/default/grub
update-grub
reboot
Once the system boots back up, you may see a NVIDIA splash screen, which will indicate that the drivers installed correctly, however, this is not always the case. In order to check if the drivers are working properly, execute the following command.

Код:


Код:
root@kali:~# glxinfo | grep -i "direct rendering"
direct rendering: Yes
Этот способ и на Попугае у меня работал.

а Pyrit и Cpyrit-cuda у тебя работает пасле такой установки с новыми дровами? У меня так тоже драйвера работают но Pyrit без видюхи 2300 PMKs/s с 24800 PMKs/s подбор есть разница? мне кажется стоит помучатся ради такого результата. Пытался много раз по такой схеме не помогало...
 
Ответить с цитированием