Compiz is Composite Window Manager for Xwindows system.It uses 3D hardware acceleration to generate extremely good 3D desktop effects.It is very light weight doesn't make much impact on performance.
compiz and its fork Beryl merged together and this cause born of new software package compiz-fusion. Compiz fusion is the best eyecandy you ever seen for your desktop. Compiz fusion on flickr See here
you need to install compiz,compiz-fusion packages,compizconfig-setting-manager on your linux.Compiz will already install if you use ubuntu, you need to install compiz-setting-manager.
some of the best desktop effect that i used are
1.3D desktop Cube
2.Rotating 3D desktop cube
3.Burn animation add on(Windows closed with burning effect)
4.rain desktop effect.
5.Transparent windows
and many awesome effects.......
to see screenshots by Aeolian
http://compizfusion.blogspot.com/search/label/Compiz%20Fusion
for more information visit
www.compiz.org
My this blog of computer tricks and surfing tips also contain some codes,some philosophy,computing concepts,health and technology.
Thursday, September 24, 2009
Ubuntu cant login after keyboard layout changed! problem solved using autologin gdm.conf
Some days ago i am reading blogs from the bloggers of bhilai,one of my favourite blog is "aarambh" by mr sanjeev tiwari.I decided to write a post to make Ubuntu linux a complete hindi desktop,i changed language from English to Hindi and keyboard layout to bolnagri(hindi) (this is the mistake).After reboot i cant login because user name and password are in English and i cant type is english.
I tried many things,changed xorg.conf file,reconfigure xserver etc but nothing happen finally i got an idea that if i can login automatically into system (gdm ) then i can change setting back to English layout.
following are the step by step procedure to autologin ubuntu using gdm.conf
Step 1.boot the system,you can see login screen,
Step 2.Switch to console using Ctrl+ALT+F1.
Step 3.login using your username and password(you can login with username
and password in console).
Step 4.Run the following command to edit gdm.conf file.
sudo nano /etc/gdm/gdm.conf
find the line
autologin=false
edit this with following:
# Automatic login, if true the first attached screen will automatically logged
# in as user as set with AutomaticLogin key.
AutomaticLoginEnable=true
AutomaticLogin=mahendra
mahendra is username of my system.
Step 5.save the file and restart gdm.
to stop the gdm
sudo /etc/init.d/gdm stop
to start the gdm
sudo gdm
done! now you can login into system and change the keyboard layout.
if you cant then restart your system next time you are automatically logged in.
if you face any problem comment me!
I tried many things,changed xorg.conf file,reconfigure xserver etc but nothing happen finally i got an idea that if i can login automatically into system (gdm ) then i can change setting back to English layout.
following are the step by step procedure to autologin ubuntu using gdm.conf
Step 1.boot the system,you can see login screen,
Step 2.Switch to console using Ctrl+ALT+F1.
Step 3.login using your username and password(you can login with username
and password in console).
Step 4.Run the following command to edit gdm.conf file.
sudo nano /etc/gdm/gdm.conf
find the line
autologin=false
edit this with following:
# Automatic login, if true the first attached screen will automatically logged
# in as user as set with AutomaticLogin key.
AutomaticLoginEnable=true
AutomaticLogin=mahendra
mahendra is username of my system.
Step 5.save the file and restart gdm.
to stop the gdm
sudo /etc/init.d/gdm stop
to start the gdm
sudo gdm
done! now you can login into system and change the keyboard layout.
if you cant then restart your system next time you are automatically logged in.
if you face any problem comment me!
Subscribe to:
Posts (Atom)