[MPlayer-cygwin] vidix and win2k?

Sascha Sommer saschasommer at freenet.de
Fri Mar 26 14:04:40 CET 2004


> dunno if it works on linux... here is -v -v -v... what do you mean without
forcing?
> -vo winvidix:mach64 ?

Yes, the output is without forcing.


> No vidix driver name provided, probing available ones (-v option for
details)!
> vosub_vidix: vidix_preinit((null)) was called
> get_path('vidix/') -> 'C:/PROGRAMS/MPLAYER/mplayer/vidix/'
> vidixlib: PROBING: C:/PROGRAMS/MPLAYER/mplayer/vidix/mach64_vid.so
> [mach64] Found chip: 3D Rage I/II 215GT [Mach64 GT]
> vidixlib: C:/PROGRAMS/MPLAYER/mplayer/vidix/mach64_vid.so probed o'k
> vidixlib: will use C:/PROGRAMS/MPLAYER/mplayer/vidix/mach64_vid.so driver
> vidixlib: Attempt to initialize driver at: 6BCC19B0
> [mach64] version dev-CVS-040323-14:22-3.2.3
>
>

Can you add a few printfs to vixInit
to find out where it fails? I'm not sure but afaik not every mach64 card is
working with this vidix driver.



>
> the video memory is correct,radeon 7500 64mb. and that is my current video
mode,
> 640x480 32bitcolor
>
> ok, i can just 'make' after i edit it, right? also i didnt know what to
change
> or add, so i changed..
> err = mtrr_set_type(pci_info.base0,radeon_ram_size,MTRR_TYPE_WRCOMB);
>
> to
> err = mtrr_set_type(pci_info.base0,radeon_ram_size =
16*1024*1024,MTRR_TYPE_WRCOMB);
> and i tried
> err =
mtrr_set_type(pci_info.base0,radeon_ram_size,MTRR_TYPE_WRCOMB);radeon_ram_si
ze = 16*1024*1024;
> and
> radeon_ram_size = 16*1024*1024;
>
> for line 1069
>
> i still get the same error tho.(next time just give me the whole new
line!)

Should be ok. I'll commit a workaround which works for myself but it seems
something else is wrong. YUY2
works while YV12 displays garbage... Trying to fix this first.

Sascha




More information about the MPlayer-cygwin mailing list