Hi Hendrikus,
Maybe someone with more knowledge will give you better suggestion, but maybe you can go in safety-mode and reinstall your xorg.conf-backup file. It seems whenever I make any changes to my Display Settings, I lose my resolution and locks it at 640 x 480.
After I installed nVidia driver, my xorg.conf looks like this (without any additional changes to colour depth or monitor).
Section "ServerFlags"
EndSection
Section "Device"
Identifier "VideoCard"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Screen"
Device "VideoCard"
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "Screen"
EndSection
Lisa Marie
Lisa
Your xorg.conf file looks the same as mine when the problem with the resolution starteded.I tried everythink also I replaced the xorg.conf from my other Pardus partition
and also Atolboo give me his xorg.conf files
Section "ServerFlags"
EndSection
Section "Device"
Identifier "VideoCard"
Driver "nvidia"
Option "MetaModes" "DFP-0: 1024x768"
Option "Monitor-DFP-0" "Monitor[DFP-0]"
EndSection
Section "Screen"
Identifier "Screen"
Device "VideoCard"
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "Screen"
EndSection
Section "Monitor"
Identifier "Monitor[DFP-0]"
Option "PreferredMode" "1024x768"
Option "Enable" "true"
EndSection
Section "ServerFlags"
EndSection
Section "Device"
Identifier "VideoCard"
Driver "nvidia"
Option "MetaModes" "DFP-0: nvidia-auto-select"
Option "Monitor-DFP-0" "Monitor[DFP-0]"
EndSection
Section "Screen"
Identifier "Screen"
Device "VideoCard"
EndSection
Section "ServerLayout"
Identifier "Layout"
Screen "Screen"
EndSection
Section "Monitor"
Identifier "Monitor[DFP-0]"
Option "Enable" "true"
EndSection
No one of this files worked out - so i will make a new Pardus install.