Hello,

I compiled a application for ARM board.
The configed vedio driver is framebuffer,and I run it on the AT9261 board.
The error log is

 [0x00004000] FATAL : SYSERR : SERVER :: Not running in a graphics capable
console, and unable to find one : Invalid argument
[s_video_helper_console_open (console.c:176)]

I checked the source and find the error point.

 if (ioctl(s_video_helper_console.fd, VT_OPENQRY, &
s_video_helper_console.vc) < 0) {        //debugf(DSER | DSYS | DFAT,
"s_video_helper_console.fd fail");

             goto error;      }
Is there anything wrong with the kernel config or the file system?
Can you give me some advice to solve this issue.

Thanks a lot.

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-kernel

Reply via email to