Compiz Fusion On Ubuntu 7.10(ATI Mobility Radeon 9200)

comipz_fusion.jpg

If you’re using a new Nvidia or ATI graphic card, you will most likely have to install a proprietary driver for it which you can do under System > Administration > Restricted Drivers Manager. If you are not sure, please try to get Compiz Fusion working without a proprietary driver first, and if it doesn’t work, install the proprietary driver for your graphic card using the Restricted Drivers Manager.

1)Open the Synaptic Package Manager (System > Administration > Synaptic Package Manager)

2)Use the Search function and search for compizconfig.

3)You should find the package compizconfig-settings-manager in the results. Click on it and select Mark for Installation.

4)Accept that package’s dependencies by clicking on Mark.

5)Afterwards, you should also select the packages emerald and gnome-compiz-manager for installation (you can use the Search fuction again to find them).

6) Accept that package’s dependencies by clicking on Mark

7)Next, click on the Apply button.

8)Confirm your selection by clicking on Apply again.

9)Afterwards, the packages are being downloaded and installed.

10)After all packages have been installed, you can close the Synaptic Package Manager.

Now :

Enabling Compiz Fusion

  • To make sure that Compiz Fusion is enabled, go to System > Preferences > Appearance.
  • In the Appearance Preferences window, go to the Visual Effects tab and make sure that Custom is selected. That’s it already. To configure Compiz Fusion, you can click on the Preferences button.

You can do the same by going to System > Preferences > Advanced Desktop Effects Settings.

  • In both cases the CompizConfig Settings Manager opens where you can define the behaviour of Compiz Fusion.

Keyboard Shortcuts

Here’s a list of the most common Compiz Fusion keyboard shortcuts:

  1. SUPER+SHIFT+DRAG LEFT MOUSE = draw fire
  2. SUPER+SHIFT+C = clear fire
  3. CTRL+ALT+DRAG LEFT MOUSE = rotate cube
  4. CTRL+ALT+LEFT ARROW = rotate cube
  5. CTRL+ALT+DOWN ARROW = flat desktop
  6. SHIFT+ALT+UP = initiate window picker
  7. CTRL+ALT+DOWN = unfold cube
  8. ALT+TAB = window switch
  9. SUPER+TAB = flip switcher or ring switcher, depending on which is enabled.
  10. ALT+F7 = initiate ‘move windows’
  11. SHIFT+F9 = water effect
  12. SHIFT+F10 = slow animations
  13. CTRL+ALT+D = show desktop
  14. For Grouping and Tabbing:
  15. SUPER+S = select single window
  16. SUPER+T = tab group
  17. SUPER+Left = change left tab
  18. SUPER+Right = change right tab
  19. SUPER+G = group windows
  20. SUPER+U = ungroup windows
  21. SUPER+R = remove group window
  22. SUPER+C = close group
  23. SUPER+X = ignore group
  24. Hold the SUPER button then select the windows you want to group and then hit SUPER+G.

The SUPER key is the Windows key on most keyboards.

[slideshow id=1945555039027713424&w=450&h=356]

Have Fun.

Enjoy

:)

  • Share/Bookmark

Compiz Fusion On Ubuntu 7.10(Nvidia)

What is Compiz-Fusion ? compiz_fusion.jpg
Compiz Fusion is the result of a merge between the well-known Beryl composite window manager and Compiz Extras, a community set of improvements to the Compiz composite window manager. Compiz Fusion aims to provide an easy and fun-to-use windowed environment, allowing use of the graphics hardware to render each individual window and the entire screen, to provide some impressive effects, speed and usefulness.

The Restricted Drivers Manager should offer an NVIDIA accelerated graphics driver for installation:

1.jpg

Choose that driver; a new window will pop up where you confirm your choice by clicking on the Enable Driver button:

2.jpg

Afterwards the NVIDIA driver is being downloaded and installed:

3.jpg

You can now close the Changes applied window…

… as well as the Restricted Drivers Manager (but note the Needs computer restart line in the Status column – I’ll come to this next):

As you’ve noticed in the previous screenshot, the computer needs a restart so that the changes can take effect. Click on the restart icon in the upper right corner…

and then on the Restart Now button to reboot the system:

After the reboot the system uses the proprietary NVIDIA graphics driver.

3 Installing Compiz Fusion

Open the Synaptic Package Manager (System > Administration > Synaptic Package Manager):

Type in the root password:

Use the Search function and search for compizconfig:

You should find the package compizconfig-settings-manager in the results. Click on it and select Mark for Installation:

(JavaScript must be enabled in your browser to view the large image as an image overlay.)

Accept that package’s dependencies by clicking on Mark:

Afterwards, you should also select the packages emerald and gnome-compiz-manager for installation (you can use the Search fuction again to find them):

Next, click on the Apply button:

Confirm your selection by clicking on Apply again:

Afterwards, the packages are being downloaded and installed:

After all packages have been installed, you can close the Synaptic Package Manager:

:)

  • Share/Bookmark

Sun Java JRE On Ubuntu 7.10

java.jpg

Homepage: http://www.java.com/en/download/manual.jsp

Sun’s Java Runtime Environment adds full Java support to your system.

If you want to use Sun’s Java Runtime Environment, install the following packages:

  • sun-java6-jre
  • sun-java6-bin
  • sun-java6-plugin
  • sun-java6-fonts

You will see this window during the setup. If you agree with the license terms, mark the corresponding checkbox and click on “Forward”.

The plugin for firefox will be installed automatically. If you want to check it, open firefox and enter about:plugins into the url-field. Afterwards you should see this:

Alternate Way :

To install Sun Java JRE type in the following command in the Terminal window :-

sudo aptitude install sun-java6-jre sun-java6-plugin sun-java6-fonts

or Another Way.

Select the Following Packages by Using synapticPackage Manager.

  • sun-java6-jre
  • python-pexpect

You’ll see this window during the installation – mark the corresponding checkbox and proceed if you agree with the license agreement.

Afterwards check if all went well – open a terminal and enter.

java -version

The output should look like this:

java version “1.6.0_03″
Java(TM) SE Runtime Environment (build 1.6.0_03-b05)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)

:)

  • Share/Bookmark

Vlc Player in Ubuntu 7.10

About VideoLAN

videolan.jpg

VideoLAN is a software project, which produces free software for video, released under the GNU General Public License.
Learn more about the VideoLAN project.

 Read More

Graphical Way 

Open Synaptic (System -> Administration -> Synaptic Package Manager). In Settings -> Repositories, make sure you have a “universe” repository activated.

Search for vlc and install it. You should also install vlc-plugin-esd, mozilla-plugin-vlc (and libdvdcss2).

You need to check that a “universe” mirror is listed in your /etc/apt/sources.list.

Open

Application->Accesories->Terminal

Write The FOllowing

gedit /etc/apt/sources.list

Check Wheather The Give Four Lines Below are There in it Or Not (if Not The Copy all the Four LInes and Paste at the End of The FIle a,Save and Exit)

deb http://us.archive.ubuntu.com/ubuntu/ gutsy universe
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy universe
deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-updates universe

Now After Doing Above ,OPen Terminal Follow The Steps Below

sudo apt-get install vlc

sudo apt-get install vlc vlc-plugin-esd mozilla-plugin-vlc

That’s All ,You are Done.

:)

Now you Can Play VLC :-

Open Application->sound & video->vlc media player

Enjoy your movies! ^_^

  • Share/Bookmark

Root Password Ubuntu 7.10

As default Ubuntu has no password set for the root user. To gain root access you have to type in your own user password. This is the password you set for the first user while installing Ubuntu.

To manually set a password for the root user, type in the following in the shell:

sudo passwd

After that you are asked to type in the new root password twice. Finally, your root user has its own password.

  • Share/Bookmark

Flash Player Ubuntu 7.10

Don’t use gnash, it’s not usable yet. Remove it if You Have Installed it from the Following Commands :

sudo apt-get remove gnash

Ways For Installing Flash Player .

1) Download this: http://fpdownload.macromedia.com/get…9_linux.tar.gz

Right-click on it, and extract it. Then, open the terminal and cd to the directory with the files that were just extracted (if you’ll need help on this, let me know). Then do “sudo ./flash_installer” (I don’t remember the exact name of it.. but just do “sudo ./<name>”)

When it asks you for the path – I think you need to give it /usr/lib/mozilla or /usr/lib/firefox, can’t remember which. After that it’ll be done, restart firefox and it should work.

or
2)An Alternate and Easy Way is copy and Paste The Line Below in the Applications->Accessories->Terminal
sudo apt-get -y install flashplugin-nonfree
Now OPen Your FireFox and You Are Done.
Regards
  • Share/Bookmark
Get Adobe Flash playerPlugin by wpburn.com wordpress themes