Bug 285001
| Summary: | 'intel' driver always detects a TV connected on 965. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> | ||||||
| Component: | xorg-x11-drv-i810 | Assignee: | Adam Jackson <ajax> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | rawhide | CC: | dcantrell, jhrozek, 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 18:07:25 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: |
|
||||||||
|
Description
Jesse Keating
2007-09-10 19:28:50 UTC
Created attachment 191891 [details]
Xorg log file
Created attachment 195781 [details]
my Xorg.0.log
I have the same card on my laptop, but I cannot reproduce the problem here:
[matej@viklef ~]$ lspci -n |grep -i 00:02.
00:02.0 0300: 8086:2a02 (rev 0c)
00:02.1 0380: 8086:2a03 (rev 0c)
[matej@viklef ~]$ grep TV /var/log/Xorg.0.log
(II) intel(0): Output TV has no monitor section
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV
(II) intel(0): Output TV disconnected
(II) intel(0): Output TV is connected to pipe none
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV
(II) intel(0): Output TV is connected to pipe none
(II) intel(0): Output TV disconnected
(II) intel(0): EDID for output TV
[matej@viklef ~]$
Although I cannot reproduce the problem with always on TV output, Xorg cannot
detect the size of the monitor as well (don't recognize that it is wide-screen
monitor, when switching manually to 1280x800 it works more or less correctly;
no console, but that's another bug).
BTW, this HP Compaq 6710s laptop: [matej@viklef ~]$ lshal |grep hardware system.hardware.product = 'HP Compaq 6710s (GB885EA#AKB)' (string) system.hardware.serial = 'CNU7311QCY' (string) system.hardware.uuid = '7C1127B8-C315-E011-3884-6D990E367929' (string) system.hardware.vendor = 'Hewlett-Packard' (string) system.hardware.version = 'F.08' (string) [matej@viklef ~]$ $ lshal |grep hardware system.hardware.primary_video.product = 10754 (0x2a02) (int) system.hardware.primary_video.vendor = 32902 (0x8086) (int) system.hardware.product = 'XPS M1330' (string) system.hardware.serial = '6TG3KD1' (string) system.hardware.uuid = '44454C4C-5400-1047-8033-B6C04F4B4431' (string) system.hardware.vendor = 'Dell Inc.' (string) laptop_panel.brightness_in_hardware = false (bool) Forgot to include this in the original report. I have a work around for now, which is to create a dummy monitor with the option of ignore, and assign "Monitor-TV" to "Dummy" and that keeps X from considering it when deciding on a resolution. Now X automatically picks the right resolution, 1280x800. please re-test I updated the quirks in the driver in rawhide from upstream to cover the Dell XPS 1330 case (In reply to comment #5) > please re-test I updated the quirks in the driver in rawhide from upstream to > cover the Dell XPS 1330 case I've filed a similar bug #306921 - sorry I did not find this one before. It seems that Jesse has found the same workaround. Dave, is the quirk you mentioned only for Dell or will it work with other models? *** Bug 306921 has been marked as a duplicate of this bug. *** Seems to work well now without my workaround. |