Bug 29025 - Bad info on resolution in src/radeon_modes.c
Summary: Bad info on resolution in src/radeon_modes.c
Status: RESOLVED INVALID
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: git
Hardware: All All
: medium normal
Assignee: xf86-video-ati maintainers
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-12 13:01 UTC by Jacob Preciado
Modified: 2018-06-12 19:06 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Jacob Preciado 2010-07-12 13:01:31 UTC
In the source file of driver xorg Radeon o git, I can read this on
lines 440/443:

/* Add some common sizes */
    int widths[15]  = {640, 800, 1024, 1152, 1280, 1280, 1280, 1280, 1280, 1440, 1400, 1680, 1600, 1920, 1920};
    int heights[15] = {480, 600,  768,  768,  720,  800,  854,  960, 1024,  900, 1050, 1050, 1200, 1080, 1200};

The info tag (768, 768) is duplicated and it's wrong, may be 768, 864.
This probably result that mode 1152x864 is not set correctly.

Thanks 
Jacob S. Preciado.
Comment 1 Adam Jackson 2018-06-12 19:06:21 UTC
Mass closure: This bug has been untouched for more than six years, and is not
obviously still valid. Please reopen this bug or file a new report if you continue to experience issues with current releases.


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.