From: Aivils S. <Aiv...@un...> - 2003-11-27 08:07:17
|
>3.) >may be add /proc/bus/console/xx/vc_first >and teach XFree to use it /proc is for lazy endusers. For userspace programms more helpful is ioctl. James Simmons already suggest add necessary ioctl-s for TTY. Now is time to play the game. >while on adding stuff :-) >don't you think it would be usefull to expose vc_first,vc_last or vc_range >in proc ? Seems one file /proc/bus/console/info is necessary. >4.) >start buging the XFree developers ? >may be too early, when the F... will Linus leave 2.6 to Andrew >and open 2.7 , and when ruby will be merged ? When linux-ruby enduser count goes over developer count, then You might buging everyone :o) >there is one more ?issue? with the second head >the cursor never blinks, it stays all the time turned on >a bit strange but everything else is OK That is my bug. I cannot decide where i should add cursor timer in fb_info or vt_struct. Current fbcon has single cursor timer used by first head. Aivils |