diff options
author | Pierre Ossman <ossman@cendio.se> | 2009-03-06 15:39:44 +0000 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2009-03-06 15:39:44 +0000 |
commit | 8673eb73bb23902920d1f83ae9c55281705fe3dc (patch) | |
tree | 69cd7455b690ebae6daf1785fbbef4656dfebf59 /unix/xserver/hw/vnc/Xvnc.man | |
parent | d678fb3d374f319d212b5eca2fb35cb757267894 (diff) | |
download | tigervnc-8673eb73bb23902920d1f83ae9c55281705fe3dc.tar.gz tigervnc-8673eb73bb23902920d1f83ae9c55281705fe3dc.zip |
Use a 24-bit framebuffer by default. This is what's commonly used today and
it's a format that's easier to handle efficiently in the encoders.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3639 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver/hw/vnc/Xvnc.man')
-rw-r--r-- | unix/xserver/hw/vnc/Xvnc.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/xserver/hw/vnc/Xvnc.man b/unix/xserver/hw/vnc/Xvnc.man index da7cba83..a831ddda 100644 --- a/unix/xserver/hw/vnc/Xvnc.man +++ b/unix/xserver/hw/vnc/Xvnc.man @@ -36,8 +36,8 @@ Specify the size of the desktop to be created. Default is 1024x768. .TP .B \-depth \fIdepth\fP -Specify the pixel depth in bits of the desktop to be created. Default is 16, -other possible values are 8, 15, and 24 - anything else is likely to cause +Specify the pixel depth in bits of the desktop to be created. Default is 24, +other possible values are 8, 15, and 16 - anything else is likely to cause strange behaviour by applications. .TP |