Bug 486613

Summary: Not setting correct native display resolution
Product: [Fedora] Fedora Reporter: Michael Monreal <michael.monreal>
Component: xorg-x11-drv-i810Assignee: X/OpenGL Maintenance List <xgl-maint>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: mcepl, moneta.mace, wwoods, 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: 2009-02-25 17:42:57 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 Flags
Log none

Description Michael Monreal 2009-02-20 16:54:50 UTC
When booting with a Intel-KMS-enabled kernel (0.137 here atm), GDM/GNOME are displayed in 1024x768 instead of the native 1280x800.

Xrandr reveals a strange thing:

TV1 connected
   1024x768
   800x600
   640x480

There's no TV connected at all. I can turn this TV1 display off using the GNOME resolution tool and set 1280x800 resolution. GDM is still 1280x800 though.

Comment 1 Matěj Cepl 2009-02-24 17:57:42 UTC
Thanks for the bug report.  We have reviewed the information you have provided above, and there is some additional information we require that will be helpful in our diagnosis of this issue.

Please attach your X server config file (/etc/X11/xorg.conf, if available) and X server log file (/var/log/Xorg.*.log) to the bug report as individual uncompressed file attachments using the bugzilla file attachment link below.

Could you please also try to run without any /etc/X11/xorg.conf (if you have one) whatsoever and let X11 autodetect your display and video card? Attach to this bug /var/log/Xorg.0.log from this attempt as well, please.

We will review this issue again once you've had a chance to attach this information.

Thanks in advance.

-- 
Fedora Bugzappers volunteer triage team
https://fedoraproject.org/wiki/BugZappers

Comment 2 Will Woods 2009-02-24 18:46:15 UTC
Cause seems similar to bug 486567; can you update to today's rawhide kernel (2.6.29-0.145...) and report whether it works better?

Comment 3 Michael Monreal 2009-02-24 19:40:03 UTC
Update:

So first here's the whole xrandr output:

$ xrandr 
Screen 0: minimum 320 x 200, current 1024 x 768, maximum 8192 x 8192
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1024x768+0+0 (normal left inverted right x axis y axis) 330mm x 210mm
   1280x800       60.0 +
   1024x768       60.0* 
   800x600        60.3  
   640x480        59.9  
TV1 disconnected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm

I'm running the lastest kernel from koji (0.148) now btw, still no change of situation. I don't think bug 486567 is related.

I don't use xorg.conf right now. I will attach the log as requested.

Comment 4 Michael Monreal 2009-02-24 19:44:07 UTC
Created attachment 333082 [details]
Log

X log without xorg.conf

Comment 5 Michael Monreal 2009-02-24 22:52:59 UTC
Good news: after updating to the new *-7 package from koji, this seems to be fixed. Feel free to close (I'm not sure about the resolution so I leave it up to you).

Comment 6 Matěj Cepl 2009-02-25 17:42:57 UTC
Thansk for letting us know.