- 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:
parent
6eb478ebc4
commit
9596632cfe
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user