Hi. Do you use Windows or Linux? I had some similar problems here with linux, and the only possibility to solve this, was to start a second X-Server instead of using Xinerama / Nvidia-TwinView. If you start your app with ./app -display :1 you should get what you want on display 1. But beware: You can't move windows over your screens anymore with this approach.
Hth & regards, Dominik > > 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 ? ------------------------------------------------------- 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
