1) Скачиваем драйвера на видео карту с сайта производителя: http://ati.amd.com/support/drivers/linux/linux-radeon.html. Команда:wget https://a248.e.akamai.net/f/674/9206/0/www2.ati.com/drivers/linux/ati-driver-installer-8-3-x86.x86_64.run --no-check-certificate 2) Устанавливаем пакеты необходимые для сборки драйвера... Команды:sudo apt-get update && sudo apt-get install build-essential fakeroot dh-make debhelper debconf libstdc++5 dkms 3) Далее собираем драйвер командой sh <название вашего скачанного файла> --buildpkg Ubuntu/gutsy Команда:sudo sh ati-driver-installer-8-3-x86.x86_64.run --buildpkg Ubuntu/gutsy 4) Устанавливаем его командой dpkg -i xorg-driver-fglrx*.deb fglrx-kernel-source*.deb fglrx-amdcccle*.deb // установка попросит выбрать что делать с файлами, вы выбирайте "Заменить" /Y/ Команда:sudo dpkg -i fglrx-kernel-source_8.471-0ubuntu1_i386.deb xorg-driver-fglrx_8.471-0ubuntu1_i386.deb fglrx-amdcccle_8.471-0ubuntu1_i386.deb 5) Прописываем драйвер в xorg.conf Команда: sudo aticonfig --initial && sudo aticonfig --overlay-type=Xv 6) Перегружаемся и ставим Compiz Команда: sudo apt-get install linux-restricted-modules-generic restricted-manager 7) Ставим пакеты для compiz-а Команда: sudo apt-get install compizconfig-settings-manager compiz compiz-core compiz-fusion-plugins-main compiz-fusion-plugins-extra compiz-gnome compiz-plugins libcompizconfig-backend-gconf libcompizconfig0 Для 8.04: sudo apt-get install compizconfig-settings-manager compiz compiz-core compiz-fusion-plugins-main compiz-fusion-plugins-extra compiz-gnome compiz-plugins simple-ccsm libcompizconfig0
8) Проверяем настройки compiz-а Команда: sudo gedit /etc/xdg/compiz/compiz-manager Должно быть так: #Updated whitelist and source Ubuntu settings . /etc/xdg/compiz/compiz-manager.ubuntu # Driver whitelist WHITELIST="nvidia intel ati radeon i810 fglrx" Если нету строчки WHITELIST="nvidia intel ati radeon i810 fglrx" то добавляем ее 9) Проверяем настройки xorg.conf Команда: sudo gedit /etc/X11/xorg.conf Должно выглядеть приблизительно так (подчеркнутое необходимо для воспроизведения видео, и вам нужно самим это дописать): Section "ServerLayout" Identifier "Default Layout" Screen 0 "aticonfig-Screen[0]" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,ru" Option "XkbVariant" ",winkeys" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "stylus" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Identifier "eraser" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "InputDevice" Identifier "cursor" Driver "wacom" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4" # Tablet PC ONLY EndSection Section "Monitor" Identifier "SyncMaster" Option "DPMS" EndSection Section "Monitor" Identifier "aticonfig-Monitor[0]" Option "VendorName" "ATI Proprietary Driver" Option "ModelName" "Generic Autodetecting Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "aticonfig-Device[0]" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" Option "XAANoOffscreenPixmaps" "on" Option "TexturedXrender" "on" Option "TexturedVideo" "off" Option "Textured2D" "off" EndSection Section "Screen" Identifier "aticonfig-Screen[0]" Device "aticonfig-Device[0]" Monitor "aticonfig-Monitor[0]" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection 10) Наслаждаемся... P.S. Спасибо всем кто мне помогали! Приятной вам работы...
|