个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/CompositeManager/Beryl/Feisty}} {{Languages|UbuntuHelp:CompositeManager/Beryl/Feisty}} == Introduction == Beryl is a fork of Compiz created by ...)
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/CompositeManager/Beryl/Feisty}}
 
{{From|https://help.ubuntu.com/community/CompositeManager/Beryl/Feisty}}
 
{{Languages|UbuntuHelp:CompositeManager/Beryl/Feisty}}
 
{{Languages|UbuntuHelp:CompositeManager/Beryl/Feisty}}
 
 
 
== 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).  
 
 
== Card Support ==
 
== Card Support ==
 
 
Please make sure your card is supported for accelerated graphics. In a terminal type:
 
Please make sure your card is supported for accelerated graphics. In a terminal type:
 
<pre><nowiki>
 
<pre><nowiki>
第16行: 第11行:
 
<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.
 
 
=== Driver install ===
 
=== Driver install ===
 
 
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]].  Install the following packages [[UbuntuHelp: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 ===
 
 
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:
 
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
 
https://help.ubuntu.com/community/CompositeManager/BerylOnXgl
 
 
== Run Beryl ==
 
== Run Beryl ==
 
 
Alt+F2 then Enter
 
Alt+F2 then Enter
 
<pre><nowiki>
 
<pre><nowiki>
 
beryl-manager
 
beryl-manager
 
</nowiki></pre>
 
</nowiki></pre>
 
 
== Add to Startup ==
 
== Add to Startup ==
 
 
add <code><nowiki>beryl-manager</nowiki></code> to the list of startup programs, by going to System -> Preferences -> Sessions, and under the tab Startup Programs and clicking New.
 
add <code><nowiki>beryl-manager</nowiki></code> to the list of startup programs, by going to System -> Preferences -> Sessions, and under the tab Startup Programs and clicking New.
 
 
== Troubleshooting ==
 
== 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.
 
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.
第53行: 第33行:
 
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>

2007年11月30日 (五) 16:33的版本


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 UbuntuHelp:Repositories. Install the following packages UbuntuHelp: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