Some ATI cards don't need their proprietary drivers to work with Compiz as the open-sourced driver (radeon) also has support for 3D acceleration. However, the open-sourced driver isn't as fast as the closed-sourced (fglrx) one, so if you need the proprietary one you'll have to tinker around in the terminal a little.
1. After you've installed the driver, either through the proprietary manager or directly from
ATI's site, you'll have to setup the Xorg configuration file to work with your new driver. Always remember to back up the original file before altering, in case something goes wrong. Open up a terminal and enter:
Κώδικας:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
sudo aticonfig --initial --input=/etc/X11/xorg.conf
This will disable the default radeon driver and replace it with ATI's own.
Κώδικας:
echo SKIP_CHECKS="yes" >> /.config/compiz/compiz-manager
Alternatively, you could whitelist the driver, which is a much prettier solution. Run this command to edit the Compiz startup-script:
Κώδικας:
gksudo gedit /usr/bin/compiz
Search for Driver whitelist and add fglrx to the end of the line, like this:
Κώδικας:
# Driver whitelist
WHITELIST="nvidia intel ati radeon i810 fglrx"
3. Reboot your computer, login and enable Compiz as mentioned above et voilà! Behold Compiz and ATI hugging.
__________________
Πως μπορούμε βάζοντας το ποντίκι πανω από ένα mp3 να ακούγετε το τραγούδι.
| 9 |
Ανοίγουμε κονσόλα και δίνουμε με την σειρά τις εντολές.
Κώδικας:
sudo apt-get install mpg321
sudo apt-get install ubuntu-restricted-extras
sudo apt-get install pulseaudio
sudo apt-get install pulseaudio-esound-compat
sudo apt-get install libasound2-plugins
Αν αυτό δεν μας δουλέψει δοκιμάζουμε και με τις παρακάτω εντολές.
Κώδικας:
sudo apt-get install mpg321
sudo apt-get install mpg123-esd
sudo apt-get install vorbis-tools
sudo apt-get install esound
sudo apt-get install ubuntu-restricted-extras
How to install VLC Media Player
| 10 |
Install:
Κώδικας:
sudo apt-get install vlc
uninstall
Κώδικας:
sudo apt-get --purge autoremove vlc