Ian Armstrong wrote:
> If you run 'rmmod ivtv-fb;modprobe ivtv-fb osd_compat=1;dmesg'. The last 
> lines 
> from dmesg will contain the ivtv-fb module output, which should be similar to 
> the following:
> 
> ivtv0-fb: Framebuffer at 0xd1510000, mapped to 0xe2090000, size 1665k
> ivtv0-fb: === Validated display mode  ===
> ivtv0-fb: Display size 720x576 (720x576 Virtual) @ 32bpp
> ivtv0-fb: Display position 1,1
> ivtv0-fb: Display filter : on
> ivtv0-fb: Color space : RGB
> ivtv0-fb: === Display mode change ===
> ivtv0-fb: Display size 720x576 (720x576 Virtual) @ 32bpp
> ivtv0-fb: Display position 1,1
> ivtv0-fb: Display filter : on
> ivtv0-fb: Color space : RGB
> ivtv0-fb: Running in compatibility mode. Display resize & mode change disabled
> ivtv0-fb: Framebuffer registered on ivtv card id 0

Once again, thank you everyone for their help.

I tried as you suggested but cannot unload the ivtv or ivtv_fb modules,
even if I comment that section out in modprobe.conf, they still load.  I
get a message saying that they are in use.  I even tried to comment out
the fbdevhw and v4l modules in xorg.conf, thinking that had something to
do with it.  I'm not sure how they are even getting loaded...

Anyway, one thing I noticed was that it /dev/video49 was being linked to
/dev/fb0, whereas with my FC4 build it was /dev/video17.  I changed that
in mythtvsetup and now get a very brief, pixelated image when going to
watch live tv, but no sound and it immediately goes to black as usual.
I think it's time to get back to basics and re-post some configs and
logs to see if there is something obvious I am doing wrong (sorry for
the verboseness, but I don't want to make assumptions). I'd also be
interested to know if *anyone* has the PVR350 xdriver working with
CentOS 5?  On to the relevant stuff...

#########################################################
Config
#########################################################

[EMAIL PROTECTED] ~]# ls -l /dev/fb?
crw------- 1 mythtv root 29, 0 Aug 19 11:36 /dev/fb0

[EMAIL PROTECTED] ~]# uname -r
2.6.18-8.1.8.el5        #CentOS 5

[EMAIL PROTECTED] ~]# lspci -v <snipped>
02:0d.0 Multimedia video controller: Internext Compression Inc iTVC15
MPEG-2 Encoder (rev 01)
        Subsystem: Hauppauge computer works Inc. WinTV PVR-250
        Flags: bus master, medium devsel, latency 64, IRQ 9
        Memory at e8000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [44] Power Management version 2

02:0e.0 Multimedia video controller: Internext Compression Inc iTVC15
MPEG-2 Encoder (rev 01)
        Subsystem: Hauppauge computer works Inc. WinTV PVR-350
        Flags: bus master, medium devsel, latency 64, IRQ 5
        Memory at e4000000 (32-bit, prefetchable) [size=64M]
        Capabilities: [44] Power Management version 2

[EMAIL PROTECTED] ~]# cat /proc/fb*
0 cx23415 TV [EMAIL PROTECTED] ~]# ls -l /dev/video*
lrwxrwxrwx 1 root   root      6 Aug 19 11:36 /dev/video -> video0
crw------- 1 mythtv root 81,  0 Aug 19 11:36 /dev/video0
crw------- 1 mythtv root 81,  1 Aug 19 11:36 /dev/video1
crw------- 1 mythtv root 81, 17 Aug 19 11:36 /dev/video17
crw------- 1 mythtv root 81, 24 Aug 19 11:36 /dev/video24
crw------- 1 mythtv root 81, 25 Aug 19 11:36 /dev/video25
crw------- 1 mythtv root 81, 32 Aug 19 11:36 /dev/video32
crw------- 1 mythtv root 81, 33 Aug 19 11:36 /dev/video33
crw------- 1 mythtv root 81, 49 Aug 19 11:36 /dev/video49

[EMAIL PROTECTED] ~]# rpm -qa | grep -e video4 -e ivtv
ivtv-firmware-20070217-13.at
ivtv-kmdl-2.6.18-8.1.8.el5-0.10.5-130.el5
video4linux-kmdl-2.6.18-8.1.8.el5-20070731-81.el5
perl-Video-ivtv-0.13-8.0.el5
ivtv-devel-0.10.5-130.el5

# --Currently using trunk version of the ivtv xdriver

[EMAIL PROTECTED] ~]# cat /etc/modprobe.conf    #The various commented sections
simply indicate various things I have been trying.   I recently
commented out the ivtv sections to try to get the ivtv modules to keep
from loading.  None of the osd_compat=1 options seem to work.

# load ivtv-fb for PVR-350 output from
http://wilsonet.com/mythtv/fcmyth.php?SID&expandables=closed&ivtv=open&pvr350out=open#capture
#options ivtv-fb osd_compat=1
#install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe
ivtv-fb osd_compat=1

alias eth0 pcnet32
alias snd-card-0 snd-cmipci
options snd-card-0 index=0
options snd-cmipci index=0
remove snd-cmipci { /usr/sbin/alsactl store 0 >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-cmipci

#For the remote (from:
http://wilsonet.com/mythtv/fcmyth.php?SID&expandables=closed&ivtv=open&pvr350out=open#capture)
alias char-major-61 lirc_i2c
#install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install
lirc_i2c

# I2C module options (for lm_sensors)
alias char-major-89 i2c-dev

[EMAIL PROTECTED] ~]# cat /etc/X11/xorg.conf    #The various commented sections
simply indicate various things I have been trying.
# Xorg configuration created by pyxf86config

Section "ServerLayout"
        Identifier     "Default Layout"
        #Screen      0  "Screen0" 0 0
        Screen      0  "TV" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        RgbPath      "/usr/X11R6/lib/X11/rgb"
        FontPath     "unix/:7100"
EndSection

#From Jared's xorg.conf: http://wilsonet.com/mythtv/xorg.conf-PVR350.txt
Section "Module"
        Load  "dbe"
        Load  "extmod"
#        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
#       Load  "v4l"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "nv"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Screen"
        Identifier  "TV"
        Device      "Hauppauge PVR 350 iTVC15 Framebuffer"
        Monitor     "NTSC Monitor"
        DefaultDepth 24
        DefaultFbbpp 32
        Subsection "Display"
          Depth 24
          FbBpp 32
          Modes "720x480"
        EndSubsection
EndSection

Section "Monitor"
        Identifier  "NTSC Monitor"
        HorizSync  30-68
        VertRefresh 50-120
        Mode "720x480"
          # D: 34.563 MHz, H: 37.244 kHz, V: 73.897 Hz
          DotClock 34.564
          HTimings 720 752 840 928
          VTimings 480 484 488 504
          Flags    "-HSync" "-VSync"
        EndMode
EndSection

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

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

        ### change the BusID to whatever is reported by lspci,
        ### converted from hex to decimal
        BusID "PCI:2:14:0" # lspci says 02:0e.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

Section "DRI"
        Group        0
        Mode         0666
EndSection


#########################################################
Logs
#########################################################

[EMAIL PROTECTED] ~]# dmesg
Linux version 2.6.18-8.1.8.el5 ([EMAIL PROTECTED]) (gcc
version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Tue Jul 10 06:50:22
EDT 2007
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000001ffeb000 (usable)
 BIOS-e820: 000000001ffeb000 - 000000001ffef000 (ACPI data)
 BIOS-e820: 000000001ffef000 - 000000001ffff000 (reserved)
 BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS)
 BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
511MB LOWMEM available.
Using x86 segment limits to approximate NX protection
On node 0 totalpages: 131051
  DMA zone: 4096 pages, LIFO batch:0
  Normal zone: 126955 pages, LIFO batch:31
DMI 2.3 present.
Using APIC driver default
ACPI: RSDP (v000 ASUS                                  ) @ 0x000f7850
ACPI: RSDT (v001 ASUS   CUSL2-C  0x30303031 MSFT 0x31313031) @ 0x1ffeb000
ACPI: FADT (v001 ASUS   CUSL2-C  0x30303031 MSFT 0x31313031) @ 0x1ffeb080
ACPI: BOOT (v001 ASUS   CUSL2-C  0x30303031 MSFT 0x31313031) @ 0x1ffeb040
ACPI: DSDT (v001   ASUS CUSL2-C  0x00001000 MSFT 0x0100000b) @ 0x00000000
ACPI: PM-Timer IO Port: 0xe408
Allocating PCI resources starting at 30000000 (gap: 20000000:dff80000)
Detected 1200.051 MHz processor.
Built 1 zonelists.  Total pages: 131051
Kernel command line: ro root=/dev/VolGroup00/slash vga=791
Local APIC disabled by BIOS -- you can enable it with "lapic"
mapped APIC to ffffd000 (0140a000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=c0737000 soft=c0717000
PID hash table entries: 2048 (order: 11, 8192 bytes)
Console: colour dummy device 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 512732k/524204k available (2043k kernel code, 10836k reserved,
846k data, 232k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay using timer specific routine.. 2400.86 BogoMIPS
(lpj=1200431)
Security Framework v1.0.0 initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
selinux_register_security:  Registering secondary module capability
Capability LSM initialized as secondary
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0383f9ff 00000000 00000000 00000000
00000000 00000000 00000000
CPU: After vendor identify, caps: 0383f9ff 00000000 00000000 00000000
00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 128K
CPU: After all inits, caps: 0383f1ff 00000000 00000000 00000040 00000000
00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
Freeing SMP alternatives: 16k freed
ACPI: Core revision 20060707
ACPI: setting ELCR to 0200 (from 0e20)
CPU0: Intel Celeron (Coppermine) stepping 0a
SMP motherboard not detected.
Local APIC not detected. Using dummy APIC emulation.
Brought up 1 CPUs
sizeof(vma)=84 bytes
sizeof(page)=32 bytes
sizeof(inode)=340 bytes
sizeof(dentry)=136 bytes
sizeof(ext3inode)=492 bytes
sizeof(buffer_head)=52 bytes
sizeof(skbuff)=172 bytes
checking if image is initramfs... it is
Freeing initrd memory: 2416k freed
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xf0df0, last bus=2
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0,
disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
PCI quirk: region e400-e47f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region ec00-ec3f claimed by ICH4 GPIO
Boot video device is 0000:01:00.0
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 14 devices
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a
report
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
pnp: 00:03: ioport range 0xe400-0xe47f could not be reserved
pnp: 00:03: ioport range 0xec00-0xec3f has been reserved
PCI: Bridge: 0000:00:01.0
  IO window: disabled.
  MEM window: e3000000-e3ffffff
  PREFETCH window: eff00000-f7ffffff
PCI: Bridge: 0000:00:1e.0
  IO window: c000-dfff
  MEM window: e2000000-e2ffffff
  PREFETCH window: e4000000-efefffff
PCI: Setting latency timer of device 0000:00:01.0 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 131072 bytes)
TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
TCP: Hash tables configured (established 16384 bind 8192)
TCP reno registered
Simple Boot Flag at 0x3a set to 0x1
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
audit: initializing netlink socket (disabled)
audit(1187537775.971:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
SELinux:  Registering netfilter hooks
Initializing Cryptographic API
ksign: Installing public key data
Loading keyring
- Added public key 3EFBCAAC52BC4CBF
- User ID: CentOS (Kernel Module GPG key)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: Invalid PBLK length [5]
Real Time Clock Driver v1.12ac
Non-volatile memory driver v1.2
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected an Intel i815 Chipset.
agpgart: AGP aperture is 64M @ 0xf8000000
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH2: IDE controller at PCI slot 0000:00:1f.1
ICH2: chipset revision 2
ICH2: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xb800-0xb807, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0xb808-0xb80f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: Maxtor 6L300R0, ATA DISK drive
hdb: Maxtor 6Y160P0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: _NEC DVD_RW ND-3540A, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
hda: max request size: 512KiB
hda: 586072368 sectors (300069 MB) w/16384KiB Cache, CHS=36481/255/63,
UDMA(100)
hda: cache flushes supported
 hda: hda1 hda2
hdb: max request size: 512KiB
hdb: 320173056 sectors (163928 MB) w/7936KiB Cache, CHS=19929/255/63,
UDMA(100)
hdb: cache flushes supported
 hdb: hdb1
ide-floppy driver 0.99.newide
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
mice: PS/2 mouse device common for all mice
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
TCP bic registered
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
Time: tsc clocksource has been installed.
ACPI: (supports S0 S1 S4 S5)
Freeing unused kernel memory: 232k freed
Write protecting the kernel read-only data: 383k
input: AT Translated Set 2 keyboard as /class/input/input0
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 9
PCI: setting IRQ 9 as level-triggered
ACPI: PCI Interrupt 0000:00:1f.2[D] -> Link [LNKD] -> GSI 9 (level, low)
-> IRQ 9
PCI: Setting latency timer of device 0000:00:1f.2 to 64
uhci_hcd 0000:00:1f.2: UHCI Host Controller
uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:1f.2: irq 9, io base 0x0000b400
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 9
ACPI: PCI Interrupt 0000:00:1f.4[C] -> Link [LNKH] -> GSI 9 (level, low)
-> IRQ 9
PCI: Setting latency timer of device 0000:00:1f.4 to 64
uhci_hcd 0000:00:1f.4: UHCI Host Controller
uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1f.4: irq 9, io base 0x0000b000
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
input: PS/2 Generic Mouse as /class/input/input1
device-mapper: ioctl: 4.11.0-ioctl (2006-09-14) initialised:
[EMAIL PROTECTED]
tveeprom: no version for "struct_module" found: kernel tainted.
Linux video capture interface: v2.00
ivtv:  ==================== START INIT IVTV ====================
ivtv:  version 0.10.5 (tagged release) loading
ivtv:  Linux version: 2.6.18-8.1.8.el5 SMP mod_unload 686 REGPARM
4KSTACKS gcc-4.1
ivtv:  In case of problems please include the debug info between
ivtv:  the START INIT IVTV and END INIT IVTV lines, along with
ivtv:  any module options, when mailing the ivtv-users mailinglist.
ivtv0: Autodetected Hauppauge card (cx23415 based)
ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 9
ACPI: PCI Interrupt 0000:02:0d.0[A] -> Link [LNKF] -> GSI 9 (level, low)
-> IRQ 9
ivtv0: Unreasonably low latency timer, setting to 64 (was 32)
ivtv0: loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
ivtv0: loaded v4l-cx2341x-dec.fw firmware (262144 bytes)
ivtv0: Encoder revision: 0x02060039
ivtv0: Decoder revision: 0x02020023
msp3400 0-0040: MSP3435G-B6 found @ 0x80 (ivtv i2c driver #0)
msp3400 0-0040: MSP3435G-B6 supports radio, mode is autodetect and
autoselect
saa7115 0-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #0)
tuner 0-0061: chip found @ 0xc2 (ivtv i2c driver #0)
tveeprom 0-0050: Hauppauge model 48011, rev G510, serial# 2670247
tveeprom 0-0050: tuner model is Philips FI1236 MK2 (idx 10, type 2)
tveeprom 0-0050: TV standards NTSC(M) (eeprom 0x08)
tveeprom 0-0050: audio processor is MSP3435 (idx 10)
tveeprom 0-0050: has radio
ivtv0: Autodetected Hauppauge WinTV PVR-250
ivtv0: Registered device video0 for encoder MPEG (4 MB)
ivtv0: Registered device video32 for encoder YUV (2 MB)
ivtv0: Registered device vbi0 for encoder VBI (1 MB)
ivtv0: Registered device video24 for encoder PCM audio (1 MB)
ivtv0: Registered device radio0 for encoder radio
tuner 0-0061: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles))
ivtv0: Initialized Hauppauge WinTV PVR-250, card #0
ivtv:  ======================  NEXT CARD  ======================
ivtv1: Autodetected Hauppauge card (cx23415 based)
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5
PCI: setting IRQ 5 as level-triggered
ACPI: PCI Interrupt 0000:02:0e.0[A] -> Link [LNKC] -> GSI 5 (level, low)
-> IRQ 5
ivtv1: Unreasonably low latency timer, setting to 64 (was 32)
ivtv1: loaded v4l-cx2341x-enc.fw firmware (376836 bytes)
ivtv1: loaded v4l-cx2341x-dec.fw firmware (262144 bytes)
ivtv1: Encoder revision: 0x02060039
ivtv1: Decoder revision: 0x02020023
msp3400 1-0040: MSP4448G-A2 found @ 0x80 (ivtv i2c driver #1)
msp3400 1-0040: MSP4448G-A2 supports radio, mode is autodetect and
autoselect
saa7115 1-0021: saa7115 found (1f7115d0e100000) @ 0x42 (ivtv i2c driver #1)
tuner 1-0061: chip found @ 0xc2 (ivtv i2c driver #1)
saa7127 1-0044: saa7127 found @ 0x88 (ivtv i2c driver #1)
tveeprom 1-0050: Hauppauge model 48132, rev J323, serial# 6814496
tveeprom 1-0050: tuner model is Philips FM1236 (idx 23, type 2)
tveeprom 1-0050: TV standards NTSC(M) (eeprom 0x08)
tveeprom 1-0050: audio processor is MSP4448 (idx 27)
tveeprom 1-0050: decoder processor is SAA7115 (idx 19)
tveeprom 1-0050: has radio, has IR receiver, has no IR transmitter
ivtv1: Autodetected Hauppauge WinTV PVR-350
ivtv1: Registered device video1 for encoder MPEG (4 MB)
ivtv1: Registered device video33 for encoder YUV (2 MB)
ivtv1: Registered device vbi1 for encoder VBI (1 MB)
ivtv1: Registered device video25 for encoder PCM audio (1 MB)
ivtv1: Registered device radio1 for encoder radio
ivtv1: Registered device video17 for decoder MPEG (1 MB)
ivtv1: Registered device vbi9 for decoder VBI (1 MB)
ivtv1: Registered device vbi17 for decoder VOUT
ivtv1: Registered device video49 for decoder YUV (1 MB)
ivtv1: loaded v4l-cx2341x-init.mpg firmware (155648 bytes)
tuner 1-0061: type set to 2 (Philips NTSC (FI1236,FM1236 and compatibles))
spurious 8259A interrupt: IRQ7.
ivtv1: Initialized Hauppauge WinTV PVR-350, card #1
ivtv:  ====================  END INIT IVTV  ====================
ivtv1-fb: Framebuffer at 0xe5510000, mapped to 0xe2810000, size 1665k
ivtv1-fb: === Validated display mode  ===
ivtv1-fb: Display size 640x400 (640x400 Virtual) @ 8bpp
ivtv1-fb: Display position 41,41
ivtv1-fb: Display filter : on
ivtv1-fb: Color space : RGB
ivtv1-fb: === Display mode change ===
ivtv1-fb: Display size 640x400 (640x400 Virtual) @ 8bpp
ivtv1-fb: Display position 41,41
ivtv1-fb: Display filter : on
ivtv1-fb: Color space : RGB
Console: switching to colour frame buffer device 80x25
ivtv1-fb: === Display mode change ===
ivtv1-fb: Display size 640x400 (640x400 Virtual) @ 8bpp
ivtv1-fb: Display position 41,41
ivtv1-fb: Display filter : on
ivtv1-fb: Color space : RGB
ivtv1-fb: Framebuffer registered on ivtv card id 1
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
audit(1187537786.530:2): selinux=0 auid=4294967295
hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
parport: PnPBIOS parport detected.
parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
input: PC Speaker as /class/input/input2
intel_rng: FWH not detected
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:1f.3[B] -> Link [LNKB] -> GSI 10 (level,
low) -> IRQ 10
pcnet32.c:v1.32 18.Mar.2006 [EMAIL PROTECTED]
ACPI: PCI Interrupt 0000:02:09.0[A] -> Link [LNKF] -> GSI 9 (level, low)
-> IRQ 9
pcnet32: PCnet/FAST 79C971 at 0xd800, 00 60 b0 b3 da f5
    tx_start_pt(0x0c00):~220 bytes, BCR18(9861):BurstWrEn BurstRdEn NoUFlow
    SRAMSIZE=0x7f00, SRAM_BND=0x3f00, assigned IRQ 9.
pcnet32: Found PHY 7810:0000 at address 1.
eth0: registered as PCnet/FAST 79C971
pcnet32: 1 cards_found.
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 9
ACPI: PCI Interrupt 0000:02:0a.0[A] -> Link [LNKG] -> GSI 9 (level, low)
-> IRQ 9
lirc_dev: IR Remote Control driver registered, at major 61
bttv: driver version 0.9.17 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
cx2388x v4l2 driver version 0.0.6 loaded
lirc_i2c: chip found @ 0x18 (Hauppauge IR)
lirc_dev: lirc_register_plugin: sample_rate: 10
lirc_i2c: chip found @ 0x18 (Hauppauge IR)
lirc_dev: lirc_register_plugin: sample_rate: 10
lp0: using parport0 (interrupt-driven).
lp0: console ready
ACPI: Power Button (FF) [PWRF]
ACPI: Power Button (CM) [PWRB]
ibm_acpi: ec object not found
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
EXT3 FS on dm-0, internal journal
kjournald starting.  Commit interval 5 seconds
EXT3 FS on hda1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dm-1, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dm-2, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
kjournald starting.  Commit interval 5 seconds
EXT3 FS on dm-3, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 524280k swap on /dev/VolGroup00/swap.  Priority:-1 extents:1
across:524280k
eth0: link down
eth0: link up, 100Mbps, full-duplex
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
eth0: no IPv6 routers present
ivtv1-fb: === Validated display mode  ===
ivtv1-fb: Display size 720x480 (720x480 Virtual) @ 32bpp
ivtv1-fb: Display position 1,1
ivtv1-fb: Display filter : on
ivtv1-fb: Color space : RGB
ivtv1-fb: === Validated display mode  ===
ivtv1-fb: Display size 720x480 (720x480 Virtual) @ 32bpp
ivtv1-fb: Display position 1,1
ivtv1-fb: Display filter : on
ivtv1-fb: Color space : RGB
ivtv1-fb: === Display mode change ===
ivtv1-fb: Display size 720x480 (720x480 Virtual) @ 32bpp
ivtv1-fb: Display position 1,1
ivtv1-fb: Display filter : on
ivtv1-fb: Color space : RGB
ivtv1-fb: Unknown IOCTL 1074550464

## Hmm, no indication that compatibility mode is being used....

## When going into live TV, mythfrontend displays the following:

[EMAIL PROTECTED] ~]# tail -25 /home/mythtv/mythfrontend.log
2007-08-19 11:40:02.385 IVD Error: Failed to process frame
                        eno: Invalid argument (22)
2007-08-19 11:40:02.420 IVD Error: Failed to process frame
                        eno: Invalid argument (22)
2007-08-19 11:40:02.454 IVD Error: Failed to process frame
                        eno: Invalid argument (22)
2007-08-19 11:40:02.490 IVD Error: Failed to process frame
                        eno: Invalid argument (22)
2007-08-19 11:40:02.524 IVD Error: Failed to process frame
                        eno: Invalid argument (22)
2007-08-19 11:40:02.559 IVD Error: Failed to process frame
                        eno: Invalid argument (22)
2007-08-19 11:40:02.594 IVD Error: Failed to process frame
                        eno: Invalid argument (22)
2007-08-19 11:40:02.629 IVD Error: Failed to process frame
                        eno: Invalid argument (22)
2007-08-19 11:40:02.637 TV: Attempting to change from WatchingLiveTV to None
2007-08-19 11:40:02.664 IVD Error: Failed to process frame
                        eno: Invalid argument (22)
2007-08-19 11:40:02.719 IVD Error: Failed to get active buffer for
ClearOSD()
                        eno: Invalid argument (22)
2007-08-19 11:40:02.726 IVD Error: Failed to prepare frame
                        eno: Invalid argument (22)
2007-08-19 11:40:02.975 TV: Changing from WatchingLiveTV to None
2007-08-19 11:40:02.992 DPMS Reactivated.

[EMAIL PROTECTED] ~]# cat /var/log/Xorg.0.log

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-42.0.10.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux moya 2.6.18-8.1.8.el5 #1 SMP Tue Jul 10
06:50:22 EDT 2007 i686
Build Date: 09 April 2007
Build ID: xorg-x11-server 1.1.1-48.13.0.1.el5
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug 19 11:37:16 2007
(==) Using config file: "/etc/X11/xorg.conf"
(==) ServerLayout "Default Layout"
(**) |-->Screen "TV" (0)
(**) |   |-->Monitor "NTSC Monitor"
(**) |   |-->Device "Hauppauge PVR 350 iTVC15 Framebuffer"
(**) |-->Input Device "Keyboard0"
(==) |-->Input Device "<default pointer>"
(WW) The core pointer device wasn't specified explicitly in the layout.
        Using the default mouse configuration.
(**) FontPath set to:
        unix/:7100
(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Module ABI versions:
        X.Org ANSI C Emulation: 0.3
        X.Org Video Driver: 1.0
        X.Org XInput driver : 0.6
        X.Org Server Extension : 0.3
        X.Org Font Renderer : 0.5
(II) Loader running on linux
(II) LoadModule: "bitmap"
(II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
(II) Module bitmap: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Bitmap
(II) LoadModule: "pcidata"
(II) Loading /usr/lib/xorg/modules/libpcidata.so
(II) Module pcidata: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Video Driver, version 1.0
(++) using VT number 7

(II) PCI: PCI scan (all values are in hex)
(II) PCI: 00:00:0: chip 8086,1130 card 1043,8027 rev 02 class 06,00,00
hdr 00
(II) PCI: 00:01:0: chip 8086,1131 card 0000,0000 rev 02 class 06,04,00
hdr 01
(II) PCI: 00:1e:0: chip 8086,244e card 0000,0000 rev 02 class 06,04,00
hdr 01
(II) PCI: 00:1f:0: chip 8086,2440 card 0000,0000 rev 02 class 06,01,00
hdr 80
(II) PCI: 00:1f:1: chip 8086,244b card 1043,8027 rev 02 class 01,01,80
hdr 00
(II) PCI: 00:1f:2: chip 8086,2442 card 1043,8027 rev 02 class 0c,03,00
hdr 00
(II) PCI: 00:1f:3: chip 8086,2443 card 1043,8027 rev 02 class 0c,05,00
hdr 00
(II) PCI: 00:1f:4: chip 8086,2444 card 1043,8027 rev 02 class 0c,03,00
hdr 00
(II) PCI: 01:00:0: chip 10de,0150 card 10de,002c rev a4 class 03,00,00
hdr 00
(II) PCI: 02:09:0: chip 1022,2000 card 103c,1064 rev 25 class 02,00,00
hdr 00
(II) PCI: 02:0a:0: chip 13f6,0111 card 13f6,0111 rev 10 class 04,01,00
hdr 00
(II) PCI: 02:0b:0: chip 1813,4000 card 0000,0000 rev 02 class 07,80,00
hdr 00
(II) PCI: 02:0d:0: chip 4444,0803 card 0070,4001 rev 01 class 04,00,00
hdr 00
(II) PCI: 02:0e:0: chip 4444,0803 card 0070,4000 rev 01 class 04,00,00
hdr 00
(II) PCI: End of PCI scan
(II) Intel Bridge workaround enabled
(II) Host-to-PCI bridge:
(II) Bus 0: bridge is at (0:0:0), (0,0,2), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 0 I/O range:
        [0] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) Bus 0 non-prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) Bus 0 prefetchable memory range:
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
(II) PCI-to-PCI bridge:
(II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x0008 (VGA_EN is set)
(II) Bus 1 non-prefetchable memory range:
        [0] -1  0       0xe3000000 - 0xe3ffffff (0x1000000) MX[B]
(II) Bus 1 prefetchable memory range:
        [0] -1  0       0xeff00000 - 0xf7ffffff (0x8100000) MX[B]
(II) Subtractive PCI-to-PCI bridge:
(II) Bus 2: bridge is at (0:30:0), (0,2,2), BCTRL: 0x0006 (VGA_EN is
cleared)
(II) Bus 2 I/O range:
        [0] -1  0       0x0000c000 - 0x0000c0ff (0x100) IX[B]
        [1] -1  0       0x0000c400 - 0x0000c4ff (0x100) IX[B]
        [2] -1  0       0x0000c800 - 0x0000c8ff (0x100) IX[B]
        [3] -1  0       0x0000cc00 - 0x0000ccff (0x100) IX[B]
        [4] -1  0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [5] -1  0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [6] -1  0       0x0000d800 - 0x0000d8ff (0x100) IX[B]
        [7] -1  0       0x0000dc00 - 0x0000dcff (0x100) IX[B]
(II) Bus 2 non-prefetchable memory range:
        [0] -1  0       0xe2000000 - 0xe2ffffff (0x1000000) MX[B]
(II) Bus 2 prefetchable memory range:
        [0] -1  0       0xe4000000 - 0xefefffff (0xbf00000) MX[B]
(II) PCI-to-ISA bridge:
(II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
(--) PCI:*(1:0:0) nVidia Corporation NV15 [GeForce2 GTS/Pro] rev 164,
Mem @ 0xe3000000/24, 0xf0000000/27, BIOS @ 0xefff0000/16
(--) PCI: (2:13:0) unknown vendor (0x4444) unknown chipset (0x0803) rev
1, Mem @ 0xe8000000/26
(--) PCI: (2:14:0) unknown vendor (0x4444) unknown chipset (0x0803) rev
1, Mem @ 0xe4000000/26
(II) Addressable bus resource ranges are
        [0] -1  0       0x00000000 - 0xffffffff (0x0) MX[B]
        [1] -1  0       0x00000000 - 0x0000ffff (0x10000) IX[B]
(II) OS-reported resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) PCI Memory resource overlap reduced 0xf8000000 from 0xfbffffff to
0xf7ffffff
(II) Active PCI resource ranges:
        [0] -1  0       0xe2000000 - 0xe2000fff (0x1000) MX[B]
        [1] -1  0       0xe2800000 - 0xe280001f (0x20) MX[B]
        [2] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [3] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [4] -1  0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [5] -1  0       0xefff0000 - 0xefffffff (0x10000) MX[B](B)
        [6] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [7] -1  0       0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
        [8] -1  0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [9] -1  0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [10] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [11] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [12] -1 0       0x0000e800 - 0x0000e80f (0x10) IX[B]
        [13] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [14] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B]
(II) Active PCI resource ranges after removing overlaps:
        [0] -1  0       0xe2000000 - 0xe2000fff (0x1000) MX[B]
        [1] -1  0       0xe2800000 - 0xe280001f (0x20) MX[B]
        [2] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [3] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [4] -1  0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [5] -1  0       0xefff0000 - 0xefffffff (0x10000) MX[B](B)
        [6] -1  0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [7] -1  0       0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
        [8] -1  0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [9] -1  0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [10] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [11] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [12] -1 0       0x0000e800 - 0x0000e80f (0x10) IX[B]
        [13] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [14] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B]
(II) OS-reported resource ranges after removing overlaps with PCI:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [5] -1  0       0x00000000 - 0x000000ff (0x100) IX[B]
(II) All system resource ranges:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xe2000000 - 0xe2000fff (0x1000) MX[B]
        [5] -1  0       0xe2800000 - 0xe280001f (0x20) MX[B]
        [6] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [7] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [8] -1  0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [9] -1  0       0xefff0000 - 0xefffffff (0x10000) MX[B](B)
        [10] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [11] -1 0       0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [15] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [17] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [18] -1 0       0x0000e800 - 0x0000e80f (0x10) IX[B]
        [19] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [20] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B]
(II) LoadModule: "dbe"
(II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
(II) Module dbe: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension DOUBLE-BUFFER
(II) LoadModule: "extmod"
(II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
(II) Module extmod: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension SHAPE
(II) Loading extension MIT-SUNDRY-NONSTANDARD
(II) Loading extension BIG-REQUESTS
(II) Loading extension SYNC
(II) Loading extension MIT-SCREEN-SAVER
(II) Loading extension XC-MISC
(II) Loading extension XFree86-VidModeExtension
(II) Loading extension XFree86-Misc
(II) Loading extension XFree86-DGA
(II) Loading extension DPMS
(II) Loading extension TOG-CUP
(II) Loading extension Extended-Visual-Information
(II) Loading extension XVideo
(II) Loading extension XVideo-MotionCompensation
(II) Loading extension X-Resource
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(==) AIGLX enabled
(II) Loading extension GLX
(II) LoadModule: "record"
(II) Loading /usr/lib/xorg/modules/extensions/librecord.so
(II) Module record: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 0.3
(II) Loading extension RECORD
(II) LoadModule: "freetype"
(II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
(II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
        compiled for 7.1.1, module version = 2.1.0
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font FreeType
(II) LoadModule: "type1"
(II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
(II) Module type1: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.2
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) Loading font Type1
(II) LoadModule: "ivtvdev"
(II) Loading /usr/lib/xorg/modules/drivers/ivtvdev_drv.so
(II) Module ivtv: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 0.10.8
        ABI class: X.Org Video Driver, version 1.0
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) IVTVDEV: driver for ivtv framebuffer: PVR-350
(II) Primary Device is: PCI 01:00:0
(WW) ivtvdev: No matching Device section for instance (BusID PCI:2:13:0)
found
(--) Chipset PVR-350 found
(II) IVTVDEV(0): using /dev/fb0
(II) resource ranges after probing:
        [0] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [1] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [2] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [3] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [4] -1  0       0xe2000000 - 0xe2000fff (0x1000) MX[B]
        [5] -1  0       0xe2800000 - 0xe280001f (0x20) MX[B]
        [6] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [7] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [8] -1  0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [9] -1  0       0xefff0000 - 0xefffffff (0x10000) MX[B](B)
        [10] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [11] -1 0       0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
        [12] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [13] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [14] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [15] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [16] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [17] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [18] -1 0       0x0000e800 - 0x0000e80f (0x10) IX[B]
        [19] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [20] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B]
(--) IVTVDEV(0): Framebuffer id from dev /dev/fb0 is 0
(II) IVTVDEV(0): IVTV driver version 0.10.5
(II) IVTVDEV(0): Using legacy API
(II) IVTVDEV(0): Using new osd dma
(II) IVTVDEV(0): Linked framebuffer 'dev/fb0' to yuv device '/dev/video49'
(**) IVTVDEV(0): Depth 24, (**) framebuffer bpp 32
(==) IVTVDEV(0): RGB weight 888
(==) IVTVDEV(0): Default visual is TrueColor
(==) IVTVDEV(0): Using gamma correction (1.0, 1.0, 1.0)
(II) IVTVDEV(0): Hardware: cx23415 TV out (vidmem: 1665k)
(**) IVTVDEV(0): Option "ivtv" "/dev/fb0"
(II) IVTVDEV(0): Checking Modes against framebuffer device...
(II) IVTVDEV(0):        mode "720x480" ok
(II) IVTVDEV(0): Checking Modes against monitor...
(--) IVTVDEV(0): Virtual size is 720x480 (pitch 720)
(**) IVTVDEV(0):  Mode "720x480": 34.6 MHz (scaled from 0.0 MHz), 37.2
kHz, 73.9 Hz
(II) IVTVDEV(0): Modeline "720x480"   34.56  720 752 840 928  480 484
488 504 -hsync -vsync
(==) IVTVDEV(0): DPI set to (75, 75)
(II) Loading sub module "fb"
(II) LoadModule: "fb"
(II) Loading /usr/lib/xorg/modules/libfb.so
(II) Module fb: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(**) IVTVDEV(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/lib/xorg/modules/libshadow.so
(II) Module shadow: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.1.0
        ABI class: X.Org ANSI C Emulation, version 0.3
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
        [0] 0   0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B]
        [1] -1  0       0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
        [2] -1  0       0x000f0000 - 0x000fffff (0x10000) MX[B]
        [3] -1  0       0x000c0000 - 0x000effff (0x30000) MX[B]
        [4] -1  0       0x00000000 - 0x0009ffff (0xa0000) MX[B]
        [5] -1  0       0xe2000000 - 0xe2000fff (0x1000) MX[B]
        [6] -1  0       0xe2800000 - 0xe280001f (0x20) MX[B]
        [7] -1  0       0xf8000000 - 0xf7ffffff (0x0) MX[B]O
        [8] -1  0       0xe4000000 - 0xe7ffffff (0x4000000) MX[B](B)
        [9] -1  0       0xe8000000 - 0xebffffff (0x4000000) MX[B](B)
        [10] -1 0       0xefff0000 - 0xefffffff (0x10000) MX[B](B)
        [11] -1 0       0xf0000000 - 0xf7ffffff (0x8000000) MX[B](B)
        [12] -1 0       0xe3000000 - 0xe3ffffff (0x1000000) MX[B](B)
        [13] -1 0       0x0000ffff - 0x0000ffff (0x1) IX[B]
        [14] -1 0       0x00000000 - 0x000000ff (0x100) IX[B]
        [15] -1 0       0x0000d000 - 0x0000d0ff (0x100) IX[B]
        [16] -1 0       0x0000d400 - 0x0000d4ff (0x100) IX[B]
        [17] -1 0       0x0000d800 - 0x0000d81f (0x20) IX[B]
        [18] -1 0       0x0000b000 - 0x0000b01f (0x20) IX[B]
        [19] -1 0       0x0000e800 - 0x0000e80f (0x10) IX[B]
        [20] -1 0       0x0000b400 - 0x0000b41f (0x20) IX[B]
        [21] -1 0       0x0000b800 - 0x0000b80f (0x10) IX[B]
(II) IVTVDEV(0): bitsPerPixel=32, depth=24, defaultVisual=TrueColor
        mask: ff0000,ff00,ff, offset: 16,8,0
(II) IVTVDEV(0): Screen init width 720 height 480 virtual 720 480
(==) IVTVDEV(0): Backing store disabled
(II) IVTVDEV(0): Init Video
(II) IVTVDEV(0): Enabling Xv support for PVR350
(==) RandR enabled
(II) Initializing built-in extension MIT-SHM
(II) Initializing built-in extension XInputExtension
(II) Initializing built-in extension XTEST
(II) Initializing built-in extension XKEYBOARD
(II) Initializing built-in extension XC-APPGROUP
(II) Initializing built-in extension SECURITY
(II) Initializing built-in extension XINERAMA
(II) Initializing built-in extension XFIXES
(II) Initializing built-in extension XFree86-Bigfont
(II) Initializing built-in extension RENDER
(II) Initializing built-in extension RANDR
(II) Initializing built-in extension COMPOSITE
(II) Initializing built-in extension DAMAGE
(II) Initializing built-in extension XEVIE
(EE) AIGLX: DRI module not loaded
(II) Loading local sub module "GLcore"
(II) LoadModule: "GLcore"
(II) Loading /usr/lib/xorg/modules/extensions/libGLcore.so
(II) Module GLcore: vendor="X.Org Foundation"
        compiled for 7.1.1, module version = 1.0.0
        ABI class: X.Org Server Extension, version 0.3
(II) GLX: Initialized MESA-PROXY GL provider for screen 0
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Option "XkbRules" "xorg"
(**) Keyboard0: XkbRules: "xorg"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(WW) <default pointer>: No Device specified, looking for one...
(II) <default pointer>: Setting Device option to "/dev/input/mice"
(--) <default pointer>: Device: "/dev/input/mice"
(==) <default pointer>: Protocol: "Auto"
(**) Option "CorePointer"
(**) <default pointer>: Core Pointer
(==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
(**) <default pointer>: ZAxisMapping: buttons 4 and 5
(**) <default pointer>: Buttons: 9
(II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
(II) <default pointer>: ps2EnableDataReporting: succeeded
(II) IVTVDEV(0): Switching to old fb api

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

Reply via email to