Hello,<br>
<br>
I've been working on my mythtv install for a bit now, but I've
encountered an issue now that everything is more-or-less
configured. I've got a PVR-150 that appears to be configured
properly, based on the fact that I can tune in channels and view them
on the monitor. I can also view the output from my ATI X300 video
card using the proprietary fglrx driver on my TV without issue.<br>
<br>
When I start the myth frontend, I can see my initial menu (i.e. watch
tv, setup, etc.) on the TV and the CRT at the same time. As soon
as I select "Watch TV", I get a blue screen on my TV and the output
shifts solely to my CRT. Going back to the previous menu,
bringing up the guide, and the like all result in the picture
reappearing on the TV.<br>
<br>
I'm really not sure where to begin debugging this, but my modprobe.conf
and a snippet of my xorg.conf are pasted below for review. If
anyone can assist me in shedding some light on what I've been doing
wrong here, I would greatly appreciate it.<br>
<br>
modprobe.conf<br>
<br>
alias char-major-61 lirc_i2c<br>
alias eth0 tg3<br>
alias scsi_hostadapter ata_piix<br>
alias snd-card-0 snd-intel8x0<br>
options snd-card-0 index=0<br>
options snd-intel8x0 index=0<br>
remove snd-intel8x0 { /usr/sbin/alsactl store 0 >/dev/null
2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0<br>
alias usb-controller ehci-hcd<br>
alias usb-controller1 uhci-hcd<br>
alias tveeprom tveeprom-ivtv<br>
alias tuner tuner-ivtv<br>
alias tda9887 tda9887-ivtv<br>
alias msp3400 msp3400-ivtv<br>
alias char-major-81 ivtv<br>
install lirc_i2c /sbin/modprobe ivtv; /sbin/modprobe --ignore-install lirc_i2c<br>
<br>
xorg.conf<br>
<br>
Section "Device"<br>
Identifier "Videocard0"<br>
Driver "fglrx"<br>
VendorName "Videocard vendor"<br>
BoardName "ATI Radeon X300"<br>
Option "VideoOverlay" "on"<br>
Option "MonitorLayout" "CRT,TV"<br>
Option "ForceMonitors" "CRT,TV"<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen0"<br>
Device "Videocard0"<br>
Monitor "Monitor0"<br>
DefaultDepth 24<br>
SubSection "Display"<br>
Viewport 0 0<br>
Depth 16<br>
Modes "800x600" "640x480"<br>
EndSubSection<br>
SubSection "Display"<br>
Viewport 0 0<br>
Depth 24<br>
Modes "800x600" "640x480"<br>
EndSubSection<br>
EndSection<br>
<br>
Thanks,<br>
<br>
~Drew<br>