fbcon rotation or cyblafb bugs?
From: Knut Petersen <hidden>
Date: 2005-12-26 10:20:15
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