As in the setup work, the steps for building the server depend whether you are working in the source tree or in the Link Kit. Here are the steps for the initial build after installing your new driver files:
make Makefile
', then
`make Makefiles depend all
'
./mkmf
'make
'
make
'.make loadXF86_SVGA
' (to link the color server),
`make loadXF86_VGA16
' (to link the 16 color server) or
`make loadXF86_Mono
' (to link the mono server).make
'.make loadXF86_SVGA
' (to link the color server) or
`make loadXF86_VGA16
' (to link the 16 color server) or
`make loadXF86_Mono
' (to link the mono server).Next Chapter, Previous Chapter
Table of contents of this chapter, General table of contents
Top of the document, Beginning of this Chapter