Hi Mike, and thanks for taking the time to troubleshoot this
user@localbox_hostname ~ $ LC_ALL=C vncviewer -log *:stderr:100
Code: Select all
TigerVNC Viewer 64-bit v1.9.0
Built on: 2019-10-18 21:00
Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)
See http://www.tigervnc.org for information on TigerVNC.
Fri Oct 18 21:52:51 2019
DecodeManager: Detected 12 CPU core(s)
DecodeManager: Creating 4 decoder thread(s)
TcpSocket: Connecting to myvpserver [ipadress] port number
CConn: connected to host myvpserver, Port number
CConnection: reading protocol version
CConnection: Server supports RFB protocol version 3.8
CConnection: Using RFB protocol version 3.8
CConnection: processing security types message
CConnection: Server offers security type VncAuth(2)
CConnection: Choosing security type VncAuth(2)
CConnection: processing security message
Fri Oct 18 21:53:06 2019
CConnection: processing security result message
CConnection: processing security result message
CConnection: Authentication success!
CConnection: reading server initialisation
CConnection: initialisation done
Viewport: No key mapping for key LVL3
Viewport: No key mapping for key HNGL
Viewport: No key mapping for key MDSW
Viewport: No key mapping for key ALT
Viewport: No key mapping for key META
Viewport: No key mapping for key SUPR
Viewport: No key mapping for key HYPR
Viewport: No key mapping for key I248
Viewport: No key mapping for key I249
Viewport: No key mapping for key I250
Viewport: No key mapping for key I251
Viewport: No key mapping for key I252
Viewport: No key mapping for key I253
Viewport: No key mapping for key I254
PlatformPixelBuffer: Using shared memory XImage
CConn: Using pixel format depth 24 (32bpp) little-endian rgb888
CConn: Using Tight encoding
Fri Oct 18 21:53:45 2019
Viewport: Key pressed: 0x0010 => XK_q (0x0071)
Viewport: Key released: 0x0010 => XK_q (0x0071)
Following the output of tigervnc-1.8.0-r3:
Code: Select all
LC_ALL=C vncviewer -log *:stderr:100
TigerVNC Viewer 64-bit v1.8.0
Built on: 2019-10-18 22:05
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Fri Oct 18 22:06:25 2019
Parameters: Unknown parameter AlertOnFatalError on line 28 in file
/home/localuser/.vnc/default.tigervnc
Fri Oct 18 22:06:28 2019
DecodeManager: Detected 12 CPU core(s)
DecodeManager: Creating 4 decoder thread(s)
TcpSocket: Connecting to virtualservername [ipadress] port number
CConn: connected to host virtualservername port number
CConnection: reading protocol version
CConnection: Server supports RFB protocol version 3.8
CConnection: Using RFB protocol version 3.8
CConnection: processing security types message
CConnection: Server offers security type VncAuth(2)
CConnection: Choosing security type VncAuth(2)
CConnection: processing security message
Fri Oct 18 22:07:09 2019
CConnection: processing security result message
CConnection: processing security result message
CConnection: Authentication success!
CConnection: reading server initialisation
CConnection: initialisation done
PlatformPixelBuffer: Using shared memory XImage
CConn: Using pixel format depth 24 (32bpp) little-endian rgb888
CConn: Using Tight encoding
Viewport: Unexpected release of key code 36
Fri Oct 18 22:07:15 2019
Viewport: Key pressed: 0x0018 => XK_q (0x0071)
Viewport: Key released: 0x0018 => XK_q (0x0071)
As I saw this on the 1.8 version,
Code: Select all
Parameters: Unknown parameter AlertOnFatalError on line 28 in file
/home/localuser/.vnc/default.tigervnc
I renamed .vnc folder and re-compiled 1.9 version to try with new default.tivervnc configuration file, but still the same result.
Also compared the useflags on both versions
Code: Select all
emerge tigervnc -pv
These are the packages that would be merged, in order:
Calculating dependencies ... done!
[ebuild R ] net-misc/tigervnc-1.9.0-r1::gentoo USE="dri3 drm gnutls nls opengl pam xorgmodule -java -libressl -server -xinerama" 0 KiB
Total: 1 package (1 reinstall), Size of downloads: 0 KiB
and
Code: Select all
These are the packages that would be merged, in order:
Calculating dependencies ... done!
[ebuild UD ] net-misc/tigervnc-1.8.0-r3::test [1.9.0-r1::gentoo] USE="dri3 drm gnutls nls opengl pam xorgmodule -java -server -xinerama (-libressl%)" 0 KiB
Total: 1 package (1 downgrade), Size of downloads: 0 KiB