Linux-Mint
如何使雙顯示器作為單獨的顯示器工作而不是重複?Linux 薄荷 14
我正在使用帶有 xfce 的 Linux Mint 14。
我有 2 台顯示器:LG 和三星。一根連接到數字輸入,一根連接到 VGA 輸入電纜。
英偉達顯卡。2 台顯示器正常,我看到它們的 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
轉到管理 -> 軟體源並蒐索 nvidia-current。安裝並重啟,再次執行 sudo nvidia-settings。
這對我有用:
1 轉到系統工具/系統設置/顯示
2 取消選中“鏡像顯示”
3 點擊“檢測顯示器”
4 一台顯示器顯示在另一台上方並隱藏另一台:將頂部的一台拖到您想要的一側。
5 設置解析度和旋轉
以上是在測試帶有肉桂的可引導 DVD 磁碟時。