Index: xf86fbman.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/common/xf86fbman.c,v retrieving revision 1.6 diff -u -p -r1.6 xf86fbman.c --- xf86fbman.c 3 Jul 2005 08:53:42 -0000 1.6 +++ xf86fbman.c 5 Mar 2006 13:23:06 -0000 @@ -1209,7 +1209,7 @@ xf86InitFBManager( } if (FullBox->y2 < FullBox->y1) return FALSE; - if (FullBox->x2 < FullBox->x2) return FALSE; + if (FullBox->x2 < FullBox->x1) return FALSE; REGION_INIT(pScreen, &ScreenRegion, &ScreenBox, 1); REGION_INIT(pScreen, &FullRegion, FullBox, 1);