Hi! I have a little question. I used to run RedHat 7.0 with Linux kernel 2.4.2, XFree86 4.0.2 with matrox latest mga beta driver. However, I upgraded my motherboard and my CPU, so instead of having an Intel PIIX chipset, I now have a VIA chipset for my Socket A motherboard (Abit K7A KT133). Everything worked just fine using Zapping before with the v4l module loaded in XFree. I got perfect fullscreen mode etc. Unfortunateley, when I upgraded my system, I also got myself a nice disk crash, so the disk is reinstalled with RedHat 7.0 and kernel 2.4.3, XFree86 4.0.2 and matrox latest mga beta driver (same version as before). The XFree86 should look about the same, however now I get this strange behaviour. About every 32:nd line or so, lags. If there is a scene change in the picture, then about every 32:nd line is showing the last frame or a couple of frames earlier. This means that if there was a whole white picture and there will be a black picture, every 32:nd line will remain white for a couple of milliseconds. Any ideas ? My TV card is a Haupaugge WinTV PCI These are my PCI devices: PCI devices found: Bus 0, device 0, function 0: Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 3). Master Capable. Latency=8. Prefetchable 32 bit memory at 0xd0000000 [0xd3ffffff]. Bus 0, device 1, function 0: PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP] (rev 0). Master Capable. No bursts. Min Gnt=12. Bus 0, device 7, function 0: ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 64). Bus 0, device 7, function 1: IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 6). Master Capable. Latency=32. I/O at 0xd000 [0xd00f]. Bus 0, device 7, function 2: USB Controller: VIA Technologies, Inc. UHCI USB (rev 22). IRQ 5. Master Capable. Latency=32. I/O at 0xd400 [0xd41f]. Bus 0, device 7, function 3: USB Controller: VIA Technologies, Inc. UHCI USB (#2) (rev 22). IRQ 5. Master Capable. Latency=32. I/O at 0xd800 [0xd81f]. Bus 0, device 7, function 4: Host bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 64). IRQ 7. Bus 0, device 11, function 0: Multimedia audio controller: Creative Labs SB Live! EMU10000 (rev 5). IRQ 5. Master Capable. Latency=32. Min Gnt=2.Max Lat=20. I/O at 0xdc00 [0xdc1f]. Bus 0, device 11, function 1: Input device controller: Creative Labs SB Live! (rev 5). Master Capable. Latency=32. I/O at 0xe000 [0xe007]. Bus 0, device 15, function 0: Multimedia video controller: Brooktree Corporation Bt878 (rev 2). IRQ 10. Master Capable. Latency=32. Min Gnt=16.Max Lat=40. Prefetchable 32 bit memory at 0xd9000000 [0xd9000fff]. Bus 0, device 15, function 1: Multimedia controller: Brooktree Corporation Bt878 (rev 2). IRQ 10. Master Capable. Latency=32. Min Gnt=4.Max Lat=255. Prefetchable 32 bit memory at 0xd9001000 [0xd9001fff]. Bus 0, device 17, function 0: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 16). IRQ 11. Master Capable. Latency=32. Min Gnt=32.Max Lat=64. I/O at 0xe400 [0xe4ff]. Non-prefetchable 32 bit memory at 0xd9002000 [0xd90020ff]. Bus 1, device 0, function 0: VGA compatible controller: Matrox Graphics, Inc. MGA G400 AGP (rev 130). IRQ 11. Master Capable. Latency=64. Min Gnt=16.Max Lat=32. Prefetchable 32 bit memory at 0xd4000000 [0xd5ffffff]. Non-prefetchable 32 bit memory at 0xd6000000 [0xd6003fff]. Non-prefetchable 32 bit memory at 0xd7000000 [0xd77fffff]. This is my XF86config # XFree86 4.0 configuration generated by Xconfigurator Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Mouse1" "SendCoreEvents" InputDevice "Keyboard0" "CoreKeyboard" EndSection # By default, Red Hat Linux 6.0 and later use xfs Section "Files" FontPath "unix/:7100" EndSection # Module loading section Section "Module" Load "dbe" # Double-buffering Load "GLcore" # OpenGL support Load "dri" # Direct rendering infrastructure Load "glx" # OpenGL X protocol interface Load "extmod" # Misc. required extensions Load "v4l" # Video4Linux # Load "pex5" # PHIGS for X 3D environment (obsolete) Load "record" # X event recorder Load "xie" # X Image Extension (obsolete) Load "FreeType" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbLayout" "se" EndSection Section "InputDevice" Identifier "Mouse0" # Modified by mouseconfig Driver "mouse" Option "Device" "/dev/mouse" Option "Protocol" "IMPS/2" Option "Emulate3Buttons" "yes" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Mouse1" # Modified by mouseconfig Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "IMPS/2" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "Monitor" Identifier "CM752" VendorName "Unknown" ModelName "Unknown" HorizSync 31 - 101 VertRefresh 50 - 160 Option "dpms" # Modeline "800x600i" 36.00 800 824 896 1024 600 601 603 625 Modeline "my800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync EndSection Section "Device" Identifier "Matrox|MGA G450 AGP" Driver "mga" BoardName "Unknown" EndSection Section "Device" Identifier "Linux Frame Buffer" Driver "fbdev" BoardName "Unknown" EndSection Section "Screen" Identifier "Screen0" Device "Matrox|MGA G450 AGP" Monitor "CM752" DefaultDepth 24 DefaultFbBpp 32 Subsection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" EndSubSection EndSection Section "DRI" Mode 0666 EndSection I have tried with v4l turned on and off, and when turned on,I don't get full resolution in height, and it seems like every odd or even frame is skipped. Any ideas ? Thanks // Magnus