Here is my config for the PVR350. Everything is working fine.

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

        ### change fb1 to whatever your card grabbed
        Option      "fbdev" "/dev/fb1"
        Option      "ivtv" "/dev/fb1"

        ### change the BusID to whatever is reported by lspci,
        ### converted from hex to decimal
        BusID "PCI:2:10:0" # lspci says 02:0a.0
        ### More examples
        #BusID "PCI:0:10:0" # lspci says 00:0a.0
        #BusID "PCI:1:14:0" # lspci says 01:0e.0
        #BusID "PCI:0:5:1" # lspci says 00:05.1
EndSection


 To find out which framebuffer should be used do:

# dmesg | grep "TV out"
ivtv0-osd: fb1: cx23415 TV out frame buffer device



Hope that helps,
Steve

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

Reply via email to