I tried to download the gatos driver, but the configure script failed
with a "Wow" error. Here's an excerpt from the script:
------------------
case "$host" in
i386-*-linux*)
{ echo "configure: error: --- Argll !!" 1>&2; exit 1; }
;;
i486-*-linux*|i586-*-linux*|i686-*-linux*)
echo "$ac_t""--- Running Linux !!" 1>&6
ArchRunning="x86Linux"
;;
i386-*-freebsd*|i486-*-freebsd*|i586-*-freebsd*|i686-*-freebsd*)
echo "$ac_t""--- Running FreeBSD" 1>&6
ArchRunning="x86FreeBSD"
;;
i386-*-netbsd*|i486-*-netbsd*|i586-*-netbsd*|i686-*-netbsd*)
echo "$ac_t""--- Running NetBSD" 1>&6
ArchRunning="x86NetBSD"
;;
*) { echo "configure: error: --- Wow" 1>&2; exit 1; }
esac
--------------------------
I don't know scripting well, but it looks to me like it is designed to
fail on ppc hardware. How do I get this to compile?
Sprague, IT3 wrote:
>You'll need the ati.2 driver from www.linuxvideo.org (or a mirror, since the
>main site is fragile). Note I've only tested it on x86, but it doesn't look
>x86-specific (get the source, of course... I didn't see any ppc binaries).
>
>-----Original Message-----
>From: Thomas Marschall [mailto:[EMAIL PROTECTED]]
>Sent: Wednesday, October 24, 2001 9:19 PM
>To: [EMAIL PROTECTED]
>Subject: [Newbie]xvideo on yellowdog linux(ppc)
>
>
>I'm trying to get mpeg playback working on my system and a developer for
>vlc (Cristophe Massiot) said that the problem is with xvideo since the
>same problem occurs when I use other players. The problem is that when
>I play any mpeg video, the frames are cropped to a portion of their
>actual size. A work around is to switch xfree to 16-bit depth and use
>the x11 video driver, but this is not desireable. Here are some specs
>for my system:
>G4 APG 450
>512 MB RAM
>yellow dog linux 2.0
>Some things that I have added to the standard ydl install:
>full ximian installation.
>benh's 2.4.12 kernel, compiled myself, stripping away unessecary
>XFree 4.1
>drivers and extensions; and adding some like pci scsi support.
>ATI rage128 w/ 16 MB ram
>packages I have tried video play with include
>the latest versions of xine and videolan.
>
>_______________________________________________
>Newbie mailing list
>[EMAIL PROTECTED]
>*** To unsubscribe , or change message options, see:
>http://XFree86.Org/mailman/listinfo/newbie
>_______________________________________________
>Newbie mailing list
>[EMAIL PROTECTED]
>*** To unsubscribe , or change message options, see:
>http://XFree86.Org/mailman/listinfo/newbie
>
_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie