- 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
This commit is contained in:
Michal Srb 2014-04-25 11:56:11 +00:00 committed by Git OBS Bridge
parent 6eb478ebc4
commit 9596632cfe
2 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -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