Want to change color depth to something like 1 or 4. With xorg.conf DefaultDepth it won't load anything other than blinking cursor if is set under 8.
startx -- -depth
works with 16+ bit.
Xorg -depth
gives errors.
xdpyinfo
outputs depths: 1, 4, 8, 15, 16, 24, 32 are supported.
Lowest I got (8bit) is inefficient as xorg uses constantly 30% cpu.
xenial, nvidia 304.131.
Xnest
also, but I do not think that you can use a depth that is not native in the real server. Tried a bit to no avail... http://askubuntu.com/a/519164/16395 . You can check the screens/depths you have available withxdpyinfo
(I have only 24 and 32 planes). – Rmano Jun 28 '16 at 06:48