森山です。 On Sun, 31 Oct 2010 12:56:53 +0900 "K.Moriyama" <mistletoe@xxxxxxxxxxxxx> wrote: > Kernelのアップグレード後にradeonのドライバがインストール出来ない > 症状が出ています。 Kernelのアップグレード後でも、インストール出来るようになりました ので、ご報告します。 実は、倉田さんの [vine-users:080733] Re: 古い(?)ATI製グラフィックドライバのインストール を読んだ時に、出来そうな感じはあったのですが、検証している余裕が無く 報告が遅れました。 1, ドライバを展開します( ディレクトリ[ ati ]が作成され、その下に 展開されます )。 ./ati-driver-installer-11-2-x86.x86_64.run --extract ati 2, 展開時に作成された、ディレクトリ[ ati ]下に移動します。 $ cd ati 3, ファイル[ kcl_ioctl.c ]をEditorで開きます。 $ vim common/lib/modules/fglrx/build_mod/kcl_ioctl.c 4, [ COMPAT_ALLOC_USER_SPACE ]を[ arch_compat_alloc_user_space ]に 修整しセーブします。 11-2の場合 void __user *ret = COMPAT_ALLOC_USER_SPACE(size); → void __user *ret = arch_compat_alloc_user_space(size); 10-6の場合 return compat_alloc_user_space(size); → return arch_compat_alloc_user_space(size); 4, インストールします。 $ su # ./ati-installer.sh installation --install 以上で、インストール出来ました。 # googleearth-5.0.11733.9347とcelestiaにて、11-2と10-6を確認 # しましたが、問題なく動作しています。 -- K.Moriyama _______________________________________________ vine-users mailing list vine-users@xxxxxxxxxxxxxxxxxxxx http://listserv.linux.or.jp/mailman/listinfo/vine-users