Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#2372 - Better table of framebuffer resulution settings
|
DetailsThe current listed table of framebuffer settings in /boot/grub/menu.lst shows:
# FRAMEBUFFER RESOLUTION SETTINGS # +----------------------------------------+ # | 640x480 800x600 1024x768 1280x1024 # ----+----------------------------------- # 256 | 0x301 0x303 0x305 0x307 # 32K | 0x310 0x313 0x316 0x319 # 64K | 0x311 0x314 0x317 0x31A # 16M | 0x312 0x315 0x318 0x31B # +----------------------------------------+ # TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line. I found the following, and it seems more meaningful. # vga=xxx sets the framebuffer console to a specific resolution. # Here is a table you can use so it can help you decide # what resolution you want to use: # colour depth || 640x480 800x600 1024x768 1280x1024 # 256 (8bit) || 0x301=769 0x303=771 0x305=773 0x307=775 # 32K (15bit) || 0x310=784 0x313=787 0x316=790 0x319=793 # 64K (16bit) || 0x311=785 0x314=788 0x317=791 0x31A=794 # 16M (24bit) || 0x312=786 0x315=789 0x318=792 0x31B=795 # TIP: If you want a 1024x768 framebuffer at 256 colors 8-bit depth, add "vga=773" to your kernel line. |
This task depends upon
Comment by eliott (cactus) -
Tuesday, 15 March 2005, 03:52 GMT
Alignment is screwed up in the above due to the variable width font in some web browsers..but you get the idea.