사용자 도구

사이트 도구


virtualbox

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
virtualbox [2013/11/03 15:08]
kwon37xi
virtualbox [2014/04/29 12:08]
kwon37xi [Full Screen]
줄 23: 줄 23:
 ==== 화면 사이즈 추가(Screen resolution) ==== ==== 화면 사이즈 추가(Screen resolution) ====
   * [[https://mknowles.com.au/wordpress/2009/05/07/custom-resolutions-in-virtualbox/|Custom Resolutions in VirtualBox « Mark Knowles' Blog]]   * [[https://mknowles.com.au/wordpress/2009/05/07/custom-resolutions-in-virtualbox/|Custom Resolutions in VirtualBox « Mark Knowles' Blog]]
 +<code sh>
 +# 가상머신 실행 전 설정
 +VBoxManage setextradata [VM Name] CustomVideoMode[num] [width]x[height]x[color depth]
 +
 +# 가상머신 실행 후 변경
 +VBoxManage controlvm [VM Name] setvideomodehint [width] [height] [color depth]
 +</code>
 +
 +===== Full Screen =====
 +  * 듀얼 머니터에서 풀스크린 위치 변경하기 - [[http://superuser.com/questions/355331/is-there-a-way-to-make-virtualbox-use-a-specific-monitor-when-going-full-screen|Is there a way to make virtualbox use a specific monitor when going full screen]]
 +    * Full Screen 상태로 만듬
 +    * ''Host + Home'' -> ''View(보기)''-> ''Virtual Screen 1(가상화면 1)'' 에서 모니터 선택.
 +
  
virtualbox.txt · 마지막으로 수정됨: 2022/01/09 01:14 저자 kwon37xi