- stress the fact that wineinstall is in Wine source
- add missing ttydrv/x11drv section to wine.conf.man
- make sure that we also load shdocvw as builtin in sample config file
- add sample AppDefaults section to sample config file
- winecheck update

diff --git a/documentation/wine.conf.man b/documentation/wine.conf.man
index 43263dc2..613910c 100644
--- a/documentation/wine.conf.man
+++ b/documentation/wine.conf.man
@@ -145,6 +145,14 @@
 Used to specify the path which will be used to find executables and
 dlls. Make sure to double the backslashes.
 .PP
+.I format: """GraphicsDriver""=""<x11drv|ttydrv>"""
+.br
+default: "x11drv"
+.br
+Tells Wine which graphics driver to use. Normally you'd want to use
+x11drv (for X11). In case you want to run programs as text console/TTY only
+without having Wine rely on X11 support, then use ttydrv.
+.PP
 .B [DllOverrides]
 .br
 .I format: """modulename""=""native,so,builtin"""