Comment 62 for bug 78282

Revision history for this message
BZK (alessio-bazzica) wrote :

I tried XFIXES fix but after client connection I still can only see a blank workspace (background is B&W grid, mouse ptr is X). These are dumps of my .conf files. I have Ubuntu Feisty AMD64 (not x86 on AMD64).

- xinetd.conf -

service Xvnc-myuser
{
        type = UNLISTED
        disable = no
        socket_type = stream
        protocol = tcp
        wait = yes
        user = myuser
        server = /usr/bin/Xvnc4
        server_args = -inetd -broadcast -geometry 800x600 -depth 8 -once -fp /usr/share/fonts/X11/misc -DisconnectClients=0 -NeverShared -PasswordFile=/home/myuser/.vnc/passwd -extension XFIXES -fp /usr/share/fonts/X11/misc
        port = 5951
}

- gdm.conf-custom -

[daemon]
RemoteGreeter=/usr/lib/gdm/gdmlogin
[security]
DisallowTCP=true
[xdmcp]
Enable=true
DisplaysPerHost=2
Port=177

I also found a strange thing: I tried to search udp/177 port of gdm but netstating...

udp6 0 0 :::177 :::* -

Only udp6!!!

XFIXES extension is installed (libxfixes3).
Font paths seems ok.

Please help me.