Solution for low screen resolution in Ubuntu 14.04 and VirtualBox
On my test installations of Ubuntu 14.04 in VirtualBox, I had to figure out how to deal with a situation where the highest screen resolution I could get is 640 x 480. And it was not just with Ubuntu 14.04, but also with Kubuntu 14.04.
When I ran the xrandx command, the output was:
kamit@HU:~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480
default connected primary 640x480+0+0 0mm x 0mm
640x480 73.0*
Here's what it looks like from the Display module of System Settings.
That's not good.
I found that there are two solutions to the problem.
1. Use Xdiagnose
From the Dash, search for and launch Xdiagnose, then enable all the options under Debug. Click the Apply button, then close the window and restart the system.
2. Additional Drivers
Also from the Dash, search for and start Software Updates. Click on the Additional Driverstab, then click on the Using x86 virtualization solution.... Apply the changes, then restart the machine afterwards.
With either solution, the system should reboot in 1024 x 768 screen resolution, and you should be able to expand the window simply by dragging it. And if you run the xrandxcommand, the output should be:
kamit@HU:~$ xrandr
Screen 0: minimum 64 x 64, current 1024 x 768, maximum 16384 x 16384
VBOX0 connected primary 1024x768+0+0 0mm x 0mm
1024x768 60.0*+
800x600 60.0
640x480 60.0
출처 : http://forum.linuxbsdos.com/topic/201/solution-for-low-screen-resolution-in-ubuntu-14-04-and-virtualbox
'2. Additional Drivers'에서 그림이 잘못나왔다 위 라디오 버튼을 누르고 진행하길 바란다.
'Skills > Ubuntu' 카테고리의 다른 글
Ubuntu Linux install OpenSSH server (0) | 2020.11.06 |
---|---|
How to Install and Configure VNC on Ubuntu 18.04 (0) | 2018.05.04 |
모든 사용자용 bashrc 수정하기 (0) | 2014.03.07 |
vim 에디터 설치 및 기본설정하기 (1) | 2014.03.07 |
Ubuntu java 버전 변경하기 (0) | 2014.03.07 |
댓글