MONITOR MENU Making sure that the graphics monitor is running: 1 - Start a graphics monitor (also automatically selects this monitor) 2 - Stop a graphics monitor Choosing a graphics monitor for your graphics: 3 - Select a graphics device for output (currently selected monitor: name) 4 - Release control of the graphics driver (let someone else use it) (option 4 appears only after selection of a monitor) RETURN quitThese parameters perform the following functions:
When a monitor is started, it is therefore also (automatically) selected for output, unless the -s flag is set by the user; the user can also explictly select a monitor that has been started (see (3) below). After a monitor is started, a blank graphics frame should appear on whatever terminal the user is using to display graphics.
The desired monitor should be started once and need not be restarted unless it is stopped (option 2) for some reason. A monitor may continue to run for any length of time, even when no GRASS session is being run. The monitor program runs in the background.
Using the nlev parameter the user can define the number of color levels to be used. nlev can be a value between 1 and 256. nlev=256 means 8bit for each R, G, B color channel equal to 24bit truecolor (16.7 million colors). The calculation of number of colors (ncolors) is performed by calculating:
ncolors = nlev^3Starting a monitor with a high number of colors may take some time to allocate the required memory.
The user can run multiple graphics monitors by simply starting each of the graphics monitors drivers he wishes to direct output to.