xfree86: Prefer fbdev to vesa
authorAdam Jackson <ajax@redhat.com>
Fri, 15 Nov 2013 20:13:31 +0000 (15:13 -0500)
committerAdam Jackson <ajax@redhat.com>
Mon, 9 Dec 2013 18:20:36 +0000 (13:20 -0500)
commitc6d4c2a24140feee4ceae48c4c74fedcae9b68b3
treec91f5f1ef580b2c9d1bb9000368c47c390c5ccc3
parent7b5d4f147fdef9edfeaa9c6565375111079efd11
xfree86: Prefer fbdev to vesa

On UEFI machines you'd prefer fbdev to grab efifb instead of vesa trying
to initialize and failing in a way we can't unwind from.  On BIOS
machines this is harmless: either there is an fbdev driver and it'll
probably be more capable, or there's not and vesa will kick in anyway.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Adam Jackson <ajax@redhat.com>
hw/xfree86/common/xf86AutoConfig.c
hw/xfree86/common/xf86Config.c