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

  #12  
Старый 31.12.2017, 13:35
krypt0n
Новичок
Регистрация: 28.08.2017
Сообщений: 1
С нами: 4584566

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

Цитата:

z3RoTooL сказал(а):

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

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
Этот способ и на Попугае у меня работал.

root@----:~# glxinfo | grep -i "direct rendering"
bash: glxinfo: команда не найдена
почему у меня эта хрань не работает?
[doublepost=1514712947,1514712712][/doublepost]

Цитата:

z3RoTooL сказал(а):

при переборе без иксов выдаёт 24-25к

root@--:~# pyrit benchmark
Pyrit 0.5.1 (C) 2008-2011 Lukas Lueg - 2015 John Mora
https://github.com/JPaulMora/Pyrit
This code is distributed under the GNU General Public License v3+

Running benchmark (1454.7 PMKs/s)... \

Computed 1454.71 PMKs/s total.
#1: 'CPU-Core (SSE2)': 785.0 PMKs/s (RTT 3.0)
#2: 'CPU-Core (SSE2)': 789.2 PMKs/s (RTT 3.0)
у меня что куда не работает? так я ставил ее
 
Ответить с цитированием