x11vnc连接意外断开

2024-05-19 23:03:15 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在使用vnc_virtual_display_linker连接个人电脑/平板电脑,用作辅助显示器。当我运行脚本并连接(在Android上使用bVNC)时,它会工作几分钟,然后失败,出现以下错误

问题的根源是什么?我该如何规避

错误:

caught XIO error:
09/11/2020 17:47:26 deleted 43 tile_row polling images.

完整日志:

09/11/2020 17:47:18 Got connection from client 192.168.0.56
09/11/2020 17:47:18   0 other clients
09/11/2020 17:47:19 Normal socket connection
09/11/2020 17:47:19 guessed desktop: gnome
09/11/2020 17:47:19 guessed dbus: 
09/11/2020 17:47:19 running pipe:

   gconftool-2 --get /desktop/gnome/background/primary_color

09/11/2020 17:47:19 running pipe:

   gconftool-2 --get /desktop/gnome/background/picture_options

09/11/2020 17:47:19 running command:

   gconftool-2 --set --type string /desktop/gnome/background/primary_color 'cyan4'

09/11/2020 17:47:19 running command:

   gconftool-2 --set --type string /desktop/gnome/background/picture_options 'none'

09/11/2020 17:47:19 incr accepted_client=1 for 192.168.0.56:60956  sock=10
09/11/2020 17:47:19 Client Protocol Version 3.8
09/11/2020 17:47:19 Protocol version sent 3.8, using 3.8
09/11/2020 17:47:19 rfbProcessClientSecurityType: executing handler for type 2
09/11/2020 17:47:19 Pixel format for client 192.168.0.56:
09/11/2020 17:47:19   32 bpp, depth 24, little endian
09/11/2020 17:47:19   true colour: max r 255 g 255 b 255, shift r 16 g 8 b 0
09/11/2020 17:47:19 no translation needed
09/11/2020 17:47:19 Using compression level 6 for client 192.168.0.56
09/11/2020 17:47:19 Using image quality level 7 for client 192.168.0.56
09/11/2020 17:47:19 Using JPEG subsampling 0, Q86 for client 192.168.0.56
09/11/2020 17:47:19 Enabling X-style cursor updates for client 192.168.0.56
09/11/2020 17:47:19 Enabling full-color cursor updates for client 192.168.0.56
09/11/2020 17:47:19 Enabling cursor position updates for client 192.168.0.56
09/11/2020 17:47:19 Enabling LastRect protocol extension for client 192.168.0.56
09/11/2020 17:47:19 Enabling NewFBSize protocol extension for client 192.168.0.56
09/11/2020 17:47:19 Enabling ExtDesktopSize protocol extension for client 192.168.0.56
09/11/2020 17:47:19 Using tight encoding for client 192.168.0.56
09/11/2020 17:47:19 Sending rfbEncodingExtDesktopSize for size (1366x768) 
09/11/2020 17:47:19 client_set_net: 192.168.0.56  0.0095
09/11/2020 17:47:19 created   xdamage object: 0x3e0002f
09/11/2020 17:47:19 client 1 network rate 627.6 KB/sec (21788.5 eff KB/sec)
09/11/2020 17:47:19 client 1 latency:  22.1 ms
09/11/2020 17:47:19 dt1: 0.0205, dt2: 0.1831 dt3: 0.0221 bytes: 120875
09/11/2020 17:47:19 link_rate: LR_UNKNOWN - 22 ms, 627 KB/s
09/11/2020 17:47:20 copy_tiles: allocating first_line at size 44
caught XIO error:
09/11/2020 17:47:26 deleted 43 tile_row polling images.



Press ENTER to continue

我正在ArchLinux上使用Python 3.8.6


Tags: clientfortypeprotocolrunningcursorcolorgnome