Portege R100에서 ubuntu10.04 1024×768설정

토시바의 Portege R100 노트북에서의 우분투에서는 화면이 1024x768 설정이 곤란하였습니다.
구글 검색 끝에 이를 해결할 수 있었습니다. 다른 글타래에 이미 게재돼 있지만, 찾기 쉽게 하기 위하여 새 글타래로 게재합니다. 이것은 10.04LTS 용입니다. 그 전 9.10에서는 조금 달리해야 한답니다. 10.10 이후에는 어떻게 설정하는지 테스트해 보지 않았습니다.

영문 해득에 불편한 분을 위하여 간단히 절차를 적겠습니다.

  1. Xorg -configure 명령으로 xorg.conf 파일을 생성한다. 단순히 터미날에서 이 명을 주어서는 안 됩니다. 그 방법은 검색해서 터득하세요.
  2. 위 파일을 /etc/X11 에 복사한다.
  3. 위 xorg.conf 내용을 아래 내용으로 대체한다.
  4. /etc/default/grub 파일을 적당한 편집기로 연다.
  5. GRUB_GFXMODE=1024×768 같은 줄을 이것으로 대체
  6. GRUB_GFXPAYLOAD_LINUX=1024×768 이 줄을 추가한다.
  7. sudo update-grub 명령

The first problem I had to solve was setting the display to the native resolution of 1024×768. The old /etc/X11/xorg.conf file is deprecated and wont exist on most systems, including the R100. Based on the output from Xorg -configure I settled on the following xorg.conf file:

Xorg.conf

Section “Module”
Load “GLcore”
EndSection
Section “Monitor”
Identifier “Monitor0″
VendorName “Generic LCD Display”
ModelName “LCD Panel 1024×768″
Horizsync 31.5-48.0
Vertrefresh 56.0-65.0
modeline “1024×768″ 65.0 1024 1048 1184 1344 768 771 777 806 -vsync -hsync
EndSection
Section “Device”
Identifier “Card0″
Driver “trident”
VendorName “Trident Microsystems”
BoardName “CyberBlade XP4m32″
BusID “PCI:1:0:0″
EndSection
Section “Screen”
Identifier “Screen0″
Device “Card0″
Monitor “Monitor0″
DefaultDepth 16
SubSection “Display”
Virtual 1024 768
Modes “1024×768″
EndSubSection
EndSection

Next I set out to solve the problem where brightness changes to the LCD backlight, from unplugging AC power for example, would cause the display to zoom into the upper left quarter of the screen. Ctrl+alt+f1 followed by ctrl+alt+f7 would get the screen back to normal but I needed it to work correctly. The solution was to force the VESA BIOS Extension (VBE) Mode to 1024×768 resolution as well. For Ubuntu 9.04 this was accomplished by editing the /boot/grub/menu.lst file by uncommenting the defoptions line and changing it to defoptions=quiet splash vga=791. Ubuntu 9.10 and above are a bit different as they use Grub 2, instead edit /etc/default/grub and change the line to: GRUB_CMDLINE_LINUX=”vga=791″. For Ubuntu 10.04 instead leave GRUB_CMDLINE_LINUX blank and set GRUB_GFXMODE=1024×768 and GRUB_GFXPAYLOAD_LINUX=1024×768. Then a sudo update-grub updates all active
kernels with the options we just specified.

fedora 15를 설치해 보았는데, 1024*768 화면으로 뜨고 있네요.
다만, 그놈 3은 그래픽 때문에 지원하지 않은다는 취지의 메시지가 뜹니다.
시스탬 정보를 살펴보니 그놈 3.01인데, 아마도 3d, 2d 를 지원하지 않은다는 말 같기도 합니다.

말썽 많은 포테지 R100 노트북에는 우분투보다 페도라를 쓰는 게 맘 편할 듯 합니다.