|  About Me  |  Blogs  |  Photos  |  Publications  |  Resume  | 

Archive for May, 2004

Change System Sound Volume Permanently

Thursday, May 13th, 2004

Use alsamixer to adjust the volumes. Run alsactl store to save it.

MPlayer full screen

Sunday, May 2nd, 2004

For some time now when I select full screen from the menu in MPlayer it expands to full screen but the video size stays the same :/ After toying with it for a while I found out you have to specify both the fs and the zoom option, i.e.

$ gmplayer -fs -zoom movie.avi

Alternatively you [...]