Talk:TV Out: Difference between revisions

From cchtml.com
(New page: Is there a list of which cards support TV Out using fglrx? And cards that absolutely do NOT support the TV Out (s-video) via the driver? Kelly)
 
(Errors and poss fix during configure on Mythbuntu 7.10)
 
Line 4: Line 4:


Kelly
Kelly
== Configure Errors on Mythbuntu 7.10==
I got errors complaining that some packages (correct terminology?) were not found on MythBuntu 7.10 
I had to run:
PKG_CONFIG_PATH=/usr/lib/pkgconfig/
export PKG_CONFIG_PATH
before it configured correctly.  That in the Installation -> Bulding section between commands:
  export XORG_PREFIX="/usr"
and
export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --localstatedir=/var" ./configure $XORG_CONFIG --with-xorg-module-dir=$XORG_PREFIX/lib/xorg/modules
I haven't tried out the driver yet.  I will report back if that works.

Latest revision as of 10:13, 19 April 2008

Is there a list of which cards support TV Out using fglrx?

And cards that absolutely do NOT support the TV Out (s-video) via the driver?

Kelly


Configure Errors on Mythbuntu 7.10

I got errors complaining that some packages (correct terminology?) were not found on MythBuntu 7.10

I had to run:

PKG_CONFIG_PATH=/usr/lib/pkgconfig/
export PKG_CONFIG_PATH

before it configured correctly. That in the Installation -> Bulding section between commands:

 export XORG_PREFIX="/usr"

and

export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc --localstatedir=/var" ./configure $XORG_CONFIG --with-xorg-module-dir=$XORG_PREFIX/lib/xorg/modules

I haven't tried out the driver yet. I will report back if that works.