# ~/.profile: executed by the command interpreter for login shells.
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
# exists.
# see /usr/share/doc/bash/examples/startup-files for examples.
# the files are located in the bash-doc package.
# the default umask is set in /etc/profile; for setting the umask
# for ssh logins, install and configure the libpam-umask package.
#umask 022
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
if [ -f "$HOME/.bashrc" ]; then
. "$HOME/.bashrc"
fi
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
PATH="$HOME/bin:$PATH"
fi
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
I rebooted, did a test putting in suspend. Screen became fully black. Going to wipe the 560 driver now. It's not fixable. Well so far i did everything i could
Everytime the screen get stuck at black screen is around pause mode. Now it does not anymore since it's turned off and i never use pause mode anyway (never did in windows either).
I also edited the /etc/systemd/logind.conf file and changed it to this. So the lid wont use suspend anymore
Well i have to reinstall anyway, the external drive i used was for testing purpose anyway. It does not really matter, as long windows get deleted from the msi notebook.
The acer notebook i tested today with the black screens, they only appear in suspend mode. Turned it off for now, seems a bug in the driver since 555 did not had this issue.
First thing i already notice is the ■■■■■■ sound in Windows. During gaming i do notice alot of difference in sound already. How is it even possible Windows has worse sounds then linux has ?
Try with the driver version that you currently have installed, then:
apt list --installed | grep -i nvidia
And run the apt-mark hold command on that version.
For this type of situations I think using Synaptic package manager might be better, as it's a graphical tool and is easier to see what is installed and what isn't. I think it can also be used to hold packages from updating.