It isn't window manager that you set bpp for, it's X server You can change line which looks like DefaultColorDepth 8 in your /etc/XF86Setup (change 8 to 16), or modify your startx script to pass something like '-- -bpp 16' to xinit (-- separates parameters passed to X server from passed to clients) Ilya