Jump to content

DEBUG: send xscreensaver command, but screenSaverSync = false


Brian Minsky

Recommended Posts

Brian Minsky

I'm serving from Fedora 25 (4.11.5-200.fc25.x86_64) to Windows 10 over a wired network.

The .synergy.conf on my Linux machine specifies "screenSaverSync = false" in the options section. Each time I move my mouse from the Windows machine back to the Linux machine, journalctl shows:

synergys[23678]: [2017-07-05T13:11:50] DEBUG: send xscreensaver command: 529 0 0
synergys[23678]:         /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsScreenSaver.cpp,429

Here's my full .synergy.conf:

section: screens
	win-machine:
		halfDuplexCapsLock = false
		halfDuplexNumLock = false
		halfDuplexScrollLock = false
		xtestIsXineramaUnaware = false
		switchCorners = none 
		switchCornerSize = 0
	linux-machine:
		halfDuplexCapsLock = false
		halfDuplexNumLock = false
		halfDuplexScrollLock = false
		xtestIsXineramaUnaware = false
		switchCorners = none 
		switchCornerSize = 0
end

section: aliases
end

section: links
	win-machine:
		left = linux-machine
	linux-machine:
		right = win-machine
end

section: options
	relativeMouseMoves = false
	screenSaverSync = false
	win32KeepForeground = false
	switchCorners = none 
	switchCornerSize = 0
end

 

Link to comment
Share on other sites

Paul Suarez

Please provide more details about your machines (OS, 32/64 bit, Synergy version installed, connected to the network via Ethernet or Wi-Fi, specify which one is the server). Also, post a screenshot of both machine's Synergy interface and the Server Configuration interface on your server machine.

Link to comment
Share on other sites

Brian Minsky

Server: Fedora 25, 64-bit

synergys 1.7.6, protocol version 1.6 

I run Synergy from the command-line, so I have no interface to screenshot.

Running command: /usr/bin/synergys --no-daemon --restart -c /home/<username>/.synergy.conf -l /var/log/synergys.log

.synergy.conf on Linux server:

section: screens
	win-machine:
		halfDuplexCapsLock = false
		halfDuplexNumLock = false
		halfDuplexScrollLock = false
		xtestIsXineramaUnaware = false
		switchCorners = none 
		switchCornerSize = 0
	linux-machine:
		halfDuplexCapsLock = false
		halfDuplexNumLock = false
		halfDuplexScrollLock = false
		xtestIsXineramaUnaware = false
		switchCorners = none 
		switchCornerSize = 0
end

section: aliases
end

section: links
	win-machine:
		left = linux-machine
	linux-machine:
		right = win-machine
end

section: options
	relativeMouseMoves = false
	screenSaverSync = false
	win32KeepForeground = false
	switchCorners = none 
	switchCornerSize = 0
end

ClientWindows 10, 64-bit

Version 1.8.8-stable-c30301e

Runs as a service, connects via IP.

Screen name: win-machine
Port: 24800
Interfare: <empty>
Elevate: As Needed

Use SSL encryption is greyed-out and un-checked.

Logging level: Warning

Connection: Ethernet

Here's an example of what hits the log when I move the mouse: host -> client -> host:

[2017-07-06T08:52:58] INFO: switch from "linux-machine" to "win-machine" at 0,675
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/server/Server.cpp,463
[2017-07-06T08:52:58] INFO: leaving screen
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/synergy/Screen.cpp,131
[2017-07-06T08:52:58] DEBUG: open clipboard 1
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsClipboard.cpp,322
[2017-07-06T08:52:58] DEBUG: ICCCM fill clipboard 1
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsClipboard.cpp,502
[2017-07-06T08:52:58] DEBUG:   available targets: TIMESTAMP (468), TARGETS (467), SAVE_TARGETS (466), MULTIPLE (464)
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsClipboard.cpp,521
[2017-07-06T08:52:58] DEBUG: added format 0 for target UTF8_STRING (331) (6 bytes)
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsClipboard.cpp,564
[2017-07-06T08:52:58] DEBUG: close clipboard 1
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsClipboard.cpp,357
[2017-07-06T08:52:58] INFO: screen "linux-machine" updated clipboard 1
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/server/Server.cpp,1544
[2017-07-06T08:52:58] DEBUG: sending clipboard 1 to "win-machine"
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/server/ClientProxy1_6.cpp,58
[2017-07-06T08:52:58] DEBUG: sent clipboard size=18
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/server/ClientProxy1_6.cpp,62
[2017-07-06T08:52:59] INFO: switch from "win-machine" to "linux-machine" at 5430,1401
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/server/Server.cpp,463
[2017-07-06T08:52:59] INFO: entering screen
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/synergy/Screen.cpp,113
[2017-07-06T08:52:59] DEBUG: send xscreensaver command: 529 0 0
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsScreenSaver.cpp,429
[2017-07-06T08:52:59] DEBUG: start receiving clipboard data 
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/synergy/ClipboardChunk.cpp,103
[2017-07-06T08:52:59] DEBUG: receiving clipboard 0 size=18
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/server/ClientProxy1_6.cpp,84
[2017-07-06T08:52:59] DEBUG: received client "win-machine" clipboard 0 seqnum=65, size=18
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/server/ClientProxy1_6.cpp,88
[2017-07-06T08:52:59] INFO: screen "win-machine" updated clipboard 0
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/server/Server.cpp,1544
[2017-07-06T08:52:59] DEBUG: open clipboard 0
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsClipboard.cpp,322
[2017-07-06T08:52:59] DEBUG: empty clipboard 0
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsClipboard.cpp,272
[2017-07-06T08:52:59] DEBUG: grabbed clipboard 0
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsClipboard.cpp,295
[2017-07-06T08:52:59] DEBUG: add 6 bytes to clipboard 0 format: 0
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsClipboard.cpp,306
[2017-07-06T08:52:59] DEBUG: close clipboard 0
|   /builddir/build/BUILD/synergy-1.7.6-stable/src/lib/platform/XWindowsClipboard.cpp,357

 

Link to comment
Share on other sites

Paul Suarez

Please update Synergy to the latest version available. The current version you have is outdated.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...