[Bug 39603] Display Module in KDE System Settings "fails to load"
pat.pannuto
psquared89+ubuntu at gmail.com
Fri Apr 14 21:13:01 UTC 2006
Public bug reported:
Affects: kde-guidance (Ubuntu)
Severity: Normal
Priority: (none set)
Status: Unconfirmed
Description:
This bug appeared after modifying my xorg.conf to make nvidia twinview
work. I am currently running a fully-updated versions of Dapper Flight
6.
It is reproducable in either of two ways:
(1)
Open the kMenu and select "System Settings".
Click on "Display"
"The module Display could not be loaded" (screenshot attached)
(2)
Open a konsole and type "kcontrol"
Expand "Peripherals" and click on "Display"
It will pause for a second, and then show the same screen that was there previously.
While using method 2, nothing is fed back to the console until clicking
on display, when the following appears:
pat at ubuntu:~$ kcontrol
pat at ubuntu:~$
Pythonize constructor -- pid = 12007
Python interpreter initialized!
Pythonize constructor -- pid = 12007
open /dev/mem: Permission denied
VESA BIOS Extensions not detected.
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 1463,
in slotSecondMonitorToggled
self._syncGUIScreen()
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 1176,
in _syncGUIScreen
self.resize_slider.setScreen(self.current_screen)
File "/usr/lib/python2.4/site-packages/displayconfigwidgets.py",
line 49, in setScreen
self.setResolutionIndex(screen.getResolutionIndex())
File "/usr/lib/python2.4/site-packages/displayconfigwidgets.py",
line 81, in setResolutionIndex
width,height = self.screen.getAvailableResolutions()[i]
IndexError: list index out of range
Traceback (most recent call last):
File "<string>", line 8, in kcontrol_bridge_create_displayconfig
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 1677,
in create_displayconfig
return DisplayApp(parent, name)
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 450,
in __init__
self._buildGUI()
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 514,
in _buildGUI
self.SizePage =
SizeOrientationPage(tabcontrol,self.xsetup,self.compact_mode)
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 1143,
in __init__
self._syncGUI()
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 1152,
in _syncGUI
self._syncGUIScreen()
File "/usr/lib/python2.4/site-packages/displayconfig.py", line 1176,
in _syncGUIScreen
self.resize_slider.setScreen(self.current_screen)
File "/usr/lib/python2.4/site-packages/displayconfigwidgets.py",
line 49, in setScreen
self.setResolutionIndex(screen.getResolutionIndex())
File "/usr/lib/python2.4/site-packages/displayconfigwidgets.py",
line 81, in setResolutionIndex
width,height = self.screen.getAvailableResolutions()[i]
IndexError: list index out of range
error: *** runFunction failure
;
My xorg.conf file:
pat at ubuntu:~$ cat /etc/X11/xorg.conf
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
# sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "Emulate3Buttons" "true"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NV40 [GeForce 6800 Ultra]"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "RenderAccel" "1"
Option "NoLogo" "1"
Option "TwinView" "on"
Option "MetaModes" "1024x768,1024x768"
Option "TwinViewOrientation" "LeftOf"
EndSection
Section "Monitor"
Identifier "CPQ TFT5005m"
Option "DPMS"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NV40 [GeForce 6800 Ultra]"
Monitor "CPQ TFT5005m"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "832x624" "800x600" "720x400" "640x480"
EndSubSection
EndSection
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "DRI"
Mode 0666
EndSection
pat at ubuntu:~$
** Attachment added: "Screenshot of the failed Display Settings page"
http://librarian.launchpad.net/2121788/Display%20Settings.png
--
Display Module in KDE System Settings "fails to load"
https://launchpad.net/malone/bugs/39603
More information about the kubuntu-bugs
mailing list