Hi MC Potgieter, MC Potgieter wrote: > In the "ptxdist menuconfig" I've selected to include the following: > > Graphics & Multimedia > -->qt > -->Qt Embedded Examples > -->dialogs > -->standard dialog > > in ptx I browse to the examples directory: > > cd /usr/bin/qt4-examples/dialogs/standarddialogs > > and then execute the app using: > > ./standarddialogs -qws > > but I get the following message: > : driver not found > > Aborted
Thanks to PTXdist and your config file, I now get the same error message: root@mini2440:/ cd /usr/bin/qt4-examples/dialogs/standarddialogs root@mini2440:/usr/bin/qt4-examples/dialogs/standarddialogs ./standarddialogs -qws : driver not found Aborted root@mini2440:/usr/bin/qt4-examples/dialogs/standarddialogs Then I tried: root@mini2440:/usr/bin/qt4-examples/dialogs/standarddialogs export QWS_DISPLAY=linuxfb:mmWidth=53:mmHeight=71 root@mini2440:/usr/bin/qt4-examples/dialogs/standarddialogs ./standarddialogs -qws linuxfb: driver not found Aborted After enabling "LinuxFb (builtin)" and a "ptxdist clean qt4; ptxdist go" I now can see the the demo on the screen (after I did a "ts_calibrate" first). Regards, Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
