comparison DOCS/video.html @ 2507:ad6424619117

cursor on/off, screenblank off -> fbdev
author gabucino
date Sun, 28 Oct 2001 10:47:06 +0000
parents d4f398ef37aa
children 6ad93cbc3203
comparison
equal deleted inserted replaced
2506:501752469c39 2507:ad6424619117
495 495
496 <P><UL><LI><B>-vm</B> alone will choose the most suitable mode from /etc/fb.modes . Can be 496 <P><UL><LI><B>-vm</B> alone will choose the most suitable mode from /etc/fb.modes . Can be
497 used together with -x and -y options too. The -flip option is supported only 497 used together with -x and -y options too. The -flip option is supported only
498 if the movie's pixel format matches the video mode's pixel format. 498 if the movie's pixel format matches the video mode's pixel format.
499 Pay attention to the bpp value, fbdev driver tries to use the current, 499 Pay attention to the bpp value, fbdev driver tries to use the current,
500 or if you specify the -bpp option, then that. 500 or if you specify the -bpp option, then that.</LI>
501 <LI><B>-zoom</B> option isn't supported (software scaling is slow). -fs option 501 <LI><B>-zoom</B> option isn't supported (software scaling is slow). -fs option
502 isn't supported. You can't use 8bpp (or less) modes.</UL></P> 502 isn't supported. You can't use 8bpp (or less) modes.</LI>
503 <LI>you possibly want to turn the cursor off : <CODE>echo -e '\033[?25l'</CODE><BR>
504 and the screen saver: <CODE>setterm -blank 0</CODE><BR>
505 To turn the cursor back on : <CODE>echo -e '\033[?25h'</CODE>
506 </UL></P>
503 507
504 <P>NOTE: FBdev video mode changing _does not work_ with the VESA framebuffer, 508 <P>NOTE: FBdev video mode changing _does not work_ with the VESA framebuffer,
505 and don't ask for it, since it's not an <B>MPlayer</B> limitation.</P> 509 and don't ask for it, since it's not an <B>MPlayer</B> limitation.</P>
506 510
507 <P><B><A NAME=2.2.1.7>2.2.1.7. Matrox framebuffer (mga_vid)</A></B></P> 511 <P><B><A NAME=2.2.1.7>2.2.1.7. Matrox framebuffer (mga_vid)</A></B></P>