Nvidia drivers install

@Oman sorry my friend you have issues with your video card, i have the same problem, but nouveau driver works for me at least. Anyway to install the Nvidia driver 390.48-3 from the link i posted above and with the problem you are facing you have to go to synaptic and form there search for broken packages, then remove them try to find nvidia-driver-libs and nvidia-driver-libs-nonglvnd in Debian sid packages webpage install those first. So you have a laptop then? Otherwise Optimus driver wont work for you. Good luck.
Note.-
You need a updated kernel for that driver, which is no problem if you update Parrot to version 4 first

thank you for the information, I’ll give it a try. Right now it’s like having a performance engine that just won’t start.

Yes I have a HP laptop with a nvidia 1050ti card.

Correct then your driver must be this one.-

http://www.nvidia.com/Download/driverResults.aspx/112992/en-us

I found in this forum this instructions how to install that driver and they are great.-

https://docs.kali.org/general-use/install-nvidia-drivers-on-kali-linux

If you need more help installing this, search for a thread in this forum with the topic “Failded to start light display manager” in one of those someone explains how to install this driver in Kali, which is almoust the same as Parrot (no way Parrot is better), anyway good day.

2 Likes

When I follow this thread, Failed to start Light Display Manage ,
which is the same as the link you provided it installs a different driver. It install 390.48-3 and not 375.26 as shown in your first link.

Should I just leave the 390.48 driver?

This actually worked thank you so much

My life is now complete.

1 Like

and how you did? just for other who need.

By following the kali link mentioned by Jorge

1 Like

We talked about this subject on the old forums. Long story short, I used this guide (for Kali) to get my GTX1080 going and it seems to work great.

Install NVIDIA GPU Drivers | Kali Linux Documentation

We seem to have some problems with hashcat recognizing the GPU, tho, so if you run into that problem, then run

clinfo | grep -i “icd loader”

then check

hashcat -I

to see if hashcat will recognize the platform. It should.

I used smxi script when I was having a problem installing the driver for my GeForce GTS 360M and it worked! the only problem I’m facing is, if I open the nvidia settings and navigate to OpenGL/GLX information the gui crashed. But so far it’s working.

01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company GP104BM [GeForce GTX 1070 Mobile]
Flags: bus master, fast devsel, latency 0, IRQ 132
Memory at bb000000 (32-bit, non-prefetchable) [size=16M]
Memory at 90000000 (64-bit, prefetchable) [size=256M]
Memory at a0000000 (64-bit, prefetchable) [size=32M]
I/O ports at 5000 [size=128]
Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities:
Kernel driver in use: nouveau
Kernel modules: nouveau

Is it just showing like this because I have not installed the drivers yet, or do I have to enable the card some how?

I cant figure out what i missed, it seems like it is all there, but it just does not seem to be working. Any help would be greatly appreciated.

┌─[root@localhost]─[/home/user]
└──╼ #apt install -y ocl-icd-libopencl1 nvidia-driver nvidia-cuda-toolkit
Reading package lists… Done
Building dependency tree
Reading state information… Done
ocl-icd-libopencl1 is already the newest version (2.2.12-2).
nvidia-cuda-toolkit is already the newest version (9.2.148-5).
nvidia-driver is already the newest version (390.87-8).

01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company GP104BM [GeForce GTX 1070 Mobile]
Flags: bus master, fast devsel, latency 0, IRQ 132
Memory at bb000000 (32-bit, non-prefetchable) [size=16M]
Memory at 90000000 (64-bit, prefetchable) [size=256M]
Memory at a0000000 (64-bit, prefetchable) [size=32M]
I/O ports at 5000 [size=128]
Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: [60] Power Management version 3
Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [78] Express Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [250] Latency Tolerance Reporting
Capabilities: [258] L1 PM Substates
Capabilities: [128] Power Budgeting <?>
Capabilities: [420] Advanced Error Reporting
Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
Capabilities: [900] #19
Kernel driver in use: nouveau
Kernel modules: nvidia
┌─[user@localhost]─[~]
└──╼ $sudo dpkg -l |grep -i icd
ii nvidia-egl-icd:amd64 390.87-8 amd64 NVIDIA EGL installable client driver (ICD)
ii nvidia-opencl-icd:amd64 390.87-8 amd64 NVIDIA OpenCL installable client driver (ICD)
ii nvidia-vulkan-icd:amd64 390.87-8 amd64 NVIDIA Vulkan installable client driver (ICD)
ii ocl-icd-libopencl1:amd64 2.2.12-2 amd64 Generic OpenCL ICD Loader
ii ocl-icd-opencl-dev:amd64 2.2.12-2 amd64 OpenCL development files
ii pocl-opencl-icd:amd64 1.2-5 amd64 pocl ICD
┌─[user@localhost]─[~]
└──╼ $sudo clinfo | grep -i “icd loader”
ICD loader properties
ICD loader Name OpenCL ICD Loader
ICD loader Vendor OCL Icd free software
ICD loader Version 2.2.12
ICD loader Profile OpenCL 2.2
┌─[user@localhost]─[~]
└──╼ $sudo nvidia-smi -i 0 -q
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

Does anyone know how to change the “Driver in use”?

Thank you.