View Single Post

   
  #4 (permalink)  
Old 02-20-2008, 06:39 AM
master
 
Posts: n/a
Default Re: starting startx automatically

On Thu, 03 Mar 2005 21:50:23 -0800, Raghul wrote:

> thanks ya it works and one more when I shutdown thw computer the
> system is not totatly powered off it is in the power mode with
> system halted .how to power off the system


edit /etc/rc.d/rc.modules and change:

#### APM support ###
# APM is a BIOS specification for saving power using several different
# techniques. This is mostly useful for battery powered laptops.
#/sbin/modprobe apm

to

#### APM support ###
# APM is a BIOS specification for saving power using several different
# techniques. This is mostly useful for battery powered laptops.
/sbin/modprobe apm
Reply With Quote