Bug 220296

Summary: clicking on screen administration resets resolution
Product: [Applications] systemsettings Reporter: Germano Massullo <germano.massullo>
Component: kcm_randrAssignee: Gustavo Pichorim Boiko <gustavo.boiko>
Status: RESOLVED FIXED    
Severity: normal CC: hbock
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Fedora RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Germano Massullo 2009-12-27 18:20:20 UTC
Version:            (using KDE 4.3.3)
OS:                Linux
Installed from:    Fedora RPMs

If I open system settings, and click on Screen (or monitor, don't know in english, in italian is schermo) the computer resets the screen resolution and put it on 800x600, that makes the computer not usable and I have only to reset it.
I have a nvidia with drivers 190.42. Is not a monitor problem because the system did that also with another monitor
Comment 1 Germano Massullo 2009-12-27 18:27:19 UTC
Here the xorg.conf
The card is a 6800GT


# Xorg configuration created by livna-config-display

Section "Files"
	ModulePath   "/usr/lib/xorg/modules/extensions/nvidia"
	ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
	Option	    "AIGLX" "on"
EndSection

Section "Monitor"
	Identifier   "Configured Monitor"
EndSection

Section "Device"
	Identifier  "Videocard0"
	Driver      "nvidia"
	Option	    "AddARGBGLXVisuals" "True"
EndSection

Section "Screen"
	Identifier "Default Screen"
	Device     "Configured Video Device"
	Monitor    "Configured Monitor"
	DefaultDepth     24
EndSection

Section "Extensions"
	Option	    "Composite" "Enable"
EndSection