Hi,

The installation of Kali linux worked, but I definitly can't use it: I use my laptop, but the laptop's monitor (LVDS-1) is broken, so I use an external monitor (VGA-1), the problem is when it boots VGA-1 monitor isn't considered as primary so I don't see nothing.

I visited Debian forums and tried to create a .sh file with the command:

xrandr --output LVDS-1 --off

in the etc/init.d

Then I created a Symlink of the .sh file with "ln -s" in the etc/rc0.d (and rc1.d, rc2.d, rcS.d, etc...) folders, so the command would autorun when the computer boots on Kali.

Aaand... it doesn't works I didn't forgot to add chmod +x permission.

Thanks