good day every one i enjoy backtrack very much i jsut have one nagging issue i need held with, after ten minutes it turns my monitor off. i have gone into power management and dissabled "put dissplay to sleep" and im still having the same problem. thank you for any help.
Hi there, to resolve this issue you have to:
add this at
sudo gedit /etc/X11/xorg.conf
Section "ServerFlags"
Option "blank time" "0"
Option "standby time" "0"
Option "suspend time" "0"
Option "off time" "0"
EndSection
And that's it!!!
Jim1650.