T60 can play 1440p video!
Posted: Sun Apr 19, 2015 5:10 pm
Apparently a T60 (T2500, 3GB ram, Intel graphics) can play 1440p video smoothly. I was quite surprised, knowing that the cpumark score is 878. I used the video here https://www.youtube.com/watch?v=-YGDyPAwQz0, downloaded it, and played it using mplayer in Arch linux 32 bit. The command I used was:
mplayer -vo x11 -fs -zoom nameOfVideo
I set mplayer to use 2 threads (uses 1 by default) by adding lavdopts=threads=2 to the .mplayer/config file (you can add the above args to the config too). The cpu usage averaged 95%, but the playback was nearly perfectly smooth! I suspect 4k video won't play very well on this system, but maybe a T9500 T61 with a FX570m could. It would be awesome if someone could try this out.
I think this might also work an a top of the line T43p. Although I only have a T43 with 2Ghz PM, 2GB ram, and X300 gpu, the cpu usage was only ~60% for most 1080p videos using mplayer.
The great thing about this is that if you install a youtube client, such as youtube-viewer, which uses mplayer instead of flash, you can watch 2k videos quickly and easily without the need to download any videos. If you do try this, try it without the -vo x11 -fs -zoom part. I had to use software rendering since the default xv driver (or any other driver) did not work. The intel gpu probably lacks the necessary optimization and acceleration features in dedicated gpus for xv to work on videos over 1080p.
mplayer -vo x11 -fs -zoom nameOfVideo
I set mplayer to use 2 threads (uses 1 by default) by adding lavdopts=threads=2 to the .mplayer/config file (you can add the above args to the config too). The cpu usage averaged 95%, but the playback was nearly perfectly smooth! I suspect 4k video won't play very well on this system, but maybe a T9500 T61 with a FX570m could. It would be awesome if someone could try this out.
I think this might also work an a top of the line T43p. Although I only have a T43 with 2Ghz PM, 2GB ram, and X300 gpu, the cpu usage was only ~60% for most 1080p videos using mplayer.
The great thing about this is that if you install a youtube client, such as youtube-viewer, which uses mplayer instead of flash, you can watch 2k videos quickly and easily without the need to download any videos. If you do try this, try it without the -vo x11 -fs -zoom part. I had to use software rendering since the default xv driver (or any other driver) did not work. The intel gpu probably lacks the necessary optimization and acceleration features in dedicated gpus for xv to work on videos over 1080p.