[Trusty] Enable framebuffer device on vmwgfx by default

Stefan Bader stefan.bader at canonical.com
Thu Jan 30 10:11:27 UTC 2014


>From f82f040af4f3dc3d0bb37f7329afe4ce5030d750 Mon Sep 17 00:00:00 2001
From: Stefan Bader <stefan.bader at canonical.com>
Date: Thu, 30 Jan 2014 09:14:55 +0000
Subject: [PATCH 2/2] UBUNTU: [config] Make vmwgfx driver enable the
 framebuffer device

This just changes a default that could also be modified by setting
"vmwgfx.enable_fbdev=1" on the kernel command line. It is only
relevant for VMs using the VMWare virtual graphics card and without
it the console seems to not get up correctly in some cases.

Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
---
 debian.master/config/config.common.ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu
index f34ac3c..565604d 100644
--- a/debian.master/config/config.common.ubuntu
+++ b/debian.master/config/config.common.ubuntu
@@ -1582,7 +1582,7 @@ CONFIG_DRM_UDL=m
 CONFIG_DRM_USB=m
 CONFIG_DRM_VIA=m
 CONFIG_DRM_VMWGFX=m
-# CONFIG_DRM_VMWGFX_FBCON is not set
+CONFIG_DRM_VMWGFX_FBCON=y
 CONFIG_DS1682=m
 CONFIG_DSCC4=m
 CONFIG_DSCC4_PCISYNC=y
-- 
1.8.3.2





More information about the kernel-team mailing list