"Felton, Mark" escribió:
I am using grx245p4.zip and am still seeing the problem. Is this the wrong version or do I have a different problem. Everything else that I am using is working excellent. Thank for getting back to me.
Mmmm... It works for me in three diferent computers. Please, can you add some debug code to see what happen?
The video driver source are in the src/vdrivers/vd_lnxfb.c
In line 58:
ttyfd = open( "/dev/tty",O_RDONLY );
it try to open the tty, you must check if a value other of -1 is returned.
In line 95:
if( mp->extinfo->frame && ttyfd > -1 ){ ioctl( ttyfd,KDSETMODE,KD_GRAPHICS ); }
it try to set the tty in graphics mode and the character cursor must disapear here.
Regards, M.Alvarez