Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Problem for gf-calib: (7 Items)
   
Problem for gf-calib  
I am using TI beagle-board. When I use gf-calib for calibration of my touch screen, the following message displays:
# gf-calib
Number of layers: 3
Resolution: 720x400, refresh = 60Hz
layer_idx=0
gf_cursor_set(): error = 7

I have no idea how to solve it. Any help?
Re: Problem for gf-calib  
> I am using TI beagle-board. When I use gf-calib for calibration of my touch 
> screen, the following message displays:
> # gf-calib
> Number of layers: 3
> Resolution: 720x400, refresh = 60Hz
> layer_idx=0
> gf_cursor_set(): error = 7
> 
> I have no idea how to solve it. Any help?

Try the -D option. Also, you need to have "img.conf" under /etc/system/config, plus the img_codec so's in your library 
path.

- Malte

Re: Problem for gf-calib  
Afetr including img.conf and img_codec so's i am getting error as 

Number of layers: 3
Resolution: 720x400, refresh = 60Hz
layer_idx=0
img_load(target1): errno = 3
load_image2surf(): failed

Please help.
Re: Problem for gf-calib  
Try running your application with "LD_DEBUG=1 {your-app}". You should see which library your are missing.
Re: Problem for gf-calib  
I got the same problem:
# gf-calib  -D -f /tmp/calib.conf
Number of layers: 1
Resolution: 800x480, refresh = 60Hz
layer_idx=0
img_load(target1): errno = 3
load_image2surf(): failed
switch_lcd_on
switch_lcd_off

could any guys help me
Re: Problem for gf-calib  
I met the same problem。
# gf-calib -D -f /fs/mmc/config/calib.localhost
Number of layers: 1
Resolution: 800x480, refresh = 60Hz
layer_idx=0
img_load(target1): errno = 3
load_image2surf(): failed
Do you solve this problem?
Re: Problem for gf-calib  
please reference the QNX650\target\qnx6\etc\system\config\img.conf.This is helpful.