diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c index f36752fc1..48efb61b2 100644 --- a/hw/vfb/InitOutput.c +++ b/hw/vfb/InitOutput.c @@ -786,6 +786,9 @@ vfbRRCrtcSet(ScreenPtr pScreen, static Bool vfbRRGetInfo(ScreenPtr pScreen, Rotation *rotations) { + /* Don't support rotations */ + *rotations = RR_Rotate_0; + return TRUE; }