nekonoko wrote: If someone can confirm that it still works as expected I'll move it to 'current'
confirmed.
new in beta:
neko_x264-0.50.564.tardist - H264/avc encoder
nekonoko wrote: If someone can confirm that it still works as expected I'll move it to 'current'
nekonoko wrote:new in beta:
neko_x264-0.50.564.tardist - H264/avc encoder
Wow, that sounds great - definitely will give it a try.
Any chance for even a rough build of mplayer for x264 playback in the near future? That's the only missing piece
nekonoko wrote: Doesn't like my h264 content much (lots of frame decoding errors)
nekonoko wrote: Looks like I need to find a 700 or 800MHz CPU for my Fuel.
squeen wrote: A weirdness though on IRIX & Linux mplayer playback of the .mp4 created with ffmpeg using HDTV 1280x720 sized frames. The playback window is stretched. xwininfo report 1536x720. Why? Quicktime plays it back at the proper aspect. Weird.
stuart wrote: (P.S. I notice that one of the available resolutions is 2@1920x1200 - does a 128Mb V12 really have enough memory to handle this resolution?
(P.P.S. At what resolution is dual-link DVI required? Does the V12 DCD option provide dual-link?)
loonvf wrote: CPU I already have and PSU comes from a PC.
mia wrote: While I will be waiting for this new case, I plan to study the cooling part. I intend to replace the original heatsinks, I have not yet decided if this will go water cooling or air cooling.
anotherlin wrote: However, how do I turn off L1's environmental monitoring during boot time ? I didn't have time to do much tests (got to go to work) but the Fuel shuts itself down during boot time auto-test.
Code: Select all
#!/bin/sh
# Begin $rc_base/init.d/l1env
IS_ON=/etc/chkconfig
CONFIG=/etc/config
if $IS_ON verbose; then
ECHO=echo
else
# For a quiet startup and shutdown
ECHO=:
fi
case "$1" in
start)
if $IS_ON l1env; then
$ECHO "Starting L1 controller environmental monitoring in 5 minutes..."
/sbin/sh -c "sleep 300; /usr/sbin/l1cmd --scdev /hw/module/001c01/L1/controller env on"&
fi
;;
stop)
if $IS_ON l1env; then
$ECHO "Stopping L1 controller environmental monitoring!"
/usr/sbin/l1cmd --scdev /hw/module/001c01/L1/controller env off
fi
;;
restart)
$0 stop
sleep 1
$0 start
;;
*)
echo "Usage: $0 {start|stop|restart}"
exit 1
;;
esac
Code: Select all
chmod +x /etc/init.d/l1env
Code: Select all
ln -s /etc/init.d/l1env /etc/rc0.d/K35l1env
ln -s /etc/init.d/l1env /etc/rc2.d/S95l1env
Code: Select all
chkconfig -f l1env on
TeeTylerToe wrote: you've got core 2 xeons with 4 cores at 3GHz+ with I think 2 flop/cycle, or 14Gflop per socket.
D-EJ915 wrote: If you can rotate the screens or use portrait resolutions with the DCD the Eizo 30" lets you split the screen in half and drive each side off a different input. Not sure if any other ones do that or not, I know the IBM 22" did something similar in one of the versions but each side would have been a 30" monitor...
modology wrote: I dont quite get it. Does it mean I have to get the second V12 DCD in order to do so? You mentioned 3840x2400 on 22"-hmm....is it even possible?
R-ten-K wrote: A fully loaded blue gene takes significantly more space than a 3U rack.
JacquesT wrote: Anyway, I've download a teaser sample of a MP4 video file from here , but as soon as I play it back with mplayer I get garbled video, audio plays fine. I get video OK with the -vo gl or gl2 flags, but I end up with error messages about currupt frames, with serious frame drops.
Any ideas? I can covert the video with mencoder to a .mov, but at 2fps its a bit barking to convert the whole thing...
OR is my box just too slow to play the file?
JacquesT wrote: Will try the Xvid4 conversion. Did you use 'mencoder'?
mapesdhs wrote:Code: Select all
V: 189.3 1894/1894 70% 19% 0.0% 0 0 0%
Code: Select all
BENCHMARKs: VC: 132.943s VO: 36.990s A: 0.000s Sys: 1.198s = 171.131s
BENCHMARK%: VC: 77.6848% VO: 21.6152% A: 0.0000% Sys: 0.7000% = 100.0000%
The command I used to play the file was:
Code: Select all
mplayer -vo gl2 -vf format=RGB24 -osdlevel 0 -benchmark -nosound -vo null speeder_teaser.mp4
Code: Select all
BENCHMARKs: VC: 193.406s VO: 0.041s A: 0.000s Sys: 0.989s = 194.435s
BENCHMARK%: VC: 99.4706% VO: 0.0210% A: 0.0000% Sys: 0.5084% = 100.0000%
Code: Select all
BENCHMARKs: VC: 195.205s VO: 56.811s A: 0.000s Sys: 1.071s = 253.086s
BENCHMARK%: VC: 77.1297% VO: 22.4473% A: 0.0000% Sys: 0.4230% = 100.0000%
Code: Select all
BENCHMARKs: VC: 194.845s VO: 258.793s A: 0.000s Sys: 1.383s = 455.021s
BENCHMARK%: VC: 42.8210% VO: 56.8750% A: 0.0000% Sys: 0.3040% = 100.0000%
Code: Select all
BENCHMARKs: VC: 17.044s VO: 0.007s A: 0.000s Sys: 0.290s = 17.341s
BENCHMARK%: VC: 98.2833% VO: 0.0417% A: 0.0000% Sys: 1.6750% = 100.0000%
tillin9 wrote: Is there a SCSI to SATA bridge known to work in SGIs? Most (affordable) SSDs have just a normal SATA interface.
P.S. I want to put a nice cheap 128GB MLC SSD -http://www.newegg.com/Product/Product.aspx?Item=N82E16820231221 in my O2.
sybrfreq wrote: mmm... that black one is HOT
bri3d wrote: So basically the Fuel V12 is for Fuel, and not much else.
joerg wrote: Well, the following mirros are (currently?) out of orders
1. de.mirror.nekoware.net (Dennis)