Sunday, July 6th 2008, 1:04am UTC+1

You are not logged in.

  • Login
  • Register

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Friday, April 4th 2008, 10:18am

problem with qt embedded in Geode LX (x86)

Hello,

I have problem and I do not know how to fix it.

I download qt embedded free 3.3.8 and configure ( ./configure -embedded x86 ).
After it, I type make.
Finaly, I execute example, ./launcher -qws and show this error.

Can't drive depth 16.

but why?? I compile qt embedded with 32, 16, 24 and 8 and always I have the same problem.
My target is a geode LX, with a smal configuration of slakware.

>>fbset -i
mode "1280x1024-77"
# D: 131.096 MHz, H: 80.328 kHz, V: 76.649 Hz
geometry 1280 1024 1280 1024 16 <-- is this 16 bits depth????
timings 7628 160 32 16 4 160 4
rgba 5/11,6/5,5/0,0/0
endmode

Frame buffer device information:
Name : VESA VGA
Address : 0xe0000000
Size : 10485760
Type : PACKED PIXELS
Visual : TRUECOLOR
XPanStep : 0
YPanStep : 0
YWrapStep : 0
LineLength : 2560
Accelerator : No


Best regards

This post has been edited 2 times, last edit by "webquinty" (Apr 4th 2008, 10:23am)

  • Go to the top of the page

2

Saturday, April 5th 2008, 7:34pm

Well, I fix the problem.

./configure -embedded x86 -depth 8,16,24,32

And now, qt applications works fine.
  • Go to the top of the page

Rate this thread