Comment 30 for bug 140051

Revision history for this message
Jean Christophe André (progfou) wrote : Re: amd driver fails to autoconfigure

Great!
I'm able to use Xorg at 1280x1024x16 without any trouble! :-)

I just had to tune a few things manually, like:
- HorizSync & VertRefresh to allow full screen size
- DefaultDepth to get 16 bits depth
- Modes in SubSection "Display" to get the size I wanted

But we should be able to get most of this automagically.
See what "ddcprobe" gives:

vbe: VESA 2.0 detected.
oem: Advanced Micro Devices
memory: 16384kb
mode: 640x480x256
mode: 800x600x256
mode: 1024x768x256
mode: 1280x1024x256
mode: 640x480x32k
mode: 640x480x64k
mode: 640x480x16m
mode: 800x600x32k
mode: 800x600x64k
mode: 800x600x16m
mode: 1024x768x32k
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x32k
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 1600x1200x32k
mode: 1600x1200x64k
edid:
edidfail

From that we could guess horizontal & vertical data...