On Mon, 31 Dec 2001, Pranay Kumar wrote:

> Hi all,
> 
> I have two cards and two monitors. What I would like to do it to use one
> monitor as if the other did not exist but allow my program to display in
> a window on the second monitor. If I use xinerama then the window
> manager actaully uses up both the monitors. How can I set this up?

A) don't use xinerama
B) have your program open one window on a different screen.

here is how you do this in wish (Tcl/Tk)

wish
toplevel .a -screen :0.0
toplevel .b -screen remotehost:0.0
toplevel .c -screen :0.1
toplevel .d -screen :1.0

                           Vladimir Dergachev

> 
> Regards,
> Pranay
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> _______________________________________________
> Xpert mailing list
> [EMAIL PROTECTED]
> http://XFree86.Org/mailman/listinfo/xpert
> 

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to