티스토리 툴바

블로그 이미지
Hoze

calendar

    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Notice

2011/01/04 00:34 나의 맥북과 아이폰
심심해서 버추얼 박스에 우분투를 추가했다. 그런데 해상도가 800 밖에 잡히지 않는다. 삽질하다가 아래의 해법을 찾아서 해결했다.

/etc/X11/ 로 가서 sudo gedit xorg.conf (이 파일은 존재하지 않는다)해서 에디터를 연 다음에 다음을 복사해서 붙여 넣은 다음에 저장한다. 그리고 다시 시동한다.

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# Note that some configuration settings that could be done previously
# in this file, now are automatically configured by the server and settings
# here are ignored.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Device"
    Identifier    "Configured Video Device"
EndSection

Section "Monitor"
    Identifier    "Generic Monitor"
    HorizSync    30 - 71
    VertRefresh    50 - 160
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "Configured Video Device"
    Monitor        "Generic Monitor"
    DefaultDepth    24
  
    SubSection "Display"
       Modes   "1280x1024" "1440x900" "1280x960" "1360x768" "1024x768" "800x600"       
    EndSubSection

EndSection
저작자 표시

'나의 맥북과 아이폰' 카테고리의 다른 글

켄싱턴 자물쇠  (0) 2011/01/19
나비 효과  (0) 2011/01/05
우분투  (2) 2011/01/04
맥 홈 시어터 2  (2) 2010/12/29
맥 홈 시어터  (0) 2010/12/23
세상에서 가장 얇은 컴퓨터  (1) 2010/12/19
posted by Hoze
TAG