[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#402029: marked as done (xorg using 100% cpu on certain pictures/glyphs)



Your message dated Tue, 05 Jun 2007 08:07:02 +0200
with message-id <4664FD86.9000603@ens-lyon.org>
and subject line Bug#402029: xorg using 100% cpu on certain pictures/glyphs
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
X-Reportbug-Version: 3.31
Package: xorg
Version: 1:7.1.0-7
Severity: normal


When viewing the URL http://www.emchome.net/article.php/3095 in konqueror 
(3.5.5a.dfsg.1-2) xorg uses 100% cpu.

When I have a root shell hanging around renicing helps a bit.
Logging off and on again stops the loop; but looking at the site sends it in 
the same loop again.
It seems that xorg is *not* restarted on logoff, as the same nice setting 
still helps.


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (600, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8) (ignored: 
LC_ALL set to de_AT.utf8)

Versions of packages xorg depends on:
ii  konsole [x-terminal-em 4:3.5.5a.dfsg.1-2 X terminal emulator for KDE
ii  libgl1-mesa-dri        6.5.1-0.4         A free implementation of the 
OpenG
ii  libgl1-mesa-glx        6.5.1-0.4         A free implementation of the 
OpenG
ii  libglu1-mesa           6.5.1-0.4         The OpenGL utility library (GLU)
ii  type-handling [not+spa 0.2.19            dpkg architecture generation 
scrip
ii  xbase-clients          1:7.1.ds-3        miscellaneous X clients
ii  xfonts-100dpi          1:1.0.0-3         100 dpi fonts for X
ii  xfonts-75dpi           1:1.0.0-3         75 dpi fonts for X
ii  xfonts-base            1:1.0.0-4         standard fonts for X
ii  xfonts-scalable        1:1.0.0-6         scalable fonts for X
ii  xkb-data               0.9-4             X Keyboard Extension (XKB) 
configu
ii  xserver-xorg           1:7.1.0-7         the X.Org X server
ii  xterm [x-terminal-emul 223-1             X terminal emulator
ii  xutils                 1:7.1.ds.3-1      X Window System utility programs

xorg recommends no packages.

-- no debconf information
# /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 commands:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
#   sudo dpkg-reconfigure xserver-xorg

Section "Files"
	FontPath	"unix/:7100"			# local font server
	# if the local font server has problems, we can fall back on these
	FontPath	"/usr/X11R6/lib/X11/fonts/misc"
	FontPath	"/usr/X11R6/lib/X11/fonts/cyrillic"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/X11R6/lib/X11/fonts/Type1"
	FontPath	"/usr/X11R6/lib/X11/fonts/CID"
	FontPath	"/usr/X11R6/lib/X11/fonts/100dpi"
	FontPath	"/usr/X11R6/lib/X11/fonts/75dpi"
        # paths to defoma fonts
	FontPath	"/var/X11R6/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
	FontPath	"/var/X11R6/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
	Load	"bitmap"
	Load	"dbe"
	Load	"ddc"
	Load	"dri"
	Load	"extmod"
	Load	"freetype"
	Load	"glx"
	Load	"int10"
	Load	"record"
	Load	"type1"
	Load	"vbe"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"keyboard"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"de"
	Option		"XkbVariant"	"nodeadkeys"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
	Option		"CorePointer"
	Option		"Device"		"/dev/.static/dev/input/mice"
	Option		"Protocol"		"ImPS/2"
	Option		"ZAxisMapping"		"4 5"
EndSection

Section "Device"
	Identifier	"ATI Technologies, Inc. Radeon 7000 VE (RV100 QY)"
	Driver		"ati"
EndSection

Section "Monitor"
	Identifier	"Standardbildschirm"
	Option		"DPMS"
	HorizSync	30-83
	VertRefresh	50-77
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"ATI Technologies, Inc. Radeon 7000 VE (RV100 QY)"
	Monitor		"Standardbildschirm"
	DefaultDepth	16
	SubSection "Display"
		Depth		1
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		4
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		8
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		15
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		16
		Modes		"1280x1024"
	EndSubSection
	SubSection "Display"
		Depth		24
		Modes		"1280x1024"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
	Screen		"Default Screen"
	InputDevice	"Generic Keyboard"
	InputDevice	"Configured Mouse"
EndSection

Section "DRI"
	Mode	0666
EndSection

--- End Message ---
--- Begin Message ---
Ph. Marek wrote:
>> Does this problem about Xorg using 100% CPU on certain picture/glyphs
>> still happen with latest xserver-xorg-core and drivers?
>>     
> No, it doesn't. 
> Either the site has changed the pictures, or the bug is fixed.
>
> Please close this bug; I'll tell you it if it happens again.
>   


Thank you, closing.

Brice


--- End Message ---

Reply to: