Daniel A Segel writes:

I've also tried to get the X driver to use the TV-OUT framebuffer. My lspci shows:

00:0b.0 Multimedia video controller: Internext Compression Inc iTVC15 MPEG-2 Encoder (rev 01)
...
I've also tried using decimal, instead of hexadecimal "PCI:00:11.0". I also tried BusID "0:0x0b.0", as per http://www.pvrweb.com/bbs/index.php?s=8f49557f7c23b02c2203b36a2f228d88&showtopic=4790&pid=17184&st=0&#entry17184

Try it like this:

BusID  "PCI:0:B:0"

Nope.  The one that worked turned out to really be:

BusID "PCI:0:11:0"

Not "PCI:00:11:0", not "PCI:0:B:0", but "PCI:0:11:0". I went and tried to figure it out from the driver's source. It's not really using the PCI bus ID to find the card, it finds the card by looking for the PCI vendor/chipset ID. Once it finds the card, if its PCI bus id does not match the one in xorg.conf, the driver errors out. The error message in Xorg.0.log actually gives the precise format of the setting that it's looking for.


Attachment: pgpvlE6dsB6L2.pgp
Description: PGP signature

_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to