linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Antonino Daplas <adaplas@pol.net>
To: Nico Schottelius <schottelius@wdt.de>
Cc: Linux Fbdev development list <linux-fbdev-devel@lists.sourceforge.net>
Subject: Re: 2.5.60/atyfb
Date: 17 Feb 2003 19:34:02 +0800	[thread overview]
Message-ID: <1045481560.1324.16.camel@localhost.localdomain> (raw)
In-Reply-To: <20030215151128.GA478@schottelius.org>

On Sat, 2003-02-15 at 23:11, Nico Schottelius wrote:
> Hello!
> 
> I retried using atyfb with 2.5.60:
> Afterloading atyfb the only thing left is the cursor.
> i don't see anything else anymore..i see the cursor moving, but that's all.
> btw, i am using a laptop (means lcd)...
> 
Strange. The good news is, if you see the cursor, it means the drawing
functions is working since atyfb uses soft_cursor() which uses
xxxfb_imageblit (the same function to draw the characters). That is
perhaps fixable.

> can somebody tell me whether playing around with fbset could make things
> working?
> 

You cannot use fbset anymore to change the window size, you have to use
stty cols <value> rows <value>.  That implies the driver can set the
video mode independently from fbset.  If it doesn't, you can use
something like this:

fbset 640x480-60 && stty cols 80 rows 30

Tony




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

      parent reply	other threads:[~2003-02-17 11:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-15 15:11 2.5.60/atyfb Nico Schottelius
2003-02-17 10:43 ` 2.5.60/atyfb Geert Uytterhoeven
2003-02-17 11:34 ` Antonino Daplas [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1045481560.1324.16.camel@localhost.localdomain \
    --to=adaplas@pol.net \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    --cc=schottelius@wdt.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).