• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/generic/common


Commit MetaInfo

Revision2181825646c97548e02498cb614a90177233e30b (tree)
Time2017-07-27 16:55:24
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

init.sh: allow setting VMware solution via cmdline

The VMware vmwgfx driver doesn't honor the standard video= cmdline.
Force to set the resolution via the debug.drm.mode.force property.

Change Summary

Incremental Difference

--- a/init.sh
+++ b/init.sh
@@ -107,6 +107,9 @@ function set_drm_mode()
107107 ET1602*)
108108 drm_mode=1366x768
109109 ;;
110+ VMware*)
111+ [ -n "$video" ] && drm_mode=$video
112+ ;;
110113 *)
111114 ;;
112115 esac