<div dir="ltr">What I am looking for is a way to display the SAME mythfrontend instance on two different displays with two different resolutions at the same time.<br>The 7" tft should display the mythfrontend with 800x600 and the projector with 1280x720 at the same time. But there is no way set a resolution per display. I can tell mythfrontend which display to use as a primary one even in a cloned mode. mythfronted is setting its resolution to that one automatically (depends on the setting). If the smaller display is set as the primary one mythfrontend is shown with 800x600 on the projector. The other way around if the projector is being chosen as the primary display mythfrontend resolution on the 7" tft is 1280x720.<br>
I haven't picked up a particular display yet. There are a lot of them in the internet.<br><br><br><br><div class="gmail_quote">2008/8/24 Allen Edwards <span dir="ltr"><<a href="mailto:allen.edwards@oldpaloalto.com">allen.edwards@oldpaloalto.com</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="Wj3C7c">On Sun, Aug 24, 2008 at 5:30 AM, bastard mail <<a href="mailto:birdman.bastard@gmail.com">birdman.bastard@gmail.com</a>> wrote:<br>
> Hi list,<br>
><br>
> Are you aware of a possibility to display a mythfronted on a cloned twinview<br>
> display with different resolutions on both displays?<br>
> The reason I'm asking is that I have my FE connected to a 720p projector but<br>
> don't want to power it on for listening to music or schedule a recording.<br>
> Therefore I'd like to attach a second 7" display to the FE showing the<br>
> mythfronted. But the 7" display doesn't support 720p so I need a different<br>
> resolution on this one.<br>
> The Nvidia twinview option is supporting different resolutions in a cloned<br>
> mode but I am not sure about mythfrontend.<br>
> At least I couldn't find anything.<br>
><br>
> Thanks,<br>
> Michael<br>
<br>
</div></div>I am not sure what you are trying to do but if you set up the displays<br>
as not twinview, you can run mythfrontend on either one or both and<br>
they will both have their optimal resolution. I have a projector and<br>
a TV and do this all the time. I switch off the projector (actually<br>
switch the output off with a DVI switch) then restart X to get the<br>
display on the TV. When the projector is on, I restart X and myth<br>
shows up on the projector. Each display looks perfect. You can also<br>
have both mythfrontends running at the same time but the remote goes<br>
to both so this really doesn't work. The keyboard only goes to one so<br>
if you have a remote keyboard, you can control the one you want. You<br>
could also just shut down myth on the projector and start it on the<br>
small display as a way to switch. Just right click on the small<br>
display and click on mythfrontend to start it. I just find restarting<br>
X easier even though it sounds messy.<br>
<br>
xorg.conf is below in case it helps.<br>
<br>
That said, what are you using for a 7 inch display. I would like to<br>
add a small display in parallel with my TV in case I want to play a CD<br>
or something.<br>
<br>
Allen<br>
<br>
<br>
<br>
Section "Screen"<br>
Identifier "Screen0"<br>
Device "Videocard0"<br>
Monitor "Monitor0"<br>
Option "TwinView" "0"<br>
Option "metamodes" "DFP: 1280x720_60 +0+0"<br>
Option "AddARGBGLXVisuals" "True"<br>
SubSection "Display"<br>
Depth 24<br>
EndSubSection<br>
Defaultdepth 24<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen1"<br>
Device "Videocard1"<br>
Monitor "Monitor1"<br>
Option "TwinView" "0"<br>
Option "metamodes" "TV: nvidia-auto-select +0+0"<br>
Option "AddARGBGLXVisuals" "True"<br>
SubSection "Display"<br>
Depth 24<br>
EndSubSection<br>
Defaultdepth 24<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Videocard0"<br>
Driver "nvidia"<br>
Vendorname "NVIDIA Corporation"<br>
Boardname "GeForce 6200 LE"<br>
Busid "PCI:1:0:0"<br>
Option "UseDisplayDevice" "DFP"<br>
Screen 0<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Videocard1"<br>
Driver "nvidia"<br>
Vendorname "NVIDIA Corporation"<br>
Boardname "GeForce 6200 LE"<br>
Busid "PCI:1:0:0"<br>
Option "UseDisplayDevice" "TV-0"<br>
Screen 1<br>
EndSection<br>
<br>
Section "InputDevice"<br>
# generated from default<br>
Identifier "Mouse0"<br>
Driver "mouse"<br>
Option "Protocol" "auto"<br>
Option "Device" "/dev/psaux"<br>
Option "Emulate3Buttons" "no"<br>
Option "ZAxisMapping" "4 5"<br>
EndSection<br>
<br>
Section "InputDevice"<br>
# generated from default<br>
Identifier "Keyboard0"<br>
Driver "kbd"<br>
EndSection<br>
<br>
Section "ServerLayout"<br>
Identifier "Layout0"<br>
screen 0 "Screen0" 0 0<br>
screen 1 "Screen1" rightof "Screen0"<br>
Inputdevice "Keyboard0" "CoreKeyboard"<br>
Inputdevice "Mouse0" "CorePointer"<br>
EndSection<br>
<br>
Section "Module"<br>
Load "dbe"<br>
Load "extmod"<br>
Load "type1"<br>
Load "freetype"<br>
Load "glx"<br>
EndSection<br>
<br>
Section "Monitor"<br>
# HorizSync source: edid, VertRefresh source: edid<br>
Identifier "Monitor0"<br>
Vendorname "Unknown"<br>
Modelname "Panasonic AX-100"<br>
Horizsync 28.0 - 49.0<br>
Vertrefresh 24.0 - 61.0<br>
Option "DPMS"<br>
EndSection<br>
<br>
Section "Monitor"<br>
# HorizSync source: xconfig, VertRefresh source: xconfig<br>
Identifier "Monitor1"<br>
Vendorname "Unknown"<br>
Modelname "TV-0"<br>
Horizsync 28.0 - 49.0<br>
Vertrefresh 24.0 - 61.0<br>
Option "DPMS"<br>
Option "TVOverScan" "1.0"<br>
EndSection<br>
<br>
Section "ServerFlags"<br>
Option "Xinerama" "0"<br>
EndSection<br>
<br>
Section "Extensions"<br>
Option "Composite" "Enable"<br>
EndSection<br>
<br>
Section "Files"<br>
Rgbpath "/usr/X11R6/lib/X11/rgb"<br>
EndSection<br>
_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</blockquote></div><br></div>