Bug 136919
| Summary: | Traceback when configuring dual-head | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Zack Cerza <zcerza> |
| Component: | system-config-display | Assignee: | Paul Nasrat <nobody+pnasrat> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:06:35 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
*** This bug has been marked as a duplicate of 136916 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |
Description of problem: Trying to set a T41 with a Radeon Mobolity 7500 to use a Dell 2001FP in analog mode. Version-Release number of selected component (if applicable): system-config-display-1.0.23-1 How reproducible: Always Steps to Reproduce: 1. Check 'Use dual head' 2. Select Monitor 3. Press 'OK' Actual results: Traceback (most recent call last): File "/usr/share/system-config-display/xConfigDialog.py", line 208, in ok primaryPCIBus = "PCI:%d:%d:%d" % (self.state.get_videocard_PCIBus(), TypeError: int argument required If I press 'OK' again, I get: Traceback (most recent call last): File "/usr/share/system-config-display/xConfigDialog.py", line 155, in ok lower_vrefresh, upper_vrefresh = self.second_monitor_vrefresh ValueError: too many values to unpack Not sure if this should be two separate bugs or not. Expected results: dual-head is configured.