Здравствуйте. Помогите пожалуйста решить проблему с видео картой и монитором.
В настройках Nvidia у меня есть 5 разрешений экрана, самый высокий 1366х768 (главный) и остальные 4 (scaled) 800х600 (scaled).
Если заглянуть в спецификацию ноутбука (
http://multi.gnt.lt/Pages/brochures/Acer/as5737Z.pdf) то там гораздо больше разрешений. К тому же частота только 60 но и там же говориться о 60, 75, 85 и т.д.
Я пробовал добавить Option "ExactModeTimingsDVI" "True" и разрешения появились, но как только я ставлю 800х600 то на экране серые полоски мерцают.
Как мне решить эту проблему? Как правильно установить все разрешения, частоту кадров и что бы разрешения были не scaled. Но если это нельзя тот как мне хотя бы scaled убрать, что бы экран был на всю а не обрезался.
Спасибо
Aspire 5737Z
Версия Ubuntu 14.04 (x86_64), версия Nvidia драйвера 331.38
xrandr
Screen 0: minimum 8 x 8, current 1366 x 768, maximum 8192 x 8192
VGA-0 disconnected (normal left inverted right x axis y axis)
LVDS-0 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1366x768 60.0*+
HDMI-0 disconnected (normal left inverted right x axis y axis)
/etc/X11/xorg.conf
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"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Seiko/Epson"
HorizSync 30.0 - 75.0
VertRefresh 59.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 9400M G"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option "NoLogo" "on"
Option "Stereo" "0"
Option "nvidiaXineramaInfoOrder" "DFP-0"
Option "metamodes" "nvidia-auto-select +0+0"
Option "SLI" "Off"
Option "MultiGPU" "Off"
Option "BaseMosaic" "off"
SubSection "Display"
Depth 24
EndSubSection
EndSection


