Решение: …
в CompizConfig:
1. Composite:
«Определить частоту обновления» (detect_refresh_rate) — выключить
«Частота обновления» (refresh_rate)- выставить свою (у меня 60)
«Отменить перенаправление окон в полноэкранном режиме» (unredirect_fullscreen_windows) — включить
2. OpenGL:
Синхронизировать с VBlank (sync_to_vblank) — включить
3. Общие настройки — Настройки отображения:
«Определить устройства вывода» (detect_outputs) — выключить
«Устройства вывода» (outputs)- выставить свое разрешение (у меня 1366×768+0+0)
в NVIDIA X Server Settings:
1. X Server Display Configuration:
кнопка Save to X Configuration File (сохранить настройки в xorg.conf)
2. Открываем xorg.conf с правами root и редактируем:
Согласно инструкции из wiki:
Для этого нужно отредактировать xorg.conf, чтобы он выглядел следующим образом:
Section "Screen" Identifier "Default Screen" DefaultDepth 24 EndSection Section "Device" Identifier "Default Device" Driver "nvidia" Option "NoLogo" "True" Option "Coolbits" "1" Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1" EndSection Section "Module" Load "glx" EndSection
До редактирования мой xorg.conf:
# nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 304.88 (buildd@lamiak) Fri Aug 9 00:34:02 UTC 2013 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 "Philips 196VL" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 650 Ti" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "Stereo" "0" Option "nvidiaXineramaInfoOrder" "CRT-0" Option "metamodes" "nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection
После редактирования (внес не все данные из wiki, но работает 🙂 ):
# nvidia-settings: X configuration file generated by nvidia-settings # nvidia-settings: version 304.88 (buildd@lamiak) Fri Aug 9 00:34:02 UTC 2013 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 "Philips 196VL" HorizSync 30.0 - 83.0 VertRefresh 56.0 - 76.0 Option "DPMS" EndSection Section "Device" Identifier "Device0" Driver "nvidia" VendorName "NVIDIA Corporation" BoardName "GeForce GTX 650 Ti" Option "Coolbits" "1" Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x3322; PowerMizerDefaultAC=0x1" EndSection Section "Screen" Identifier "Screen0" Device "Device0" Monitor "Monitor0" DefaultDepth 24 Option "Stereo" "0" Option "nvidiaXineramaInfoOrder" "CRT-0" Option "metamodes" "nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection Section "Module" Load "glx" EndSection
Ссылки по теме:
Проприетарный драйвер для видеокарт Nvidia (wiki)