After much fuss, I finally got Xvnc -inetd, xinetd, and gdm running together
sorta happily on my redhat 7.0 system. The only problem that i have is that
sometimes gdm failes to load after i connect to vnc, I have to close out vnc
and reconnect. This sometimes takes serveral attempts. Other times, vncviewer
just closes. Are these known issues? Or something i have wrong in my config.

Xvnc version: vnc-3.3.3r1-9
xinetd version: xinetd-2.1.8.9pre11-1
gdm version: gdm-2.0beta40-helix_1

Thanks in advance for any help.

Config files before for your viewing pleasure =]

/etc/services:
vnc-server  5906/tcp

/etc/xinetd.conf:
service vnc-server
{
    socket_type = stream
    protocol = tcp
    wait = no
    user = root
    port = 5906
    server = /usr/bin/Xvnc
    server_args = -rfb /root/.vnc/passwd -inetd -broadcast -once - geomertry
1024x768 -depth 24
}

/etc/X11/gdm/gdm.conf:
[daemon]
Chooser=/usr/bin/gdmchooser --disable-sound --disable-crash-dialog
DefaultPath=/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:/usr/bin
DisplayInitDir=/etc/X11/gdm/Init
Greeter=/usr/bin/gdmlogin --disable-sound --disable-crash-dialog
Group=gdm
HaltCommand=/sbin/shutdown -h now
KillInitClients=1
LogDir=/var/gdm
PidFile=/var/run/gdm.pid
PostSessionScriptDir=/etc/X11/gdm/PostSession/
PreSessionScriptDir=/etc/X11/gdm/PreSession/
RebootCommand=/sbin/shutdown -r now
RootPath=/sbin:/usr/sbin:/bin:/usr/bin:/usr/bin/X11:/usr/local/bin:/usr/bin
ServAuthDir=/var/gdm
SessionDir=/etc/X11/gdm/Sessions/
User=gdm
UserAuthDir=
UserAuthFBDir=/tmp
UserAuthFile=.Xauthority

[security]
AllowRoot=1
RelaxPermissions=0
RetryDelay=3
UserMaxFile=65536
VerboseAuth=0

[xdmcp]
Enable=1
HonorIndirect=1
MaxPending=4
MaxPendingIndirect=4
MaxSessions=16
MaxWait=30
MaxWaitIndirect=30
Port=177

[gui]
GtkRC=/usr/share/themes/Blue-n-Gray/gtk/gtkrc
MaxIconWidth=128
MaxIconHeight=128

[greeter]
Browser=0
DefaultFace=/usr/share/pixmaps/nobody.png
DefaultLocale=english
Exclude=bin,daemon,adm,lp,sync,shutdown,halt,mail,news,uucp,operator,nobody
Font=-adobe-helvetica-bold-r-normal-*-*-180-*-*-*-*-*-*
GlobalFaceDir=/usr/share/faces/
Icon=/usr/share/pixmaps/gdm.xpm
LocaleFile=/etc/X11/gdm/locale.alias
Logo=/usr/share/pixmaps/helix/helix-gdm-screen.png
Quiver=1
SystemMenu=1
Welcome=Welcome to %n
Welcome[de]=Willkommen auf %n
Welcome[fr]=Bienvenue sur %n
Welcome[ja]=%n $X$h$&$3$=

[chooser]
DefaultHostImg=/usr/share/pixmaps/nohost.png
HostImageDir=/usr/share/hosts/
ScanTime=3

[debug]
Enable=0

[servers]
#0=/usr/bin/X11/X
#1=/usr/bin/X11/X
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to