Bug 15160 - login screen broken
Summary: login screen broken
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/intel (show other bugs)
Version: git
Hardware: Other All
: medium normal
Assignee: Hong Liu
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: NEEDINFO
Depends on:
Blocks:
 
Reported: 2008-03-21 05:43 UTC by Martin
Modified: 2008-04-01 19:50 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
screenshot (62.41 KB, image/jpeg)
2008-03-21 05:45 UTC, Martin
no flags Details
Xorg.0.log (83.08 KB, application/octet-stream)
2008-03-21 05:45 UTC, Martin
no flags Details
xorg.conf (2.77 KB, text/plain)
2008-03-21 05:46 UTC, Martin
no flags Details
xorg.0.log without PrefereedMode option, with ModeDebug option (108.60 KB, text/plain)
2008-03-24 05:42 UTC, Martin
no flags Details
first detailed preferred quirk for Proview AY765C (507 bytes, patch)
2008-03-24 18:42 UTC, Hong Liu
no flags Details | Splinter Review

Description Martin 2008-03-21 05:43:55 UTC
Hi,

I have a problem with the driver for the intel card, the login screen is broken.

source: git-clone git://anongit.freedesktop.org/git/xorg/driver/xf86-video-intel
day: 03/18/08
os: 64 bit linux ubuntu 7.10
board: intel DG33TL with Intel 3100 grafic card

Please find attached a screenshot, the xorg.conf and the logfile.

Any ideas?

Thanks a lot, Martin
Comment 1 Martin 2008-03-21 05:45:23 UTC
Created attachment 15375 [details]
screenshot
Comment 2 Martin 2008-03-21 05:45:59 UTC
Created attachment 15376 [details]
Xorg.0.log
Comment 3 Martin 2008-03-21 05:46:21 UTC
Created attachment 15377 [details]
xorg.conf
Comment 4 Hong Liu 2008-03-23 20:42:44 UTC
It seems X server didn't choose a good default for your monitor.

Does adding a option "PreferredMode" "1280x1024@60" to your monitor section solves this problem?

If yes, then we may need to add a quirk for your monitor to let it select the first detailed timing mode of your monitor.

Please attach xorg log with ModeDebug option turned on without the PreferredMode option.

Thanks,
Hong
Comment 5 Martin 2008-03-24 05:41:14 UTC
Hi,

Option "PreferredMode" "1280x1024@60"
to my monitor section solves this problem.

For the log file I removed the PreferredMode option and added

Option "ModeDebug" "YES"
to the device section.

I hope this is what you wanted me to do (I'm a linux rookie). Please find attached the Xorg.0.log

Many thanks, Martin

Comment 6 Martin 2008-03-24 05:42:25 UTC
Created attachment 15426 [details]
xorg.0.log without PrefereedMode option, with ModeDebug option
Comment 7 Hong Liu 2008-03-24 18:42:25 UTC
Created attachment 15435 [details] [review]
first detailed preferred quirk for Proview AY765C

Please remove all modelines in you xorg.conf and also remove the preferredMode Option and try this patch (the patch is against Xserver).

With this patch, X server should be able to find the correct default mode for your monitor automatically.

Or if you have problem in compiling X server, you may use the modeline hack in your xorg.conf for now, and wait for you Linux OSV to release new X server with this patch integrated.

I will close this bug once the patch is commited into X server master branch.

Thanks,
Hong
Comment 8 Wang Zhenyu 2008-04-01 19:50:26 UTC
Close, pushed to xserver.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.