Rudy Zijlstra wrote:

Dear,

I had a working ivtv-fb system on a 350. I upgraded this to the latest ivtvdev_drv and now have a non-working setup...


Sorry a bit late. I've done the same thing but it's working for me, I updated this old wiki page http://ivtv.writeme.ch/tiki-index.php?page=XDriverHowTo should have done this on the new wiki.

There are two things that must be changed for your system:
  Option      "fbdev" "/dev/fb1" (for your frame buffer)
  BusID       "PCI:5:7:0"          (from lspci | grep iTVC)


Error message i get is: "No matching device section" in Xorg.log. This by ivtvdrv... Any idea what is wrong?
Any suggestion what to improve?


Duncan

Section "ServerLayout"
  Identifier  "TV Layout"
  Screen      0 "TV" 0 0
  InputDevice "Mouse1" "CorePointer"
  InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "Screen"
  Identifier  "TV"
  Device      "Hauppauge PVR350"
  Monitor     "PAL TV"
  DefaultDepth 24
  DefaultFbbpp 32
  Subsection "Display"
      Depth 24
      FbBpp 32
Modes "720x576" EndSubsection
EndSection

Section "Monitor"
  Identifier  "PAL TV"
  HorizSync  30-68
  VertRefresh 50-120
  Mode "720x576"
      DotClock 42.6
      HTimings 720 760 832 944
      VTimings 576 577 580 602
      Flags    "-HSync" "-VSync"
  EndMode
EndSection

Section "Device"
  Identifier  "Hauppauge PVR350"
  Driver      "ivtvdev"
  Option      "fbdev" "/dev/fb1"
  BusID       "PCI:5:7:0"
EndSection


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

Reply via email to