On Wed, 2003-11-19 at 18:01, Felipe Alfaro Solana wrote: > On Wed, 2003-11-19 at 22:57, Jorge L.Martin C. wrote: > > --What I need-- > > I can suspend with apm -s as root, how can I suspend as user? > > as root: > > chmod +s /usr/bin/apm > > Then, enable the apmd daemon > > chkconfig --level 345 apmd on > service apmd start > > Now, you'll be able to "apm -s" as a normal user. How do we suspend using the acpi?