Странная проблема с настройкой двух мониторов в Linux Mint 19.2

С официального сайта

While in fullscreen mode, move the mouse to the top-center of the screen to display a hidden toolbar, which has Leave Fullscreen, Disconnect and other buttons.

0
22.11.2019, 22:41
1 ответ

Мне удалось это исправить, воспользовавшись советом @roblm на форуме Mint.

sudo touch /etc/X11/xorg.conf

Открыть файл для редактирования:xed admin:///etc/X11/xorg.conf

Добавьте эти строки:

Section "ServerLayout"
   Identifier   "Layout0"
   Screen   0 "Screen0" 0 0 
EndSection

Section "Monitor"
   Identifier    "Monitor0"
EndSection

Section "Device"
   Identifier   "Device0"
   Driver   "nvidia"        
   BusID  "PCI:1:0:0"
   Option "ConnectedMonitor" "DFP, DFP"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Device0"
   Monitor   "Monitor0"
   DefaultDepth   24
EndSection
0
28.01.2020, 03:05

Теги

Похожие вопросы