|
Post Reply
Paul 2005-09-23 05:28
Using UltraMon I can get Dual (Extended Desktop) and Clone mode (mirrored Desktop) for my Tablet and CRT no problem. Note: I have nVidia GeForce Go 6200 TE 64M/6600 TE 128M, nView Desktop Manager disabled. I am NOT using UMMirrorClient.
Is there a way to have just the CRT or just the tablet screen active (even though I'm docked)?
When I use:
UltraMon /t or UltraMon /d from the command line, this switched from dual to clone mode, the same for:
mon.Enabled = False in a script
I have found that if I manually switch to single monitor mode (tablet display on, CRT off) with the control panel display app, then run UltraMon /t, I get Dual mode--as expected. If i then run UltraMon /t again, I go into clone mode, the CRT Stays on. Is there a way to stop sending a video signal to the CRT? (Short of using Fn+F5 on the table keyboard?)
Thanks, Paul
|
Christian Studer 2005-09-23 08:42
UltraMon doesn't support this directly, you would usually need to do this via the settings for the video card driver.
But with some video cards, disabling the primary monitor via script might do the trick:
Set sys = CreateObject("UltraMon.System") Set mon = sys.Monitors("Primary") mon.Enabled = False sys.ApplyMonitorChanges
Also see this thread for more on this.
Christian Studer - www.realtimesoft.com
|
Post Reply
|