1
Xorg / Xrandr多个监视器(不同分辨率)-位置设置不正确
我在virtualbox(xmonad)上运行fedora。 我有以下内容 /usr/share/X11/xorg.conf.d/10-monitor.conf Section "Monitor" Identifier "VBOX0" Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118 -HSync +Vsync Option "PreferredMode" "1920x1080_60.00" Option "Primary" "true" EndSection Section "Monitor" Identifier "VBOX1" Option "PreferredMode" "1440x1050" Option "RightOf" "VBOX0" EndSection Section "Screen" Identifier "screen" Monitor "VBOX0" DefaultDepth 24 SubSection "Display" Depth 24 …