Bug 138055

Summary: mis-detected screen ...
Product: [openSUSE] SUSE Linux 10.1 Reporter: Michael Meeks <mmeeks>
Component: SaX2Assignee: Marcus Schaefer <ms>
Status: RESOLVED WORKSFORME QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: sndirsch
Version: Alpha 2   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: working config
X server startup log

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.