342/5000
I have an NVIDIA GeForce 8400 GS card. As I already installed other distributions, I made the correct configuration in /etc/X11/xorg.conf.d/20-nvidia.conf. Here's my setup:
Section "Monitor"
# HorizSync source: builtin, VertRefresh source: builtin
Identifier "Monitor0"
VendorName "LG"
ModelName "32LK330"
HorizSync 28.0 - 55.0
VertRefresh 43.0 - 72.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8400 GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "CRT-1"
Option "metamodes" "1368x768_60_0 +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection
The system boots normally, but after authenticating to my user, my resolution is returning to 1024x768. I am using the Budgie desktop. Can anyone help me?