Re: ?Xsgi?

2005-06-29 Thread Dave Love
, sorry. Ellis On Jun 28, 3:24pm, Dave Love wrote: Subject: Re: ?Xsgi? Ellis Golub [EMAIL PROTECTED] writes: Dave Have you built Xvnc 4 on and SGI? I was able to build the version 3 ^ server, but not version 4. Any hints would be appreciated

Re: ?Xsgi?

2005-06-28 Thread Dave Love
Ellis Golub [EMAIL PROTECTED] writes: Dave Have you built Xvnc 4 on and SGI? I was able to build the version 3 server, but not version 4. Any hints would be appreciated. Yes (at least old versions). I posted patches to the list after the maintainers declined them -- check the archive.

Re: ?Xsgi?

2005-05-13 Thread Dave Love
James Weatherall [EMAIL PROTECTED] writes: As a last resort, you can run x0vncserver from within a normal X desktop, and it will then make that desktop available remotely, by polling it continuously for changes. But in practice it doesn't work properly from an SGI display, at least with a vnc

Re: X authentication

2005-04-20 Thread Dave Love
Robert Echlin [EMAIL PROTECTED] writes: # DISPLAY=:0.0 XAUTHORITY=/var/gdm/:0.Xauth vncconfig -list I am not running VNC on :0, as confirmed by variations of your command: Sorry if I misunderstood the question. (sudo did not work - it assumed that DISPLAY was an executable) For what it's

Re: X authentication

2005-04-18 Thread Dave Love
Robert Echlin [EMAIL PROTECTED] writes: every copy of bash that I run generates a different XAUTHORITY environment variable pointing to a different file like ~/.xauth9txPiW - the part of the name after .xauth appears to be a random string I don't know where that's coming from... This seems

Re: IRIX 6.5 build

2005-03-17 Thread Dave Love
Ellis Golub [EMAIL PROTECTED] writes: Dave -- Thanks for the info. I am trying to build it with the SGI compilers. Don't do that, then? Since that version of the SGI compiler apparently doesn't have support for the relevant C++ feature, it seems you either have to re-write the code or use

Re: IRIX 6.5 build

2005-03-16 Thread Dave Love
Ellis Golub [EMAIL PROTECTED] writes: Hi -- Some time between vnc-4.0b4 vnc-4.0, my ability to build vncviewer under IRIX 6.5 got lost. I've got the beta viewer running, but haven't been able to upgrade to the latest versions. Version 4.1 of the viewer will build on Irix 6.5.22 with gcc

Re: VNC with OpenGL on Linux?

2004-10-06 Thread Dave Love
If you mean realvnc 4, you need to build it with #define BuildGlxExt YES in xc/config/cf/vnc.def. I think there are other extensions that don't get included, e.g. Xrender. (I wonder why they aren't by default.) ___ VNC-List mailing list [EMAIL

Re: Problems compiling Xvnc 4 on Solaris and SuSE with XFree86 4.4.0

2004-07-26 Thread Dave Love
Wayne Gordon [EMAIL PROTECTED] writes: I am having trouble compiling Xvnc on Sparc Solaris 8/9 and SuSE Linux with the XFree86 version 4.4.0 Don't do that then -- use XFree86 4.3 instead. Is there a good reason for using 4.4? [Note that 4.4 has a licence which is incompatible with VNC's

Re: Q: PAM/Kerberos authentication

2004-06-21 Thread Dave Love
Corni Beerse [EMAIL PROTECTED] writes: Could you be more specific? The SuSE VNC client doesn't seem to contain anything Kerberos-related and I couldn't find any relevant doc in a web search. I was not refering to the kerberos but to the vnc-install. OK, could you be more specific about

Re: realVNC support for opengl

2004-06-21 Thread Dave Love
Nguyen, Hien T [EMAIL PROTECTED] writes: Does realVNC support opengl?? It's not built by default in RealVNC 4's Xvnc. #define BuildGlxExt YES in xc/config/cf/vnc.def enables it. ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the

Re: x0vncserver

2004-06-21 Thread Dave Love
As far as I remember, x0vncserver's default port isn't the same as vncserver's. Perhaps that's the problem? ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list

Re: PAM/Kerberos authentication

2004-06-11 Thread Dave Love
Seak, Teng-Fong [EMAIL PROTECTED] writes: AFAIK, kerberos is possible in a LAN, but probably not in Internet. It works fine wide-area. That's how access to the GNU machines used to be authenticated. ___ VNC-List mailing list [EMAIL PROTECTED]

Re: Q: PAM/Kerberos authentication

2004-06-11 Thread Dave Love
Adam J. Bradley [EMAIL PROTECTED] writes: Hi all, I've been searching for an implementation of VNC which uses either PAM or Kerberos as its authentication method in order to provide single sign-on to Xvnc server sessions. Is this facility available/possible/desireable. Using PAM with such

Re: Q: PAM/Kerberos authentication

2004-06-11 Thread Dave Love
Adam J. Bradley [EMAIL PROTECTED] writes: What I'm trying to achive is single sign on. That is, to pass credentials through to GDM/KDM/XDM in order to log straight in! It's not clear to me exactly what you're after. XDM is typically what gets you credentials in the first place, i.e. you log

4.0 beta 5 fails to build on Tru64, Irix

2004-05-24 Thread Dave Love
Just a warning to anyone else trying to build on these platforms: it doesn't work on Tru64 5.1B and Irix 6.5.22m, with the XFree86 4.3 tree, at least. I think some changes I supplied for beta 4 haven't got in, and maybe more are needed. ___ VNC-List

Re: building VNC 3.3.7 on 64-bit Solaris 9

2004-04-29 Thread Dave Love
Peter C. Vernam [EMAIL PROTECTED] writes: ld: fatal: file /usr/ccs/lib/values-Xa.o: wrong ELF class: ELFCLASS32 ld: fatal: File processing errors. No output written to a.out collect2: ld returned 1 exit status I did not build this gcc -- I'll have to speak to the guy who did (but he's away

Re: building VNC 3.3.7 on 64-bit Solaris 9

2004-04-28 Thread Dave Love
Peter C. Vernam [EMAIL PROTECTED] writes: I don't want to -- I HAVE to. The machine is a Sun Fire V240 and, when installing Solaris 9, I am not even given the option of installing a 32-bit kernel. That isn't relevant. You have a default 32-bit userland. So I get a 64-bit kernel, and

Re: building VNC 3.3.7 on 64-bit Solaris 9

2004-04-26 Thread Dave Love
Peter C. Vernam [EMAIL PROTECTED] writes: Can anyone tell me what I have to do to get make World to generate Makefiles that say AS = /usr/ccs/bin/as -xarch=v9? Or is there another way to get this to work? Why do you want to, i.e. what advantage do you think there is to the 64-bit

Re: VNC + Emacs *Without* a Window Manager

2004-04-22 Thread Dave Love
[EMAIL PROTECTED] writes: Do you need to use the mouse with Emacs? If so, then you've probably got it as good as it's going to get. If not, then you're just running terminal-based applications and VNC (a graphical application) is massive overkill. [The mouse works with Emacs 21 on

Re: VNC 4.0 Beta 3

2003-08-01 Thread Dave Love
William Hooper [EMAIL PROTECTED] writes: Any thoughts? I defined `max' in the header before it was used. ___ VNC-List mailing list [EMAIL PROTECTED] To remove yourself from the list visit: http://www.realvnc.com/mailman/listinfo/vnc-list

Re: VNC 4.0 Beta 3

2003-07-30 Thread Dave Love
Jeff Boerio [EMAIL PROTECTED] writes: I also have not been successful at all with HP-UX compiles (don't have gcc 2.9x for HP). I haven't tried Solaris yet. The client side doesn't compile with recent versions of the proprietary compilers on Irix, Tru64 or Solaris. (It is C++, after all.)

Re: VNC 4.0 Beta 3

2003-07-29 Thread Dave Love
Jerry McBride [EMAIL PROTECTED] writes: I'm having compile problems with the unix sources on Gentoo 1.4. I'm running the latest stable versions of just about everything... including gcc 3.2.3. Remove the offending declaration and replace it with an include of X11/extensions/XShm.h. I've sent

Re: HPUX 11.00/vnc-3.3.5-unixsrc compile on gcc 3.2

2002-11-22 Thread Dave Love
FRY, Jeff (PBD) [EMAIL PROTECTED] writes: I configured with: ./configure --x-includes=/usr/contrib/X11R6/include to get past a 1st set of issues but get the following compile error: If /usr/contrib/X11R6 is a normal place to find X on HPUX, it merits an autoconf bug report (to [EMAIL