You aren't (for some reason) starting a window manager on display 2. That black & white stipple pattern is the default X screen. In order to do anything, you need a window manager running.
Instead of X :1 ; X :2, try whatever the README says in appendix R, under "multiple X screens". It's probably "startx :0.0 ; startx :0.1" or something similar to that.
|