Summary: | intel driver 2.9.0: Setting TV Format is broken | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Roland Tapken <freedesktop> | ||||||
Component: | Driver/intel | Assignee: | Gordon Jin <gordon.jin> | ||||||
Status: | RESOLVED INVALID | QA Contact: | Xorg Project Team <xorg-team> | ||||||
Severity: | major | ||||||||
Priority: | medium | CC: | freedesktop | ||||||
Version: | 7.4 (2008.09) | ||||||||
Hardware: | Other | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Description
Roland Tapken
2009-10-25 14:26:11 UTC
Changing TV_Format via xrandr still doesn't work: $ xrandr --output TV1 --set TV_FORMAT NTSC 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: 29 Current serial number in output stream: 29 Created attachment 30677 [details]
/var/log/Xorg.0.log
Created attachment 30678 [details]
xrandr --verbose
Changing LEFT/RIGHT/TOP/BOTTOM-Margin doesn't work either: $ xrandr --output TV1 --set BOTTOM 20 --set RIGHT 30 --set TOP 10 --set LEFT 0 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: 29 Current serial number in output stream: 29 > --- Comment #1 from Roland Tapken <freedesktop@tmp.dau-sicher.de> 2009-10-25 14:38:41 PST --- > Changing TV_Format via xrandr still doesn't work: > > $ xrandr --output TV1 --set TV_FORMAT NTSC > --- Comment #4 from Roland Tapken <freedesktop@tmp.dau-sicher.de> 2009-10-25 14:44:07 PST --- > Changing LEFT/RIGHT/TOP/BOTTOM-Margin doesn't work either: > > $ xrandr --output TV1 --set BOTTOM 20 --set RIGHT 30 --set TOP 10 --set LEFT 0 you're using KMS, which doesn't have the same names for properties as UMS. Try 'mode' instead of 'TV_FORMAT', and 'bottom margin' instead of 'BOTTOM' (as listed in your xrandr --verbose output). So I think this should be closed as invalid. You're right, this was it. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.