Hi All,
I use vdr-xine plugin, and I am not able to have full screen covering all
the TV screen.
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 ?
My config:
nvidia FX 5200
FC4
xorg-x11-6.8.2
nvidia-glx-1.0.7676
vdr-1.3.34
vdr-xine-0.7.6
xine-cvs20050814180000
xine-lib-cvs20050814180000
my xine line command:
/usr/bin/xine --config /root/.xine/config --auto-play=q -V xxmc --post
vdr_video \
-Dtvtime:method=Greedy2Frame,cheap_mode=0,pulldown=0,use_progressive_frame_flag=1
\
vdr:/tmp/vdr-xine/stream#demux:mpeg_pes
Extract of my xorg.conf:
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "Unknown monitor"
HorizSync 30.0 - 50.0
VertRefresh 60.0 - 60.0
ModeLine "720x576@60" 33.0 720 752 872 904 576 587 593 605
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "Videocard vendor"
BoardName "NVIDIA GeForce FX"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
Option "TVStandard" "PAL-N"
Option "TVOverScan" "0.7"
Option "NvAgp" "1"
SubSection "Display"
Viewport 0 0
Depth 24
Modes "720x576@60"
EndSubSection
EndSection
Thanks and regards,
Eric.