混合 ATI/Intel 的 xorg.conf

混合 ATI/Intel 的 xorg.conf

我正在尝试使用开源驱动程序来使我的 Intel HD 4400 和 AMD Radeon 8670M 工作。如果我使用包含以下xorg.conf内容的程序启动:

Section "Device"
    Identifier      "Intel Graphics"
    Driver          "intel"
    BusID           "PCI:0:2:0"
EndSection

Section "Device"
    Identifier      "8670M"
    Driver          "radeon"
    BusID           "PCI:6:0:0"
EndSection

Section "Screen"
    Identifier      "Default Screen"
    Monitor         "Configured Monitor"
    Device          "Intel Graphics"
EndSection

那么我就没有问题了,但是如果我尝试将“默认屏幕”设置为使用“8670M”设备,我只能启动到低图形模式。

我还收到了各种消息,kern.log例如

radeon 0000:06:00.0: No connectors reported connected with modes

Xorg.0.log发出类似的信息Radeon no outputs connected,,,。unable to definitely find connected outputsRadeon(0): No modesno screens found

有人有主意吗?

答案1

我对这两款显卡有同样的问题,但仍然找不到答案...使用英特尔显卡,我只能运行 Unity2D,但使用 AMD 卡,图形界面只能在低图形模式下启动。

相关内容