You have NO idea!
once im a bit less busy ill explain a bit more in depth as to whats going on with the DLSD...
I hope this helps demystify some of the stuff surrounding the DLSD
whats this video clip? are you saying playing the clip the DLSD was using more CPU then the iBook G4 playing the exact same clip?
is everything between the iBook and DLSD identical software wise? (for example was the video window the same size? and also are you using a 45W or 65W charger with the DLSD?)
theres a number of things that could cause the DLSD to use more CPU...
The clip was played in Coreplayer with identical settings, power (when used) was 65W, the only difference was Leopard on the DLSD - guess that could be it, which is disappointing for Leopard.
Can you try the experiment with Tiger on the DLSD?
Sounds likely to be the "Leopard Overhead"
What kind of PRAM battery do these take?
#!/bin/bash
#
# TP Probe v.0.2 alpha
# by 31d1 2005 djbidi@gmail.com
#
# displays (somewhat accurate) hardware sensor readouts on some current macs.
#
# seems to work on new Powerbooks, ibooks, and PowerMacs
# does NOT seems to work on G4 Powermacs, or G4 Titanium Powerbooks
# help
if [ "$1" == "-h" ]
then
basename=`echo $0 | sed 's/.*\///'`
echo "usage: $basename [option|regex]"
echo " regex - display only matching lines"
echo " -h - display this message"
exit
fi
# get data
sensors=`ioreg -n IOHWSensor | awk '/location/ || /current-value/ || /"type"/' | sed -e 's/[^"]*"//' -e 's/" =//' -e 's/location//' -e 's/type//' -e 's/"//g' | awk '{ if ((NR % 3) == 0) print $0; else printf $0 " " }'`
# temperatures require strange manipulation
temps=`echo "$sensors" | grep 'temperature' | awk '{ for(i=1;i<5;i++) if ($i=="current-value") $(i+1)=((( (($(i+1) / 2^13) - ($(i+1) / 2^13) % 1 ) / 2^3) - .5)" C\t"); print $0 }' | sed -e 's/current-value //' -e 's/temperature//'`
# the rest merely need to be divided by 2^16
therest=`echo "$sensors" | grep -v 'temperature' | awk '{ for(i=1;i<5;i++) if ($i=="current-value") $(i+1)=(substr((($(i+1)/2^16)"\t"),1,8)); print $0 }' | sed -e 's/current-value //'`
# optionally display Machine Name and Type
if [ "$1" == "-l" ]
then
system_profiler SPHardwareDataType | awk '/Machine Name/ || /Machine Model/ || /CPU Type/' | sed 's/[^:]*: //' | awk '{printf $0 " " }'
machine
echo -e "\n$temps\n$therest"
exit
fi
# grep for $1 or display all
if [ "$1" ]
then
echo -e "$temps\n$therest" | grep "$*"
else
echo -e "$temps\n$therest"
fi
system_profiler SPHardwareDataType | awk '/Machine Name/ || /Machine Model/ || /CPU Type/' | sed 's/[^:]*: //' | awk '{printf $0 " " }'
system_profiler SPHardwareDataType | awk '/Model Name/ || /Model Identifier/ || /Processor Name/ || /Processor Speed/' | sed 's/[^:]*: //' | awk '{printf $0 " " }'
Great! I'll give this a whirl later. CheersI just came across a shell script called TP for outputting temp and voltage data (using ioreg).
I just came across a shell script called TP for outputting temp and voltage data (using ioreg).
Got an MSata adaptor on the way from China too, I've got a 256GB Samsung PM851 MSata SSD to go in, I'm thinking I'll run Leopard and the original Panther install in a dual boot configuration as theres a game I want to play that won't run in properly in Tiger.
I've never seen a "New CPU" sticker on any ram I've installed for a Mac.
As long as it works. I had two sticks I got once for a steal from a site I could never find again. Barely fit in my Mac (advertised as low profile) but never had any issue with them.
With 256GB, you might as well span all three of your supported OS choices; Panther (min 10.3.7), Tiger and Leopard.
My typical partitioning for this is something like:
6GB - Panther
10GB - Tiger
(The rest) - Leopard
This depends on your usage of course, but I feel these are good minimum partition sizes to fit all the system, developer and common apps. For example, it can be difficult to find enough old Panther supported apps to fill up a 20GB partition, unless you install Final Cut Studio HD!
I haven't benchmarked it or anything, but it feels like Classic runs better under Tiger than Panther. This might not apply across all games, etc. But it's just an observation and because of this, I tend to keep a lightweight 9.2.2 System Folder and Applications (Mac OS 9) folder on my Tiger partition only.
very cool!
its good to know that it works OOBI wonder how well a 1920x1200 panel would work...
Go for it. A display’s resolution can’t ever be too high. I sincerely hope it'll work.What do you guys think?