[GH-ISSUE #132] how to change the display resolution #93

Closed
opened 2026-03-01 15:40:23 +03:00 by kerem · 2 comments
Owner

Originally created by @guozhanxian on GitHub (Dec 10, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/132

Operating System: centos7

Docker Image:
butomo1989/docker-android-x86-9.0

Docker Version:
Docker version 18.09.0

I want to know how to change the display resolution.
2

Originally created by @guozhanxian on GitHub (Dec 10, 2018). Original GitHub issue: https://github.com/budtmo/docker-android/issues/132 Operating System: centos7 Docker Image: butomo1989/docker-android-x86-9.0 Docker Version: Docker version 18.09.0 I want to know how to change the display resolution. ![2](https://user-images.githubusercontent.com/1329731/49722595-14e02180-fca0-11e8-859c-917edacdaf72.PNG)
kerem closed this issue 2026-03-01 15:40:24 +03:00
Author
Owner

@diemol commented on GitHub (Dec 11, 2018):

Hi @guozhanxian,

The display resolution is given by the layout of the skin, see for example the S6. You need to go there and change it yourself for the desired size.

If that does not work, also try to modify the config.ini of the device, where the screen resolution is also mentioned. I think in this project it should be located under /root/.android/avd/{theDevice}.avd/config.ini.

<!-- gh-comment-id:446118570 --> @diemol commented on GitHub (Dec 11, 2018): Hi @guozhanxian, The display resolution is given by the layout of the skin, see for example the [S6](https://github.com/butomo1989/docker-android/blob/master/devices/skins/samsung_galaxy_s6/layout#L49). You need to go there and change it yourself for the desired size. If that does not work, also try to modify the `config.ini` of the device, where the screen resolution is also mentioned. I think in this project it should be located under `/root/.android/avd/{theDevice}.avd/config.ini`.
Author
Owner

@diemol commented on GitHub (Dec 11, 2018):

You can also change the dpi if you want, check https://stackoverflow.com/questions/4791943/emulating-density-of-320-dpi-on-android-emulator

<!-- gh-comment-id:446118700 --> @diemol commented on GitHub (Dec 11, 2018): You can also change the dpi if you want, check https://stackoverflow.com/questions/4791943/emulating-density-of-320-dpi-on-android-emulator
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/docker-android#93
No description provided.