Summary: | Enhancement request: Please add built in video mode 1920x1200 to X server | ||
---|---|---|---|
Product: | xorg | Reporter: | Rodd Clarkson <rodd> |
Component: | Server/General | Assignee: | Xorg Project Team <xorg-team> |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | normal | ||
Priority: | high | CC: | libv, mharris |
Version: | 7.0.0 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Rodd Clarkson
2006-01-25 08:18:59 UTC
Imho this bug is just 5386: this is the edid based mode injection, but also offers a CVT generator to the mode code and drivers. This generator function is of course the current main routine of the cvt utility present in current CVS. In time, this generator should also be called when a Modes directive, in the Display subsection of the Screen section, has no corresponding mode in the modelist (before going through validation). But there are a few hoops to jump through before i get there. This would mean that you just state: Modes "1900x1200" in xorg.conf. Then, if no-one else has provided that modeline right before validation, the return value of xf86CVTMode(1900, 1200, 60, FALSE, FALSE); gets added to the modelist. [(HDisplay, VDisplay, VRefresh, Reduced, Interlaced)] So this bug actually depends on 5386. So Mike, if the above is how you see things too, please set the dependency. |
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.