Slashdot Mirror


Transmeta TM8800 And Ultraportable Announced

yerdaddie writes "The just-released Transmeta TM8800 has been integrated into a new ultraportable from Sharp. The smaller 90nm variety clocks and performs better than the older 130nm TM86XX Efficeons. It also seems the Orion Multisystems personal clusters discussed earlier on slashdot will be built around this processor variant. Hopefully Transmeta will be releasing a developer kit soon for eager hardware hackers."

7 of 116 comments (clear)

  1. Another Link by Anonymous Coward · · Score: 5, Informative

    http://www.engadget.com/entry/5844163416339364/

    Another Link provides some extra info.

  2. Re:Battery life by fidget42 · · Score: 4, Informative

    According to the fish, it gets 5 hours.

    "With the economical electrical design, approximately 5.0 hours* actualizing the long haul drive. In addition, if the MOBILE switch was changed to MOBILE mode, CPU throughput and picture brightness were held down, it becomes setting of electric power consumption concern."

    --
    The dogcow says "Moof!"
  3. Re:Interesting but by brilinux · · Score: 5, Informative

    Actaully, sharp's PDA is Linux powered, the first widely successful Linux PDA made availiable, I believe. I have one, and I use it as an X server so that I can ssh into my FreeBSD box at home and run programs. It has a WiFi card, built in keyboard, and all around is very nice. There is also an alternative Linux distro availiable for it.

  4. Page Translation Courtesy of Systrans by iamatlas · · Score: 5, Informative
    My first time karma whore-ing!

    Approximately, it builds in the thin-shaped DVD drive of 9.5mm, lightness approximately 1.28kg (PC-MP50G approximately 1.26kg)* 1 scantness approximately 28.8mm (the most thin section) actualizing the light weight compact body. With business and it can carry about lightly with private, shows the high performance of completeness ahead going out.

    Due to the CD/DVD drive of built-in, the pleasure of DVD spreads e.g., you look at the movie software and the original work DVD with the business trip return and the coffee. It is the front tray system which taking in and out the disk is easy to do. In addition, if PC-MP70G of DVD multiple drive loading, it can compile television program and the image etc. of the digital video camera which were videotaped with the DVD recorder easily, can draw up original DVD. All you base are belong to Sharp

    From state of power source off, the button of the substance one touch just is done, Windows(R) without starting INSTANT PLAY which start * 1it is possible DVD and CD* adopting 2. Furthermore, using the remote control headphone where volume setting and chapter operation etc. belong, because it can do, it can enjoy in portable DVD player feeling.

    Letter and the picture clear vivid. It can enjoy with the image where also the DVD software and the broadband contents are beautiful brightly.

    * 1 When the DVD software and the CD software are enjoyed with INSTANT PLAY, it is necessary to set the disk to drive.

    * 2 It actualizesInterVideo (R )withInstant ON TM.

    Low adopting the trance meta corporation make Efficeon TM TM8800 1.6GHz which is proud of the electric power consumptionhigh performance to CPU. High operational frequency is actualized without increasing electric power consumption with adoption of 90nm process.

    Trance meta corporation makeEfficeon TM TM8800 strengthens also security performance. The safety for virus attack such as the cord/code execution with buffer overrun is raised.

    (C) 2002- 2004 SQUARE ENIX CO. and LTD. All Rights Reserved. Title Design by Yoshitaka Amano

    Indicating the 3D game and streaming image etc. insmoothly with the ATI corporation make MOBILITYTM RADEON TM 7500 which corresponds to 3D. High throughput It requires "FINAL FANTASY(R) XI for Windows(R) ", it is appointed to the official operational recognition personal computer.

    * 3

    The game software is selling separately. With the economical electrical design, approximately 5.0 hours* actualizing the long haul drive of 4. In addition, if the MOBILE switch was changed to MOBILE mode, CPU throughput and picture brightness were held down,* 5, it becomes setting of electric power consumption concern.

    * 4 It is the time when it measured Corporation electronic intelligence technical industrial association "JEITA battery methods-time measurement (Ver.1.0)" of on the basis. You can verify detailed measurement condition, in the support page classified by type of Mobius home page.Http://www.sharp.co.jp/mebius/ and actual drive time differ depending upon use environment.

    * 5 The operational frequency of CPU is held down low, in initial condition display intensity from under 2nd is changed in. There are times when occurs scene falling with such as animated picture playback.

    Maximum 54Mbps* 6 (standard value) building in the wireless LAN of the IEEE802.11b/g conformity which corresponds to high-speed communication. The Super G TM mode which raisestransfer rate* it corresponds to also 7. The other personal computer and the data can share "radio de chat" and network setting can be changed "entrusts Internet" and so on, can use automatically smoothly with the wireless.

    * 6 Numerical value of indication is maximum with respect to theory of wireless LAN standard, is not something which shows actual data rate.

    * 7 SuperGTM is the wireless LAN high-speed technology which the Atheros Communications corporation developed. SuperGTM function is used, it is necessary also for the wireless LAN equipment aheadconnectingto correspond to Super G TM.

  5. Re:Enthusiasts? by mocm · · Score: 3, Informative
    --
    ***Quis custodiet ipsos custodes***
  6. Re:Interesting but by Gentlewhisper · · Score: 3, Informative

    Actually, if you are into LinuxMobile IBM thinkpads are really good choices.

    I own a small Thinkpad X31 and Linux couldn't be happier on this machine than any other. At least I can just imagine what will happen if I run Linux on my friends' Toshibas, Fujitsus, Dells, HPs, and what-nots.

    IBM's the real deal, no poppycock Win-anything!

  7. bolony! by khrtt · · Score: 4, Informative

    The "technology" that Transmeta developed is essentially a VLIW processor that can be micro-programmed to interpret the IA32 instruction set...

    Not INTERPRET, but rather TRANSLATE IA32 to native VLIW. The word "translate" means "compile binary to binary" here. The translated result is cached, which makes the whole thing run at a more acceptable speed.

    Intel and AMD do the same thing - IA32 is translated to an internal RISC-like code. They also cache the translated code. Only they do the translation in hardware, while Transmeta does it in software.

    The extra translation hardware drains extra power. The extra translation software uses up extra CPU clocks, effectively slowing down a Crusoe (or any transmeta CPU) compared to a Pentium (any recent Intel/AMD CPU) at the same clock rate. If you slow down the clock on the Pentium so that the performance equals to that of the Crusoe, you reduce the power consumption to the same level as the Crusoe as well. Or better.

    So, all in all, it's a wash. All mobile CPUs throttle down the clock when possible. The maximum speed for the Pentium is higher than for a Crusoe with the same clock. The die of the Transmeta chip is smaller. That's all the difference.

    Surprisingly, where Intel (not AMD) gets its edge with Pentium M has nothing to do with CPU core. It's the way they handle the L2 cache. They have a large L2 cache, but they only clock the block of it where there is an access. This saves a lot of power, while allowing for a larger L2 cache. Which has more effect on the CPU speed and power consumption than all the tricks with the core architecture.

    The original idea that made Transmeta chips so attractive had nothing to do with the core architecture either. The idea was that they would not only slow down the clock, but also reduce the supply voltage accordingly, which squared the power savings compared to Intel SpeedStep. Of course, by now both Intel and AMD do the same thing, so Transmeta doesn't have an edge there any more.

    AMD and Intel are in a fierce battle that will destroy lesser players like Transmeta
    Not necessarily. Transmeta is in a niche market, ultra-mobile IA32 devices. As long as they stay in a niche market, they have a chance. But I doubt they could make it into the mainstream CPU market in near future.

    Is there a white knight for Transmeta?
    Is there an SS1 for Transmeta? Wait, wrong topic...