2010년 1월 27일 수요일

Ubuntu 9.10 + GeForce 7300 LE + Lenovo L2440x wide 설정

gtf를 시행하여 1920x1200@60Hz에 해당하는 Modeilne 값을 찾아 낸다.

# gtf 1920 1200 60 -x

  # 1920x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz; pclk: 193.16 MHz
  Modeline "1920x1200_60.00"  193.16  1920 2048 2256 2592  1200 1201 1204 1242  -HSync +Vsync

이 값을 xorg.conf에 추가 하고, 모니터가 지원하는 HorizSync 값을 지정 한다.

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
    HorizSync       29.0 - 90.0
#    VertRefresh     50.0 - 60.0
 # 1920x1200 @ 60.00 Hz (GTF) hsync: 74.52 kHz; pclk: 193.16 MHz
  Modeline "1920x1200_60.00"  193.16  1920 2048 2256 2592  1200 1201 1204 1242  -HSync +Vsync

    Option         "DPMS"
EndSection

설정이 끝나면 gdm을 다시 시작 한다.

# restart gdm
gdm start/running, process 31107

로그인 후 display에서 해상도를 변경 한다.


2010년 1월 25일 월요일

Ubuntu 9.10에서 윈도 폰트 사용하기

sudo apt-get install ttf-mscorefonts-installer
sudo apt-get install ttf-liberation

또는 시냅틱 관리자에서 ttf-mscorefonts-installer를 선택하여 설치하면 ttf-liberation까지 포함되어 설치 된다.

그리고 나서 다음의 순서대로 .fonts 폴더를 생성하고 폰트를 복사한다.
  1. Go to your home folder
  2. Enable “Show Hidden Files” option from Nautilus View menu
  3. Then create new folder with name “.fonts” (with dot in front)
  4. Now in new folder copy all your true type fonts. If you want to copy your Windows fonts, you can find it in WINDOWS/Fonts folder.
  5. Now restart and new fonts will be in use.