As is said, the config is not properly laid out, but X will attempt to
make sense out of a poor config, guessing on what it thinks you wanted
to do.

Looking through the log, it shows that it couldn't find a matching video
device section and guessed that you meant the ATI one. The config is not
proper and hence the utility that dontzap uses to magically read the
config assumes a sane and proper config.

You could should look like this instead perhaps:

Section "Device"
         Identifier "ATI X1400"
         Driver "radeon"
         Option "AccelMethod" "EXA"
         # Option "EXAVsync" "on"
         Option "ColorTiling" "on"
         Option "DMAForXv" "true"
         Option "DynamicClocks" "on"
         Option "ATOMTvOut" "true"
         Option "TVStandard" "ntsc"
EndSection

Section "Screen"
         Identifier "Default Screen"
         # Monitor "Configured Monitor"
         Device "ATI X1400"
         SubSection "Display"
                 ## Virtual 1680 1050
                 Virtual 2960 1050
                 ## Virtual 1680 2100
         EndSubSection
EndSection

I have tested this working config and donzap behaves as expected here.

-- 
kde 4.2 dontzap config deletes xorg.conf
https://bugs.launchpad.net/bugs/330830
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