我正在使用Xfce 4 Desktop Environment 4.6.1(Xfce 4.6)
我正在尝试使双显示器设置正常工作。我插入了一个vga监视器,它位于笔记本电脑的左侧。
我想拥有它,以便我的常规桌面可以正常放置在笔记本电脑的屏幕上,而vga则是将窗口拖入其中的额外空间。我快到了:两个空间彼此相邻,我可以左右拖动。
问题在于,VGA监视器是其中带有任务栏的“主要”监视器:我希望在笔记本电脑中使用它(即,在右侧屏幕上而不是左侧)。
这是我当前的xrandr设置:
Screen 0: minimum 320 x 200, current 2720 x 900, maximum 4096 x 4096
VGA1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 408mm x 255mm
1440x900 59.9*+ 75.0
1280x1024 75.0 60.0
1152x864 75.0
1024x768 75.1 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 72.8 75.0 66.7 60.0
720x400 70.1
LVDS1 connected 1280x800+1440+0 (normal left inverted right x axis y axis) 331mm x 207mm
1280x800 60.0*+
1024x768 85.0 75.0 70.1 60.0
832x624 74.6
800x600 85.1 72.2 75.0 60.3 56.2
640x480 85.0 72.8 75.0 59.9
720x400 85.0
640x400 85.1
640x350 85.1
TV1 disconnected (normal left inverted right x axis y axis)
VGA1是外部vga监视器,而LVDS1是我的本机笔记本电脑屏幕。我试着做
xrandr --output LVDS1 --primary --right-of VGA1
这样可以将屏幕放置在正确的布局中,但不会使LVDS1成为主要屏幕,除非我误解了“主要”在这种情况下的含义。primary是否表示“台式机所在的位置”?
我已经下载了grandr和arandr,并在其中沉迷其中,却没有取得任何成就。
令人烦恼的是,如果我将VGA1设置在笔记本电脑的右侧而不是左侧,则我可以将LVDS1设置为主要(台式机等)。因此,似乎主屏幕始终总是显示在最左侧的屏幕上。
/etc/X11/xorg.conf
如果相关,这是我的文件:
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Modes "1440x1440" "1440x900" "1280x1024" "1280x960" "1152x864" "1024x768" "832x624" "800x600" "720x400" "640x480"
Virtual 2464 900
EndSubSection
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizScrollDelta" "0"
Option "SHMConfig" "on"
Option "MaxTapTime" "0"
Option "MaxTapMove" "0"
EndSection
有任何建议吗?谢谢,最大