Comment 13 for bug 193323

Revision history for this message
StefanPotyra (sistpoty) wrote :

setting xserver-xorg-video-cirrus task back to new again. I somehow believe that the error is there.

More precise: I think that
src/alp_driver.c:952
       switch(pScrn->bitsPerPixel) {
should be
       switch(pScrn->depth) {

but I must admit, that I don't have too much clue about X in general.