On Sat, 16 Feb 2013 09:40:58 -0800 Henrique Martins <[email protected]> wrote:
>
> Fedora 18, GeForce GT 610, nvidia driver, two independent
> screens, no xinerama.
>
> How do I start tigervnc module so that I can connect to
> either screen?
I take it the silence means that we're all in the same boat, i.e. no one
knows. :)
I had a look in the code though, and I found this for the port
selection:
if (port == 0) port = 5900 + atoi(display);
port += 1000 * scr;
Meaning that :0.0 will (by default) be on port 5900, and :0.1 will be on
6900. So try:
vncviewer host:6900
Rgds
--
Pierre Ossman Software Development
Cendio AB http://cendio.com
Teknikringen 8 http://twitter.com/ThinLinc
583 30 Linköping http://facebook.com/ThinLinc
Phone: +46-13-214600 http://plus.google.com/112509906846170010689
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
signature.asc
Description: PGP signature
------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________ Tigervnc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tigervnc-users
