个人工具

“UbuntuHelp:CompositeManager/Beryl/Feisty”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(正在重定向到 UbuntuHelp:CompositeManager/CompizFusion
 
(未显示同一用户的10个中间版本)
第1行: 第1行:
{{From|https://help.ubuntu.com/community/CompositeManager/Beryl/Feisty}}
+
#REDIRECT [[UbuntuHelp:CompositeManager/CompizFusion]]
{{Languages|UbuntuHelp:CompositeManager/Beryl/Feisty}}
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=warning.png BERYL IS OBSOLETE, use [[UbuntuHelp:CompizFusion|CompizFusion]]
 
== Introduction ==
 
== Introduction ==
 
Beryl is a fork of Compiz created by Quinn Storm and the developers on the compiz.net forums. This guide shows how to get it running on Ubuntu 7.04 (Feisty).  
 
Beryl is a fork of Compiz created by Quinn Storm and the developers on the compiz.net forums. This guide shows how to get it running on Ubuntu 7.04 (Feisty).  
第9行: 第9行:
 
</nowiki></pre>
 
</nowiki></pre>
 
If you get this output back, your card should work.
 
If you get this output back, your card should work.
<pre><nowiki>direct rendering: Yes
+
<pre><nowiki>
 +
direct rendering: Yes
 
</nowiki></pre>
 
</nowiki></pre>
 
If you get a "no" from this test, please install the correct driver.
 
If you get a "no" from this test, please install the correct driver.
第15行: 第16行:
 
Use the Feisty's RestrictedDriversManager to install the Graphics card drivers.
 
Use the Feisty's RestrictedDriversManager to install the Graphics card drivers.
 
== Install Beryl ==
 
== Install Beryl ==
The Beryl packages are located in the Universe repository [[UbuntuHelp:Repositories]].  Install the following packages [[UbuntuHelp:InstallingSoftware]]
+
The Beryl packages are located in the Universe repository [[UbuntuHelp:Repositories|Repositories]].  Install the following packages [[UbuntuHelp:InstallingSoftware|InstallingSoftware]]
<pre><nowiki>beryl beryl-manager emerald-themes
+
<pre><nowiki>
 +
beryl beryl-manager emerald-themes
 
</nowiki></pre>
 
</nowiki></pre>
 
=== Beryl on XGL ===
 
=== Beryl on XGL ===
第31行: 第33行:
 
If the changes to the Startup Programs did not change, there was a permission error to the configuration file.  Execute the following and repeat the above steps.
 
If the changes to the Startup Programs did not change, there was a permission error to the configuration file.  Execute the following and repeat the above steps.
 
<pre><nowiki>
 
<pre><nowiki>
sudo chown -R $(whoami):$(whoami) ~/.config/
+
        sudo chown -R $(whoami):$(whoami) ~/.config/
 
</nowiki></pre>
 
</nowiki></pre>
 
Beryl 0.1.5 issue: if beryl-settings does not work, you need to install additional packages
 
Beryl 0.1.5 issue: if beryl-settings does not work, you need to install additional packages
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get install librsvg2-2 librsvg2-bin librsvg2-common python-gtk2
+
        sudo apt-get install librsvg2-2 librsvg2-bin librsvg2-common python-gtk2
 
</nowiki></pre>
 
</nowiki></pre>
 
Beryl with some NVIDIA cards: if you loose your titlebars after installing Compiz or Beryl with the nvidia drivers, try the following command:
 
Beryl with some NVIDIA cards: if you loose your titlebars after installing Compiz or Beryl with the nvidia drivers, try the following command:
 
<pre><nowiki>
 
<pre><nowiki>
sudo nvidia-xconfig --add-argb-glx-visuals -d 24
+
        sudo nvidia-xconfig --add-argb-glx-visuals -d 24
 
</nowiki></pre>
 
</nowiki></pre>
 +
{{From|https://help.ubuntu.com/community/CompositeManager/Beryl/Feisty}}
 +
{{Languages|UbuntuHelp:CompositeManager/Beryl/Feisty}}
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 22:22的最新版本

IconsPage?action=AttachFile&do=get&target=warning.png BERYL IS OBSOLETE, use CompizFusion

Introduction

Beryl is a fork of Compiz created by Quinn Storm and the developers on the compiz.net forums. This guide shows how to get it running on Ubuntu 7.04 (Feisty).

Card Support

Please make sure your card is supported for accelerated graphics. In a terminal type:

glxinfo | grep direct

If you get this output back, your card should work.

direct rendering: Yes

If you get a "no" from this test, please install the correct driver.

Driver install

Use the Feisty's RestrictedDriversManager to install the Graphics card drivers.

Install Beryl

The Beryl packages are located in the Universe repository Repositories. Install the following packages InstallingSoftware

beryl beryl-manager emerald-themes

Beryl on XGL

If you are running XGL, because you have an ATI video card and are running the fglrx driver, for instance, you will need to read this: https://help.ubuntu.com/community/CompositeManager/BerylOnXgl

Run Beryl

Alt+F2 then Enter

beryl-manager

Add to Startup

add beryl-manager to the list of startup programs, by going to System -> Preferences -> Sessions, and under the tab Startup Programs and clicking New.

Troubleshooting

If the changes to the Startup Programs did not change, there was a permission error to the configuration file. Execute the following and repeat the above steps.

        sudo chown -R $(whoami):$(whoami) ~/.config/

Beryl 0.1.5 issue: if beryl-settings does not work, you need to install additional packages

        sudo apt-get install librsvg2-2 librsvg2-bin librsvg2-common python-gtk2

Beryl with some NVIDIA cards: if you loose your titlebars after installing Compiz or Beryl with the nvidia drivers, try the following command:

        sudo nvidia-xconfig --add-argb-glx-visuals -d 24