You are not logged in.

#1 2006-01-19 16:47:04

napoleon
Member
Registered: 2005-04-03
Posts: 176

I need equivalent FB setting for kernel26archck

What is the equivalent to vga=773 in kernel26archck. Below is my current grub menu.lst:

# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst

# DEVICE NAME CONVERSIONS 
#
#  Linux           Grub
# -------------------------
#  /dev/fd0        (fd0)
#  /dev/hda        (hd0)
#  /dev/hdb2       (hd1,1)
#  /dev/hda3       (hd0,2)
#

#  FRAMEBUFFER RESOLUTION SETTINGS
#     +-------------------------------------------------+
#          | 640x480    800x600    1024x768   1280x1024
#      ----+--------------------------------------------
#      256 | 0x301=769  0x303=771  0x305=773   0x307=775
#      32K | 0x310=784  0x313=787  0x316=790   0x319=793
#      64K | 0x311=785  0x314=788  0x317=791   0x31A=794
#      16M | 0x312=786  0x315=789  0x318=792   0x31B=795
#     +-------------------------------------------------+

# general configuration:
timeout   5
default   0
color light-blue/black light-cyan/blue

# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*

# (0) Windows XP
title  Windows XP  [ Loader ]
root    (hd0,1)
makeactive
chainloader +1

# (1) Arch Linux
title  Arch Linux  [ Stock Kernel ]
root   (hd1,0)
kernel /boot/vmlinuz26 root=/dev/hdb1 ro vga=773
initrd /boot/initrd26.img

# (2) Arch Linux
title  Arch Linux  [ Archck Kernel ]
root  (hd1,0)
kernel /boot/vmlinuz26archck root=/dev/hdb1 vesa=vesafb:ywrap,mtrr,1024x768-32@70 splash=verbose,theme:darch console=tty1
initrd /boot/initramfs-2.6.15-archck.img

It doesn't work and i still get those big ass fonts.


A good friend will come and bail you out of jail...BUT a true friend will be sitting next to you saying, "Damn...that was fun!"

Offline

#2 2006-01-19 21:55:44

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: I need equivalent FB setting for kernel26archck

The option is

 video=vesafb:ywrap,mtrr,1024x768-32@70

not vesa=

Offline

#3 2006-01-20 14:08:55

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: I need equivalent FB setting for kernel26archck

wink that'd be in then!

Offline

Board footer

Powered by FluxBB