--- SheepShaver/src/Unix/video_x.cpp 2005/06/22 16:40:24 1.44 +++ SheepShaver/src/Unix/video_x.cpp 2005/06/24 22:31:28 1.45 @@ -697,7 +697,7 @@ static bool open_fbdev_dga(int width, in } D(bug("[fbdev] visual: %s\n", fb_visual_str)); - if (fb_visual != FB_VISUAL_TRUECOLOR) { + if (fb_visual != FB_VISUAL_TRUECOLOR && fb_visual != FB_VISUAL_DIRECTCOLOR) { D(bug("[fbdev] visual '%s' not supported\n", fb_visual_str)); return false; }