[rhelv6-list] vnc how to get gnome session login?

Ian Mortimer I.Mortimer at uq.edu.au
Tue Jan 18 01:04:51 UTC 2011


On Wed, 2011-01-12 at 22:41 +0100, Alois Treindl wrote:

> I am tryiong to configure vnc on a new RHEL6 system.
> 
> Like on RHEL 5 systems I adminster I set it up as a service via xinetd.

I haven't had a chance to try this on RHEL6 yet but on Fedora 12 and
Fedora 14, I have it working with this xinetd config:

   service vnc-1280x1024
   {
	disable	= no
	socket_type	= stream        
	protocol	= tcp
	wait		= no
	user		= nobody
	server		= /usr/bin/Xvnc
	server_args	= -inetd -query localhost -geometry 1280x1024 -depth 24
-once -fp /usr/share/X11/fonts/misc -SecurityTypes=None
	log_on_failure	+= USERID
   }


and this in /etc/gdm/custom.conf:

   [security]
   DisallowTCP=false

   [xdmcp]
   Enable=true


--
Ian





More information about the rhelv6-list mailing list