Skip to main content

Posts

Showing posts from September, 2013

Install compiz on Debian(wheezy) using debs

First check: https://wiki.debian.org/Compiz Packages to install: compiz-core                         compiz-gnome                        compiz-plugins                      compiz-plugins-default              compizconfig-backend-gconf          compizconfig-settings-manager       libboost-serialization1.46.1        libcompizconfig0                    libdecoration0                      libmetacity-private0                python-compizconfig  Idea is simple: search and download each package from http://packages.ubuntu.com/search?suite=precise&arch=i386&searchon=names&keywords=compiz-core  try to install it with sudo dpkg -i <package-name>.deb   NOTE : there might be some dependency problems but they can be solved with correct installation order. Except for compiz-gnome , it needs libmetacity-private0 and libwnck22 but these packages are quite new in wheezy so you can ignore them with this command:  sudo dpkg --ignore-depends=libmetacity-private0

Debian Gnome 3 run on ATI x1250

After installing latest Debian distribution(Wheezy) while starting for the first time GNOME 3 crashed. In " System settings " -> " Graphics " -> " Experience "  value was " Fallback ". Solution to fix this problem with my graphic card(ATI x1250) was found on: https://wiki.debian.org/AtiHowTo#Installing_proprietary_firmware Mainly install proprietary firmware: sudo apt-get install firmware-linux-nonfree And reboot PC. Now in " System settings " -> " Graphics " -> " Experience "  value is " Standard ".