删除虚拟显示中的多余空间

删除虚拟显示中的多余空间

我使用两个显示器,当将鼠标从一个显示器移到另一个显示器时,它会在中间的某个地方消失一段时间。两个显示器之间有一些虚拟空间。

我正在使用 xfce。

xrandr

Screen 0: minimum 8 x 8, current 5760 x 1080, maximum 16384 x 16384
DVI-I-0 disconnected (normal left inverted right x axis y axis)
VGA-0 disconnected (normal left inverted right x axis y axis)
DVI-I-1 connected primary 1920x1080+3840+0 (normal left inverted right x axis y axis) 477mm x 268mm
   1920x1080      60.0*+
   1680x1050      60.0  
   1600x900       60.0  
   1280x1024      75.0     60.0  
   1280x960       60.0  
   1280x800       59.8  
   1280x720       60.0  
   1024x768       75.0     60.0  
   1024x576       60.0  
   800x600        75.0     60.3  
   640x480        75.0     59.9  
HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 477mm x 268mm
   1920x1080      60.0*+
   1680x1050      60.0  
   1600x900       60.0  
   1280x1024      75.0     60.0  
   1280x800       59.8  
   1280x720       60.0  
   1024x768       75.0     60.0  
   800x600        75.0     60.3  
   640x480        75.0     59.9 

xorg.conf我确信问题出在 DVI-I-1 中的 3840,我只是不知道如何删除它。另外,我的机器中似乎没有文件,只有xorg.conf.failsafe

答案1

我曾经以 shell 脚本的形式arandr获取正确的配置,并将其设置为在会话启动时运行以使更改永久生效。xrandr

不幸的是,即使运行脚本解决了这个问题,但它不会在会话开始时自动完成,所以我刚刚升级到 xfce 4.12,它对多显示器有更好的支持,这解决了这个问题。

相关内容