Bug 220296 - clicking on screen administration resets resolution
Summary: clicking on screen administration resets resolution
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_randr (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Gustavo Pichorim Boiko
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-27 18:20 UTC by Germano Massullo
Modified: 2011-12-04 18:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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