Comment 17 for bug 298422

Revision history for this message
Efstathios Iosifidis (iosifidis) wrote : Re: [i945] [SVideo] TV Format changes don't work

Hello,

I have the same problem with the same set of hardware. My tv set is to PAL. So I need an output as PAL.
Check out the link I have (with the pictures I get). I managed the color picture.
http://ubuntuforums.org/showthread.php?t=1106236
I changed my xorg.conf to the following:

XORG.CONF
***************************************************
Section "Device"
Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
Option "monitor-VGA" "VGA"
Option "monitor-TV" "TV"
Option "monitor-LVCD" "LVCD"
EndSection

Section "Monitor"
Identifier "VGA"
Option "Ignore" "true"
EndSection

Section "Monitor"
Identifier "LVCD"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "TV"
Option "Ignore" "false"
Option "TV_FORMAT" "PAL"
EndSection
************************************
So now it opens as PAL but I get a small flickering (I guess it's doubleed).
Don't have a clue what to do next.