Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to run genymotion in hidpi mode?

I am trying to run genymotion on a rMBP in HiDPI mode. Apparently my Virtualbox version already has <key>NSHighResolutionCapable</key> <true/> set in Contents/Info.plist

Still genymotion does scale the vm up to 200%, which not only makes everything look pretty blurry, but also adds blurriness from downscaling.

I am using Virtualbox 4.3.2 and genymotion 1.3.1 on OSX 10.9.

like image 508
maddrag0n Avatar asked Nov 02 '13 14:11

maddrag0n


2 Answers

Genymotion uses VirtualBox under the hood, and they probably will never support proper HiDPI rendering, because of flawed reasoning (like "other OSes don't know about HiDPI, so picture must be scaled").
Source — comment to the ticket

Although I'm not sure if the VirtualBox is actually used for rendering the picture… if not, then VirtualBox rendering problems are probably not an issue.

like image 118
Display Name Avatar answered Nov 18 '22 16:11

Display Name


It's not supported at the moment (Genymotion 2.2.2).

From Genymotion's twitter:

Sam Soffes @Genymotion any plans for Retina Mac support?

Genymotion @soffes absolutely, but it will takes time, as we need to change a lots of things to support HiDef screens.


Update: Genymotion now fully supports Retina screen resolutions [Version 2.7.0].

like image 39
Juan Andrés Diana Avatar answered Nov 18 '22 17:11

Juan Andrés Diana