2008-03-25, 11:15 AM
hi Martin,
Good news ... the second command you gave me works! Well done & thanks. I set the config.xml to 1920x1080 also, because at 1280x720 the picture was quite small on the screen. Still though, the picture is slightly too big and gets chopped off at the edges, I'm assuming I just need to adjust the config.xml entries a little more.
The first command didn't work, the error from telnet capture is shown at the bottom of this post.
Another problem I had was that it wasn't reading from the correct <MAC-XX....> section from config.xml, was instead reading from <MAC-DEFAULT>. I tracked down the reason being that I am using a wireless bridge between the PC and the PCH. This wireless bridge reports the MAC address of the PCH as being the MAC address that the wireless bridge has. So all I needed to do was use the MAC address of the bridge, and all was fine. This is obviously not a problem with your software, but with the wireless bridge (a known limitation of wireless bridge with DD-WRT firmware).
Anyway, heres the telnet capture of the command that didnt work:
/etc/mvpmc/mvpmcx2 -m 1080 -o component --display --frequency 50
post --frequency
killall: wget: no process killed
(*) DirectFB/Config: Active DTV standard hdtv60
(*) DirectFB/Config: Active DTV signal sdtv
(*) DirectFB/Config: Active DTV connector hdmi
(*) DirectFB/Config: Active Component standard hdtv60
(*) DirectFB/Config: Active Component signal sdtv
(*) DirectFB/Config: Active Component connector ycrcb
(*) DirectFB/Config: Active Analog standard ntsc
(*) DirectFB/Config: Active Analog signal ntsc
(*) DirectFB/Config: Active Analog connector cvbs
(*) DirectFB/Config: Driver options file /etc/smp8634rc
(!) DirectFB/Config: Unable to open config file `//.directfbrc'!
(*) DirectFB/Config: Active Component connector ycrcb
(*) DirectFB/Config: Active Component signal 1080i
hdtv60 --frequency
(!) DirectFB/Config 'mode': Could not parse mode!
dfb.c <169>:
(#) DirectFBError [DirectFBSetOption ("mode", display)]: Invalid argument!
Thanks again Martin,
Good news ... the second command you gave me works! Well done & thanks. I set the config.xml to 1920x1080 also, because at 1280x720 the picture was quite small on the screen. Still though, the picture is slightly too big and gets chopped off at the edges, I'm assuming I just need to adjust the config.xml entries a little more.
The first command didn't work, the error from telnet capture is shown at the bottom of this post.
Another problem I had was that it wasn't reading from the correct <MAC-XX....> section from config.xml, was instead reading from <MAC-DEFAULT>. I tracked down the reason being that I am using a wireless bridge between the PC and the PCH. This wireless bridge reports the MAC address of the PCH as being the MAC address that the wireless bridge has. So all I needed to do was use the MAC address of the bridge, and all was fine. This is obviously not a problem with your software, but with the wireless bridge (a known limitation of wireless bridge with DD-WRT firmware).
Anyway, heres the telnet capture of the command that didnt work:
/etc/mvpmc/mvpmcx2 -m 1080 -o component --display --frequency 50
post --frequency
killall: wget: no process killed
(*) DirectFB/Config: Active DTV standard hdtv60
(*) DirectFB/Config: Active DTV signal sdtv
(*) DirectFB/Config: Active DTV connector hdmi
(*) DirectFB/Config: Active Component standard hdtv60
(*) DirectFB/Config: Active Component signal sdtv
(*) DirectFB/Config: Active Component connector ycrcb
(*) DirectFB/Config: Active Analog standard ntsc
(*) DirectFB/Config: Active Analog signal ntsc
(*) DirectFB/Config: Active Analog connector cvbs
(*) DirectFB/Config: Driver options file /etc/smp8634rc
(!) DirectFB/Config: Unable to open config file `//.directfbrc'!
(*) DirectFB/Config: Active Component connector ycrcb
(*) DirectFB/Config: Active Component signal 1080i
hdtv60 --frequency
(!) DirectFB/Config 'mode': Could not parse mode!
dfb.c <169>:
(#) DirectFBError [DirectFBSetOption ("mode", display)]: Invalid argument!
Thanks again Martin,