qpf fonts rotation
hello!
i use qt-embedded 2.3.10.
i need for rotated fonts (90, 180, 270) for my target (cirrus logic edb9307).
i've append file fontdir with my bdf fonts.
when i try to run
qt-2.3.10/tools/makeqpf$ qvfb &
qt-2.3.10/tools/makeqpf$ ./makeall
i get
Can't open framebuffer device /dev/fb0
Transformed driver cannot connect
Can't open framebuffer device /dev/fb0
Transformed driver cannot connect
Can't open framebuffer device /dev/fb0
Transformed driver cannot connect
Can't open framebuffer device /dev/fb0
Transformed driver cannot connect
but when i
qt-2.3.10/tools/makeqpf$ qvfb &
qt-2.3.10/tools/makeqpf$ ./makeqpf
it's ok and i get my simple qpf fonts
tell me please what is my problem? how can i get 90, 180, 270 qpf fonts?