> How do I need to go about telling wscons to configure pnozz to be 32bpp?
There is currently no way to do this from userland (the interfaces to do this are not completed yet). However, you can can recompile a kernel with sc_mapdepth initialized to 32, instead of 8, in /usr/src/sys/arch/sparc/dev/p9100.c. You can also pick a different resolution than 800x600 by changing sc_mapwidth and sc_mapheight, but doing this will disable the lcd panel while running X: you'll need to connect an external display (but if you want to run X in 32 bpp mode, you can't go beyond 800x600, as there is not enough video memory for 1024x768x32). Miod
