RHEV 또는 VMware에서 Guest OS의 디스플레이 해상도(display resolution)를 조정하는 방법
Guest OS 설정이나 Vmware에서 설정하는 것이 아니며,
OS의 해상도를 조절하는 것과 동일하게 맞추면 된다.
1) CLI 명령어를 통해 조정하는 방법
To change the VGA card display resolution in RHEL5
1) First check all the possible resolutions supported by your graphics card using the following command.
"xrandr"
It will display all possible resolutions.
2) Change resolution.
Suppose your graphics card support 1024x768 resolution then you can change it using the following command.
"xrandr -s 1024x768"
If you don't have "1024x768" in that “xrandr” output, try below one this might be help to get “1024x768”.
In “/etc/X11/xorg.conf” file just check the entries
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1024x768"
EndSubSection
Check the entry “Modes”. If it is not present just add this line and check.
2. GUI를 통해 조정하는 방법
6.2. Changing the Resolution of Displays in a Red Hat Enterprise Linux Virtual Machine
- Open the System menu from the GNOME panel.
- Open the Preferences section.
- Click Display to open the Display Preferences window.
- Select the display whose resolution is to be changed.
- Select the resolution from the Resolution drop-down list.
'OS > Linux' 카테고리의 다른 글
Windows 파일공유(SMB) 대체를 위한 SSHFS (0) | 2018.07.26 |
---|---|
[RHEL] RHEL 네트워크 설정 파일 파라미터 설명 (0) | 2017.03.26 |
[RHEL] RHEL7 네트워크 가이드 (0) | 2017.03.26 |
rfc1337 파라미터에 대해 (0) | 2016.05.23 |
[RHEL] How to resize/reduce root file system on RHEL 6 (0) | 2015.07.31 |
[RHEL] /proc/sys/net/ipv4/* Variables (0) | 2014.12.26 |
[RHEL] TCP Parameter - ip_local_reserved_ports (0) | 2014.12.26 |
[RHEL] RHEL6 설치시 GUI Login (0) | 2014.08.28 |
[RHEL] What should go in password-auth vs system-auth in RHEL6? (0) | 2014.08.28 |
[RHEL] How to configure pam_tally2 to lock user account after certain number of failed login attempts ? (0) | 2014.08.28 |