When I try to install the new ivtvdev for X I'm get an error when I try to startx. If I revert back to an older ivtvdev it works fine. Here's the error:

(WW) ivtvdev: No matching Device section for instance (BusID PCI:1:0:0) found
(EE) No devices detected.


Here's my /etc/X11/XF86Config-4 snippet:

Section "Device"
    Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
    Driver      "ivtvdev"

    ### change fb1 to whatever number you got in the previous section
    Option      "fbdev" "/dev/fb1"

    ### change the busid to whatever is reported by lspci. Note that
    ### output of lspci is hex, so add a preceding "0x" to the BusID
    BusID "PCI:0:0x8:01"
EndSection

Section "Screen"
    Identifier  "TV Screen"
    Device      "Hauppauge PVR 350 iTVC15 Framebuffer"
    Monitor     "NTSC Monitor"
    DefaultDepth 24
    DefaultFbbpp 32
    Subsection "Display"
      Depth 24
      FbBpp 32
      Modes "720x480"
    EndSubsection
EndSection

Section "DRI"
    Mode 0666
EndSection





-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
ivtv-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ivtv-devel

Reply via email to