Я недавно сменил свой монитор на LG Flatron W1941S. (Когда я говорю «изменился», я имею в виду, что я просто отключил старый и подключил новый.)
Я почему-то застрял с максимальным разрешением экрана 1360 *
768.
На другом ПК этот же монитор легко обеспечивает разрешение до 1400 *
900
Вот мой файл /etc/X11/xorg.conf (я его где-то изменил после прочтения учебника):
# Xorg configuration created by system-config-display
Section "ServerLayout"
Identifier "single head configuration"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
# keyboard added by rhpxl
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1440x900"
Modeline "1440x900_75.00" 136.49 1440 1536 1688 1936 900 901 904 940 -HSync +Vsync
HorizSync 31.5 - 74.7
VertRefresh 56.0 - 65.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1440x900" "1280x1024" "1024x768"
EndSubSection
EndSection
Нужно ли устанавливать какие-либо драйверы? Что мне здесь не хватает?