blob: a3ab4dd04e834839d4dc948ad9b2b845efa1b429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
//! [0]
$QPEDIR/qtopiacore/qt/configure -help
//! [0]
//! [1]
./configure -help
//! [1]
//! [2]
./configure -extra-qt-embedded-config "-qt-gfx-transformed"
//! [2]
//! [3]
./configure -qt-gfx-transformed
//! [3]
//! [4]
export QWS_DISPLAY="<driver>[:<driver specific options>]...
[:<display num>]"
//! [4]
//! [5]
myApplication -display "<driver>[:<driver specific options>]...
[:<display num>]"
//! [5]
//! [6]
export QWS_DISPLAY="<driver>[:<subdriver>][:<subdriver options>]...
[ :<display num>]"
//! [6]
//! [7]
export QWS_DISPLAY="Multi: QVFb:0 QVFb:offset=640,0:1 :2"
//! [7]
//! [8]
export QWS_DISPLAY="VNC:size=720x480:depth=32"
//! [8]
//! [9]
export QWS_DISPLAY="VNC:LinuxFb"
//! [9]
|