Tenho chipset Intel 945 e Linux Mint 18.3 Mate 64. Em "telas" eu tenho display VGA1 desconhecido e não consigo definir uma resolução maior que 1024x748.
No diretório "/usr/share/X11/xorg.conf.d" eu criei o arquivo "40-monitor.conf" (se você já tem, basta editar o arquivo):
Section "Monitor"
Identifier "Monitor0"
Modeline "1440x900_60.00" 106.50 1440 1528 1672 1904 900 903 909 934 -hsync +vsync
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "AccelMethod" "UXA"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Intel Graphics"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
Modes "1600x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
Modes "1600x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
Modes "1600x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1600x900"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1600x900"
EndSubSection
EndSection
No meu caso eu usei informações na seção "Device" do arquivo "20-intel.conf". Eu acho que se você tiver Geforce, deve haver um arquivo como "xx-nvidia.conf".