I can confirm this bug, and Jarek's workaround
(https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
openchrome/+bug/182778/comments/19).

Although the livecd worked (with a wrong resolution), after the first
boot gdm/X does not started. In the log I found: (EE) No screens found .

I modified xorg.conf this way:

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "openchrome"
EndSection

Now X worked, but with the resolution of 1600x1200. Other modes in
xrandr had refresh rates of 0, trying them resulted in a totally broken
display.

Applying the changes below resolved that:

Section "Screen"
 Identifier "Default Screen"
 Monitor "Configured Monitor"
 SubSection "Display"
     Modes "1280x800"
 EndSubSection
EndSection

-- 
Wrong resolution on Hardy Alpha 3
https://bugs.launchpad.net/bugs/182778
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to