diff options
author | phintuka <phintuka> | 2008-04-14 22:27:25 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-04-14 22:27:25 +0000 |
commit | a8bf2964b882d44a4e4ede72d60c7e4dcdccdabd (patch) | |
tree | 4d14ebc7ad2b20b791871e6d1f5faa042ffb8130 /README | |
parent | 500f38412110ad2f5e64ec0984cc9cf514b5a76d (diff) | |
download | xineliboutput-1_0_0.tar.gz xineliboutput-1_0_0.tar.bz2 |
Added section about HUD OSDxineliboutput-1_0_0
Diffstat (limited to 'README')
-rw-r--r-- | README | 34 |
1 files changed, 33 insertions, 1 deletions
@@ -96,7 +96,6 @@ Installing - IMPORTANT XINE'S DYNAMIC LIBRARIES AND FRONTEND EXECUTABLES ARE NOT INSTALLED AUTOMATICALLY. - This was changed in version 1.0.0pre2. It is important to copy required libraries to right place either by hand or by executing "make install" in plugin's @@ -216,6 +215,39 @@ Using remote frontends vdr-sxfe --post tvtime:enable=0 +HUD OSD + + HUD OSD implements high-quality OSD using modern graphics hardware. + OSD is scaled and blended using hardware, so it adds no extra CPU + overhead. OSD is always blended to output (display) resolution, + so it remains sharp and detailed even with low-resolution video. + + HUD OSD must be enabled with command-line option (--hud). Scaling + options can be configured in xineliboutput plugin setup menu, + OSD settings page. + + Requirements: + - X server with Composite and Xrender extensions. + Composite extension must be enabled in Xorg config. + - Composite window manager (compiz, beryl, or properly configured xfce4, metacity, ...) + or separate composite manager (xcompmgr). + - Compatible graphics hardware and drivers. + HUD OSD has been tested with: + nVidia GF FX5700LE (driver version 169.09) + Intel G965 (GMA-X3000) (driver version 2.2.1, textured XVideo) + + metacity 2.23.2 + xcompmgr 1.1.3 + + NOTE: + - Drawing video (even without OSD) may be slower when composite + extension is enabled. + + - For true HD-resolution OSD VDR needs to be patched. + + HUD OSD was contributed by Antti Seppälä and Rolf Ahrenberg. + + Using with xine-ui (xine, fbxine, gxine, ...) Examples: |