Summary: | Panel-fitting cannot be configured when using KMS | ||
---|---|---|---|
Product: | xorg | Reporter: | Eric Appleman <erappleman> |
Component: | Driver/intel | Assignee: | ykzhao <yakui.zhao> |
Status: | RESOLVED NOTABUG | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | normal | ||
Priority: | medium | CC: | chithanh, yakui.zhao |
Version: | 7.4 (2008.09) | ||
Hardware: | Other | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Eric Appleman
2009-10-05 11:16:38 UTC
For additional information about my system in the form of attachments, please refer to https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/443373 I will not be reposting the attachments unless it is necessary. Yakui, can you take a look at this? This bug also applies to the proper command that was implemented to do panel-fitting with KMS. The "aspect" option takes, but the screen is corrupted. I'll file a separate bug for it. (In reply to comment #3) > This bug also applies to the proper command that was implemented to do > panel-fitting with KMS. > > The "aspect" option takes, but the screen is corrupted. > > I'll file a separate bug for it. The panel_fitting can also be configured in KMS. But the command is different with that in UMS mode. >UMS mode: xrandr --output LVDS --set "PANEL_FITTING" "full aspect"(center, full) >KMS mode: xrandr --output LVDS1 --set "scaling mode" "Full" ("Center" or "Full aspect" Then you can switch to the different display mode. The corruption issue will be tracked in bug24339. So this bug will be marked as resolved. > Using xf86-video-intel-2.9.0, the suggested command does not work here: $ xrandr --output LVDS1 --set "scaling mode" "Full aspect" X Error of failed request: BadName (named color or font does not exist) Major opcode of failed request: 148 (RANDR) Minor opcode of failed request: 11 (RRQueryOutputProperty) Serial number of failed request: 27 Current serial number in output stream: 27 Also the manpage still says to use the PANEL_FITTING property. From the xrandr output it seems that you uses the modified kernel. In the upstream kernel the property of scaling mode should be: >scaling mode: Full supported: None Full Center Full aspect But on your box the property of scaling mode is : >scaling mode: Fullscreen supported: Non-GPU Fullscreen No scale Aspect Please use the property on your box to change the scaling mode. Thanks. |
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.