The default is:

Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "Configured Monitor"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "Configured Monitor"
        Device          "Configured Video Device"
EndSection


I have also tried this one:

Section "Device"
        Identifier      "Configured Video Device"
EndSection

Section "Monitor"
        Identifier      "My Monitor"
        Modeline "1440x900" 103.97  1440 1496 1624 1856   900  900  902  933
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Monitor         "My Monitor"
        Device          "Configured Video Device"
        DefaultDepth 24
        SubSection "Display"
                Viewport  0 0
                Depth     24
                Modes     "1440x900"
        EndSubSection
EndSection

-- 
incorrect screen detection [openchrome]
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to