Hi,

I'm sorry if this is a stupid question, but can anybody running version 4.2.99.1 
confirm that xvidtune
does actually work (i.e. change modes using the menu)? I always end up in 

xc/programs/Xserver/hw/xfree86/common/xf86Cursor.c:

Bool
xf86SwitchMode(ScreenPtr pScreen, DisplayModePtr mode)
{
  ScrnInfoPtr pScr = XF86SCRNINFO(pScreen);
  ScreenPtr   pCursorScreen;
  Bool        Switched;
  int         px, py;

  if (!pScr->vtSema || !mode || !pScr->SwitchMode)
    return FALSE;

#ifdef XFreeXDGA
  if (DGAActive(pScr->scrnIndex))
    return FALSE;
#endif

  if (mode == pScr->currentMode)
    return TRUE;
....

The function always returns at this point and doesn't switch.

Thanks,
Frank.

__
 Frank Giessler
 Klinikum der Universitaet Jena               Tel.: +49-3641-9 35259
 Biomagnetisches Zentrum                      Fax : +49-3641-9 35355

_______________________________________________
Xpert mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xpert

Reply via email to