diff --git a/hw/xquartz/quartz.c b/hw/xquartz/quartz.c index 519032603..6f8fe4ae9 100644 --- a/hw/xquartz/quartz.c +++ b/hw/xquartz/quartz.c @@ -164,7 +164,7 @@ void QuartzInitOutput( generation = serverGeneration; } - if (serverGeneration == 0) { + if (serverGeneration == 1) { QuartzAudioInit(); } @@ -252,7 +252,7 @@ void QuartzDisplayChangedHandler(int screenNum, xEventPtr xe, DeviceIntPtr dev, int x, y, width, height, sx, sy; xEvent e; - DEBUG_LOG("QuartzDisplayChangedHandler()\n"); + DEBUG_LOG("QuartzDisplayChangedHandler(): noPseudoramiXExtension=%d, screenInfo.numScreens=%d\n", noPseudoramiXExtension, screenInfo.numScreens); if (noPseudoramiXExtension || screenInfo.numScreens != 1) { /* FIXME: if not using Xinerama, we have multiple screens, and