[Bug 144410] Re: displayconfig-gtk index out of range

2008-07-30 Thread Bryce Harrington
Thank you for reporting this bug and for your efforts to make Ubuntu
better. As Xorg has improved this past year, an unfortunate side effect
of these improvements is that it has rendered several design assumptions
in displayconfig-gtk obsolete. So, starting with Hardy we are no longer
putting displayconfig-gtk forth as a primary configuration tool, and are
putting our development focus into the Screen Resolution applet. As a
result, we do not plan to fix this bug and thus are closing it.

For more background on this change, please see this page: [WWW]
https://wiki.ubuntu.com/X/DisplayConfigGtk

** Changed in: displayconfig-gtk (Ubuntu)
   Status: New = Won't Fix

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
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


[Bug 144410] Re: displayconfig-gtk index out of range

2008-05-28 Thread MaTrIx
I'm having the same issue on a Compaq C555NR laptop (Intel Integrated
945) - a fresh install of hardy displays a blank brown screen upon
logon. GNOME failsafe does the same thing.

When I ran displayconfig-gtk from the failsafe terminal, I see two
Monitor 1 and 1 Monitor 2 despite only having one monitor.
Resolution settings are bugged, and default monitor has an erratic
behavior when selected.

I'm running Ubuntu off of a 8GB SDHC card, and the only workaround I've
found to actually get into gnome so far was to boot from a machine with
an NVIDIA graphics card, (uncertain of what else was done aside
installing basic NVIDIA drivers), and then booting it back up on the
bugged machine. This however seems to have resulted in OpenGL/wine
issues relating to libgl, as well as some other displayconfig-gtk
issues.

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
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


[Bug 144410] Re: displayconfig-gtk index out of range

2008-01-29 Thread Kubismo
Similar error on HP TX1000 with Nvidia video:

Traceback (most recent call last):
  File /usr/bin/displayconfig-gtk, line 75, in module
app = DisplayConfig(options)
  File /usr/lib/python2.5/site-packages/displayconfiggtk/DisplayConfig.py, 
line 190, in __init__
debug_scan_pci_filename=self.options.pcitable)
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
392, in __init__
self._finalizeInit()
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
411, in _finalizeInit
self.setLayout(gfxcard._getDetectedLayout())
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
965, in setLayout
gfxcard.setLayout(XSetup.LAYOUT_CLONE)
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
1177, in setLayout
screen._resyncResolution()
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
1854, in _resyncResolution
self.gfx_card.setup.getPrimaryScreen()._resyncResolution()
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
1810, in _resyncResolution
(preferred_width,preferred_height) = self.getAvailableResolutions()[-1]
IndexError: list index out of range

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144410] Re: displayconfig-gtk index out of range

2007-10-29 Thread djchainz
I have the same/similar crash:

Traceback (most recent call last):
  File /usr/bin/displayconfig-gtk, line 75, in module
app = DisplayConfig(options)
  File /usr/lib/python2.5/site-packages/displayconfiggtk/DisplayConfig.py, 
line 190, in __init__
debug_scan_pci_filename=self.options.pcitable)
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
77, in __init__
self.xorg_config = xorgconfig.readConfig(xorg_config_filename)
  File /var/lib/python-support/python2.5/xorgconfig.py, line 683, in 
readConfig
raise ParseException,Unknown line type '%s' on line %i % (first,line)
xorgconfig.ParseException: Unknown line type '-hsync' on line 119


The only option I have under my Device is XAANoOffscreenPixmaps, and removing 
that still means that it crashes.

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144410] Re: displayconfig-gtk index out of range

2007-10-25 Thread chmmr
Same here.  By removing these lines from a Device section of my
xorg.conf I was able to launch displayconfig-gtk:

Option TwinView true
Option TwinViewOrientation Clone
Option TVOutFormat COMPOSITE
Option TVStandard NTSC-M
Option SecondMonitorHorizSync 30-50
Option SecondMonitorVertRefresh 60

Of course these lines may just be enabling the feature that causes it to
crash, and the real problem is happening deeper down.

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144410] Re: displayconfig-gtk index out of range

2007-10-24 Thread Mark Siggers
I had the same problem.  I had changed my xorg.conf file so that I could output 
to a projector.
When I installed gutsy, and tried to use displayconfig-gtk, it wouldn't open 
and I got the same 
error as others have been getting.  So I've reverted back to the orignal 
xorg.conf file, and rebooted.
Now I can open displayconfig-gtk.

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144410] Re: displayconfig-gtk index out of range

2007-10-22 Thread chmmr
I'm getting this too.  Nvidia 7600GS with 96.39 drivers (Gutsy).  Common
thread here seems to be multi-monitor setups (Nvidia-only until Mr.
Hudec's Intel config).

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144410] Re: displayconfig-gtk index out of range

2007-10-21 Thread Tomáš Hudec
Same here on Dell Latitude D510 (Intel graphics):

Traceback (most recent call last):
  File /usr/bin/displayconfig-gtk, line 75, in module
app = DisplayConfig(options)
  File /usr/lib/python2.5/site-packages/displayconfiggtk/DisplayConfig.py, 
line 190, in __init__
debug_scan_pci_filename=self.options.pcitable)
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
392, in __init__
self._finalizeInit()
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
411, in _finalizeInit
self.setLayout(gfxcard._getDetectedLayout())
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
965, in setLayout
gfxcard.setLayout(XSetup.LAYOUT_CLONE)
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
1177, in setLayout
screen._resyncResolution()
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
1854, in _resyncResolution
self.gfx_card.setup.getPrimaryScreen()._resyncResolution()
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
1810, in _resyncResolution
(preferred_width,preferred_height) = self.getAvailableResolutions()[-1]
IndexError: list index out of range

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144410] Re: displayconfig-gtk index out of range

2007-10-16 Thread StevenMcCoy
Same with 7600GT, nv driver and 2xApple 23 on clean install.  Crash
appears selecting Detect and Plug 'n' Play model.

Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/displayconfiggtk/DisplayConfig.py, 
line 691, in on_configure_device_clicked
device.setMonitorAspect(ModeLine.ASPECT_16_9)
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
1803, in setMonitorAspect
self._resyncResolution()
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
1810, in _resyncResolution
(preferred_width,preferred_height) = self.getAvailableResolutions()[-1]
IndexError: list index out of range

Or not selecting widescreen:

Traceback (most recent call last):
  File /usr/lib/python2.5/site-packages/displayconfiggtk/DisplayConfig.py, 
line 693, in on_configure_device_clicked
device.setMonitorAspect(ModeLine.ASPECT_4_3)
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
1803, in setMonitorAspect
self._resyncResolution()
  File /var/lib/python-support/python2.5/displayconfigabstraction.py, line 
1810, in _resyncResolution
(preferred_width,preferred_height) = self.getAvailableResolutions()[-1]
IndexError: list index out of range

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144410] Re: displayconfig-gtk index out of range

2007-10-16 Thread StevenMcCoy

** Attachment added: Output of sudo xresprobe nv
   http://launchpadlibrarian.net/10048630/xresprobe-nv.txt

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144410] Re: displayconfig-gtk index out of range

2007-10-16 Thread StevenMcCoy

** Attachment added: Output of xrandr
   http://launchpadlibrarian.net/10048645/xrandr.txt

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144410] Re: displayconfig-gtk index out of range

2007-10-16 Thread StevenMcCoy

** Attachment added: Output of sudo ddcprobe
   http://launchpadlibrarian.net/10048629/ddcprobe.txt

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 144410] Re: displayconfig-gtk index out of range

2007-09-24 Thread Pedro Villavicencio
** Changed in: displayconfig-gtk (Ubuntu)
Sourcepackagename: gnome-control-center = displayconfig-gtk

-- 
displayconfig-gtk index out of range
https://bugs.launchpad.net/bugs/144410
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs