Re: gtk frame buffer problems

2003-12-08 Thread Russell Shaw
divya seshadri wrote: Hi, The permissions are OK.. and the frame buffer is working. If I dump something to /dev/fb0 the penguin on the LCD gets ver written. But gtk demo says cannot open display device. Do you have any other suggestions? Divya. Step thru it with gdb/ddd.

Re: gtk frame buffer problems

2003-12-07 Thread Russell Shaw
divya seshadri wrote: Hi, I have GTK with linux-fb cross compiled for arm linux with an LCD display. My problem is that even though the frame buffer is working fine, when I run the gtk demo it says cannot open device '/dev/fb0'. The device is present and working. Any ideas?? Check permissions.

Re: gtk frame buffer problems

2003-12-07 Thread divya seshadri
Hi, The permissions are OK.. and the frame buffer is working. If I dump something to /dev/fb0 the penguin on the LCD gets ver written. But gtk demo says cannot open display device. Do you have any other suggestions? Divya. --- Russell Shaw [EMAIL PROTECTED] wrote: divya seshadri wrote: Hi, I