Missing xorg.conf, max resolution 800x600 in Karmic, Intel Video Card

Bug #461953 reported by launchpad99
16
This bug affects 2 people
Affects Status Importance Assigned to Milestone
xserver-xorg-video-intel (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

I am on karmic :
Linux zubu910 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 i686 GNU/Linux

I have a Intel Video Card:
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)

After a clean installation and updating repos, i noticed that the maximum resolution is 800x600 (and 60hz of refresh rate).
xorg.conf DOES NOT EXIST in /etc/X11 , even after "sudo dpkg-reconfigure -phigh xserver-xorg"

in dmesg i see:
[ 17.164175] i2c-adapter i2c-0: unable to read EDID block.
[ 17.164178] i915 0000:00:02.0: VGA-1: no EDID data

lsmod | grep agp
intel_agp 27484 2 i915
agpgart 34988 2 drm,intel_agp

dpkg -l xserver-xorg-video-intel|grep ^ii|awk {'print $2" "$3'}
xserver-xorg-video-intel 2:2.9.0-1ubuntu2

In jaunty i had no problems.

I did not find any solution, yet.

Regards and thanks

Revision history for this message
Jānis Kangarooo (kangarooo) wrote :

I had also this problem
from #xubuntu TheSheep helped me
heres somthing he gave me to read
https://wiki.ubuntu.com/X/Config/Resolution#Try%20this%20first
https://wiki.ubuntu.com/X/Troubleshooting/Resolution#Problem:%20%20Autodetection%20results%20in%20reduced%20resolutions%20available
i was like wtf
so he gave me this to put in sudo mousepad /etc/X11/xorg.conf
if u dont have mousepad use gedit

Section "Device"
        Identifier "Configured Video Device"
        Option "NoDDC" "true"
        Option "IgnoreEDID" "true"
EndSection

Section "Monitor"
        Identifier "Configured Monitor"
        HorizSync 28.0 - 80.0
        VertRefresh 48.0 - 75.0
EndSection

Section "Screen"
        Identifier "Default Screen"
        Monitor "Configured Monitor"
        Device "Configured Video Device"
EndSection

Revision history for this message
kurt belgrave (trinikrono) wrote :

Assigning to xorg
Are you still affected by this bug?

affects: ubuntu → xserver-xorg-video-intel (Ubuntu)
Changed in xserver-xorg-video-intel (Ubuntu):
status: New → Incomplete
Bryce Harrington (bryce)
tags: added: karmic
Bryce Harrington (bryce)
tags: added: resolution
Revision history for this message
Joseph Iacobucci (gtg312i) wrote :

I am no longer effected in Lucid (10.4) but was in Karmic (9.10).

I think upstream fixed it?

Revision history for this message
kurt belgrave (trinikrono) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. I have marked it as fix released as you are no longer affected, please continue to submit any bugs you may find.

Changed in xserver-xorg-video-intel (Ubuntu):
status: Incomplete → Fix Released
Revision history for this message
launchpad99 (j-launchpad99-gmail-com) wrote :

I confirm that in Lucid the problem is not present.
Regards

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.