Displaying 2 results from an estimated 2 matches for "fullcolour".
2008 Feb 13
3
Qemu vnc WMVi support
...ient that supports it and I wanted to test the
implementation before submitting any patch I also modified vncviewer to
support WMVi.
The patch "vncviewer-wmvi.patch" is meant to be applied to the realvnc
vncviewer unix client version 4.1.2, using patch -p1.
Try executing vncviewer with FullColour=1 AutoSelect=0.
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Regards,
Stefano Stabellini
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Apr 22
6
wine over ssh
Hi all,
I am running wine over ssh (with X forwarding) and I have a problem getting back into the shell after executing an app using wine.
Here's what I am doing:
ssh -X myhost 'wine notepad'
The concern is that I can get back to my shell only after I exit the notepad application. I tried appending an '&' at the end and that did'nt help.
Any help is appreciated.