I wonder if you have to compile a Nano-X application for a fixed screen : resolution using e.g. -DSCREEN_WIDTH=1024 in the makefile or if you can set : the resolution when starting the program or maybe while it is running.
The nano-X server will query the framebuffer for its size during initialization, thus no fixed size required. Nano-X applications aren't compiled for a fixed resolution either. : : The launcher.sh file looks like that: : : bin/nano-X -x 1024 -y 768 & bin/launcher bin/launcher.cnf : : So this looks like the resolution is set after the program is compiled. The -x and -y parms are for nano-X when it is running on X11 rather than framebuffer and allow various sized X windows to be created to test different framebuffer sizes etc. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: nanogui-unsubscr...@linuxhacker.org For additional commands, e-mail: nanogui-h...@linuxhacker.org