
Ubuntu日本語フォーラム

ログインしていません。
たびたび御世話になります。
dell inspiron 1520 にkubuntuをインストールして使っているlinux初心者です。
グラフィックボード:nvidia geforce 8400m
なのですが、
まず、envyをインストールして、グラフィックボードを認識させて、
http://ubuntuguide.org/wiki/Ubuntu:Feisty#How_to_install_Beryl_.28Nvidia.29
でberylをインストールしたのですが、タイトルバーが表示されないのとウィンドウがフリーズして
動きません。最小化・最大化は動作します。ウィンドウは位置は動かせないものの動作自体はできます。
そこで次のhpを参考にしてその通りにやってみたのですが、結果は変わりませんでした。
http://blog.miraclelinux.com/asianpen/2007/01/ubuntuberyl3d_290a.html
そのあと
ubuntuguideにある
Add this line to the Device section:
Option "AddARGBGLXVisuals" "True"
and change the Screen section to:
DefaultDepth 24
をやるとXが起動しなくなり、バックアップしていたxorgをコピーしてXを立ち上げました。
kde でberylを動作させるにはあとなにが必要なのでしょうか?
よろしくお願いいたします。
オフライン
お世話になります。
解決いたしました。
最終的には、
www.ubuntuguide.org
のberylのインストールの仕方(NVIDIA)のところの
The problem should be solved the next time you reboot.
* If your windows have no title bar (with the minimise, maximise and close buttons) or borders, edit /etc/X11/xorg.conf configuration file:
gksudo gedit /etc/X11/xorg.conf
Add this line to the Device section:
Option "AddARGBGLXVisuals" "True"
and change the Screen section to:
DefaultDepth 24
をして
* If that still doesn't help then right click on the beryl diamond icon by the clock and select
advanced beryl options-->rendering platform: force AIGLX
[edit]
のとおりにAIGLXを強制にしたらうまくいきました。
しかし、パフォーマンスが少し落ちたように感じます。
glxgears
で見てみると、以前5000くらいの数字だったのが、
今は2000くらいになってしまいました。
原因はDefaultDepth 16をDefaultDepth 24 に変えたことが原因のようです。
DefaultDepth 16に戻してしまうとうまくberylが動作しませんでした。
なんとかDefaultDepth 16のままでberylを動作させることができないでしょうか?
どなたか情報をお持ちの方、よろしくお願いいたします。
オフライン