All of lore.kernel.org
 help / color / mirror / Atom feed
* fbcon rotation or cyblafb bugs?
@ 2005-12-26 10:21 Knut Petersen
  2005-12-27  7:43 ` Knut Petersen
  0 siblings, 1 reply; 2+ messages in thread
From: Knut Petersen @ 2005-12-26 10:21 UTC (permalink / raw)
  To: linux-fbdev-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-12-27  7:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-26 10:21 fbcon rotation or cyblafb bugs? Knut Petersen
2005-12-27  7:43 ` Knut Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.