Hello. I encountered one problem of removing the border of window. It is possible to execute the application in full screen mode by calling glutFullScreen(), but I cannot call the function in current situation. I have two monitors on a video adapter and what I want to do is :
First, I'd like to run two cluster server on a computer
Next executing the servers. One is on the first display, (0,0) - (1280x1024), and the other is on the second (1280,0)-(2560,1024). When I run servers in full screen mode (not use -w option) in both servers, both of them are displyed on the first display.

So, I think I can solve this problem if I remove the border of OpenGL windows and placing two windows at (0,0) and (1280,0).
How could I remove the border of the OpenGL window in OpenSG cluster ?

_________________________________________________________________
증권 정보 가장 빠르고 편하게 보실 수 있습니다. MSN 증권/투자 http://www.msn.co.kr/stock/


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to