vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Shutdown works fine, powering off the machine like I would expect. Gnome, however, doesn't quite get there. The OS shuts down and the video goes off, but the power light is still on and the power supply fan is still turning. It is rather like a low power suspend state common with laptops except without the benefit of a still-running OS. Any ideas on how to fix this? A possibly related issue: The screen blanker doesn't turn off the monitor, ever, despite the Display Power Management settings. I just get a glowing black screen. -- Photos and travelogues from Africa and Southeast Asia: http://www.exile.org |
| |||
| Eric Edwards <ese002@news9.exile.org> wrote: > Shutdown works fine, powering off the machine like I would expect. > Gnome, however, doesn't quite get there. The OS shuts down and the > video goes off, but the power light is still on and the power supply > fan is still turning. It is rather like a low power suspend state > common with laptops except without the benefit of a still-running OS. > > Any ideas on how to fix this? Do you use splashutils compiled into the kernel (not initrd)? There's a bug where /lib/splash/cache is incorrectly mounted and can't be cleanly unmounted. > A possibly related issue: > The screen blanker doesn't turn off the monitor, ever, despite the > Display Power Management settings. I just get a glowing black screen. Are you using APM or ACPI? Sometimes they conflict with each other, and you may want to turn off APM in the kernel. Regards, -- *rt |
| |||
| Eric Edwards wrote: > Shutdown works fine, powering off the machine like I would expect. > Gnome, however, doesn't quite get there. The OS shuts down and the > video goes off, but the power light is still on and the power supply > fan is still turning. It is rather like a low power suspend state > common with laptops except without the benefit of a still-running OS. I'd upgrade udev and the kernel. I've had this myself in older kernel versions. > A possibly related issue: > The screen blanker doesn't turn off the monitor, ever, despite the > Display Power Management settings. I just get a glowing black screen. In /etc/X11/xorg.conf, you should have a line: Section "Monitor" Option "DPMS" EndSection |
| |||
| On Tue, 20 Sep 2005 02:24:17 -0400, Arthur Hagen <art@broomstick.com> wrote: >Eric Edwards <ese002@news9.exile.org> wrote: >> Shutdown works fine, powering off the machine like I would expect. >> Gnome, however, doesn't quite get there. The OS shuts down and the >> video goes off, but the power light is still on and the power supply >> fan is still turning. It is rather like a low power suspend state >> common with laptops except without the benefit of a still-running OS. >> >> Any ideas on how to fix this? > >Do you use splashutils compiled into the kernel (not initrd)? Not deliberately. Where does the splashutils option live in menuconfig? > There's a >bug where /lib/splash/cache is incorrectly mounted and can't be cleanly >unmounted. -- Photos and travelogues from Africa and Southeast Asia: http://www.exile.org |
| |||
| On Tue, 20 Sep 2005 06:38:40 +0000 (UTC), Paul Bredbury <i@hate-spam.com> wrote: >Eric Edwards wrote: >> Shutdown works fine, powering off the machine like I would expect. >> Gnome, however, doesn't quite get there. The OS shuts down and the >> video goes off, but the power light is still on and the power supply >> fan is still turning. It is rather like a low power suspend state >> common with laptops except without the benefit of a still-running OS. > >I'd upgrade udev and the kernel. I've had this myself in older kernel >versions. Could the problem have re-surfaced? I'm running 2.6.12-r10 >> A possibly related issue: >> The screen blanker doesn't turn off the monitor, ever, despite the >> Display Power Management settings. I just get a glowing black screen. > >In /etc/X11/xorg.conf, you should have a line: > >Section "Monitor" > Option "DPMS" >EndSection Thanks. That worked. -- Photos and travelogues from Africa and Southeast Asia: http://www.exile.org |
| |||
| Eric Edwards <ese002@news9.exile.org> wrote: > On Tue, 20 Sep 2005 02:24:17 -0400, Arthur Hagen <art@broomstick.com> > wrote: >> Eric Edwards <ese002@news9.exile.org> wrote: >>> Shutdown works fine, powering off the machine like I would expect. >>> Gnome, however, doesn't quite get there. The OS shuts down and the >>> video goes off, but the power light is still on and the power supply >>> fan is still turning. It is rather like a low power suspend state >>> common with laptops except without the benefit of a still-running >>> OS. >>> >>> Any ideas on how to fix this? >> >> Do you use splashutils compiled into the kernel (not initrd)? > > Not deliberately. Where does the splashutils option live in > menuconfig? Check whether you have splashutils installed -- it modifies the source tree. Regards, -- *Art |
| ||||
| [Sorry about the dupe in email, Arthur. The fingers decided I needed to "reply" this time and failed to consult with the brain] On Wed, 21 Sep 2005 08:22:49 -0400, Arthur Hagen <art@broomstick.com> wrote: >Eric Edwards <ese002@news9.exile.org> wrote: >> On Tue, 20 Sep 2005 02:24:17 -0400, Arthur Hagen <art@broomstick.com> >> wrote: >>> Eric Edwards <ese002@news9.exile.org> wrote: >>>> Shutdown works fine, powering off the machine like I would expect. >>>> Gnome, however, doesn't quite get there. The OS shuts down and the >>>> video goes off, but the power light is still on and the power supply >>>> fan is still turning. It is rather like a low power suspend state >>>> common with laptops except without the benefit of a still-running >>>> OS. >>>> >>>> Any ideas on how to fix this? >>> >>> Do you use splashutils compiled into the kernel (not initrd)? >> >> Not deliberately. Where does the splashutils option live in >> menuconfig? > >Check whether you have splashutils installed -- it modifies the source >tree. I just verified. No splashutils. Any other suggestions? -- Photos and travelogues from Africa and Southeast Asia: http://www.exile.org |