equal
deleted
inserted
replaced
47 export SDL_DIRECTFB_YUV_UNDERLAY=1 |
47 export SDL_DIRECTFB_YUV_UNDERLAY=1 |
48 |
48 |
49 to make the YUV texture an underlay. This will make the cursor to |
49 to make the YUV texture an underlay. This will make the cursor to |
50 be shown. |
50 be shown. |
51 |
51 |
|
52 Simple Window Manager |
|
53 ===================== |
|
54 |
|
55 The driver has support for a very, very basic window manager you may |
|
56 want to use when runnning with "wm=default". Use |
|
57 |
|
58 export SDL_DIRECTFB_WM=1 |
|
59 |
|
60 to enable basic window borders. In order to have the window title rendered, |
|
61 you need to have the following font installed: |
|
62 |
|
63 /usr/share/fonts/truetype/freefont/FreeSans.ttf |
|
64 |
52 OPENGL Support |
65 OPENGL Support |
53 ============== |
66 ============== |
54 |
67 |
55 As of this writing 20070810 you need to pull Mesa from git and do the following: |
68 As of this writing 20070810 you need to pull Mesa from git and do the following: |
56 |
69 |