#59 closed defect (fixed)
xvidix, svgalib_helper, ATI Mach64 driver
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | vo |
Version: | 1.0pre3 | Severity: | normal |
Keywords: | Cc: | Dominik 'Rathann' Mierzejewski, saschasommer@…, chris.coroner@… | |
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
I have compiled the libdha with svgalib_helper support. I tried to use the
xvidix video out to watch movies, but if the svgalib_helper support is in the
libhda I have the next error:
[mach64] Found chip: Rage Mobility P/M AGP 2x
vidixlib: /usr/local/lib/mplayer/vidix/mach64_vid.so probed o'k
vidixlib: will use /usr/local/lib/mplayer/vidix/mach64_vid.so driver
vidixlib: Attempt to initialize driver at: 0x40ceee30
[mach64] version 1.0pre3-3.3.3
vidixlib: Can't init driver: Cannot allocate memory
vosub_vidix: Couldn't find working VIDIX driver
Linux kernel version: 2.6.0
Svgalib version: 1.9.19
Without the svgalib support I can use the mplayer to display my movies with
xvidix when I set the suid property of the executable.
Attachments (1)
Change History (7)
comment:1 by , 20 years ago
comment:2 by , 20 years ago
Cc: | added |
---|
comment:3 by , 20 years ago
Cc: | added |
---|
I have found the same behaviour. On the code it seems that one of the two mmap()
calls in vixInit() in vidix/drivers/mach64_vid.c fails. It would be nice to see
this bug fixed because I want to be able to use mplayer with vidix as a normal user.
comment:5 by , 19 years ago
comment:6 by , 19 years ago
Cc: | added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
should be fixed in cvs
Please test
Confirmed. I've observed the same behaviour with gcc-3.2.2, kernel 2.4.27 and
your modified svgalib_helper
(http://www.mplayerhq.hu/~alex/svgalib_helper-1.9.17-mplayer.tar.bz2).