Installer writes bogus Modes line ('"(--)" "NEOMAGIC(0):" "Panel" ...')

Bug #14562 reported by Thomas Hood
10
Affects Status Importance Assigned to Milestone
xorg (Ubuntu)
Fix Released
High
Daniel Stone

Bug Description

After installing Hoary preview, downloaded 23 March 2005, X came up on
my ThinkPad 600 in 800x600 mode rather than the 1024x768 of which I
know it is capable.

The problem was that /etc/X11/xorg.conf contained a Section "Screen"
with many bogus Modes lines:

    Section "Screen"
        ...
        Subsection "Display"
            Depth 16
            Modes "(--)" "NEOMAGIC(0):" "Panel" "is" "a" "1024x768" "color"
"dual" "scan" "display"
        EndSubSection
    EndSection

The result was this in /var/log/Xorg.0.log:

    (II) NEOMAGIC(0): Not using mode "(--)" (no mode of this name)
    (II) NEOMAGIC(0): Not using mode "NEOMAGIC(0):" (no mode of this name)
    ...

I fixed the configuration file so that it looks like this:

    Section "Screen"
        ...
        Subsection "Display"
            Depth 16
            Modes "1024x768"
        EndSubSection
    EndSection

Revision history for this message
Daniel Stone (daniels) wrote :

Woah. Thanks; fixed in Hoary.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.