linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Knut Petersen <Knut_Petersen@t-online.de>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: fbcon rotation or cyblafb bugs?
Date: Mon, 26 Dec 2005 11:21:42 +0100	[thread overview]
Message-ID: <43AFC436.9090002@t-online.de> (raw)

Can anybody confirm that clockwise / counterclockwise console rotation 
is working
or not working for arbitrary virtual x resolutions? Using cyblafb I get 
solid lockups
for certain combinations of font height and vxres. It does work 
perfectly reliable for
other combinations. It would be really nice if someone could run a test 
like e.g.

%!/bin/bash
setfont ...
echo -e "3" > /sys/class/graphics/fb1/con_rotate 
COUNTER=1280
while [ $COUNTER -lt 4080 ]; do
	fbset -s -fb /dev/fb1 -vxres $COUNTER -vyres ...
	cat testfile
	let COUNTER=COUNTER+8
done
echo -e "1" > /sys/class/graphics/fb1/con_rotate
COUNTER=1280
while [ $COUNTER -lt 4080 ]; do
	fbset -s -fb /dev/fb1 -vxres $COUNTER -vyres ...
	cat testfile
	let COUNTER=COUNTER+8
done

with some fonts of different dimensions using some other driver that 
supports
x-panning.

cu,
 knut


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click

             reply	other threads:[~2005-12-26 10:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-26 10:21 Knut Petersen [this message]
2005-12-27  7:43 ` fbcon rotation or cyblafb bugs? Knut Petersen

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=43AFC436.9090002@t-online.de \
    --to=knut_petersen@t-online.de \
    --cc=linux-fbdev-devel@lists.sourceforge.net \
    /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).