[MPlayer-dev-eng] [PATCH] gtf take 2

Arpi arpi at thot.banki.hu
Thu Aug 22 00:22:05 CEST 2002


Hi,

> Hello,
> 
> I have done what you requsted so here it is - take2
> 
> Regards
> 		Rudolf
> 

this one looks ok for me, except one thing:

-               if((err=vbeSetMode(video_mode,NULL)) != VBE_OK)

+               if (((int)(vib.VESAVersion >> 8) & 0xff) > 2) {
+
+               if (set_refresh(dstW,dstH,video_mode,&crtc_pass))
+               video_mode = video_mode | 0x800;
+
+               }
+
+               if ((err=vbeSetMode(video_mode,&crtc_pass)) != VBE_OK)

will vbeSetMode() always ignore crtc_pass if !(video_mode&0x800) ?


A'rpi / Astral & ESP-team

--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu



More information about the MPlayer-dev-eng mailing list