小编Mea*_*EYE的帖子

带有附加 nVidia 卡的多座英特尔卡上没有 GLX

我配置了多座,我的 Xorg 有 2 个服务器布局。一种用于 nVidia 卡,另一种用于 Intel 卡。它们都可以工作,但分配给英特尔卡的显示服务器没有硬件加速,因为使用的 DRI 和 GLX 模块来自 nVidia 驱动程序。

所以我的问题是,我能否以某种方式配置布局以对每张卡使用正确的 DRI 和 GLX?

我的 Xorg.conf:

Section "ServerLayout"
    Identifier     "Default"
    Screen      0  "Screen0" 0 0
    Option         "Xinerama" "0"
EndSection

Section "ServerLayout"
    Identifier     "TV"
    Screen      0  "Screen1" 0 0
    Option         "Xinerama" "0"
EndSection

Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "DELL E198WFP"
    HorizSync       30.0 - 83.0
    VertRefresh     56.0 - 75.0
    Option         "DPMS"
EndSection

Section "Monitor"
    Identifier     "Monitor1"
    VendorName     "Unknown" …
Run Code Online (Sandbox Code Playgroud)

nvidia xorg multiseat intel

10
推荐指数
1
解决办法
8840
查看次数

每显示器字体提示

我有两个显示器,其中一个旋转为垂直。有没有办法将字体提示设置为垂直显示为 VRGB,水平显示为 RGB?

fonts monitor antialiasing

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

标签 统计

antialiasing ×1

fonts ×1

intel ×1

monitor ×1

multiseat ×1

nvidia ×1

xorg ×1