From 3062c0cf0d5480e46febdef0157af8f0a51d15d7 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 5 Feb 2013 13:11:44 -0800 Subject: fri2-noemgd: use fbdev X driver The systems provided by the Yocto Project Fish River Island 2 Giveaway Program come with Fast Boot EFI firmware. This firmware does not provide legacy BIOS support. And because the 'vesafb' X driver depends on this legacy BIOS support, it fails to work on these systems. On these systems the 'fbdev' X driver is able to work, giving a functional X graphical screen. Somehow the 'fbdev' X driver is finding 800x600 as the only available mode for display on these systems. This 'fbdev' X driver should also work with the other fri2 systems which come with the Kontron supplied APTIO (AMI) BIOS. This fixes bug: [YOCTO #3846] Signed-off-by: Nitin A Kamble Signed-off-by: Tom Zanussi --- .../xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-fri2/recipes-graphics') diff --git a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf index da4fc3c6..bda3535a 100644 --- a/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf +++ b/meta-fri2/recipes-graphics/xorg-xserver/xserver-xf86-config/fri2-noemgd/xorg.conf @@ -1,6 +1,6 @@ Section "Device" Identifier "Generic VESA" - Driver "vesa" + Driver "fbdev" EndSection Section "Monitor" -- cgit v1.2.3-54-g00ecf