我正在使用带有 xfce 的 Linux Mint 14。
我有 2 台显示器:LG 和三星。一根连接到数字输入,一根连接到 VGA 输入电缆。
英伟达显卡。两台显示器运行正常,我在两台显示器上都可以正常看到 Linux 桌面。
问题是它们是彼此重复的。有点没用。我在一台显示器上所做的任何操作都会准确地显示在第二台显示器上。
我想更改此设置,以便我可以将一个显示器作为主显示器,当主显示器上的空间不足时,通过将窗口拖动到第二个显示器来使用它。我在 Windows 上设置这个很容易,但在 Linux 上很难做到。
我对此进行了研究,并且应该运行一个名为的程序nvidia-setting
来配置它。但当我这样做时
sudo nvidia-setting
我收到一条消息说
You do not appear to be using the NVIDIA X driver. Please edit your
X configuration file (just run `nvidia-xconfig` as root), and
restart the X server.
我不懂这啥意思。我不知道如何编辑配置文件。编辑它们来做什么?
但即使我尝试上面的命令
>sudo nvidia-xconfig
sudo: nvidia-xconfig: command not found
我查看了包管理器,并搜索并没有看到这个程序。我也搜索过:
>aptitude search nvidia | grep -i config
i nvidia-settings - Tool for configuring the NVIDIA graphics d
p nvidia-settings:i386 - Tool for configuring the NVIDIA graphics d
p nvidia-settings-experimental-30 - Tool of configuring the NVIDIA graphics dr
p nvidia-settings-experimental-30 - Tool of configuring the NVIDIA graphics dr
p nvidia-settings-experimental-31 - Tool for configuring the NVIDIA graphics d
p nvidia-settings-experimental-31 - Tool for configuring the NVIDIA graphics d
p nvidia-settings-updates - Tool for configuring the NVIDIA graphics d
p nvidia-settings-updates:i386 - Tool for configuring the NVIDIA graphics d
>
和
>apt search nvidia-xconfig
>
您可以看到 Linux Mint 14 xfce 存储库中没有这样的程序。该软件包适用于 Debian
http://packages.debian.org/squeeze/nvidia-xconfig
知道现在该怎么办吗?以下是规格:
lspci
05:00.0 VGA compatible controller: NVIDIA Corporation G98 [GeForce 8400 GS] (rev a1)
xrandr 命令输出
>xrandr
Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 8192 x 8192
DVI-I-1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 510mm x 290mm
1920x1080 59.9 + 60.0
1680x1050 59.9
1680x945 60.0
1400x1050 59.9
1600x900 60.0
1280x1024 75.0* 60.0
1440x900 75.0 59.9
1280x960 60.0
1366x768 60.0
1360x768 60.0
1280x800 74.9 59.9
1152x864 75.0
1280x768 74.9 60.0
1024x768 75.1 70.1 60.0
1024x576 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
848x480 60.0
640x480 72.8 75.0 60.0
720x400 70.1
VGA-1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 509mm x 286mm
1920x1080 60.0 +
1600x1200 60.0
1680x1050 60.0
1680x945 60.0
1400x1050 60.0
1600x900 60.0
1280x1024 75.0 60.0*
1440x900 75.0 59.9
1280x960 60.0
1366x768 60.0
1360x768 60.0
1280x800 74.9 59.8
1152x864 75.0
1280x768 74.9 59.9
1024x768 75.1 70.1 60.0
1024x576 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
848x480 60.0
640x480 72.8 75.0 66.7 60.0
720x400 70.1
答案1
转到管理 -> 软件源并搜索 nvidia-current。安装并重新启动,再次运行 sudo nvidia-settings。
答案2
这对我有用:
1 进入系统工具/系统设置/显示
2 取消选中“镜像显示”
3 单击“检测显示器”
4 一个显示器显示在另一个显示器的顶部并隐藏另一个显示器:将顶部的显示器拖到您想要的一侧。
5 设置分辨率和旋转
以上是用 cinnamon 测试可启动 DVD 盘时的情况。