Bug#596878: nvidia-kernel-dkms: Hang ups within a few minutes after startup

Manuel Bilderbeek manuel at msxnet.org
Wed Sep 22 17:13:46 UTC 2010


On 09/22/2010 06:52 PM, Andreas Beckmann wrote:
> On 2010-09-22 18:40, Manuel Bilderbeek wrote:
> ...
>> (WW) Sep 22 18:07:27 NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000180, 0x00003c2c)
>> [mi] EQ overflowing. The server is probably stuck in an infinite loop.
> ...
>
> You could try this:
> <https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/259808/comments/26>
>
> How does your xorg.conf look anyway?

For me, there is a different occurance than in that report: it hangs 
either within 10 minutes, or not at all.

Here's xorg.conf:

# xorg.conf (X.Org 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 xorg.conf manual page.
# (Type "man 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 "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc104"
	Option		"XkbLayout"	"us"
EndSection

Section "InputDevice"
	Identifier	"Configured Mouse"
	Driver		"mouse"
EndSection

Section "Device"
	Identifier	"Configured Video Device"
	Driver		"nvidia"
	Option		"DynamicTwinView"	"false"
	Option		"UseEdidFreqs"		"false"
	Option		"ModeValidation"	"NoEdidMaxPClkCheck"
EndSection

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Monitor"
	Identifier      "HP ZR24w"
	HorizSync       24-80
	VertRefresh     59-61
	Option	 	"DPMS"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Monitor		"HP ZR24w"
		SubSection "Display"
		Depth	   16
		Modes	   "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
	SubSection "Display"
		Depth	   24
		Modes	   "1920x1200" "1280x1024" "1024x768" "800x600" "640x480"
	EndSubSection
EndSection

Section "Module"
	Load "glx"
EndSection

-- 
Grtjs, Manuel





More information about the pkg-nvidia-devel mailing list