On 03.04.2011 10:45, 张启德 wrote: >> I did it but had no needed result. Probably I chose wrong vga-settings? >> I have 1024x768 screen (under X11; maybe under console I need to use >> another one?) and 32-bit videocard/ > > Not sure, but you can take some snapshots in console (try fbi or fim), so > other > people can give you more help! > >> $lspci >> ... >>> 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, >>> 943/940GML Express Integrated Graphics Controller (rev 03) >>> 00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, >>> 943/940GML Express Integrated Graphics Controller (rev 03) >> >> I tried to use "vga=792" and "vga=791" but have no result. > > Don't forget to run "sudo update-grub2" after edit /etc/default/grub >
I have resolved that problem. There are two ways of resolving it: a) disabling kms; b) setting up "video=" (instead "vda=" which don't work with kms) in menu.lst or grub.cfg. In my system for the first way it needs to improve '/etc/modprobe.d/i915-kms.conf' by changing 'options i915 modeset' from '1' to '0'. For the second way I set up "GRUB_CMDLINE_LINUX_DEFAULT="video=LVDS-1:640x480"" in my /etc/default/grub and make `update-grub` (in your case it may be another value and if you use grub1 you need to improve /boot/grub/menu.lst). -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/4d988693.9040...@gmail.com