In article <
op.v7o4xky...@hodgins.homeip.net>, "David W. Hodgins" <
dwho...@nomail.afraid.org> wrote:
> On Fri, 06 Jan 2012 03:15:35 -0500, <
no.to...@gmail.com> wrote:
>
> > On the HP:Win7:netbook with CF:Debian:Etch
> > -> cat <file> > /dev/.static/dev/fb0
> > == <-bash: no such device: /dev/.static/dev/>
> >
> > And yet
> > -> ls -l /dev/.static/dev/fb*
> > shows all 8 of them.
>
> Note that the error is not "No such file or directory", which
> you would get if the filename was not present.
>
> The underlying device is not there, meaning the frame buffer
> module has not been loaded, so the tty is in text only mode.
>
> Try adding vga=795 as a kernel boot parameter.
>
> Regards, Dave Hodgins
> ================
I'm copying this manually from CF:Debian:Etch to post
via PC:slak13
-> lsmod | wc -l == 41
-> grep: "vi", "vga", "fb" == none
and PC:slak13 has got 43, and none show in `lsmod`, yet
slak runs 'fb'. So I guess the fb-driver is IN the slak-kernel,
not as a module.
I've extended the DebEtch:boot/grub/menu.lst to:-
kernel /b... root=/dev/sdb2 vga=795 ro
But I still get ":NO such device" when I `cat FIle`
to *fb0, although *fb0 is seen by `ls -l`
--
When I 'live edited` another DebEtch's grub entry with a SEPARATE
line: vga=795
it showed "Unrecognised command"
which is good.
So now I'll put the 'vga=795` before the 'root='
That's BETTER: "You passed an undefined node number..."
"Enter mode number or 'scan':
<see menu of valid modes: VESA VGA>
80x25...80x60
-> repeated: 'scan' == shows unstable screen & increases menu from 7 to 9 items,
last/8 being 00x02
-> select '8' = blank screen.
---> select '7'/40x25 =BIG text
keeps BIGtext in linux, but still: -> ./fbTst = "No such device"
Reboot:-
-> select <80x60> == DOES INITIALLY show small text while booting.
--> select <80x34> == after <set clock again> restores to bigger text
-> repeated: 'scan' which always shows unstable screen
-> select '8' = blank screen.
Ok, a different DebEtch1 has got /dev/fb* [but no mc]
and DebEtch2 [which I've been concentrating on
had got the STRANGE /dev/.static/dev/fb*
-> try goog: Debian+grub+framebuffer
-> goog: grub+framebuffer+"No+such+device"
Thanks !