Bug 306921
| Summary: | [workaround] TP R61, T61 with Intel 3100 - TV out is on by default, bad resolution selected | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jakub Hrozek <jhrozek> | ||||||||
| Component: | xorg-x11-drv-i810 | Assignee: | Dave Airlie <airlied> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
| Severity: | low | Docs Contact: | |||||||||
| Priority: | low | ||||||||||
| Version: | 7 | CC: | mcepl, xgl-maint | ||||||||
| Target Milestone: | --- | ||||||||||
| Target Release: | --- | ||||||||||
| Hardware: | All | ||||||||||
| OS: | Linux | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2007-10-12 10:13:52 UTC | Type: | --- | ||||||||
| Regression: | --- | Mount Type: | --- | ||||||||
| Documentation: | --- | CRM: | |||||||||
| Verified Versions: | Category: | --- | |||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 207071 [details]
The original xorg.conf as generated after install
Created attachment 207081 [details]
my working xorg.conf
Created attachment 207101 [details]
An xorg log showing the TV as "connected"
|
Description of problem: I have a ThinkPad R61 with an Intel X3100 driver. After start, rhgb, gdm and de itself are not rendered on the whole screen as 1024x768 resolution is selected (native is 1440x960). You can move the mouse pointer over whole screen, but panels, windows etc are rendered in upper-left hand corner only. Version-Release number of selected component (if applicable): xorg-x11-drv-i810-2.0.0-4.fc7 xorg-x11-server-Xorg-1.3.0.0-9.fc7 How reproducible: always Steps to Reproduce: 1. grab a thinkpad with a 3100 intel card (R61 and T61 are affected for sure) 2. start system with rhgb or boot into runlevel 5 3. DE/gdm not rendered correctly Actual results: wrong resulution selected Expected results: the correct resulution selected Additional info: There is a workaround proposed by someone of fedoraforum.org. The root cause is TV output being on, as one can see with xrandr -q. Disabling the TV output with the following lines does the trick for me: Section "Monitor" Identifier "TVOutput" Option "Disable" "true" EndSection and also adding this to the videocard "Device" section: Option "monitor-TV" "TVOutput"