Display walls are wall-sized, high-resolution displays, typically built using several computers, each driving a projector or an LCD. The VNC (Virtual Network Computer) model is a simple way of creating desktops large enough for display walls by using a centralized virtual frame buffer. However, performance suffers significantly when the resolution increases due to the centralized server locating and compressing updates for the display computers. Another problem is that the display computers request and receive updates independently, resulting in an inconsistent view. TiledVNC is developed to better adapt VNC to a display wall and improve performance over an existing implementation, TightVNC. The changes include multi-threading, a server push update protocol, and pushing updates for the same frame to all viewers. To evaluate our system, we play two videos on our 22 megapixel display wall. Compared to TightVNC, TiledVNC increases the frame rate with up to 46% for a 6.75 megapixel video.