At 9:16 AM -0600 5/2/06, Jamie Bohr wrote: >I recently upgraded by laptop from Fedora 3 to Fedora 5. Nice work to the >developers. Of course there are a few things I need to iron out .... > >system-config-display does not save my setting when I select a dual head >configuration, is any one else seeing this? I get the following when I >run it from the command prompt: > >$ sudo /usr/bin/system-config-display >in hydrate_second >Traceback (most recent call last): > File "/usr/share/system-config-display/xConfigDialog.py", line 136, in ok > lower_vrefresh, upper_vrefresh = >string.split(str(self.second_monitor_vrefresh), "-") >ValueError: need more than 1 value to unpack >Traceback (most recent call last): > File "/usr/share/system-config-display/xConfigDialog.py", line 136, in ok > lower_vrefresh, upper_vrefresh = >string.split(str(self.second_monitor_vrefresh), "-") >ValueError: need more than 1 value to unpack >$ > >When I press okay I do not get the message about it saving the old >configutation nor does the file change. Should I file a bug report? Yes. That traceback sure looks like a coding bug. It expects that there is a "-" in self.second_monitor_vrefresh. If there is only one refresh rate, there probably won't be a "-", and it should set lower_vrefresh and upper_vrefresh to the same value. ____________________________________________________________________ TonyN.:' <mailto:tonynelson@xxxxxxxxxxxxxxxxx> ' <http://www.georgeanelson.com/> -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list