http://bugzilla.novell.com/show_bug.cgi?id=586053 http://bugzilla.novell.com/show_bug.cgi?id=586053#c9 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|REOPENED |ASSIGNED --- Comment #9 from Stefan Dirsch <sndirsch@novell.com> 2010-03-08 06:46:48 UTC --- The fact, that there are still monitors around without (working) DDC/EDID doesn't justify any amount of work trying to support also these corner cases. IIRC it has been discussed on the X.Org developer mailing list some while ago to drop "X -configure". How to add a new mode by using xrandr. Basically this is xrandr --newmode <newmode> xrandr --addmode <output> <newmode> xrandr --output <outpu> --mode <newmode> See "xrandr --help". Documentation about the usage of xlog2xconf can be found in the first lines of the script. #!/bin/sh # # Create minimal xorg.conf extracted from Xorg.<DISPLAY>.log # # -c <configfile> (use to specify configfile to create) # -e (edit file with $EDITOR after creation) # -f (overwrite existing <configfile>) # -l <logfile> (use to specify X logfile to read) # It's main purpose is to create a xorg.conf, which reflects the automatic configuration and then can be adjusted to your needs. Hope that helps. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.