web-dev-qa-db-ja.com

Ubuntu 13.04にpowerxpressでfglrx 13.3をインストールする

AMD Webサイトからfgrlx 13.3をインストールしようとすると、インストールはスムーズに進みますが、aticonfig --initial -fを実行すると、次のエラーが表示されます。

    Uninitialised file found, configuring.
    PowerXpress info: Diagnostic output from /usr/lib64/fglrx/switchlibglx:
    update-alternatives: warning: forcing reinstallation of alternative /usr/lib/fglrx/ld.so.conf because link group x86_64-linux-gnu_gl_conf is broken
    update-alternatives: warning: not replacing /usr/lib/x86_64-linux-gnu/xorg/extra-modules with a link

その後、起動してもXが起動しません。

誰かがこれを修正する方法のアイデアを持っていますか? 13.04ベータ版に使用する特別なインストール手順またはバージョンはありますか?私は現在xorg-edgersを使用していますが、簡単に元に戻すことができます。

Lspciのビデオカードの行は次のとおりです。

    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Whistler [Radeon HD 6600M/6700M/7600M Series]
1
jmite

BastiFantastiは、13.4のソリューションの概要を http://ubuntuforums.org/showthread.php?t=1930450&page=76 で説明しています。

基本的に、Intelドライバーの古いバージョンを取得して実行する必要があります

aticonfig --px-dgpu

再起動する前に。

0
jmite