Re: [Tigervnc-devel] Advanced TigerVNC features for 3D and streaming video workloads

2011-07-13 Thread Sebastiaan Breedveld
From an end-user's perspective: Yay! on all points. Both client and server-side multithreading is a good idea if it is necessary. However, it would be nice to be able to limit the number of theads, especially server-side: if Xvnc spawns 24 (light) threads continuously on a HPC server, I am afr

Re: [Tigervnc-devel] [PATCH] add resolutions to the default randr resolutions

2011-05-19 Thread Sebastiaan Breedveld
On 05/19/2011 11:46 AM, Pierre Ossman wrote: > On Fri, 04 Mar 2011 10:07:09 +0100 > Sebastiaan Breedveld wrote: > >> On 03/03/2011 09:34 PM, Sebastiaan Breedveld wrote: >>> Hi, >>> >>> Here is another patch. It adds a -resolutions argument with a list of

Re: [Tigervnc-devel] New pre-beta build

2011-03-18 Thread Sebastiaan Breedveld
On 03/16/2011 09:50 PM, DRC wrote: > http://www.virtualgl.org/DeveloperInfo/TigerVNCPreReleases > > -- Reverts default behavior of vncserver but adds a 'vncserver > -autokill' option that will automatically kill Xvnc whenever xstartup exits. > Builds fine, runs fine (Linux 64). No comments from me

Re: [Tigervnc-devel] New pre-beta build

2011-03-18 Thread Sebastiaan Breedveld
On 03/16/2011 09:59 PM, Eric Stadtherr wrote: On Wed, 16 Mar 2011 15:50:53 -0500, DRC wrote: http://www.virtualgl.org/DeveloperInfo/TigerVNCPreReleases -- Reverts default behavior of vncserver but adds a 'vncserver -autokill' option that will automatically kill Xvnc whenever xstartup exits.

Re: [Tigervnc-devel] Refresh issue with GnuTLS and status of beta

2011-03-16 Thread Sebastiaan Breedveld
On 03/15/2011 08:29 PM, DRC wrote: > On 3/15/11 4:48 AM, Sebastiaan Breedveld wrote: >> 1) The new vncserver script does something weird with -fg. When I use >> this switch, xfce4 refuses to start with: >> >> "Unable to contact settings server. Failed to connect t

Re: [Tigervnc-devel] Refresh issue with GnuTLS and status of beta

2011-03-15 Thread Sebastiaan Breedveld
Hi, 3 points this time ;) On 03/15/2011 09:45 AM, DRC wrote: > I have lost track of the status of this. Can anyone still reproduce a > problem with the latest build I uploaded on 3/10? If not, then I will > spin a new build to incorporate the vncserver changes (reverting the > default behavior

Re: [Tigervnc-devel] New pre-beta build uploaded

2011-03-11 Thread Sebastiaan Breedveld
It seems that the -fg was implemented differently than expected:  diff between old and new -system("$vncUserDir/xstartup >> " . "edString($desktopLog) . " 2>&1 &"); +if ($opt{'-fg'}) { +    system("$vncUserDir/xstartup >> " . "edString($desktopLog) . " 2>&1"

Re: [Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-10 Thread Sebastiaan Breedveld
On 03/09/2011 07:58 AM, DRC wrote: Committed as 4343, with modifications. Please test. Does not work right. If one of the checked arguments (SecurityTypes, rfbauth, etc.) is preceeded by an argument that is NOT processed by the vncserver script, but passed on to the Xvnc, the argument reading

Re: [Tigervnc-devel] Improvements for Windows installer

2011-03-10 Thread Sebastiaan Breedveld
On 03/09/2011 11:31 PM, Robert Goley wrote: It should at least have one of the improvements you suggested implemented. I understand not wanting to invest much with a new viewer on the way but it sounds like it has a good bit to go right now. That is not slighting his accomplishments in gettin

Re: [Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-08 Thread Sebastiaan Breedveld
On 03/03/2011 01:18 PM, Adam Tkac wrote: > On Thu, Mar 03, 2011 at 01:11:22PM +0100, Sebastiaan Breedveld wrote: >> > 2) When using the VeNCrypt security type, the ~/.vnc/passwd is not >>>> necessary, yet the user is asked to create one. Same when using the >>&g

Re: [Tigervnc-devel] [PATCH] add resolutions to the default randr resolutions

2011-03-04 Thread Sebastiaan Breedveld
On 03/03/2011 09:34 PM, Sebastiaan Breedveld wrote: Hi, Here is another patch. It adds a -resolutions argument with a list of resolutions to add to the default list: Xvnc -resolutions "1264x900 1400x1500" Of course this is a more flexible approach than specifying only 1 with the

[Tigervnc-devel] [PATCH] add resolutions to the default randr resolutions

2011-03-03 Thread Sebastiaan Breedveld
Hi, Here is another patch. It adds a -resolutions argument with a list of resolutions to add to the default list: Xvnc -resolutions "1264x900 1400x1500" Of course this is a more flexible approach than specifying only 1 with the -geometry. Also, window managers tend to resize to the users' sp

Re: [Tigervnc-devel] Peculiar Refresh Issue with TLS

2011-03-03 Thread Sebastiaan Breedveld
Will the new beta also include this patch? I am not able to build for windows systems to test the patch, but I have users which can test the windows viewer binary. Greetings, Sebastiaan -- Free Software Download: Index

Re: [Tigervnc-devel] [PATCH] specify inetd display range

2011-03-03 Thread Sebastiaan Breedveld
Hi, Sure, here is the patch for the manpage. On 03/03/2011 02:34 PM, Adam Tkac wrote: > This extension of -inetd parameter seems fine for me. This functionality > can be accepted to 1.1 after beta1 release. > > Btw would it be possible to also update Xvnc manpage to catch this > extension, pleas

[Tigervnc-devel] [PATCH] specify inetd display range

2011-03-03 Thread Sebastiaan Breedveld
Hi, In our environment, we have users that run persistent VNC sessions, and on request through inetd. For ease of reminding, I like to give the persistent users a low display number (e.g. 1-20). The problem is that a new persistent user may have its display blocked by an inetd session. Therefo

Re: [Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-03 Thread Sebastiaan Breedveld
> 2) When using the VeNCrypt security type, the ~/.vnc/passwd is not >> necessary, yet the user is asked to create one. Same when using the >> securitytype none. The script now checks for the -SecurityType option >> and checks wether VeNCrypt type or none is specified. (That is, I am in >> the ass

Re: [Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-03 Thread Sebastiaan Breedveld
This patch needs another line modified, to display the option when run with vncserver -h. The second patch is for the man-page (I have not updated the date of the page, I will leave that to you). Index: unix/vncserver === --- unix/

Re: [Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-02 Thread Sebastiaan Breedveld
present by default. It is also not trivial to make one since each distribution has its own way of configuring pam. I would suggest to default to /etc/pam.d/vnc if present, otherwise use /etc/pam.d/login (which is present on all systems). Sebastiaan Robert On 03/01/2011 08:10 AM, Sebastiaan

Re: [Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-01 Thread Sebastiaan Breedveld
ensitive) "VncAuth". If either of those > conditions is true, then and only then should vncserver check for the > existence of the VNC password. > Then how does it work? If I start: Xvnc :10 then I read on the server: client requests security type VeNCrypt but the client tries to

Re: [Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-01 Thread Sebastiaan Breedveld
On 03/01/2011 12:13 PM, DRC wrote: > > As far as checking for the VNC password, we're no longer requiring > "VeNCrypt" to be specified in the -SecurityTypes parameter, so checking > for that won't work. The correct approach is to check whether > -SecurityTypes is not specified -- or -- whether -Se

Re: [Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-01 Thread Sebastiaan Breedveld
tive) "VncAuth". If either of those > conditions is true, then and only then should vncserver check for the > existence of the VNC password. > Are you sure about that? If I run: vncserver and then connect, vncviewer still tries to authenticate with VncAuth. I am using the Linux

[Tigervnc-devel] [PATCH] vncserver checks ~/.vnc/passwd when not needed and -TermOnLogout option

2011-03-01 Thread Sebastiaan Breedveld
Hi all, This is actually a 2-in-1 patch (not sure if that is a good idea). I ran into 2 problems with the old version: 1) When a VNC desktop is running, most users (accidentally) log out once or twice, and then complain that their screen is black (or worse, has a ghost image of the desktop). T

Re: [Tigervnc-devel] PAM only works for local stored passwords

2011-02-26 Thread Sebastiaan Breedveld
Hi, On 02/25/2011 11:16 PM, Martin Koegler wrote: > On Fri, Feb 25, 2011 at 09:52:48AM +0100, Sebastiaan Breedveld wrote: >> Unfortunately, the radius configuration file contains a sectret >> string to authenticate against the Radius server, so it should not >> be world

Re: [Tigervnc-devel] PAM only works for local stored passwords [solved]

2011-02-25 Thread Sebastiaan Breedveld
On 02/25/2011 10:14 AM, DRC wrote: > On 2/25/11 2:13 AM, Martin Koegler wrote: >> The problem is, that some pam modules react differently, if they are >> invoked by root or a normal user. >> >> The debian pam_unix eg. let normal users only verify their own >> password and fails on any other user na

Re: [Tigervnc-devel] PAM only works for local stored passwords

2011-02-25 Thread Sebastiaan Breedveld
Hi, On 02/25/2011 09:13 AM, Martin Koegler wrote: > tigervnc currently only uses the auth section - account, session and > password are ignored. > > Xvnc simply passes username& password to pam and waits for the > result. I have tested it for example with the pam_krb5 module > successfully. > > T

[Tigervnc-devel] PAM only works for local stored passwords

2011-02-24 Thread Sebastiaan Breedveld
Dear list, I am testing the 1.1 pre-beta (2/21/11) 64 bit Linux binary on an Ubuntu Natty machine. According to previous posts, I start the VNC server as: ./Xvnc :4 -SecurityTypes=VeNCrypt,Plain -PlainUsers=sebastiaan pam_service=vnc which works fine when connecting with: ./vncviewer :4 -Securi