Enable lights for NV15
This is the command to use to enable/disable lights.
FIFO Commands:
0x3bc (NV15_ENABLE_LIGHTS)
Arguments:
The commands takes a bitmask, where even bits (0, 2, 4, 6, ...) are used to enable or disable a light, i.e. set/clear the bit '2*n' to enable/disable light n. For example, to enable the 8 lights, the value to use is 0x00005555.
0x0000xxxx (long)
See also:

