2

It didn't happen in my computer, but in my girlfriend's pc. She upgraded to maverick and now it doesn't shutdown properly, the screen just freezes and she has to shutdown pressing and holding the power button. I've tried adding:
apm power_off=1 to /etc/modules and
acpi=force to etc/default/grub config, but it still doesn't work... By the way, the computer is new, it's just like 3 weeks old so the hardware should not be that outdated.

daas88
  • 21

1 Answers1

2

There are 3 (or more?) ways to turn off a computer, and not all of them work with all hardware. Apparently on your girlfriend's PC the wrong method is chosen in Maverick.

Best you can do is file a bug against the kernel with the following command (run on the computer with the problem—it will collect necessary info about the hardware, the kernel, etc.):

apport-bug linux

And answer the questions & explain the problem on the Launchpad site when asked for it.

JanC
  • 19,422