[regression from 12.04] VGA Monitor uses reduced resolution

Bug #1049534 reported by iroli
38
This bug affects 7 people
Affects Status Importance Assigned to Milestone
xserver-xorg-video-intel (Ubuntu)
Fix Released
Medium
Timo Aaltonen

Bug Description

Just upgraded from 12.04 to 12.10 beta. I have a dual monitor setup and the monitor connected to the VGA port is useing a reduced default resolution (1024x768) instead of it's native resolution 1280x1024 since the upgrade. I also noticed that the EDID information is missing from Xorg.0.log.

I also attach an old Xorg log file (from 12.04) where the EDID information is correct.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: xserver-xorg-video-intel 2:2.20.6-0ubuntu1
ProcVersionSignature: Ubuntu 3.5.0-14.16-generic 3.5.3
Uname: Linux 3.5.0-14-generic x86_64
ApportVersion: 2.5.1-0ubuntu7
Architecture: amd64
CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order /var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission denied
Date: Wed Sep 12 10:11:56 2012
DistUpgraded: 2012-09-12 09:52:48,699 DEBUG enabling apt cron job
DistroCodename: quantal
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 4.1.18, 3.2.0-29-generic, x86_64: installed
 virtualbox, 4.1.18, 3.5.0-14-generic, x86_64: installed
GraphicsCard:
 Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
   Subsystem: Intel Corporation Device [8086:200e]
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.5.0-14-generic root=UUID=6016ba0a-e0a2-4102-b766-e77d9239fa12 ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-intel
UpgradeStatus: Upgraded to quantal on 2012-09-12 (0 days ago)
dmi.bios.date: 01/10/2012
dmi.bios.vendor: Intel Corp.
dmi.bios.version: BEH6110H.86A.0038.2012.0110.1653
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: DH61DL
dmi.board.vendor: Intel Corporation
dmi.board.version: AAG14066-205
dmi.chassis.type: 3
dmi.modalias: dmi:bvnIntelCorp.:bvrBEH6110H.86A.0038.2012.0110.1653:bd01/10/2012:svn:pn:pvr:rvnIntelCorporation:rnDH61DL:rvrAAG14066-205:cvn:ct3:cvr:
version.compiz: compiz 1:0.9.8.0-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu36
version.libdrm2: libdrm2 2.4.39-0ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 9.0~git20120903.e1673d20.is.git20120821.c1114c61-0ubuntu1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 9.0~git20120903.e1673d20.is.git20120821.c1114c61-0ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.99.99~git20120713.6ef1ad6a-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.6-0ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.1-4~ubuntu1

Revision history for this message
iroli (roland-lezuo) wrote :
Revision history for this message
iroli (roland-lezuo) wrote :
bugbot (bugbot)
tags: added: precise
bugbot (bugbot)
tags: added: resolution
Revision history for this message
iroli (roland-lezuo) wrote :

I found a way to work around the issue:

$ xrandr --addmode VGA1 1280x1024
$ xrandr --output VGA1 --mode 1280x1024

but I have to do this after every reboot which is not a good solution. I also found out that EDID information is not detected correctly by the i915 drm modul, as
/sys/module/drm/drivers/pci:i915/0000:00:02.0/drm/card0/card0-VGA-1/edid is an empty file.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

this needs to be forwarded to upstream

Changed in xserver-xorg-video-intel (Ubuntu):
assignee: nobody → Timo Aaltonen (tjaalton)
importance: Undecided → Medium
status: New → Triaged
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Do you perhaps use a dock with the laptop, and boot with the monitor connected to the dock? If yes, what if you boot without the monitor attached?

Changed in xserver-xorg-video-intel (Ubuntu):
status: Triaged → Incomplete
Revision history for this message
Timo Aaltonen (tjaalton) wrote :

Let me rephrase: boot with the machine undocked, then dock it once logged in. Does it work then?

Revision history for this message
iroli (roland-lezuo) wrote :

It is no Laptop, it is a PC and the monitors are connected directly.
I tried booting the system with the VGA monitor not attached and attached it later (when logged in already).
The monitor was detected, with reduced resolution however, so this dit NOT fix the issue.

Revision history for this message
Timo Aaltonen (tjaalton) wrote :

ah, hehe, assumed it was.

Changed in xserver-xorg-video-intel (Ubuntu):
status: Incomplete → Triaged
Revision history for this message
Maarten Lankhorst (mlankhorst) wrote :

Seems like this might be fixed in the next linux-image based on 3.5.5 with the following patch:
"drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID reads"

Once linux-image-3.5.0-17-generic is available, could you test with that?

Changed in xserver-xorg-video-intel (Ubuntu):
status: Triaged → Fix Committed
Revision history for this message
iroli (roland-lezuo) wrote :

indeed it is fixed in linux-image-3.5.0-17-generic

Changed in xserver-xorg-video-intel (Ubuntu):
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.