dman777 wrote:
>
> That drives me crazy I can not find anything on KMS for programming. I wonder for 2d graphics in putty as the terminal emulator if KMS technology make a difference anyways.
As far as I understand it, KMS is only for modesetting. not for any
actual drawing. The reason that there's been so much talk about it in
the last years, is that those things had been done inside the X server
(userspace) before but have been moved to the linux kernel drivers
afterwards.
Putty is a ssh client. Heck, I already get problems trying to use the
linedrawing characters with it. It will not do any
framebuffer(=pixel-wise) drawing.
>
> If I use the old school Vesa, would it be a sure way to know it would work on all recent(or 2 year oldish) Linux systems? I found this for it:
> https://docs.google.com/viewer?a=v&q...QUY1f4kuRAJKrw
>
I am not even sure if they _do_ still have a BIOS int 10h with all the
UEFI and closed source firmarez(big doubts). You'll have to use the
appropriate library/kernel header... fortunately there are so many to
choose from...
That's all I know(half-knowledge, that is). Try the documentation for
the packages mentioned earlier. Also, you could try one of the more
Linux-centric newsgroups (uk.comp.os.linux, comp.os.linux.misc,
comp.unix.programmer seem to be active).