<div dir="ltr"><div><div>Hi,<br></div><div><br>I have a question how to change screen resolution. I'm running a image in vmplayer. From dmesg logs I see,<br>[    2.947320] [drm] Screen Objects Display Unit initialized<br>[    2.947346] [drm] width 1280<br>[    2.947351] [drm] height 768<br>[    2.947356] [drm] bpp 32<br><br>lsmod | grep vmwgfx                         <br>vmwgfx                220505  2<br>ttm                    75481  1 vmwgfx<br>drm_kms_helper        105053  1 vmwgfx<br>drm                   279913  6 vmwgfx,ttm,drm_kms_helper<br><br>The status of the connector is,<br>cat /sys/class/drm/card0-Virtual-<wbr>1/status <br>connected<br><br>cat /sys/class/drm/card0-Virtual-1/modes <br>preferred<br>2560x1600<br>1920x1440<br>1856x1392<br>1792x1344<br>1920x1200<br>1600x1200<br>1680x1050<br>1400x1050<br>1280x1024<br>1440x900<br>1280x960<br>1360x768<br>1280x800<br>1152x864<br>1280x768<br>1024x768<br>800x600<br>640x480<br><br>I tried the below to change the screen resolution to 1920x1200,<br>- Passing video=Virtual-1:1920x1200 as kernel option<br>- Setting below in vmx file  (<a href="https://kb.vmware.com/s/article/1003" target="_blank">https://kb.vmware.com/s/<wbr>article/1003</a>)<br>svga.vramSize = 9216000 <br>svga.autodetect = "FALSE" <br>svga.maxWidth = 1920<br>svga.maxHeight = 1200<br><br>But the screen resolution doesn't change and in dmesg output I see width and height as (1280x768).<br><br>Any pointers will be helpful. Thanks.<br><br></div>Regards,<br></div>Vignesh<br></div>