How to run MorphOS on unsupported iMAC G5
  • Order of the Butterfly
    Order of the Butterfly
    MoerBoer
    Posts: 210 from 2019/10/15
    Strange, I've never had issues with mine.

    The fans ramp up when needed and the temperature is properly controlled without any extra programs.
  • »12.10.20 - 10:21
    Profile
  • Butterfly
    Butterfly
    AKiLL
    Posts: 89 from 2006/3/6
    From: Naples, Italy
    Quote:

    MoerBoer wrote:
    Strange, I've never had issues with mine.

    The fans ramp up when needed and the temperature is properly controlled without any extra programs.


    In my case, without manually adjusting fan speed via the iMacFanCtrl tool, after about half an hour of normal use (without major commitments for the CPU) the temperature systematically rises from 45°C (just after boot) to 78-85°C and the Northbrige controller also reaches beyond 90°C. In this situation, I do not hear the fans start automatically and I suppose that in such temperature conditions hardware damages would be almost inevitable.

    In your case, at what temperatures do the fans automatically increase?

    Probably Frank could clarify our doubts about the automatic adjustment of the fan speed to the temperature increase.
  • »12.10.20 - 15:13
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    MoerBoer
    Posts: 210 from 2019/10/15
    My fans ramp up drastically at about 85c cpu ( northbridge sits at about 72c at that stage )

    It sounds like a jet for a second or two then drops the cpu temps quickly to about 75c and it gradually goes down then.

    Normal usage for me it sits at about 65c - 70c for the CPU and 70c for the northbridge
  • »12.10.20 - 17:01
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    BatteMan
    Posts: 282 from 2003/2/24
    From: France
    If you want to do it automagically at every boot, you can add this in your user-startup :
    Code:
    	C:talk2smu_setfan 0 2500 >NIL:
    C:talk2smu_setfan 1 2500 >NIL:
    C:talk2smu_setfan 2 2500 >NIL:


    You can modify 2500 by a number between 0 to 5000 (but 0 is maybe not a good idea ^^).

    --
    /me doesn't put those lines in his startup but it's a good idea ^^
    Proud user of MorphOS since 2003 !
  • »12.10.20 - 20:41
    Profile Visit Website
  • Butterfly
    Butterfly
    AKiLL
    Posts: 89 from 2006/3/6
    From: Naples, Italy
    Quote:

    BatteMan wrote:
    If you want to do it automagically at every boot, you can add this in your user-startup :
    Code:
    	C:talk2smu_setfan 0 2500 >NIL:
    C:talk2smu_setfan 1 2500 >NIL:
    C:talk2smu_setfan 2 2500 >NIL:


    You can modify 2500 by a number between 0 to 5000 (but 0 is maybe not a good idea ^^).

    --
    /me doesn't put those lines in his startup but it's a good idea ^^


    Where did u find that talk2smu_setfan command ?
  • »12.10.20 - 22:17
    Profile
  • MorphOS Developer
    cyfm
    Posts: 537 from 2003/4/11
    From: Germany
    Quote:

    AKiLL schrieb:
    Quote:

    BatteMan wrote:
    If you want to do it automagically at every boot, you can add this in your user-startup :
    Code:
    	C:talk2smu_setfan 0 2500 >NIL:
    C:talk2smu_setfan 1 2500 >NIL:
    C:talk2smu_setfan 2 2500 >NIL:


    You can modify 2500 by a number between 0 to 5000 (but 0 is maybe not a good idea ^^).

    --
    /me doesn't put those lines in his startup but it's a good idea ^^


    Where did u find that talk2smu_setfan command ?


    This is no official tool, actually. I will probably release another update to the fancontrol UI tool that allows to define some minimum rpm values on startup.
  • »12.10.20 - 23:16
    Profile Visit Website
  • Just looking around
    Posts: 18 from 2017/10/7
    Thank you for your answers. Looks like it's safe to get one now :)
  • »14.10.20 - 15:36
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    sabbate
    Posts: 110 from 2013/7/7
    From: Palermo - Italia
    i bought today an isight for 100 euro from a german dealer, in the past i used morphos but my machines had broken they were all g5

    Hello:)
  • »19.10.20 - 19:44
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    MoerBoer
    Posts: 210 from 2019/10/15
    Welcome! Maybe you are also lucky with your temps, like I've been. Mine rarely gets hot unless I run Encore demos non stop, but the fans does their thing

    qdqc2w2
  • »19.10.20 - 20:01
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    sabbate
    Posts: 110 from 2013/7/7
    From: Palermo - Italia
    yes fortunately i read how to fix the fans :), however wayfarer is one of the reasons why i got imac and i think i will support jadacaps
  • »19.10.20 - 20:26
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    MoerBoer
    Posts: 210 from 2019/10/15
    Mine is running fine without any fan issues or programs, hence hoping you might be also be lucky.
  • »20.10.20 - 07:02
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    sabbate
    Posts: 110 from 2013/7/7
    From: Palermo - Italia
    yes it is a refurbished imac, i have seen photos of its interior too, it should work without problems
  • »20.10.20 - 11:42
    Profile
  • MorphOS Developer
    cyfm
    Posts: 537 from 2003/4/11
    From: Germany
    Quote:

    cyfm schrieb:
    Quote:

    AKiLL schrieb:
    Quote:

    BatteMan wrote:
    If you want to do it automagically at every boot, you can add this in your user-startup :
    Code:
    	C:talk2smu_setfan 0 2500 >NIL:
    C:talk2smu_setfan 1 2500 >NIL:
    C:talk2smu_setfan 2 2500 >NIL:


    You can modify 2500 by a number between 0 to 5000 (but 0 is maybe not a good idea ^^).

    --
    /me doesn't put those lines in his startup but it's a good idea ^^


    Where did u find that talk2smu_setfan command ?


    This is no official tool, actually. I will probably release another update to the fancontrol UI tool that allows to define some minimum rpm values on startup.



    There is a new version 0.4 of iMacFanCtrl available at morphos-storage.net which allows to adjust minimum rpm values and which can also be configured to skip the UI in order to avoid any additional user interaction on startup launch.
  • »01.01.21 - 17:16
    Profile Visit Website
  • Butterfly
    Butterfly
    AKiLL
    Posts: 89 from 2006/3/6
    From: Naples, Italy
    Quote:

    cyfm wrote:
    Quote:

    cyfm schrieb:
    Quote:

    AKiLL schrieb:
    Quote:

    BatteMan wrote:
    If you want to do it automagically at every boot, you can add this in your user-startup :
    Code:
    	C:talk2smu_setfan 0 2500 >NIL:
    C:talk2smu_setfan 1 2500 >NIL:
    C:talk2smu_setfan 2 2500 >NIL:


    You can modify 2500 by a number between 0 to 5000 (but 0 is maybe not a good idea ^^).

    --
    /me doesn't put those lines in his startup but it's a good idea ^^


    Where did u find that talk2smu_setfan command ?


    This is no official tool, actually. I will probably release another update to the fancontrol UI tool that allows to define some minimum rpm values on startup.



    There is a new version 0.4 of iMacFanCtrl available at morphos-storage.net which allows to adjust minimum rpm values and which can also be configured to skip the UI in order to avoid any additional user interaction on startup launch.



    Just downloaded and installed. Thanks for the update.
  • »01.01.21 - 19:10
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Zylesea
    Posts: 2053 from 2003/6/4
    Frank, what's still stopping you from adding the iMac G5 to the official supported hardeware list? To my recognition none of the iMac users reported real issues. Except the fan thing which seems to affect only some users and can get fixed by the fan control program .
    I am pretty satisfied with my iMac G5. 3.15 runs fine on it.

    [ Editiert durch Zylesea 02.01.2021 - 01:12 ]
    --
    http://via.bckrs.de

    Whenever you're sad just remember the world is 4.543 billion years old and you somehow managed to exist at the same time as David Bowie.
    ...and Matthias , my friend - RIP
  • »02.01.21 - 01:08
    Profile Visit Website
  • Cocoon
    Cocoon
    Fogg_80
    Posts: 45 from 2007/11/12
    From: Foggia, south ...
    You are right. My iMac have had fan problem, but with 3.14 all ok, I hope even with 3.15.
    Stile Ubuntu
    Sorry for my bad english.
  • »02.01.21 - 09:57
    Profile
  • MorphOS Developer
    cyfm
    Posts: 537 from 2003/4/11
    From: Germany
    Quote:

    Zylesea schrieb:
    Frank, what's still stopping you from adding the iMac G5 to the official supported hardeware list? To my recognition none of the iMac users reported real issues. Except the fan thing which seems to affect only some users and can get fixed by the fan control program .
    I am pretty satisfied with my iMac G5. 3.15 runs fine on it.


    Well, maybe for MorphOS 3.16. We typically don't add additional hardware support for bug-fix updates. The main reason iMac G5 isight isn't officially supported is that there are plenty of other iMac G5 variants that don't work at all to run MorphOS, so you basically are on your own to look one up that works.

    Speaking of smooth experience, starting with MorphOS 3.15, the released installation hdimg - dubbed #?hybrid.hdimg for this reason - can be booted via USB stick on various supported Apple hardware if you dump the raw image to some USB stick directly and modify the boot device in OF via

    Code:
    setenv boot-device ud:,\\:tbxi


    If it can't find a related USB device, it should fall back to HD/CD boot automatically. It will take a while until it times out on iMac for example but rather useful if you quickly need to boot from a MorphOS live image and don't have a CD at hand or your CD drive is already starting to act up.
    We will provide some more detailed information about this new installation feature at some later point.
    If you are already using a more complex boot menu or modified the boot process otherwise, this is probably less appealing.
    Unfortunately, the USB stick won't show up in the graphics boot menu which would make it even simpler but it seems Apple decided not to support that early boot feature back then.
  • »02.01.21 - 14:41
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    Flash
    Posts: 105 from 2019/11/1
    Hi Frank,
    What about G5 quad official support ?
    I have mine with pcie eth card (Realtek) and pcie Wi-Fi card (atheros) running okay from at least mos 3.13 release.
  • »02.01.21 - 16:49
    Profile Visit Website
  • Moderator
    Kronos
    Posts: 2236 from 2003/2/24
    Quote:

    Flash wrote:
    Hi Frank,
    What about G5 quad official support ?



    Since non of those can run MorphOS out of the box I doubt that ever to happen.
  • »02.01.21 - 16:58
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12074 from 2003/5/22
    From: Germany
    > The main reason iMac G5 isight isn't officially supported is that there
    > are plenty of other iMac G5 variants that don't work at all to run
    > MorphOS, so you basically are on your own to look one up that works.

    Isn't this the same as with eMac and PowerBook G4?
  • »02.01.21 - 17:39
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Divinity
    Posts: 498 from 2009/9/8
    is it possible to use the webcam and internal microphone in the iMac?
  • »02.01.21 - 23:23
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    discreetfx
    Posts: 388 from 2003/7/26
    From: Chicago, IL
    @Divinity

    Thanks for the question, I would love to know the answer to this too.
    DiscreetFX
    Making your
    Digital Films
    More Effective!
  • »26.01.21 - 21:38
    Profile Visit Website
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    polluks
    Posts: 779 from 2007/10/23
    From: Gelsenkirchen,...
    @Divinity
    At least you need the firmware...
    Pegasos II G4: MorphOS 3.9, Zalman M220W · iMac G5 12,1 17", MorphOS 3.18
    Power Mac G3: OSX 10.3 · PowerBook 5,8: OSX 10.5, MorphOS 3.18
  • »29.01.21 - 19:37
    Profile
  • Jim
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Jim
    Posts: 4977 from 2009/1/28
    From: Delaware, USA
    Quote:

    Kronos wrote:
    Quote:

    Flash wrote:
    Hi Frank,
    What about G5 quad official support ?



    Since non of those can run MorphOS out of the box I doubt that ever to happen.




    ? All I changed was my video card, and my quad is running MorphOS fine (I still need a network or wireless card). 8 GBs of memory (w/ >6 going to waste), but no problem leaving it all in place. I did have trouble trying to install a CMI based audio card and a SiI3132 PCI Express SATA controller card, but I'll try those again now that I have it running.

    Not enough expansion slots and they are too close together (wide video cards cover the nearby slot).
    "Never attribute to malice what can more readily explained by incompetence"
  • »29.01.21 - 22:27
    Profile
  • Just looking around
    Posts: 18 from 2021/1/31
    Hi there, why does the G5-20" work and the G5-17" 1,9Ghz (x600pro) not?
    What hardware is the problem on the 17" model? Thx
  • »03.02.21 - 16:43
    Profile