You are not logged in.
Pages: 1
hi, i've a problem with mplayer, when i watch a video and if i try to increase the window of the video, its size remains the same, so how can i resolve this?
thanks
Offline
using vlc ? ![]()
Offline
You may be using the x11 video output driver which doesn't scale the video. Try using mplayer -vo xv and see if that works. Use mplayer -vo help to see a list of available video drivers.
If it does work, you can make the change permanent by putting vo=xv in your ~/.mplayer/config (create it if it does not exist).
Offline
no it doesn't work, with vlc, for example if i select a subtitled video, when i increase the window size i see the words bad
Offline
i've followed this passages here: http://www.mplayerhq.hu/DOCS/HTML/en/xv.html and when it says to try this on a shell xvinfo it doesn't give me right things but on ubuntu feisty i tried the same passage and all works as he should
Offline
Use mplayer -vo help to view all the video drivers, and try some of them out. sdl or gl may work.
Offline
thanks, i've resolved changing the driver on xorg.conf from driver "vesa" to driver "via"
Offline
Pages: 1