Power button behaviour on Powerbook
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Intuition
    Posts: 1110 from 2013/5/24
    From: Nederland
    When I press the power button on my Powerbook the machine reboots.

    I'd expect it to shutdown when pressed or preferrably bring up the shutdown requester.

    Is this user-configurable somehow?
    1.67GHz 15" PowerBook G4, 1GB RAM, 128MB Radeon 9700M Pro, 64GB SSD, MorphOS 3.15

    2.7GHz DP G5, 4GB RAM, 512MB Radeon X1950 Pro, 500GB SSHD, MorphOS 3.9
  • »29.05.13 - 17:27
    Profile
  • MorphOS Developer
    geit
    Posts: 1053 from 2004/9/23
    Just push and hold it for a few seconds to shut down.

    This behavior is much better. With MacOS a system lock forces you to shutdown and turn on the system, which is not good for the hardware and there is no proper reset button.

    MorphOS allows in 99% of all crashes a proper reboot without the need of stopping harddrives and fans just to restart them.

    Even more important on some iBooks, where no left "COMMAND" key exists and you are not able to perform the classic "CTRL COMMAND COMMAND" to reset.

    If you are to lazy to press the power button or enter the ambient menu, you can download the following archive. Extract to sys:applications/ and drag the shutdown icon into an ambient panel.

    http://www.geit.de/tmp/Shutdown.lha

    Geit


    [ Edited by geit 29.05.2013 - 20:24 ]
  • »29.05.13 - 18:20
    Profile
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Intuition
    Posts: 1110 from 2013/5/24
    From: Nederland
    Thanks guys.

    I have to admit I've got used to it working as a reset button now over the last week. Holding it down to power off is fine, i just didn't know that was how to do it. :)
    1.67GHz 15" PowerBook G4, 1GB RAM, 128MB Radeon 9700M Pro, 64GB SSD, MorphOS 3.15

    2.7GHz DP G5, 4GB RAM, 512MB Radeon X1950 Pro, 500GB SSHD, MorphOS 3.9
  • »29.05.13 - 18:47
    Profile
  • jPV
  • Yokemate of Keyboards
    Yokemate of Keyboards
    jPV
    Posts: 2110 from 2003/2/24
    From: po-RNO
    Or if you want more fancy and less dangerous shutdown requester to panel, download Geit's file and after unpacking edit the Shutdown file in it to this :)

    requestchoice >env:rcnum "SHUTDOWN" "Press enter to shutdown or wait 10s to cancel." "Shutdown" "Reboot" "Cancel" TYPE=1 TIMEOUT=10
    if 1 eq $rcnum
    shutdown
    endif
    if 2 eq $rcnum
    reboot
    endif
  • »29.05.13 - 18:49
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    boot_wb
    Posts: 874 from 2007/4/9
    From: Kingston upon ...
    @Intuition

    There's also Carsten Siegner's shutdowntool screenbar module.

    [ Edited by boot_wb 29.05.2013 - 21:24 ]
    www.hullchimneyservices.co.uk

    UI: Powerbook 5,6 (1.67GHz, 128MB VRam): OS3.1, OSX 10.5.8
    HTPC: Mac Mini G4 (1,5GHz, 64MB VRam): OS3.1 (ZVNC)
    Audiophile: Efika 5200b (SB Audigy): OS3.1 (VNC + Virtual Monitor)

    Windows free since 2011!
  • »29.05.13 - 20:21
    Profile Visit Website