On Jan 27, 2008 2:28 PM, Jordan Crouse <[EMAIL PROTECTED]> wrote: > On 27/01/08 13:45 -0500, Andrew Paprocki wrote: > > Using 2.6.24, I can't get my Geode LX (LX800 CPU) to boot in anything > > other than the default 80x25 console even though lxfb appears to be > > loading normally. This device doesn't work with the VESA fb either > > when I request "vga=0x31a". All the other boards I have display a > > 1280x1024 console on my monitor. Are my kernel parameters wrong in > > some way? I tried "video=lxfb:<mode>" with and without "vga=0x31a". > > The driver is compiled into the kernel -- I am not using modules. > > Can you change the mode after you have booted with 'fbset'?
Two answers to this I just found out.. This is a system I installed BusyBox 1.8.0 on, and running 'fbset 1280x1024-75' does nothing. I copied over the real fbset binary from my Debian install and when I ran it the same way, it worked perfectly. So, yes, it appears that it is possible to change it after the fact, but for some reason BusyBox can't do it. The only problem then appears to be setting the fb mode from the boot line. BusyBox 1.8.0 binary: # fbset 1280x1024-75 mode "1280x1024-75" # D: 134.880 MHz, H: 79.905 kHz, V: 74.958 Hz geometry 1280 1024 1280 3264 8 timings 7414 232 64 38 1 112 3 accel true rgba 8/0,8/0,8/0,0/0 endmode (nothing happens) Debian binary: # /tmp/fbset -v 1280x1024-60 Linux Frame Buffer Device Configuration Version 2.1 (23/06/1999) (C) Copyright 1995-1999 by Geert Uytterhoeven Opening frame buffer device `/dev/fb0' Reading mode database from file `/etc/fb.modes' Using video mode `1280x1024-60' Setting video mode to `/dev/fb0' (works) Thanks, -Andrew -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/