FreeBSD MPlayer
April 30th, 2009
| Tags:
折腾了三天,终于能在我的 IBM Thinkpad 600E 上看 MV 了。
1,安装正确的显卡驱动,正确配置 /etc/X11/xorg.conf,参见 FreeBSD 显卡
2,重新编译 MPlayer ,必需参数为 –enable-xv,参见 FreeBSD MPlayer 编译
常见问题:
1,MPlayer 播放不能全屏
MPlayer 使用了 x11 作为 Video_Output ,请换用其他 Video_Output,例如
$mplayer -vo x11 FILENAME.EXT
2,xvinfo 显示 no adaptors present
有两种情况,一是你没有安装合适的显卡驱动,请重新检查你的 /etc/X11/xorg.conf 的 Device Section 中的 Driver 值是否和你的显卡型号严格对应;二是你没有正确的配置 /etc/X11/xorg.conf 。参见FreeBSD 显卡
3,error opening initializing the selected video_out vo device
MPlayer 默认编译未支持该驱动,需重新编译 MPlayer
4,xvinfo 正常,但 MPlayer 依然无法使用 xv 作为 Video_Output
请重新编译安装 MPlayer。参见 FreeBSD MPlayer 编译
Leave a comment
| Trackback
