2007년 01월 15일
우분투 엣지 해상도 설정...1280x800 resolution(Averatec 4200/4280)
방명록에 글을 남겨주신 분이 계셔서 부랴부랴 몇자 적어 본다.
일단이 이곳을 참고했다. 이 링크(http://ubuntu.or.kr/wiki.php/Intel915Widescreen)가 우분투 효리(5.04)나 브리지(5.10) 시절에 써진 글이라 지금은 설정이 더 쉬워졌다. 일단 패키지로 제공되는 915resolution을 깔고, /etc/default/915resolution 을 조금 손 봐주는 것으로 끝이다.
915resolution을 깔았다면 아래와 같은 설정파일(/etc/default/915resolution)이 이미 있고, 주석에 친절한 설명이 있다.
여기까지 설정이 끝나면 재부팅을 해주면 GDM(로그인창)부터 뭔가 달라진 것을 느낄 수 있다.
참고 사이트
http://ubuntu.or.kr/wiki.php/Intel915Widescreen
일단이 이곳을 참고했다. 이 링크(http://ubuntu.or.kr/wiki.php/Intel915Widescreen)가 우분투 효리(5.04)나 브리지(5.10) 시절에 써진 글이라 지금은 설정이 더 쉬워졌다. 일단 패키지로 제공되는 915resolution을 깔고, /etc/default/915resolution 을 조금 손 봐주는 것으로 끝이다.
sudo apt-get install 915resolution설치한후에는 설정파일을 편집해 준다.
sudo vi /etc/default/915resolution
915resolution을 깔았다면 아래와 같은 설정파일(/etc/default/915resolution)이 이미 있고, 주석에 친절한 설명이 있다.
#이렇게 해주면 우선 1280x800 해상도를 위한 준비는 끝난 상태이다. 이후에는 /etc/X11/xorg.conf를 수정해 주면 된다. 아래는 /etc/X11/xorg.conf 의 일부이다.
# 915resolution default
#
# find free modes by /usr/sbin/915resolution -l
# and set it to MODE or set to 'MODE=auto'
#
# With 'auto' detection, the panel-size will be fetched from the VBE
# BIOS if possible and the highest-numbered mode in each bit-depth
# will be overwritten with the detected panel-size.
MODE=auto
#
# and set resolutions for the mode.
# e.g. use XRESO=1024 and YRESO=768
XRESO=1280
YRESO=800
#
# We can also set the pixel mode.
# e.g. use BIT=32
# Please note that this is optional,
# you can also leave this value blank.
BIT=24
Section "Device"실제로 필요한 부분은 Section "Screen"의 DefaultDepth를 24bit로 설정해주는 것과 거기에 맞춰서 SubSection "Display"의 Depth 24에 "1280x800"을 추가해주는 작업이다. Section "Device"와 Section "Monitor"은 참고용으로 함께 올린다.
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "i810"
BusID "PCI:0:2:0"
VideoRam 98304
EndSection
Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 28-51
VertRefresh 43-60
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x800" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
여기까지 설정이 끝나면 재부팅을 해주면 GDM(로그인창)부터 뭔가 달라진 것을 느낄 수 있다.
참고 사이트
http://ubuntu.or.kr/wiki.php/Intel915Widescreen
# by | 2007/01/15 11:10 | :: C space :: 컴퓨터 | 트랙백 | 핑백(2) | 덧글(6)













☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]
... 닌 설치시에 키보드 타입을 골랐기에 차후에 수정으로 적용이 제대로 되는지는 테스트 해보지 않았다. ③ 1280x800 해상도 설정은 이전과 동일. 이 글을 참고하면 된다. Feisty에는 이 방법 이외에도 xserver-xorg-video-intel 패키지를 설치함으로써 xorg.conf 의 수정만으로 1280 ... more
... (7.04)부터는 이 패키지가 필요없다. xorg.conf의 수정만으로도 1280x800의 해상도를 지원하는 드라이버가 추가된다. http://sakuragis.egloos.com/2981291 참고 ④ 부팅시 윈도우즈 파티션(FAT) 체크하지 않기(/etc/fstab) 우분투는 설치시 윈도우즈 파티션이 있다면 ... more
굇수 굇수
xorg.conf 이야기 였군요 :)
전 크게 따지는 편은 아니지만, 이왕이면 숫자 높은게 좀더 보기 좋을것 같다는 생각을 해봅니다.
최초에 beryl이 16bit에서 동작이 이상해서 24bit로 갔었는데(그 당시는 compiz이였죠)..
최근 다시 16bit에서 beryl을 구동해보니 아무런 문제가 없더군요.
전 이왕이면 빠른게 좋겠다는 생각에 16bit로 내렸죠. :)