[i915] Can't set TV_FORMAT anymore using xrandr (Fixed upstream)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xf86-video-intel |
New
|
Undecided
|
Unassigned | ||
xserver-xorg-video-intel (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
Since one of the last X updates in intrepid I can't get my TV working correctly on my i915 anymore.
Normally I use:
xrandr --output TV --set TV_FORMAT PAL --set BOTTOM 37 --set RIGHT 30 --set TOP 24 --set LEFT 54 --right-of LVDS --auto
to enable TV-output, but now I only get a black and white picture, because TV_FORMAT did not change to PAL. The other settings for the margins however applied correctly. Also there is no according error message neither in the terminal nor in Xorg.0.log.
My xorg.conf is a newly created one using dpkg-reconfigure after the Xorg update to 7.4, with the addition of a virtual display size in the screen section. (Pretty much the same like the one before, except for some mouse-stuff)
Also it makes no difference whether the TV is connected while X is starting or not.
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 03)
Changed in xserver-xorg-video-intel: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in xserver-xorg-video-intel: | |
status: | Confirmed → Triaged |
Changed in xserver-xorg-video-intel: | |
status: | Confirmed → Triaged |
Changed in xserver-xorg-video-intel: | |
status: | Unknown → Fix Released |
Changed in xserver-xorg-video-intel: | |
status: | Triaged → In Progress |
tags: | added: i915 tv-out |
tags: | added: intrepid |
I now found out that by changing TV_FORMAT the frequency gets changed, like it is supposed to, however the picture still stays b/w on my PAL tv.
xrandr --output TV --set TV_FORMAT NTSC-M --auto
xrandr --verbose
....
TV_FORMAT: NTSC-M
....
1024x768 (0x7e) 26.9MHz
h: width 1024 start 1025 end 1088 total 1120 skew 0 clock 24.0KHz
v: height 768 start 769 end 800 total 801 clock 30.0Hz
xrandr --output TV --set TV_FORMAT PAL --auto
xrandr --verbose
....
TV_FORMAT: PAL
....
1024x768 (0x8a) 22.4MHz
h: width 1024 start 1025 end 1088 total 1120 skew 0 clock 20.0KHz
v: height 768 start 769 end 800 total 801 clock 25.0Hz