-rw-r--r-- | x11/README | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/x11/README b/x11/README new file mode 100644 index 0000000..b8c88ed --- a/dev/null +++ b/x11/README | |||
@@ -0,0 +1,37 @@ | |||
1 | We try hard to get Opie compiled with Qt2/X11 | ||
2 | |||
3 | While directly drawing into the framebuffer is fast | ||
4 | and takes less memory compared to Qt2/X11 | ||
5 | sometimes you may want to use X11 cause you need | ||
6 | some feature of the X protocol or you think it's just | ||
7 | cute. | ||
8 | |||
9 | We try hard to not break Opies normal compilation and to avoid | ||
10 | #ifdefs at all cost | ||
11 | |||
12 | Things that are different on X11 with Qt2/X11 | ||
13 | - No fonthandling | ||
14 | - No Windowdecoration | ||
15 | - No IPC | ||
16 | - No keyhandling | ||
17 | - No powerhandling | ||
18 | |||
19 | are built in | ||
20 | |||
21 | We will ignore fontloading for now cause it belongs to X11. | ||
22 | The same applies to keyhandling | ||
23 | X11 is taking care of APM if not it's the kernel... | ||
24 | |||
25 | Ok so we need to replace IPC and do empty stubs for the other things | ||
26 | |||
27 | IPC: Our X11 IPC system is called OCOP and we've an almost sc QCopChannel | ||
28 | implementation. QCopEnvelope should work out of the box. | ||
29 | We do some symlinks to built opie out of the box. | ||
30 | |||
31 | How to build Opie/x11 currently it's quite hard to but I'll make it more easy | ||
32 | soon | ||
33 | |||
34 | |||
35 | regards Holger | ||
36 | |||
37 | 10-15-2002 | ||