Asi tak,měl jsem spoustu CRT monitorů a většina jich zvládla jen těch 1024x768,takže systém to sám od sebe zvednout nedovolí,ale mohl by jsi zkusit požadované rozlišení připsat do souboru /etc/X11/xorg.conf,pokud ho v systému nemáš,tak si ho vytvoř,jeho obsah by měl vypadat asi takhle
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "Xinerama" "0"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "ViewSonic VA2216w-2"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 75.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7300 GS"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "TwinView" "0"
Option "TwinViewXineramaInfoOrder" "CRT-0"
Option "metamodes" "1024x768 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Pro tebe je důležitá sekce Monitor a Screen,ty ostatní můžeš klidně vypustit,pokusím se ti sem hodit to co si myslím,že by jsi do xorg.conf měl vložit,takže obsah toho souboru by měl být asi takový (umístění.viz výše /etc/X11/xorg.conf)
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "Monitor0"
VendorName "Unknown"
ModelName "ViewSonic G220fB"
HorizSync 30.0 - 82.0
VertRefresh 50.0 - 160.0
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 21
Option "metamodes" "2048x1536 +0+0"
SubSection "Display"
Depth 21
EndSubSection
EndSection