Bug 138055 - mis-detected screen ...
Summary: mis-detected screen ...
Status: RESOLVED WORKSFORME
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: SaX2 (show other bugs)
Version: Alpha 2
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Marcus Schaefer
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-12 15:34 UTC by Michael Meeks
Modified: 2005-12-14 11:52 UTC (History)
1 user (show)

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
working config (6.30 KB, text/plain)
2005-12-12 15:35 UTC, Michael Meeks
Details
X server startup log (32.78 KB, text/plain)
2005-12-14 11:07 UTC, Michael Meeks
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Meeks 2005-12-12 15:34:37 UTC
Hwinfo is at http://go-oo.org/~michael/dell-latitude-cpi-hwinfo
Working XServer config is attached; the suggested screen was 800x600 instead of 1024x768 and various attempts to select other screens in yast resulted in some rather spectacularly bad LCD effects ...
Comment 1 Michael Meeks 2005-12-12 15:35:12 UTC
Created attachment 60295 [details]
working config
Comment 2 Stefan Dirsch 2005-12-14 09:17:22 UTC
Looks more like a configuration issue.
Comment 3 Marcus Schaefer 2005-12-14 10:49:00 UTC
If you don't mind perform the following actions as root:

  cp /etc/X11/xorg.conf /etc/X11/xorg.conf.working
  init 3
  rm -f /var/log/X*
  sax2 -r

and select "--> LCD"  "1024X768@60HZ"
after this save the configuration and exit sax.

now restart the X-Server by simply calling:

  X

shutdown the X-Server after it has been started with the key
combination:

  Ctrl-Alt-BackSpace

now send me the log file:

  /var/log/Xorg.0.log

Thanks
Comment 4 Michael Meeks 2005-12-14 11:07:50 UTC
Created attachment 60516 [details]
X server startup log

As asked for - the X display apparently worked fine with 1024x768@60Hz; hopefully it's possible to autodetect that from this output ? :-)

Thanks.
Comment 5 Marcus Schaefer 2005-12-14 11:30:08 UTC
Well unfortunately I think this cannot be autodetected because the
panel doesn't report a valid DDC record.

(II) NEOMAGIC(0): VESA VBE DDC supported
(II) NEOMAGIC(0): VESA VBE DDC Level none
(II) NEOMAGIC(0): VESA VBE DDC transfer in appr. 0 sec.
(II) NEOMAGIC(0): VESA VBE DDC read failed

according to this I can only fallback to the current framebuffer
setup which is by default 800x600. Additionally the old panels
requires a 60Hz mode which forces the user to manually select
something like XxY@60Hz

I'm sorry
Comment 6 Michael Meeks 2005-12-14 11:52:57 UTC
thanks for trying & being friendly anyhow :-) good stuff.