|
What is Framebuffer in Linux?
Frame buffer is useful, if you want to change your resolution under Linux console. The word framebuffer means a part of video memory containing a current video frame, and the Linux framebuffer means “access method to the framebuffer under the Linux kernel”, without relying on system-specific libraries such as SVGALib or another user space software. Activating Framebuffer in Linux The default installation of CentOS-5 comes with framebuffer support but it is not activated. To activate it edit your grub.conf and append to the kernel line with the vga parameter: # vi /boot/grub.conf
After that reboot your machine and you will have a commandline resolution of 1024x768. Or you use one of these values: 0x307 1280x1024
If you use lilo as your bootloader, then expand the configuration file with this option for a resolution of 1024x768: # vi /etc/lilo.conf
Or use another value: vga=791 1024x768
# lilo
|
|
See Also
Have a Linux Problem
Linux Books
Linux Home: Linux System Administration Hints and Tips (c) www.gotothings.com All material on this site is Copyright.
|