2001-04-03 05:25:55

by Robert Holmberg

[permalink] [raw]
Subject: BTTV problems in 2.4.3

I'm having some bttv problems in 2.4.3 (2.4.2 works fine). When my xawtv
window (or my fbtv resolution) gets to a certain point (like 768x576, which
is what I want, 640x480 is still fine) the right part of the tv window is
left black. I'm back to using 2.4.2 again, but I could produce a screenshot
if you want me to. We're not talking some small bar being left black, but
rather a small bar on the left showing 20-25% of the tv picture.

P.S. Please CC to me, I'm not on the list

Robert


2001-04-03 12:00:50

by Sami Nieminen

[permalink] [raw]
Subject: Re: BTTV problems in 2.4.3

> I'm having some bttv problems in 2.4.3 (2.4.2 works fine). When my xawtv
> window (or my fbtv resolution) gets to a certain point (like 768x576,
> which is what I want, 640x480 is still fine) the right part of the tv
> window is left black. I'm back to using 2.4.2 again, but I could produce a
> screenshot if you want me to. We're not talking some small bar being left
> black, but rather a small bar on the left showing 20-25% of the tv picture.

I have the same problem with 2.4.2-ac20 when using xawtv's overlay mode.
When using grabdisplay mode the picture is fine. Also overlay looks good
if I keep the window size small enough.

Sami

--
Whoa...I did a 'zcat /vmlinuz > /dev/audio' and I think I heard God...

2001-04-04 02:12:47

by Marcus Wegner

[permalink] [raw]
Subject: Re: BTTV problems in 2.4.3

diff -urN linux-2.4.3/arch/i386/kernel/pci-pc.c
linux/arch/i386/kernel/pci-pc.c
--- linux-2.4.3/arch/i386/kernel/pci-pc.c Sat Mar 31 00:12:41 2001
+++ linux/arch/i386/kernel/pci-pc.c Thu Mar 29 05:00:04 2001
@@ -1035,7 +1035,7 @@
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_82C686_4, pci_fixup_via_acpi },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_8363_0, pci_fixup_vt8363 },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_82C691, pci_fixup_via691 },
- { PCI_FIXUP_HEADER, PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_82C598_1, pci_fixup_via691_2 },
+// { PCI_FIXUP_HEADER, PCI_VENDOR_ID_VIA,
PCI_DEVICE_ID_VIA_82C598_1, pci_fixup_via691_2 },
{ PCI_FIXUP_HEADER, PCI_VENDOR_ID_INTEL,
PCI_DEVICE_ID_INTEL_82371AB_3, pci_fixup_piix4_acpi },
{ 0 }
};


I had the same problem. This change solved it for me.


Marcus