Skip to content

Commit c97ec49

Browse files
committed
kernel/config: Enable support for VMware Virtual GPU
which the Xorg vmware driver binds to. Used by the default emulated graphics card in VirtualBox (VMSVGA). Need to "Enable framebuffer console under vmwgfx by default" (CONFIG_DRM_VMWGFX_FBCON) otherwise screen goes blank after system goes multiuser, though system is still functional.
1 parent d4904b7 commit c97ec49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

kernel/config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,6 +875,7 @@ CONFIG_ARCH_HAS_PKEYS=y
875875
# CONFIG_PERCPU_STATS is not set
876876
# CONFIG_GUP_BENCHMARK is not set
877877
CONFIG_ARCH_HAS_PTE_SPECIAL=y
878+
CONFIG_MAPPING_DIRTY_HELPERS=y
878879
# end of Memory Management options
879880

880881
CONFIG_NET=y
@@ -2890,6 +2891,8 @@ CONFIG_DRM_FBDEV_OVERALLOC=100
28902891
# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
28912892
# CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
28922893
# CONFIG_DRM_DP_CEC is not set
2894+
CONFIG_DRM_TTM=m
2895+
CONFIG_DRM_TTM_DMA_PAGE_POOL=y
28932896

28942897
#
28952898
# I2C encoder or helper chips
@@ -2944,7 +2947,8 @@ CONFIG_DRM_I915_TIMESLICE_DURATION=1
29442947

29452948
# CONFIG_DRM_VGEM is not set
29462949
# CONFIG_DRM_VKMS is not set
2947-
# CONFIG_DRM_VMWGFX is not set
2950+
CONFIG_DRM_VMWGFX=m
2951+
CONFIG_DRM_VMWGFX_FBCON=y
29482952
# CONFIG_DRM_GMA500 is not set
29492953
# CONFIG_DRM_UDL is not set
29502954
# CONFIG_DRM_AST is not set

0 commit comments

Comments
 (0)