ATI R7850 在 12.04+ 上支持 OpenCL

ATI R7850 在 12.04+ 上支持 OpenCL

前言

我已经下载了最新的AMD/ATI 驱动程序适用于我的 Radeon HD 7850,我很难让它与ATI Stream SDK 2.1

我尝试过清除韓國以及从 Catalyst 安装脚本创建的 debs 安装。我也尝试过直接从脚本安装,而不是生成和安装 .debs。每次安装后,我都会运行sudo aticonfig --initial --nobackup然后重新启动我的系统。

问题

我遇到的问题是信息给了我这个错误:错误:无法打开显示(空)。我已运行 fglrxinfo,并将 DISPLAY 变量设置为 :0.0 和 :0,但没有成功。

还,显示=:0.0 ./CLInfo仅返回我的 CPU,没有 GPU。我的目标是安装我的显卡并使其显示在 CLInfo 中,以便我可以将其用于 OpenCL。

系统信息

$ lspci -nn | grep VGA
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Device [1002:6819]

$ uname -a
Linux Ubuntu-12.04 3.2.0-35-generic #55-Ubuntu SMP Wed Dec 5 17:42:16 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

$cat /etc/X11/xorg.conf
Section "ServerLayout"
    Identifier     "aticonfig Layout"
    Screen      0  "aticonfig-Screen[0]-0" 0 0
EndSection

Section "Module"
EndSection

Section "Monitor"
    Identifier   "aticonfig-Monitor[0]-0"
    Option      "VendorName" "ATI Proprietary Driver"
    Option      "ModelName" "Generic Autodetecting Monitor"
    Option      "DPMS" "true"
EndSection

Section "Device"
    Identifier  "aticonfig-Device[0]-0"
    Driver      "fglrx"
    BusID       "PCI:1:0:0"
EndSection

Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device     "aticonfig-Device[0]-0"
    Monitor    "aticonfig-Monitor[0]-0"
    DefaultDepth     24
    SubSection "Display"
        Viewport   0 0
        Depth     24
    EndSubSection
EndSection
  • Ubuntu 12.04(服务器)

参考

答案1

通过安装轻量级的 X Window 系统,我能够让一切正常运行。

sudo apt-get 安装 lxde

相关内容