urban terror 4.1 and compiz beryl (kubuntu gutsy 64bit

Asked by franklin fernandez

1. how can i install urban terror 4.1 in kubuntu gutsy 86_64. i downloaded the full zip file and unzip it. i follow the instruction on http://ubuntuguide.org/wiki/Ubuntu:Gutsy#UrbanTerror., but no avail. pls help.
2. does my pc capable of handling compiz-beryl...
    my pc spec: pentium 4 2.8 ghz (can handle 64bit)
                        nvidia geforce 4 mx128bit
                        512mb ram memory

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu compiz Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Best Bhavani Shankar (bhavi) said :
#1

Hello franklin..

There is the arch..you should run the ioUrbanTerror.x86_64 installer Not the i386 one (the installer must be available in the zip file)

make sure its executable and run it.

sudo chmod +x ioUrbanTerror.x86_64 && ./ioUrbanTerror.x86_64

Secondly

Compiz runs ultra smooth on my pc.. 1.2Ghz, 512MB Ram and geforce4.. So It will run on your system also....

To install compiz

you need to have extra repositories enabled..

To enable universe software repositories do..

Start Adept by choosing K Menu->System->Adept (Package Manager) from the Desktop menu system.

Select View->Manage Repositories in the Adept package manager window.

To enable the Universe repository, find the repository line with the Universe Component, and right click the line and select Enable.

after getting all the required repositories enabled

Type the following command in a Konsole (KMenu -> System -> Konsole)

sudo apt-get update

Then type,

sudo apt-get install compizconfig-settings-manager

To configure compiz do,
KMenu -> Settings -> CompizConfig Settings Manager or KMenu -> Settings -> Advanced Desktop Effects Settings

To add a startup:

Open Konsole (KMenu -> System -> Konsole) and type in these commands:

echo "compiz --replace" > ~/.kde/Autostart/startcompiz.sh
chmod +x ~/.kde/Autostart/startcompiz.sh

and below are the most used short cuts:
SUPER+SHIFT+DRAG LEFT MOUSE = draw fire
SUPER+SHIFT+C = clear fire
CTRL+ALT+DRAG LEFT MOUSE = rotate cube
CTRL+ALT+LEFT ARROW = rotate cube
CTRL+ALT+DOWN ARROW = flat desktop
SHIFT+ALT+UP=initiate window picker
CTRL+ALT+DOWN=unfold cube
ALT+TAB=window switch
SUPER+TAB=flip switcher or ring switcher depending on which is enabled.
ALT+F7=initiate 'move windows'
SHIFT+F9=water effect
SHIFT+F10=slow animations
CTRL+ALT+D=show desktop

For Grouping and Tabbing:
SUPER+S=Select Single Window
SUPER+T=Tab Group
SUPER+Left=Change Left Tab
SUPER+Right=Change Right Tab
SUPER+G=Group Windows
SUPER+U=Ungroup Windows
SUPER+R=Remove Group Window
SUPER+C=Close Group
SUPER+X=Ignore Group
hold the super button then select the windows you want to group and then hit super+g

also You can add new shortcuts.. all that you have to do is just you can select one of the plugin(double click on it) and in actions tab of the plugin, under bindings you can change the shortcuts. You can even add a screen edge as a binding so that when you move your mouse cursor to screen edge(say top left) compiz will execute the particular action. It goes really nice with expo plugin. have a great time with compiz fusion!
(the one with windows logo on it (in some keyboards along with windows logo "start" is printed)
This is the super key..

Note: This is just for your Information..

To have desktop effects enabled in kubuntu in the same way as ubuntu do:

Go to KDE Start Menu->"Add/Remove Programs", then once Adept Installer loads, you can search for "desktop effects". A package called desktop-effects will be found. Its description says that it's a "preferences applet for configuring desktop effects". Install it.

Once it's installed, go to KDE Start Menu->System->Konsole. Type in the command:

desktop-effects

then press enter. It will bring up a wizard which allows you to choose which effects you'd like to enable.

Hope the info helps

Bhavani Shankar.

Revision history for this message
franklin fernandez (jodaniel2003) said :
#2

Thanks Bhavani Shankar, that solved my question.