Hye,
I have a nvidia graphic card (Driver installed)
with a wide Flatron LG 23" Monitor
The resolution I have at boot is 1920x1200
But the resolution that fit my eyes is 1680x1050
I have changed resolution to 1680x1050 with Resize and Rotate (the little icon in the systray)
But every time I reboot the resolution come back to 1920x1200.
NjB
In my xorg.conf, I don't have any line about screen resolution !!
Here is a part of my config file :
---------------------------------------------------------------------------------
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
---------------------------------------------------------------------------------
:-/NjB/
There are 2 xorg.conf files. Have you tried both? use the search in the text editor and search for "display".
I have in fact nine "xorg.conf" files
One is original and the others are backups.
About display I only have this information
---
SubSection "Display"
Depth 24
EndSubSection
---