小编pit*_*ker的帖子

amd gpu 但显示在英特尔集成显卡上

在我的 Ubuntu 12.04 上,我将显示器连接到板载英特尔显卡。我想将我的 ati radeon 6770 用于 opencl 任务(例如比特币挖掘)。

到目前为止,我无法弄清楚如何让 ati 驱动程序工作。当调用 "aticonfig --initial -f" 时,它总是写入一个新的 xorg.conf 忽略英特尔图形。在启动时,它仅在我将显示器连接到 ati 卡时工作。

所以我手动篡改了 xorg.conf 并得到了这个:

Section "ServerLayout"
    Identifier     "Default Monitor"
    Screen      0  "myscreen" 0 0
    Screen      1  "deadscreen" RightOf "myscreen"
EndSection

Section "Module"
EndSection

Section "Monitor"
    Identifier "Default Monitor"
    Option "VendorName" "Monitor Vendor"
    Option "ModelName" "Monitor Name"
    Option "DPMS" "true"
EndSection

Section "Monitor"
    Identifier "null Monitor"
    Option         "Enable" "false"
EndSection

Section "Device"
    Identifier "Intel Integrated Graphics"
    Driver     "intel"
    BusID      "PCI:0:2:0"
    Screen …
Run Code Online (Sandbox Code Playgroud)

xorg graphics-card bitcoin

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

标签 统计

bitcoin ×1

graphics-card ×1

xorg ×1