小编MrM*_*tyq的帖子

如何使用 Nvidia TwinView 在 xorg.conf 中设置双屏显示器?

我有以下xorg.conf文件,但使用 2 个显示器时 TwinView 对我不起作用。请帮我解决问题。

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 295.33  (buildd@allspice)  Fri Mar 30 15:25:24 UTC 2012


Section "ServerLayout"

# Removed Option "Xinerama" "1"
# Removed Option "Xinerama" "0"
# Removed Option "Xinerama" "1"
    Identifier     "Layout0"
    Screen      0  "Screen0" 0 0
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
    Option         "Xinerama" "0"
EndSection

Section "Files"
EndSection

Section "InputDevice"

    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option …
Run Code Online (Sandbox Code Playgroud)

nvidia multiple-monitors proprietary twinview dualhead

5
推荐指数
1
解决办法
4万
查看次数