Убедитесь что в файле /etc/default/grub указаны соответствующие значения параметров

GRUB_GFXMODE=1024x768
GRUB_GFXPAYLOAD_LINUX=keep

Чтобы изменения вступили в силу выполним команду

update-grub

Конфигурация X-сервера /etc/X11/xorg.conf

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

Перезагружаемся!

 
lucid1004/viac7/openchrome.txt · Last modified: 2012/01/11 11:24 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki