User Tools

Site Tools


ubuntu904:viac7:video

This is an old revision of the document!


Конфигурация X-сервера

Section "Device"
	Identifier	"Configured Video Device"
	Driver	"openchrome"
	Option	"VBEModes" "Yes"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Configured Video Device"
	SubSection "Display"
		Modes "1024x768"
	EndSubSection
EndSection

Получить режим VBE

vbetool vbemode get

Прописать в конфигурацию grub режим vga = vbemode + 512

kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=lalala vga=792 ro quiet plash 
ubuntu904/viac7/video.1242481977.txt.gz · Last modified: (external edit)