parrot os suddenly stuck, freeze screen, pointer don’t move, all in desktop/screen got stuck/freeze
i run in parrot os 4.6 64-bit
intel i3, ram 6gb and nvidia 920m
please help me
KileXt
(KileXt)
April 19, 2019, 11:36am
#2
Hi, you have to configure your nvidia gpu, What is the exact model of your cpu ? Does it have intel graphics ? if so follow this tuto to install the drivers:
Hey everyone,
this tuto has for purpose to show you how to install the Nvidia driver on your system. This tutorial is mainly for those that have two GPUs (so mostly laptop), which are the Intel integrated GPU (Low power consumption) and the Nvidia GPU (high power consumption).
The first thing you want to do is to know whether you prefer to use the nouveau open sourced driver or the nvidia proprietary driver. Make your own research to know the one you prefer and that fit best your needs.
For those that choosed the nouveau driver follow the part 1 of this guide, for the others lets go in part 2.
Part 1: Nouveau
Since the nouveau driver is already integrated to the kernel, there is only one thing to do: Install bumblebee and primus:
sudo apt update && sudo apt install bumblebee primus
To start a programm using the nvidia gpu do this:
optirun yourprogram
And you are done with the install ! To test if the install is successful run this:
optirun glxgears
You might need to reboot to make it work.
Part 2: Nvidia-driver
For those that choosed the proprietary nvidia driver, two extra step are needed.
The first thing to do is to blacklist the nouveau driver, in order to do that, you have to create this file:
sudo nano /etc/modprobe.d/blacklist-nouveau.conf
And write this in the file:
blacklist nouveau
blacklist lbm-nouveau
options nouveau modeset=0
alias nouveau off
alias lbm-nouveau off
When you are done do Ctrl+X and save it.
Then you have to run this to make the changes:
sudo update-initramfs -u
Then reboot.
Now you can install the nvidia driver:
sudo apt update && sudo apt install nvidia-driver
You can install bumblebee and primus:
sudo apt install bumblebee-nvidia primus
To run a program using the nvidia gpu, use optirun:
optirun yourprogram
To test your config, you can run this:
optirun glxgears
A reboot might be needed to make bumblebee work.
And there you are done !
You can contact me for troubleshooting or go on the wiki page of the Bumblebee project:
I got error :
“[ 1321.556858] [ERROR]You’ve no permission to communicate with the Bumblebee daemon. Try adding yourself to the ‘bumblebee’ group
[ 1321.556888] [ERROR]Could not connect to bumblebee daemon - is it running?”
how i solve that?
Amzker
(Amzker (rm -r /Brain))
April 19, 2019, 12:34pm
#4
BTW Need more info, How ? What did you done?
After what? etc.etc.
If have Bumblebee error then try to run
sudo apt update && sudo apt install bumblebee-nvidi* primus libg*1-nvidia-g*x
1 Like
After install Bumblebee, and i try to run “optirun glxgear” and got message error like that
Amzker
(Amzker (rm -r /Brain))
April 19, 2019, 1:01pm
#6
Try with sudo
But first follow thay command which i mentioned in upper post
Oke, I’ll try it.
Thank you for your help
KileXt
(KileXt)
April 19, 2019, 2:18pm
#8
I think you have to reboot but first run:
sudo adduser yourusername bumblebee
then reboot, if it doesnt boot, you will have to purge bumblebee using apt and booting with acpi=off in grub
system
(system)
closed
August 17, 2019, 2:18pm
#9
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.