Ubuntu / GRUB2 bootloader on Asus N90s
The system won’t boot with the normal default configuration that GRUB assigns. The APIC or something related causes the system to go to a blank screen and stay there. Manually change these settings at boot time, or permanently change them in /etc/default/grub
GRUB_CMDLINE_LINUX=”nolapic nohz=off”
Posted under Linux, Operating System
This post was written by Content Curator on September 16, 2012
Disable screen saver / blanking, in text-mode terminal, Linux
Thanks to Vivek’s page
To stop the screen from blanking:
# setterm -powersave off -blank 0
Posted under Linux
This post was written by Content Curator on March 9, 2007