- 開発プロセスについて Documentation/development-process/ [kernel.org]
- $ make defconfig
は arch//configs/*_defconfig が呼ばれる
- カーネルビルドプロセスについて Documentation/kbuild/ [kernel.org]
- ramzswap
- fio - Flexible IO Tester [kernel.dk]
- カーネルビルドプロセスについて Documentation/kbuild/ [kernel.org]
June 3, 2014
"Linux Kernel HACKS"
『Linux カーネル HACKS』[amazon.co.jp] メモ
June 2, 2014
DraftSight for Fedora installation on CentOS
DraftSight for Fedora (Beta V1R5.1) を CentOS 6.5 x86_64 にインストール。
rpm インストール時に必要と言われる cups-libs.i686、起動時に必要と言われる mesa-libGLU.i686 nas.i686 glib2.i686 をインストールすると起動できたはずが、Segmentation fault。
Draftsight - CAD - installing in 64bits (Page 1) / Applications & Desktop Environments / Arch Linux Forums [archlinux.org] によると、NVIDIA のドライバをインストールするときに NVIDIA's 32-bit compatibility libraries を入れなかったのが問題かもしれない。NVIDIA のドライバインストーラで 32-bit ライブラリをインストールしたら、起動できた。
rpm インストール時に必要と言われる cups-libs.i686、起動時に必要と言われる mesa-libGLU.i686 nas.i686 glib2.i686 をインストールすると起動できたはずが、Segmentation fault。
Draftsight - CAD - installing in 64bits (Page 1) / Applications & Desktop Environments / Arch Linux Forums [archlinux.org] によると、NVIDIA のドライバをインストールするときに NVIDIA's 32-bit compatibility libraries を入れなかったのが問題かもしれない。NVIDIA のドライバインストーラで 32-bit ライブラリをインストールしたら、起動できた。
# yum install cups-libs.i686 # rpm -ivh draftSight.rpm # yum install mesa-libGLU.i686 nas.i686 glib2.i686 # ./NVIDIA-Linux-x86_64-331.67.run $ startx $ /opt/dassault-systemes/DraftSight/Linux/DraftSight &
Subscribe to:
Posts (Atom)