Skip to content

pmbootstrap qemu: change default frontend to GTK

Mark requested to merge nergzd723/pmbootstrap:fix-nvidia into master

pmbootstrap qemu command doesn't work with proprietary Nvidia drivers, probably some SDL-related issue, add a workaround to fix it.

error message:

qemu-system-x86_64: -show-cursor: warning: The -show-cursor option is deprecated. Please add show-cursor=on to your -display options.
qemu-system-x86_64: -show-cursor: warning: When using the default display you can use -display default,show-cursor=on
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  3 (X_GLXCreateContext)
  Value in failed request:  0x0
  Serial number of failed request:  105
  Current serial number in output stream:  106

This also fixes mouse misalignment issue in Phosh.

Edited by Mark

Merge request reports