Hi All,<br>
<br>
I use vdr-xine plugin, and I am not able to have full screen covering all the TV screen.<br>
<br>
What I am not able to explain is that the X11 foreground cover all the
TV screen, but Xine doesnt, and I have to configure tvoverscan in
xorg.conf in order to. Thanks to femon, I saw some of channels are
720x576 and others 544x576. Does anyone know how to have xine displays
in really full screen the both resolutions ?<br>
<br>
My config:<br>
nvidia FX 5200<br>
FC4<br>
xorg-x11-6.8.2<br>
nvidia-glx-1.0.7676<br>
vdr-1.3.34<br>
vdr-xine-0.7.6<br>
xine-cvs20050814180000<br>
xine-lib-cvs20050814180000<br>
<br>
my xine line command:<br>
/usr/bin/xine --config /root/.xine/config --auto-play=q -V xxmc --post vdr_video \<br>
-Dtvtime:method=Greedy2Frame,cheap_mode=0,pulldown=0,use_progressive_frame_flag=1 \<br>
vdr:/tmp/vdr-xine/stream#demux:mpeg_pes<br>
<br>
Extract of my xorg.conf:<br>
<br>
Section "Monitor"<br>
<br>
Identifier "Monitor0"<br>
VendorName "Monitor Vendor"<br>
ModelName "Unknown monitor"<br>
HorizSync 30.0 - 50.0<br>
VertRefresh 60.0 - 60.0<br>
ModeLine "720x576@60" 33.0 720 752 872 904 576 587 593 605<br>
EndSection<br>
<br>
Section "Device"<br>
Identifier "Videocard0"<br>
Driver "nvidia"<br>
VendorName "Videocard vendor"<br>
BoardName "NVIDIA GeForce FX"<br>
EndSection<br>
<br>
Section "Screen"<br>
Identifier "Screen0"<br>
Device "Videocard0"<br>
Monitor "Monitor0"<br>
DefaultDepth 24<br>
Option "TVStandard" "PAL-N"<br>
Option "TVOverScan" "0.7"<br>
Option "NvAgp" "1"<br>
SubSection "Display"<br>
Viewport 0 0<br>
Depth 24<br>
Modes "720x576@60"<br>
EndSubSection<br>
EndSection<br>
<br>
Thanks and regards,<br>
<br>
Eric.<br>