VMware 해상도 변경 방법
Step 1: Install X and GNOME, if not already present.
[Note: to install KDE, substitute the “GNOME…” string with “KDE (K Desktop Environment)”]
Step 2: Edit /etc/X11/xorg.conf
"/etc/X11/xorg.conf" 파일 내용 중에 이미 존재하고 있는
"Device" Section 부분 뒤에
를 삽입한다. 그리고 나서 "Screen" Section을 다음과 같이 수정해 준다.
[Note: to replace the following “1600×1200″ string with the highest resolution your monitor can handle.]
Step 3: Start X
다음과 같은 명령어로 X를 실행시켜 준다.
Step 1: Install X and GNOME, if not already present.
[root@localhost ~]# yum groupinstall "X Window System" "GNOME Desktop Environment"
[Note: to install KDE, substitute the “GNOME…” string with “KDE (K Desktop Environment)”]
Step 2: Edit /etc/X11/xorg.conf
"/etc/X11/xorg.conf" 파일 내용 중에 이미 존재하고 있는
Section "Device" Identifier "Videocard0" Driver "vmware" EndSection
"Device" Section 부분 뒤에
Section "Monitor" Identifier "Monitor0" HorizSync 1.0 - 10000.0 VertRefresh 1.0 - 10000.0 EndSection
를 삽입한다. 그리고 나서 "Screen" Section을 다음과 같이 수정해 준다.
[Note: to replace the following “1600×1200″ string with the highest resolution your monitor can handle.]
Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1600x1200" "800x600" "640x480" EndSubSection EndSection
Step 3: Start X
다음과 같은 명령어로 X를 실행시켜 준다.
[root@localhost ~]# startx
'Computer Engineering > Tools & Tip' 카테고리의 다른 글
Eclipse Galileo에서 C,C++ 개발환경 구축하기 - CDT, MinGW (0) | 2011.03.25 |
---|---|
한글 putty 다운 (0) | 2008.08.09 |
한글 에서 목차 자동으로 넣는 방법 (0) | 2008.07.29 |
비스타, 서버 2008 에서 visual studio 6 사용 방법 (0) | 2008.07.16 |
이클립스 워크 폴더 바꾸기 ( Eclipse workspace 바꾸기) (0) | 2008.06.25 |
visual studio 테마를 바꿔보자 (1) | 2008.05.23 |
포토샵 단축키 (0) | 2008.05.23 |
Doxygen 사용법 (0) | 2008.05.19 |
vmware 설치된 os 디스크 용량 늘리기 (0) | 2008.04.18 |
[[VS2008]] VS 2008 최종 버전 설치 하기전 VS 2008 Beta2 삭제하기 (0) | 2008.03.19 |