ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • VirtualBox 랑 놀기
    Programming 2009. 2. 10. 15:07
    회사서 할일이 없어서 VirtualBox 랑 놀고있다.
    download url   http://www.virtualbox.org/wiki/Downloads

    전체화면 적용하기  Host키 + F (나는  F4키닷. F4+F)

    우분투녀석

    1. 장치> CD/DVD 드라이브 마운트 > 가상 미디어 관리자 > VBoxGuestAdditions.iso 선택
    = [게스트확장설치] 를 선택해도 같을것 같다.

    2.  shell > cd /media/cdrom
       shell > ./VBoxLinuxAdditions-x86.run

    3. 재부팅

    CentOS랑 놀기

    1. VirtualBox [장치] > [게스트확장설치] 한후






















    확장설치를 하면 마우스를 자유롭게 이동할 수 있다. (같은 걸 설치했는데 우분투는 안그러던데.. 왜 그럴까..)


    2. 쉘에서 파일 실행
    [root@localhost VBOXADDITIONS_2.1.2_41885]# pwd
    /media/VBOXADDITIONS_2.1.2_41885

    [root@localhost VBOXADDITIONS_2.1.2_41885]# /usr/bin sh ./VBoxLinuxAdditions-x86.run
    -bash: /usr/bin: is a directory

    [root@localhost VBOXADDITIONS_2.1.2_41885]# /bin/sh VBoxLinuxAdditions-x86.run
    Verifying archive integrity... All good.
    Uncompressing VirtualBox 2.1.2 Guest Additions for Linux installation.......................
    VirtualBox 2.1.2 Guest Additions installation
    Building the VirtualBox Guest Additions kernel module...
    Building the shared folder support kernel module...
    Installing the VirtualBox Guest Additions...Successfully installed the VirtualBox Guest Additions.
    You must restart your guest system in order to complete the installation.

    3. 이런경우 화면 해상도가 1024x768 까지 지원한다.
    xorg.conf 파일을 수정한다.
    shell> vi /etc/X11/xorg.conf

    Section "Screen"
           Identifier "Screen0"
           Device     "Videocard0"
           DefaultDepth     24
           SubSection "Display"
                   Viewport   0 0
                   Depth     24
           Modes "1280x1024" "1024x768" "800x600" "640x480" <- 추가한다
           EndSubSection
    EndSection

    4. 재부팅 해준다~
    shell> shutdown -r now

    reference url   http://www.lug.or.kr/home/bbs/board.php?bo_table=centos_book&wr_id=7


    혼자 꿍씨렁 거리기.

    'Programming' 카테고리의 다른 글

    윈도우에서 ssh 자동로그인 (PuTTY) 2탄  (0) 2009.02.17
    chkconfig  (0) 2008.07.25
    윈도우에서 ssh 자동로그인 (PuTTY)  (0) 2008.04.10

    댓글

Designed by Tistory.