Hi Stephan, I don't have the time to make that patch, but it's not really difficult, just grep for fullscreen in the Elisa Pigment plugin, and replace the call to set_fullscreen (or the fullscreen property assignment) by something like that:
viewport.set_position(0, 0) resolution = viewport.get_screen_resolution() viewport.set_size(resolution[0], resolution[1]) If you don't feel confident about doing that yourself, installing a lightweight window manager like FVWM [1] is actually not that bad IMO as a temporary solution. Regards, Loïc. [1] http://www.fvwm.org On Tue, 2009-03-10 at 14:27 +0100, Stephan Raue wrote: > Am 10.03.2009 12:10, schrieb Loïc Molinari: > > Hi Stephan, > > > > Pigment, the Elisa rendering library, handles the X11 window creation > > and manages it with EWHM X11 atoms [1] so that compliant window managers > > behave the same way. To go full screen the _NET_WM_STATE_FULLSCREEN atom > > is used. If you want Elisa to be displayed on the whole screen in your > > special environment, you either have to use a lightweight (EWMH > > compliant) window manager, or modify Elisa to change the window size and > > position through Pigment instead of changing the full screen state when > > a full screen request is received. > > > > > is this complicated? i am can not code python etc... can anyone help > me with this or can the elisa team do this for me? can we generally > implement this with a extra command line switch to elisa? > It is from now another Point of my long wishlist :-) > > Stephan > > Regards, Loïc. > > > > > > [1] http://standards.freedesktop.org/wm-spec/wm-spec-latest.html > > > > On Mon, 2009-03-09 at 21:14 +0100, Stephan Raue wrote: > > > > > Hi all, > > > > > > i want to start elisa without a WM, when i am start with a Qemu Xorg 1.6 > > > starts in 800x600 Mode and Elisa starts Fullscreen, when i start this > > > with my Notebook with 1440x900 Display Xorg starts with 1440x900 and > > > elisa is not fullscreen. Elisa starts (i think 800x600) In the upper > > > left quarter with to big symbols. if i press ESC i can see Elisa fully > > > In the upper left quarter. can you help me? > > > > > > Stephan
