[mythtv-users] PVR-350 TV-OUT Locking up

Corey Haim gmaddr-usenet at yahoo.com
Tue Jan 25 09:47:35 EST 2005


I am tantalizingly close to getting my box working.

When I boot up with the configurations at the end of this email I can
see the output change from the monitor to the TV, 'X' cursor appears but
the system freezes (from the display point of view) (CTL+ALT+Fx, BkSp
etc do nothing, mouse does not respond). The system is still OK, as I
can use webmin in this hung state.

If I remove the commands from rc.local below, use a vga monitor based
xorg.conf and let it boot into the desktop, I can manually execute the
commands and get my system to work with the TV with OSD perfectly --
beautfiul quality. However the mythfrontend is on the monitor. Remote
works too.

I feel I have read everything on this matter and don't know where to go
next. I would greatly appreciate some guidance. I am so close yet so far.

Thanks for any help. Hopefully the follwing is complete, if somewhat
lengthy.


Relevant dumps:

=== BEGIN grub.conf dump ===
kernel /vmlinuz-2.6.9-1.724_FC3 ro root=LABEL=/ rhgb acpi=ht quiet vga=792
=== END grub.conf dump ===

=== BEGIN rc.local dump ===
touch /var/lock/subsys/local
mythbackend &
sleep 2
/usr/sbin/lircd -d /dev/lirc0
/usr/bin/ivtvfbctl /dev/fb1 -alpha -on -globalalpha -nolocalalpha
=== END rc.local dump ===

=== BEGIN rpm queries ===
> rpm -qa | grep ivtv
ivtvdev-0.8-1.rhfc3.at
ivtv-firmware-enc-2.04.024-4.at
ivtv-kmdl-2.6.9-1.724_FC3-0.2.0-60_rc3d.rhfc3.at
ivtv-0.2.0-60_rc3d.rhfc3.at
ivtv-firmware-dec-2.02.023-4.at
perl-Video-ivtv-0.13-6.rhfc3.at
ivtv-firmware-1.8a-4.at

> rpm -qa | grep kernel
kernel-2.6.9-1.724_FC3

> rpm -qa | grep myth
mythtv-0.16-82.2.rhfc3.at
mythtv-frontend-0.16-82.2.rhfc3.at
mythbrowser-0.16-25.rhfc3.at
mythweather-0.16-58.rhfc3.at
mythtv-theme-sleek-0.35-2.at
mythtv-theme-MediaCenter-0.17-3.at
mythmusic-0.16-61.rhfc3.at
mythtv-suite-0.16-45.at
mythtv-themes-0.16-82.2.rhfc3.at
mythtv-backend-0.16-82.2.rhfc3.at
mythgallery-0.16-61.rhfc3.at
mythtv-theme-photo-4-6.at
mythtv-theme-gant-0.pr1-2.at
mythdvd-0.16-42.rhfc3.at
mythtvsetup-0.16-82.2.rhfc3.at
mythgame-0.16-60.rhfc3.at
mythtv-theme-purplegalaxy-0.20031214-3.at
mythtv-theme-isthmus-0.20040804-1.at
mythmkmovie-1.0.1-3.rhfc3.at
libmyth-0.16-82.2.rhfc3.at
mythweb-0.16-63.at
mythnews-0.16-31.rhfc3.at
mythtv-theme-visor-0.16.2-5.at
mythtv-theme-abstract-0.20040910-2.at
mythphone-0.16-2.rhfc3.at
mythvideo-0.16-58.rhfc3.at
=== END rpm query ===

=== BEGIN /etc/modprobe.conf ===
alias eth0 via-rhine
alias scsi_hostadapter sata_via
alias snd-card-0 snd-via82xx
options snd-card-0 index=0
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx &&
/usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-via82xx { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
/sbin/modprobe -r --ignore-remove snd-via82xx
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd

# ivtv modules setup
alias char-major-61 lirc_i2c
alias char-major-81 videodev
alias char-major-81-0 ivtv

install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install
lirc_i2c
install ivtv /sbin/modprobe --ignore-install ivtv; /sbin/modprobe ivtv-fb
=== END /etc/modprobe.conf ===


=== BEGIN Tail end of /var/log/messages ===
Jan 25 09:21:48 mythtv kernel: lirc_dev: no version for "struct_module"
found: kernel tainted.
Jan 25 09:21:48 mythtv kernel: lirc_dev: IR Remote Control driver
registered, at major 61
Jan 25 09:21:48 mythtv kernel: Linux video capture interface: v1.00
Jan 25 09:21:48 mythtv kernel: ivtv: ==================== START INIT
IVTV ====================
Jan 25 09:21:48 mythtv kernel: ivtv: version 0.2.0 (rc3b) loading
Jan 25 09:21:48 mythtv kernel: ivtv: Linux version: 2.6.9-1.724_FC3 686
REGPARM 4KSTACKS gcc-3.4
Jan 25 09:21:48 mythtv kernel: ivtv: In case of problems please include
the debug info
Jan 25 09:21:48 mythtv kernel: ivtv: between the START INIT IVTV and END
INIT IVTV lines when
Jan 25 09:21:48 mythtv kernel: ivtv: mailing the ivtv-devel mailinglist.
Jan 25 09:21:48 mythtv kernel: ivtv: Autodetected WinTV PVR 350 card
Jan 25 09:21:48 mythtv kernel: ivtv: Found an iTVC15 based chip
Jan 25 09:21:48 mythtv kernel: PCI: Found IRQ 10 for device 0000:00:08.0
Jan 25 09:21:48 mythtv kernel: PCI: Sharing IRQ 10 with 0000:00:0f.1
Jan 25 09:21:48 mythtv kernel: PCI: Sharing IRQ 10 with 0000:00:10.0
Jan 25 09:21:48 mythtv kernel: PCI: Sharing IRQ 10 with 0000:00:10.1
Jan 25 09:21:48 mythtv kernel: PCI: Sharing IRQ 10 with 0000:00:12.0
Jan 25 09:21:48 mythtv kernel: ivtv: Unreasonably low latency timer,
setting to 64 (was 32)
Jan 25 09:21:48 mythtv kernel: ivtv: VIA PCI device: 0x0204 vendor: 0x1106
Jan 25 09:21:48 mythtv kernel: tveeprom: Hauppauge: model = 48132, rev =
K268, serial# = 7683338
Jan 25 09:21:48 mythtv kernel: tveeprom: tuner = LG TAPE H001F MK3 (idx
= 68, type = 47)
Jan 25 09:21:48 mythtv kernel: tveeprom: tuner fmt = NTSC(M) (eeprom =
0x08, v4l2 = 0x00001000)
Jan 25 09:21:48 mythtv kernel: tveeprom: audio_processor = MSP3440 (type
= 11)
Jan 25 09:21:48 mythtv kernel: ivtv: i2c attach [client=tveeprom[0],ok]
Jan 25 09:21:48 mythtv kernel: ivtv: Tuner Type 47, Tuner formats
0x00001000, Radio: yes, Model 0x00ad2598, Revision 0x00000001
Jan 25 09:21:48 mythtv kernel: ivtv: NTSC tuner detected
Jan 25 09:21:48 mythtv kernel: ivtv: Radio detected
Jan 25 09:21:48 mythtv kernel: tuner: Ignoring new-style parameters in
presence of obsolete ones
Jan 25 09:21:48 mythtv kernel: tuner: chip found at addr 0xc2 i2c-bus
ivtv i2c driver #0
Jan 25 09:21:48 mythtv kernel: ivtv: i2c attach [client=(tuner unset),ok]
Jan 25 09:21:48 mythtv kernel: saa7115: starting probe for adapter ivtv
i2c driver #0 (0x10005)
Jan 25 09:21:48 mythtv kernel: saa7115: detecting saa7115 client on
address 0x42
Jan 25 09:21:48 mythtv kernel: saa7115: writing init values
Jan 25 09:21:48 mythtv kernel: ivtv: i2c attach [client=saa7115[0],ok]
Jan 25 09:21:48 mythtv kernel: saa7115: status: (1E) 0x01, (1F) 0xc0
Jan 25 09:21:48 mythtv kernel: saa7127: video encoder driver version V
0.3 loaded
Jan 25 09:21:48 mythtv kernel: saa7127: Selecting NTSC video Standard
Jan 25 09:21:48 mythtv kernel: saa7127: Selecting S-Video+Composite
Jan 25 09:21:48 mythtv kernel: saa7127: Turn WSS off
Jan 25 09:21:48 mythtv kernel: saa7127: Widescreen Mode 4:3 Full Format
Jan 25 09:21:48 mythtv kernel: saa7127: Selecting Normal Encoder Input
Jan 25 09:21:48 mythtv kernel: saa7127: Enable Video Output
Jan 25 09:21:48 mythtv kernel: ivtv: i2c attach [client=saa7127[0],ok]
Jan 25 09:21:48 mythtv kernel: msp3400: Ignoring new-style parameters in
presence of obsolete ones
Jan 25 09:21:49 mythtv kernel: msp34xx: init: chip=MSP3448W-A2 +nicam
+simple +simpler +radio mode=simpler
Jan 25 09:21:49 mythtv kernel: ivtv: i2c attach [client=MSP3448W-A2,ok]
Jan 25 09:21:50 mythtv kernel: ivtv: Encoder revision: 0x02040024
Jan 25 09:21:50 mythtv kernel: ivtv: Encoder Firmware is buggy, use
version 0x02040011
Jan 25 09:21:50 mythtv kernel: ivtv: Decoder revision: 0x02020023
Jan 25 09:21:50 mythtv kernel: ivtv: Configuring WinTV PVR 350 card with
9 streams
Jan 25 09:21:50 mythtv kernel: ivtv: Create DMA stream 0 using 256 16384
byte buffers  4194304 kbytes total
Jan 25 09:21:50 mythtv kernel: ivtv: Registered v4l2 device, streamtype
0 minor 0
Jan 25 09:21:50 mythtv kernel: ivtv: Create DMA stream 1
Jan 25 09:21:50 mythtv kernel: ivtv: Registered v4l2 device, streamtype
1 minor 32
Jan 25 09:21:50 mythtv kernel: ivtv: Create stream 2 using 40 52224 byte
buffers  2097152 kbytes total
Jan 25 09:21:50 mythtv kernel: ivtv: Registered v4l2 device, streamtype
2 minor 224
Jan 25 09:21:50 mythtv kernel: ivtv: Create DMA stream 3 using 455 4608
byte buffers  2097152 kbytes total
Jan 25 09:21:50 mythtv kernel: ivtv: Registered v4l2 device, streamtype
3 minor 24
Jan 25 09:21:50 mythtv kernel: ivtv: Create stream 4
Jan 25 09:21:50 mythtv kernel: ivtv: Registered v4l2 device, streamtype
4 minor 64
Jan 25 09:21:50 mythtv kernel: ivtv: Create DMA stream 5 using 16 65536
byte buffers  1048576 kbytes total
Jan 25 09:21:50 mythtv kernel: ivtv: Registered v4l2 device, streamtype
5 minor 16
Jan 25 09:21:50 mythtv kernel: ivtv: Create stream 6 using 1024 2048
byte buffers  262144 kbytes total
Jan 25 09:21:50 mythtv kernel: ivtv: Registered v4l2 device, streamtype
6 minor 228
Jan 25 09:21:50 mythtv kernel: ivtv: Create stream 7
Jan 25 09:21:50 mythtv kernel: ivtv: Registered v4l2 device, streamtype
7 minor 232
Jan 25 09:21:50 mythtv kernel: ivtv: Create DMA stream 8
Jan 25 09:21:50 mythtv kernel: ivtv: Registered v4l2 device, streamtype
8 minor 48
Jan 25 09:21:50 mythtv kernel: ivtv: Setting Tuner 47
Jan 25 09:21:50 mythtv kernel: tuner: type set to 47 (LG NTSC (TAPE
series)) by ivtv i2c driver #0
Jan 25 09:21:50 mythtv kernel: ivtv: Setting audio matrix to input 3,
output 1
Jan 25 09:21:50 mythtv kernel: ivtv: Switching standard to NTSC.
Jan 25 09:21:50 mythtv kernel: ivtv: ivtv_enc_thread: pid = 2661, itv =
0xf92012a0
Jan 25 09:21:50 mythtv kernel: ivtv: ivtv_dec_thread: pid = 2662, itv =
0xf92012a0
Jan 25 09:21:50 mythtv kernel: saa7115: decoder set norm NTSC
Jan 25 09:21:50 mythtv kernel: saa7115: set audio: 0x01
Jan 25 09:21:50 mythtv kernel: saa7127: Setting Encoder Video Standard
Jan 25 09:21:50 mythtv kernel: saa7127: Set NTSC Video Mode
Jan 25 09:21:50 mythtv kernel: saa7127: Selecting NTSC video Standard
Jan 25 09:21:50 mythtv kernel: ivtv: Initialized WinTV PVR 350, card #0
Jan 25 09:21:50 mythtv kernel: ivtv: ====================  END INIT IVTV
  ====================
Jan 25 09:21:50 mythtv kernel: ivtv-osd: Framebuffer module loaded
(attached to ivtv card id 0)
Jan 25 09:21:50 mythtv kernel: ivtv-osd: Framebuffer is at
decoder-relative address 0x00510000 and has 1704960 bytes.
Jan 25 09:21:50 mythtv kernel: ivtv-osd: screen coords: [0 0] -> [720 480]
Jan 25 09:21:50 mythtv kernel: ivtv-osd: original global alpha = 208
Jan 25 09:21:50 mythtv kernel: ivtv-osd: current OSD state = 39
Jan 25 09:21:50 mythtv kernel: ivtv-osd: new global alpha = 208 (1 255 0)
Jan 25 09:21:50 mythtv kernel: ivtv-osd: framebuffer at 0xf5510000,
mapped to 0xfa090000, size 1350k
Jan 25 09:21:50 mythtv kernel: ivtv-osd: mode is 720x480x32, linelength=2880
Jan 25 09:21:50 mythtv kernel: ivtv-osd: fb1: iTVC15 TV out frame buffer
device
Jan 25 09:21:51 mythtv kernel: bttv: driver version 0.9.15 loaded
Jan 25 09:21:51 mythtv kernel: bttv: using 8 buffers with 2080k (520
pages) each for capture
Jan 25 09:21:51 mythtv kernel: lirc_i2c: chip found @ 0x18 (Hauppauge IR)
Jan 25 09:21:51 mythtv kernel: ivtv: i2c attach [client=Hauppauge IR,ok]
Jan 25 09:21:51 mythtv kernel: lirc_dev:
lirc_register_plugin:sample_rate: 10
Jan 25 09:21:51 mythtv lircd 0.7.0[2784]: lircd(any) ready
Jan 25 09:21:51 mythtv lircd: lircd startup succeeded
Jan 25 09:21:51 mythtv sendmail: sendmail startup succeeded
Jan 25 09:21:51 mythtv sendmail: sm-client startup succeeded
Jan 25 09:21:51 mythtv gpm[2823]: *** info [startup.c(95)]:
Jan 25 09:21:51 mythtv gpm[2823]: Started gpm successfully. Entered
daemon mode.
Jan 25 09:21:51 mythtv gpm[2823]: *** info [mice.c(1766)]:
Jan 25 09:21:51 mythtv gpm[2823]: imps2: Auto-detected intellimouse PS/2
Jan 25 09:21:52 mythtv gpm: gpm startup succeeded
Jan 25 09:21:52 mythtv crond: crond startup succeeded
Jan 25 09:21:52 mythtv xfs: xfs startup succeeded
Jan 25 09:21:52 mythtv anacron: anacron startup succeeded
Jan 25 09:21:52 mythtv atd: atd startup succeeded
Jan 25 09:21:52 mythtv xfs[2859]: ignoring font path element
/usr/X11R6/lib/X11/fonts/Speedo (unreadable)
Jan 25 09:21:52 mythtv readahead: Starting background readahead:
Jan 25 09:21:52 mythtv rc: Starting readahead:  succeeded
Jan 25 09:21:52 mythtv messagebus: messagebus startup succeeded
Jan 25 09:21:53 mythtv cups-config-daemon: cups-config-daemon startup
succeeded
Jan 25 09:21:53 mythtv haldaemon: haldaemon startup succeeded
Jan 25 09:21:54 mythtv fstab-sync[2930]: removed all generated mount points
Jan 25 09:21:56 mythtv fstab-sync[3042]: added mount point /media/cdrom
for /dev/hda
Jan 25 09:21:57 mythtv rc: Starting webmin:  succeeded
Jan 25 09:21:58 mythtv kernel: saa7115: decoder set picture bright=128
contrast=63 saturation=64 hue=0
Jan 25 09:21:58 mythtv kernel: saa7115: decoder set picture bright=128
contrast=63 saturation=63 hue=0
Jan 25 09:21:58 mythtv kernel: saa7115: decoder set picture bright=127
contrast=63 saturation=63 hue=0
Jan 25 09:21:58 mythtv kernel: saa7115: decoder set picture bright=127
contrast=63 saturation=63 hue=0
Jan 25 09:21:58 mythtv kernel: saa7115: decoder disable output
Jan 25 09:21:59 mythtv kernel: saa7115: decoder enable output
=== END Tail end of /var/log/messages ===


=== BEGIN /etc/X11/xorg.conf ===
# XFree86 4 configuration created by pyxf86config

Section "ServerLayout"
         Identifier     "Default Layout"
         Screen      0  "Screen0" 0 0
         InputDevice    "Mouse0" "CorePointer"
         InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"

# RgbPath is the location of the RGB database.  Note, this is the name
of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Red Hat 6.0 and later now use a font server independent of
# the X server to render fonts.
         RgbPath      "/usr/X11R6/lib/X11/rgb"
         ModulePath   "/usr/X11R6/lib/modules/extensions/nvidia"
         ModulePath   "/usr/X11R6/lib/modules/extensions"
         ModulePath   "/usr/X11R6/lib/modules"
         FontPath     "unix/:7100"
EndSection

Section "Module"
         Load  "dbe"
         Load  "extmod"
#        Load  "fbdevhw"
         Load  "glx"
         Load  "record"
         Load  "freetype"
         Load  "type1"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
         Identifier  "Keyboard0"
         Driver      "keyboard"
         Option      "XkbRules" "xfree86"
         Option      "XkbModel" "pc105"
         Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
         Identifier  "Mouse0"
         Driver      "mouse"
         Option      "Protocol" "IMPS/2"
         Option      "Device" "/dev/input/mice"
         Option      "ZAxisMapping" "4 5"
         Option      "Emulate3Buttons" "no"
EndSection

Section "InputDevice"

# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
         Identifier  "DevInputMice"
         Driver      "mouse"
         Option      "Protocol" "IMPS/2"
         Option      "Device" "/dev/input/mice"
         Option      "ZAxisMapping" "4 5"
         Option      "Emulate3Buttons" "no"
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"
         #Driver      "fbdev"

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

         ### change the BusID to whatever is reported by lspci, specify
it as hex.
         BusID "PCI:0:8:0"
EndSection

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

Section "DRI"
         Group        0
         Mode         0666
EndSection
=== END /etc/X11/xorg.conf ===


=== BEGIN end of /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.8.0
	ABI class: X.Org Video Driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/X11R6/lib/modules/input/mouse_drv.o
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 6.8.1.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) LoadModule: "keyboard"
(II) Loading /usr/X11R6/lib/modules/input/keyboard_drv.o
(II) Module keyboard: vendor="X.Org Foundation"
	compiled for 6.8.1.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.4
(II) IVTVDEV: driver for framebuffer: PVR-350
(II) Primary Device is: PCI 01:00:0
(--) Chipset PVR-350 found
(II) resource ranges after xf86ClaimFixedResources() call:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](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	0xfa001000 - 0xfa0010ff (0x100) MX[B]
	[6] -1	0	0xfa000000 - 0xfa0000ff (0x100) MX[B]
	[7] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[8] -1	0	0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
	[9] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[10] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
	[11] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[12] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[13] -1	0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[14] -1	0	0x0000eb00 - 0x0000ebff (0x100) IX[B]
	[15] -1	0	0x0000ea00 - 0x0000ea1f (0x20) IX[B]
	[16] -1	0	0x0000e900 - 0x0000e91f (0x20) IX[B]
	[17] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[18] -1	0	0x0000e700 - 0x0000e71f (0x20) IX[B]
	[19] -1	0	0x0000e600 - 0x0000e60f (0x10) IX[B]
	[20] -1	0	0x0000e500 - 0x0000e5ff (0x100) IX[B]
	[21] -1	0	0x0000e400 - 0x0000e40f (0x10) IX[B]
	[22] -1	0	0x0000e300 - 0x0000e303 (0x4) IX[B]
	[23] -1	0	0x0000e200 - 0x0000e207 (0x8) IX[B]
	[24] -1	0	0x0000e100 - 0x0000e103 (0x4) IX[B]
	[25] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
(II) IVTVDEV(0): using /dev/fb1
(II) resource ranges after probing:
	[0] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](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	0xfa001000 - 0xfa0010ff (0x100) MX[B]
	[6] -1	0	0xfa000000 - 0xfa0000ff (0x100) MX[B]
	[7] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[8] -1	0	0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
	[9] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[10] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
	[11] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[12] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[13] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[14] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[15] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[16] -1	0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[17] -1	0	0x0000eb00 - 0x0000ebff (0x100) IX[B]
	[18] -1	0	0x0000ea00 - 0x0000ea1f (0x20) IX[B]
	[19] -1	0	0x0000e900 - 0x0000e91f (0x20) IX[B]
	[20] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[21] -1	0	0x0000e700 - 0x0000e71f (0x20) IX[B]
	[22] -1	0	0x0000e600 - 0x0000e60f (0x10) IX[B]
	[23] -1	0	0x0000e500 - 0x0000e5ff (0x100) IX[B]
	[24] -1	0	0x0000e400 - 0x0000e40f (0x10) IX[B]
	[25] -1	0	0x0000e300 - 0x0000e303 (0x4) IX[B]
	[26] -1	0	0x0000e200 - 0x0000e207 (0x8) IX[B]
	[27] -1	0	0x0000e100 - 0x0000e103 (0x4) IX[B]
	[28] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[29] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[30] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
(II) Setting vga for screen 0.
(**) 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: iTVC15 TV out (vidmem: 2025k)
(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/X11R6/lib/modules/libfb.a
(II) Module fb: vendor="X.Org Foundation"
	compiled for 6.8.1.902, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(**) IVTVDEV(0): Using "Shadow Framebuffer"
(II) Loading sub module "shadow"
(II) LoadModule: "shadow"
(II) Loading /usr/X11R6/lib/modules/libshadow.a
(II) Module shadow: vendor="X.Org Foundation"
	compiled for 6.8.1.902, module version = 1.0.0
	ABI class: X.Org ANSI C Emulation, version 0.2
(--) Depth 24 pixmap format is 32 bpp
(II) do I need RAC?  No, I don't.
(II) resource ranges after preInit:
	[0] 0	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B]
	[1] -1	0	0xffe00000 - 0xffffffff (0x200000) MX[B](B)
	[2] -1	0	0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
	[3] -1	0	0x000f0000 - 0x000fffff (0x10000) MX[B]
	[4] -1	0	0x000c0000 - 0x000effff (0x30000) MX[B]
	[5] -1	0	0x00000000 - 0x0009ffff (0xa0000) MX[B]
	[6] -1	0	0xfa001000 - 0xfa0010ff (0x100) MX[B]
	[7] -1	0	0xfa000000 - 0xfa0000ff (0x100) MX[B]
	[8] -1	0	0xe8000000 - 0xe7ffffff (0x0) MX[B]O
	[9] -1	0	0xf8000000 - 0xf8ffffff (0x1000000) MX[B](B)
	[10] -1	0	0xf0000000 - 0xf3ffffff (0x4000000) MX[B](B)
	[11] -1	0	0xf4000000 - 0xf7ffffff (0x4000000) MX[B](B)
	[12] 0	0	0x000a0000 - 0x000affff (0x10000) MS[B]
	[13] 0	0	0x000b0000 - 0x000b7fff (0x8000) MS[B]
	[14] 0	0	0x000b8000 - 0x000bffff (0x8000) MS[B]
	[15] -1	0	0x0000ffff - 0x0000ffff (0x1) IX[B]
	[16] -1	0	0x00000000 - 0x000000ff (0x100) IX[B]
	[17] -1	0	0x0000ed00 - 0x0000edff (0x100) IX[B]
	[18] -1	0	0x0000eb00 - 0x0000ebff (0x100) IX[B]
	[19] -1	0	0x0000ea00 - 0x0000ea1f (0x20) IX[B]
	[20] -1	0	0x0000e900 - 0x0000e91f (0x20) IX[B]
	[21] -1	0	0x0000e800 - 0x0000e81f (0x20) IX[B]
	[22] -1	0	0x0000e700 - 0x0000e71f (0x20) IX[B]
	[23] -1	0	0x0000e600 - 0x0000e60f (0x10) IX[B]
	[24] -1	0	0x0000e500 - 0x0000e5ff (0x100) IX[B]
	[25] -1	0	0x0000e400 - 0x0000e40f (0x10) IX[B]
	[26] -1	0	0x0000e300 - 0x0000e303 (0x4) IX[B]
	[27] -1	0	0x0000e200 - 0x0000e207 (0x8) IX[B]
	[28] -1	0	0x0000e100 - 0x0000e103 (0x4) IX[B]
	[29] -1	0	0x0000e000 - 0x0000e007 (0x8) IX[B]
	[30] 0	0	0x000003b0 - 0x000003bb (0xc) IS[B]
	[31] 0	0	0x000003c0 - 0x000003df (0x20) IS[B]
	bitsPerPixel=32, depth=24, defaultVisual=TrueColor
	mask: ff0000,ff00,ff, offset: 16,8,0
(EE) IVTVDEV(0): FBIOPAN_DISPLAY: Invalid argument
(==) IVTVDEV(0): Backing store disabled
(==) RandR enabled
(II) Setting vga for screen 0.
(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 LBX
(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
(**) Option "Protocol" "IMPS/2"
(**) Mouse0: Device: "/dev/input/mice"
(**) Mouse0: Protocol: "IMPS/2"
(**) Option "CorePointer"
(**) Mouse0: Core Pointer
(**) Option "Device" "/dev/input/mice"
(**) Option "Emulate3Buttons" "no"
(**) Option "ZAxisMapping" "4 5"
(**) Mouse0: ZAxisMapping: buttons 4 and 5
(**) Mouse0: Buttons: 5
(**) Option "CoreKeyboard"
(**) Keyboard0: Core Keyboard
(**) Option "Protocol" "standard"
(**) Keyboard0: Protocol: standard
(**) Option "AutoRepeat" "500 30"
(**) Keyboard0: XkbRules: "xfree86"
(**) Option "XkbModel" "pc105"
(**) Keyboard0: XkbModel: "pc105"
(**) Option "XkbLayout" "us"
(**) Keyboard0: XkbLayout: "us"
(**) Option "CustomKeycodes" "off"
(**) Keyboard0: CustomKeycodes disabled
(II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
(II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
(II) Mouse0: ps2EnableDataReporting: succeeded

=== END /var/log/Xorg.0.log ===






More information about the mythtv-users mailing list