On Wed, Sep 02, 2009 at 09:53:21PM +0200, Carlos R. Mafra wrote: > I tried a 4224x2376 image and it worked. > I don't have a 1024x768 monitor to test :-( You may try attached script.
xinit /usr/bin/xterm -- /path/to/x-ephyr :1 -screen 1024x768 This requires xorg-xephyr. Or replace Xephyr with Xnest. -- Regards, Sir Raorn.
#!/bin/sh MCOOKIE="$(mcookie)" xauth add "$(hostname)/unix$1" . "$MCOOKIE" xauth add "localhost/unix$1" . "$MCOOKIE" Xephyr "$@" xauth remove "$(hostname)/unix$1" "localhost/unix$1" exit 0
signature.asc
Description: Digital signature
