Linux/Gentoo2011. 12. 1. 01:19
공식 핸드북 설명이 약간 부족하기 때문에, 생각처럼 잘 안 되어서 고생할 수도 있다. 방법이야 많이 있겠지만 최신 핸드북에서는 uvesa를 쓰는 것을 기준으로 하는 것 같다. 아무튼 다음과 같이 커널 설정을 한다.
Device Drivers ->
	* Connector - unified userspace <-> kernelspace linker
	Graphics support ->
		* Support for frame buffer devices ->
			* Enable firmware EDID
			* Userspace VESA VGA graphics support
		* Console display driver support ->
			* Framebuffer Console support
커널을 일단 빌드한다. 커널 설치나 재부팅은 하지 말고, v86d package를 설치한다.
emerge -va v86d
다시 커널 설정을 한다.
General Setup ->
	(/usr/share/v86d/initramfs) Initramfs source file(s)
이제 커널을 컴파일하고 설치한다. 그리고 grub에도 설정을 적어주면 된다. 1024x768은 당연히 수정.
(...) video=uvesafb:mtrr:3,ywrap,1024x768-24@60
참고
http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml?part=1&chap=10

http://en.gentoo-wiki.com/wiki/Framebuffer
http://en.gentoo-wiki.com/wiki/Initramfs#Kernel_Configuration
Posted by asdfzxcv