From 261dcd679dab53a93306dc5ab7643da9efb33bbfad6f2e933edd47c249782a8a Mon Sep 17 00:00:00 2001 From: Michal Srb Date: Fri, 25 Apr 2014 11:56:11 +0000 Subject: [PATCH] - vnc.xinetd * Do not use 16 bpp by default anymore. The network trafic gain of 16 bpp together with Tight encoding is arguable. 16 bpp causes graphical issues and is known to not work properly in Mesa. (bnc#871965) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/tigervnc?expand=0&rev=21 --- tigervnc.changes | 9 +++++++++ vnc.xinetd | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/tigervnc.changes b/tigervnc.changes index 373f998..fc212cc 100644 --- a/tigervnc.changes +++ b/tigervnc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Apr 25 11:55:11 UTC 2014 - msrb@suse.com + +- vnc.xinetd + * Do not use 16 bpp by default anymore. The network trafic gain + of 16 bpp together with Tight encoding is arguable. 16 bpp + causes graphical issues and is known to not work properly + in Mesa. (bnc#871965) + ------------------------------------------------------------------- Mon Mar 17 13:47:18 UTC 2014 - msrb@suse.com diff --git a/vnc.xinetd b/vnc.xinetd index c83c8bd..27838de 100644 --- a/vnc.xinetd +++ b/vnc.xinetd @@ -10,7 +10,7 @@ service vnc1 wait = no user = nobody server = /usr/bin/Xvnc - server_args = -noreset -inetd -once -query localhost -geometry 1024x768 -depth 16 -securitytypes none + server_args = -noreset -inetd -once -query localhost -geometry 1024x768 -securitytypes none disable = yes } # default: off @@ -25,7 +25,7 @@ service vnc2 wait = no user = nobody server = /usr/bin/Xvnc - server_args = -noreset -inetd -once -query localhost -geometry 1280x1024 -depth 16 -securitytypes none + server_args = -noreset -inetd -once -query localhost -geometry 1280x1024 -securitytypes none disable = yes } # default: off @@ -40,7 +40,7 @@ service vnc3 wait = no user = nobody server = /usr/bin/Xvnc - server_args = -noreset -inetd -once -query localhost -geometry 1600x1200 -depth 16 -securitytypes none + server_args = -noreset -inetd -once -query localhost -geometry 1600x1200 -securitytypes none disable = yes } # default: off