[Openchrome-users] EN15000G S-Video 16:9 TV

Giovanni Capraro jbg70
Fri Dec 12 13:24:34 PST 2008


Hello list,
I have a 16:9 PAL TV (Sony) vith S-Video input, and I would like to 
watch it in the right way ;-)
I use Gentoo with 2.6.27 kernel, xorg-1.5.2 with openchrome drivers, 
vdr-1.6, vdr-softdevice full screen.
In the BIOS I set up only TV out, and S-video connector. I see 
everything on the TV, POST, BIOS setup, boot sequence, but in 4:3 format.
When I start X  I see everytime a 4:3 image even if in xorg.conf I use 
DisplaySize  256 144 (16:9).

Is there any way to see 16:9 format?

Thanks and regards.

Follows my xorg.conf
ection "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "ServerFlags"
        Option "blank time" "0"
        Option "standby time" "0"
        Option "suspend time" "0"
        Option "off time" "0"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "extmod"
        Load  "xtrap"
        Load  "record"
        Load  "dbe"
        Load  "dri"
        Load  "freetype"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        HorizSync    24.0 - 80.0
        VertRefresh  50.0 - 75.0
        Option "noddc"
# Display per 16:9
#       DisplaySize 256 144
# Display per 4:3
        DisplaySize 192 144
EndSection

Section "Device"
        Identifier "Card0"
        Driver     "openchrome"
        Option     "ActiveDevice" "TV"
        Option     "TVType" "PAL"
        Option     "TVOutput" "S-Video"
        Option     "TVDeflicker" "2"
        Option     "TVDotCrawl" "true"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
               Viewport   0 0
               Modes    "720x576" #"720x576Noscale"
        EndSubSection
EndSection

Section "DRI"
        Mode    0666
EndSection




More information about the Openchrome-users mailing list