[Bug 181343] Re: [hardy] logout ends in blank screen

TiGR tarasov.igor at gmail.com
Mon Jan 5 12:17:05 UTC 2009


Okay, I think I've found out the solution. Here is the story: I have 2
kubuntu 8.04 installations on the same machine, but one of these
installations have this bug, the other - have not. So, I've starting
comparing configurations and started with apm-related stuff, but it was
quite similar, and then with nvidia-related settings. So, installation
with the bug had the following lines in xorg.conf:

Section "Device"
	Identifier	"Configured Video Device"
	Boardname	"NVIDIA GeForce4 (generic)"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Screen	0
	Vendorname	"NVIDIA"
	Option		"NoLogo"	"True"
EndSection

The other machine (without bug) had these lines:

Section "Device"
	Identifier	"Configured Video Device"
	Boardname	"NVIDIA GeForce4 (generic)"
	Busid		"PCI:1:0:0"
	Driver		"nvidia"
	Option 		"NvAGP"				"1"
	Option 		"AllowGLXWithComposite"		"True"
	Option 		"AddARGBVisuals"		"True"
	Option 		"AddARGBGLXVisuals" 		"True"
	Option 		"NoLogo" 			"True"
	Option 		"RenderAccel" 			"True"
	Screen		0
EndSection

I've copied all Options and it fixed this bug and the one related and it
did the trick. Also, it has fixed another bug: this new installation
could not resume from STR. But now all bugs are gone.

So, NvAGP option did the trick I think. Or maybe other options have
worked, I don't know. Maybe it should be added to nvidia cards config by
default?

-- 
[hardy] logout ends in blank screen
https://bugs.launchpad.net/bugs/181343
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.




More information about the kubuntu-bugs mailing list