Comment 23 for bug 298422

Revision history for this message
Gray (gray-green) wrote :

"- Fixes: TV Format changes don't work"

using Karmic Koala with xserver-xorg-video-intel (2:2.9.0-1ubuntu2) and it TV Format changes still don't work neither thru xorg.conf nor by xrandr, but ntsc mode works now just fine
Xorg.0.log:
(WW) intel(0): Option "TV1 Format" is not used
(WW) intel(0): Option "TV1_Format" is not used

xrandr:
# xrandr --output TV1 --set TV_FORMAT PAL
X Error of failed request: BadName (named color or font does not exist)
  Major opcode of failed request: 149 (RANDR)
  Minor opcode of failed request: 11 (RRQueryOutputProperty)
  Serial number of failed request: 25
  Current serial number in output stream: 25

my xorg.conf monitor section:
Section "Monitor"
        Identifier "Configured Monitor"
        Option "TV1 Format" "PAL"
        Option "TV1_Format" "PAL"
EndSection