1. 윈도우 환경에서 VMware를 통한 tftp server를 설정하는 방법이다. VMware 6.5 와 Fedora 10 환경에서 설정하였다. 2. VMware에서 [Edit]-[Virtual Network Editor...] 에서 Host Virtual Network Mapping 탭에서 VMnet0 를 장비와 연결할 Lan 카드로 설정한다. 3. VMware의 Fedora Setting에서 Network Adapter 설정에서 다음과 같이 선택한다. (만약 LAN 카드를 두 개를 사용하여, 인터넷 연결이 필요하다면, 새로 Network Adapter를 추가하여 설정한다.) 4. IP 설정은 다음과 같이 한다. 윈도우 상의 LAN 카드 : IP 192.168.123.1 서브넷 255.255.255...
1. Open a terminal (look above if you don't know how) 2. Type 'sudo gedit /etc/X11/xorg.conf' 3. Type your password (needs root-rights again and afterwards a text editor should appear ) 4. Find: Section "Device" Identifier "Configured Video Device" EndSection 5. Change to: Section "Device" Identifier "Configured Video Device" Driver "vboxvideo" EndSection 6. Save (press ctrl+s) 7. log out and lo..
1.) Verify that your /usr/lib/xorg/modules/input/ on the guest contains in fact a vboxmouse_drv.so file. Code: oot@oraub32:~# ls -la /usr/lib/xorg/modules/input/vbox* -rw-r--r-- 1 root root 186664 2008-10-25 19:30 /usr/lib/xorg/modules/input/vboxmouse_drv.so 2.) sudo gedit /etc/X11/xorg.conf 3.) paste those lines into your xorg.conf Code: Section "InputDevice" Identifier "Configured Mouse" Drive..
VirtualBoxGuestAddon을 설치한다. 우선 cdrom에 이미지 마운트 옵션에서 VBoxGuestAdditions.iso를 선택한다. 시디를 넣고 부팅하면 /media/cdrom0에 마운트 되어 있을 것이다. VBoxLinuxAdditions.run을 실행하여 설치를 진행한다. sudo /media/cdrom0/VBoxLinuxAdditions.run /etc/X11/xorg.conf 파일을 열어 다음의 부분을 찾아 Section "Device" Identifier "Configured Video Device" EndSection 아래와 같이 수정한다. Section "Device" Identifier "Configured Video Device" Driver "vboxvideo" EndSec..