Quickstart
Sofie is written for GNU/LinuX/X systems.
First type make then sofie.
The demo should now start.
Move the mouse pointer into Sofies window, and
Num Lock should be on.
The most important key is F1, the help key!
If there is a Problem:
Your X server should have
the MIT-SHM extension and the PseudoColor visual with 8 bits per pixel (8 bpp) or
the TrueColor visual with 16 bits per pixel.
To check that, type the command xdpyinfo. ( See for example the outputs
on the authors system. 16 bpp or
8 bpp.)
If your X server is using the PseudoColor 8 bpp visual, then change your Xserver,
or if this is not what you like, then change the src/Makefile in the following way:
replace the line
COLORS= -DHICOLOR
by the line
COLORS= #-DHICOLOR
then try again. May be it is better to make clean
and then start again.
Last modified: Fri Nov 7 01:05:16 MET DST