> Hello all, > > I'm trying to cope with a fltk application on a two video cards linux system. > The application should open two test windows on both displays (one on each > display). > Unfortunately, Fl::screen_count() counts only one screen. > The application opens normally when called in a shell window on both > displays, but the two windows are shown only on the current display, > regardless on what I give as initial x() and y() [I tried with x(), y() > greater than the w() and h() of the screens, also with negative values]. > I'm using fltk 1.1.7 on Mandriva 2007 with xorg. The relevant lines in the > file xorg.conf are:
Fl::screen_count() reports only one screen when fltk is compiled without Xinerama support or it is disabled in X11. As I can see for given xorg.conf, Xinerama is disabled in X11. Does enabling it, problem resolves ? -- Sanel _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

