Type : System
Operating System : Linux
Frame buffer is useful, if you want to change your resolution under linux console
SETUP
Edit grub.conf and add this option at the end of the kernel line :
kernel /boot/vmlinuz-2.6.18-164.11.1.el5.centos.plus ro root=LABEL=/
Example :
kernel /boot/vmlinuz-2.6.18-164.11.1.el5.centos.plus ro root=LABEL=/ vga=0x305
Value of VGA :
0x307=1280x1024
0x305=1024x768
0x303=800x600
0x301=640x480
















































