On Tue, 2006-03-21 at 21:33 +0100, Matthias Meyer wrote:
> Am Montag 20 März 2006 08:01 schrieb Ian Campbell:
> > The X11 drive modules are a completely separate thing to the kernel
> > modules.
> >
> > You can download the X driver source from
> > http://www.ivtvdriver.org/index.php/Download#X_Driver
> >
> > The binary there is not (or wasn't last I checked) compatible with the X
> > in Debian Sid. I think it is OK for Sarge though. If you are using Sid
> > then you can get a suitable binary from my website at
> > http://www.hellion.org.uk/ivtv/index.html
> >
> > Ian.
> I tried both, the binary module from ivtvdriver as well as this one from Ian 
> (only copy the ivtvdev_drv.so-i386 
> to /usr/X11R6/lib/modules/drivers/ivtvdev_drv.o.
> 
> (I wondering about the size of Ian's driver. 90,5kB is more than 3 times of 
> the 21,3 kB of the original driver)
> 
> My config in /etc/X11/Xorg.conf:
> Section "Device"
>         Identifier  "Hauppauge PVR 350 iTVC15 Framebuffer"
>         Driver  "ivtvdev"
>         Option  "fbdev" "/dev/fb0"
>         BusID   "PCI:1:0:0"
> EndSection
> 
> Both wit the same result, published by /var/log/Xorg.0.log:
> 
> (II) LoadModule: "ivtvdev"
> (II) Loading /usr/X11R6/lib/modules/drivers/ivtvdev_drv.o
> (II) Module ivtv: vendor="X.Org Foundation"
>         compiled for 4.3.99.902, module version = 0.10.6
>         ABI class: X.Org Video Driver, version 0.8
> (II) IVTVDEV_TST: driver for framebuffer: PVR-350
> (II) Primary Device is: PCI 01:00:0
> (WW) ivtvdev: No matching Device section for instance (BusID PCI:0:16:0) 
> found
> (EE) No devices detected.
> 
> It seems my framebuffer do not work.
> 
> vdr:~# ivtvfbctl /dev/fb0
> Failed to open /dev/fb0: No such device
> 
> Any suggestion how to find out the correct BusID and/or how to 
> enable /dev/fb0 ?
> 
> Thanks in advance
> Matthias

Try adding the line:

Option      "ivtv" "/dev/fb0"

to the Device section.  That's how it's listed in my xorg.conf file
(although I haven't been able to get my box to work yet).


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

Reply via email to