wrong resolution with Intel 915GM; 915resolution is ineffective; restarting gdm required every time

Bug #63518 reported by Jan
2
Affects Status Importance Assigned to Milestone
xorg (Ubuntu)
New
Undecided
Unassigned

Bug Description

I use a MSI Megabook S260 with Intel 915GM chipset. Everytime I start the notebook, X is started with a wrong resolution, 800x600 (? if I remember correctly) instead of 1280x800. Restarting X via control+alt+del does not help. Installing and configuring 915resolution correctly does not help also. I need to restart gdm (sudo /etc/init.d/gdm restart) every time, to get X started with the correct resolution. The autoconfiguration of /etc/X11/xorg.conf seems to be correct. I have this problem with Breezy and Dapper. Attached is /etc/X11/xorg.conf and /var/log/Xorg.0.log. Please let me know if you need more information!!

Revision history for this message
Jan (jan23) wrote :
Revision history for this message
Jan (jan23) wrote :
Revision history for this message
Jan (jan23) wrote :

915resolution works fine to set up the correct resolution in Edgy Beta.

Revision history for this message
Bryce Harrington (bryce) wrote :

According to the following link, this laptop has a buggy video bios:

  http://www.teleost.org/docs/gma-900-linux.html

Have you tried the solutions described on that page?

In the xorg log file you posted, it looks like the following is the error you're hitting:

(WW) I810(0): config file hsync range 28-64kHz not within DDC hsync ranges.
(WW) I810(0): config file vrefresh range 43-60Hz not within DDC vrefresh ranges.
(II) I810(0): Standardbildschirm: Using hsync range of 28.00-64.00 kHz
(II) I810(0): Standardbildschirm: Using vrefresh range of 43.00-60.00 Hz
(II) I810(0): Increasing the scanline pitch to allow tiling mode (1280 -> 2048).

Have you doublechecked that your monitor's hsync and vrefresh ranges are correct for your hardware?

Revision history for this message
Jan (jan23) wrote :

No I did not doublecheck the hsync and vrefresh ranges. How can I do this? Also I would like to check if Feisty still recognizes the resolution wrongfully. Unfortunately I don't have a CD drive in the moment to start a Feisty live CD so please be patient for some days.

Revision history for this message
Jan (jan23) wrote :

Now I have Feisty installed on the system. Still I can not try to boot a live CD so how could I try to detect the resolution automatically?

Revision history for this message
Bryce Harrington (bryce) wrote :

Hi Lutz,

This is a long-known issue (bug 3731). There are several ways you can work around it, however:

1. Remove your /etc/X11/xorg.conf file, and allow Xorg to autodetect everything.

   # mv /etc/X11/xorg.conf /etc/X11/xorg.conf.myorig
   # reboot

In the future, we plan to do something like this, to allow Xorg to handle autodetection.

2. Run 'displayconfig-gtk' to select your monitor and video card.

   This is the fallback solution we plan to use in the future. It requires that you know both the monitor and video card, and that both are also listed in our databases.

3. Specify your monitor's exact refresh rates in xorg.conf

Section "Monitor"
 Identifier "Standardbildschirm"
 Option "DPMS"
 HorizSync <<specify horizontal sync>>
 VertRefresh <<specify vertical refresh>>
EndSection

4. In xorg.conf, remove the refresh rates:

Section "Monitor"
 Identifier "Standardbildschirm"
 Option "DPMS"
EndSection

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.