
r.olson at saskmail
Oct 25, 2005, 5:45 AM
Post #1 of 1
(327 views)
Permalink
|
I have a PVR-350, and I am trying (unsuccessfully) to get the mythtv front end out on the TV video output. Can anyone help direct me as to what the possible cause is? I can get the TV channel video to output on the TV video output. The system works fine if the X display is not send to the TV, but only to the regular monitor. There is another front end PC, with no TV out put, and this other PC works fine with the TV video and Myth front end both in the same window. If I enable the X display to the TV, then both myth front ends loose TV video. Any recordings will also loose video, like the encoder stops working when the X display is enabled. With Myth stopped, this command results in video and audio to the TV, when X to the TV is turned off. dd if=/dev/video0 of=/dev/video16 bs=16k When X to the TV is turned on the PC locks up, no mouse, keyboard, network, and the regular monitor freezes. If X is started first, then there is no TV channel video on the TV output. The setup is Mandrake 10.1, with a custom kernel based on 2.6.8. I am using ivtv ver 0.4.0 and the X module ivtvdev_drv.o. Here is the relevant part of the XF86Config file Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" Screen 1 "TV Screen" #comment this to turn off TV out EndSection Section "ServerLayout" Identifier "XFree86 Configured" Screen 1 "TV Screen" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" 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" Option "fbdev" "/dev/fb1" BusID "0:11:0" EndSection Section "Screen" Identifier "TV Screen" Device "Hauppauge PVR 350 iTVC15 Framebuffer" Monitor "NTSC Monitor" DefaultDepth 24 DefaultFbbpp 32 Subsection "Display" Depth 24 FbBpp 32 Modes "720x480" EndSubsection EndSection Here are the related modules that are loaded (from lsmod) I have been carefull to check that all of the modules in the extras directory are not duplicated. lirc_i2c 9412 0 lirc_dev 14532 1 lirc_i2c af_packet 16072 0 ivtv-fb 39684 0 agpgart 27752 2 rivatv,intel-agp tda9887 13508 0 msp3400 28356 0 saa7127 12744 0 saa7115 15012 0 tuner 23832 0 tveeprom 13696 0 ivtv 213844 4 ivtv-fb i2c-algo-bit 8712 4 cx8800,rivatv,bttv,ivtv i2c-core 19060 12 cx8800,cx88xx,rivatv,bttv,lirc_i2c,tda9887,msp3400,saa7127, saa7115,tuner,tveeprom,i2c-algo-bit Here is the output of ivtvfbctl /dev/fb1 Framebuffer state: Framebuffer state: ON Global alpha: ENABLED Local alpha: ENABLED Flicker reduction: ENABLED Global alpha value: 208 Active buffer: Offset: 0x00000000 Maximum offset: 0x00151800 Horizontal stride: 720 32-bit words Vertical lines: 480 lines Coordinates (x, y): 0, 0 Framebuffer state: Framebuffer state: ON Global alpha: ENABLED Local alpha: ENABLED Flicker reduction: ENABLED Global alpha value: 208 Active buffer: Offset: 0x00000000 Maximum offset: 0x00151800 Horizontal stride: 720 32-bit words Vertical lines: 480 lines Coordinates (x, y): 0, 0 Thanks Ray
|