We need some package to do that.
$sudo apt-get install hwinfoAfter install the package, run the following command
$sudo hwinfo --framebufferFind the mode you want, and remember the number 0x0349
... blah blah
Mode 0x0349: 1400x1050 (+5600), 24 bits <-- what I want !!
Mode 0x0369: 1680x1050 (+6720), 24 bits
... blah blah
Apply it to the menu.lst file
$sudo vi /boot/grub/menu.lstIn menu.lst, find the following line
kernel /boot/vmlinuz-2.????? root=UUID=??? ro quiet splashand append vga=0x349 at the end of the line as shown below
kernel /boot/vmlinuz-2.????? root=UUID=??? ro quiet splash vga=0x349
reboot..
댓글 없음:
댓글 쓰기