Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

[gentoo-user] scrollback using framebuffer

 
   Soft32 Home -> Linux -> User RSS
Next:  Bug#556254: network-manager-gnome: Connections &q..  
Author Message
Maxim Wexler

External


Since: Jun 02, 2009
Posts: 18



(Msg. 1) Posted: Sat Nov 14, 2009 7:20 pm
Post subject: [gentoo-user] scrollback using framebuffer
Archived from groups: linux>gentoo>user (more info?)

Hi group,

I'm using the nvidia framebuffer(CONFIG_FB_NVIDIA=y) but I can't get
scrollback to work for more than a few lines. I've added
'fbcon=scrollback:128' to my kernel line in grub.conf but scrollback
is still disabled.

Is there some nvidia specific way to do this?
Back to top
Login to vote
Alan McKinnon

External


Since: Nov 09, 2008
Posts: 163



(Msg. 2) Posted: Sat Nov 14, 2009 9:20 pm
Post subject: Re: [gentoo-user] scrollback using framebuffer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sunday 15 November 2009 00:12:26 Maxim Wexler wrote:
> Hi group,
>
> I'm using the nvidia framebuffer(CONFIG_FB_NVIDIA=y) but I can't get
> scrollback to work for more than a few lines. I've added
> 'fbcon=scrollback:128' to my kernel line in grub.conf but scrollback
> is still disabled.
>
> Is there some nvidia specific way to do this?
>

Yes, use vesa. It's slow at high res, but works.

The nvidia framebuffer does not work with nvidia-drivers

--
alan dot mckinnon at gmail dot com
Back to top
Login to vote
Maxim Wexler

External


Since: Jun 02, 2009
Posts: 18



(Msg. 3) Posted: Sat Nov 14, 2009 11:20 pm
Post subject: Re: [gentoo-user] scrollback using framebuffer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 11/14/09, Alan McKinnon <alan.mckinnon.TakeThisOut@gmail.com> wrote:
> On Sunday 15 November 2009 00:12:26 Maxim Wexler wrote:
>
> Yes, use vesa. It's slow at high res, but works.
>
> The nvidia framebuffer does not work with nvidia-drivers

Yeah, I found that out just after mailing the above. But now that I'm using vesa
how do I enable scrollback? 'fbcon=scrollback:128' in the grub kernel
line doesn't work. It's enabled in the kernel and works fine without
the fb, if that matters.

mw
Back to top
Login to vote
Alan McKinnon

External


Since: Nov 09, 2008
Posts: 163



(Msg. 4) Posted: Sun Nov 15, 2009 5:20 am
Post subject: Re: [gentoo-user] scrollback using framebuffer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sunday 15 November 2009 05:19:41 Maxim Wexler wrote:
> On 11/14/09, Alan McKinnon <alan.mckinnon.DeleteThis@gmail.com> wrote:
> > On Sunday 15 November 2009 00:12:26 Maxim Wexler wrote:
> >
> > Yes, use vesa. It's slow at high res, but works.
> >
> > The nvidia framebuffer does not work with nvidia-drivers
>
> Yeah, I found that out just after mailing the above. But now that I'm using
> vesa how do I enable scrollback? 'fbcon=scrollback:128' in the grub kernel
> line doesn't work. It's enabled in the kernel and works fine without the
> fb, if that matters.

It JustWorked for me. My relevant settings:

CONFIG_FB=y
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
CONFIG_FB_VESA=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256

I have no settings for scrollback on the kernel command line, just this to set
the resolution etc:

vga=0x37D ywrap mtrr:4

--
alan dot mckinnon at gmail dot com
Back to top
Login to vote
Maxim Wexler

External


Since: Jun 02, 2009
Posts: 18



(Msg. 5) Posted: Tue Nov 17, 2009 4:49 am
Post subject: Re: [gentoo-user] scrollback using framebuffer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

>
> CONFIG_FB=y
> CONFIG_FB_BOOT_VESA_SUPPORT=y
> CONFIG_FB_CFB_FILLRECT=y
> CONFIG_FB_CFB_COPYAREA=y
> CONFIG_FB_CFB_IMAGEBLIT=y
> CONFIG_FB_VESA=y
> CONFIG_VGACON_SOFT_SCROLLBACK=y
> CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256

Identical to mine.

> I have no settings for scrollback on the kernel command line, just this to
> set
> the resolution etc:
>
> vga=0x37D ywrap mtrr:4

Sure about this? 0x37D is not a recognized mode. Are you missing some
punctuation?

my line is: video=vesafb:ywrap,mtrr vga=0x318. Is this syntax
correct? There seems to be a variety out there. Mine only scrolls a
few lines, doesn't matter If I give scrollback 128 or 256k. But there
are no errors, so I must be doing something right. Tried ypan too, no
luck.

mw
Back to top
Login to vote
Alan McKinnon

External


Since: Nov 09, 2008
Posts: 163



(Msg. 6) Posted: Tue Nov 17, 2009 4:49 am
Post subject: Re: [gentoo-user] scrollback using framebuffer [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tuesday 17 November 2009 07:48:21 Maxim Wexler wrote:
> > CONFIG_FB=y
> > CONFIG_FB_BOOT_VESA_SUPPORT=y
> > CONFIG_FB_CFB_FILLRECT=y
> > CONFIG_FB_CFB_COPYAREA=y
> > CONFIG_FB_CFB_IMAGEBLIT=y
> > CONFIG_FB_VESA=y
> > CONFIG_VGACON_SOFT_SCROLLBACK=y
> > CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256
>
> Identical to mine.
>
> > I have no settings for scrollback on the kernel command line, just this
> > to set
> > the resolution etc:
> >
> > vga=0x37D ywrap mtrr:4
>
> Sure about this? 0x37D is not a recognized mode. Are you missing some
> punctuation?

Nope, that's exactly how it is in grub. I have a 1920x1440 screen and I get as
many 8x8 characters as can fit

I got the 0x37D parameter by the table shown with vga=ask

> my line is: video=vesafb:ywrap,mtrr vga=0x318. Is this syntax
> correct? There seems to be a variety out there. Mine only scrolls a
> few lines, doesn't matter If I give scrollback 128 or 256k. But there
> are no errors, so I must be doing something right. Tried ypan too, no
> luck.

And I get 32k worth of scrollback. There's a setting for this in menuconfig:

Device Drivers -> Graphics support -> Console display driver support

what is yours set to?

I must admit, the fb situation is very confusing and the Documentation
directory seems to be a mixture of old, new, wrong and just flat out obsolete
stuff. One has to read the code to find out what is supported it seems

--
alan dot mckinnon at gmail dot com
Back to top
Login to vote
Display posts from previous:   
Related Topics:
[gentoo-user] Scrollback the bootmessages - Hi, I have the problem on one PC that I cannot mount my root partion. I tried to define it with root= parameter in gru...

[gentoo-user] Scrollback Buffer of "screen" in Gnome Termi.. - Hello. I used to be able to start "screen" and then still be able to use the "ordinary" scrollback...

[gentoo-user] Framebuffer doesn't work... - Hi all... I recently installed gentoo on my computer, and followed all instructions to get framebuffer configured with....

[gentoo-user] Aiuto per framebuffer - Ciao a tutti, vorrei sapere che opzioni devo passare al kernel al boot o come devo configurarlo per attivare il frame....

[gentoo-user] framebuffer splash - is not working on my system. I DO get a pretty 1280x1024 console but no graphics. I generated the splash image using a....

[gentoo-user] Framebuffer versus X - I admit to knowing nothing about framebuffer, which is why I'm asking all these questions. Can a viable Gentoo system....
       Soft32 Home -> Linux -> User All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]