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 Breedvelds.breedv...@erasmusmc.nl 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 resolutions to add

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] 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 on

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 " . quotedString($desktopLog) . " 21 "); +if ($opt{'-fg'}) { + system("$vncUserDir/xstartup " . quotedString($desktopLog) . " 21");

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

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

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 -geometry

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 === ---

[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.

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

2011-03-02 Thread Sebastiaan Breedveld
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 Breedveld

[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).

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

2011-03-01 Thread Sebastiaan Breedveld
then complains that neither Password or PasswordFile is set. Apart from that, the vncserver script persistently adds the --rfbauth flag to ~/.vnc/passwd. Greetings, Sebastiaan DRC On 3/1/11 4:25 AM, Sebastiaan Breedveld wrote: Hi all, This is actually a 2-in-1 patch (not sure

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 readable. I was actually under

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. The

[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