basically 24 and 32 bit display modes are the same, only that in the 32 bit mode you waste 1 byte for each pixel, the remaining 3 bytes are the normal RGB stuff. 32bit adressing is faster, since it's only multiplicating by 4 which is faster than multiplicating by 3. when you have 128mb on your video card today, nobody cares if some MB are wasted
