article id #12
categorized under Programming/Linux & written by 루키나이
categorized under Programming/Linux & written by 루키나이
우분투 를 놋북에 깔아서 이것 저것 해보는 도중에 '모양새' 중 '화면효과' 에서 엑스트라 모드를 설정 못하는 아주 안타까운 사태가 벌어졌다...
'제한된 드라이브 관리자' 에서 그래픽 카드 드라이버를 활성화 해서 업데이트를 했지만
설치중 실패가 ㅠ.ㅠ
그래서 방법을 찾던도중에 밑에 방법을 찾아냈다.
그러나 내가 먼저 "INSTALL the ATI proprietary drivers from menu (System-Admin)" 를 했기 때문에 중간과정에서 제대로 된 결과가 나오지 않는것이었다..
아무튼 시간이 허락을 한다면 깔끔하게 다시 포멧해서 우분투를 다시 깔아 밑에 방법대로 해봐야 겠다
ps. 너무어려워 ㅠ.ㅠ
install 8.42.3 on RS482 [ ATI Radeon Xpress 200] on a fresh install Ubuntu 7.10 Gutsy
'제한된 드라이브 관리자' 에서 그래픽 카드 드라이버를 활성화 해서 업데이트를 했지만
설치중 실패가 ㅠ.ㅠ
그래서 방법을 찾던도중에 밑에 방법을 찾아냈다.
그러나 내가 먼저 "INSTALL the ATI proprietary drivers from menu (System-Admin)" 를 했기 때문에 중간과정에서 제대로 된 결과가 나오지 않는것이었다..
아무튼 시간이 허락을 한다면 깔끔하게 다시 포멧해서 우분투를 다시 깔아 밑에 방법대로 해봐야 겠다
ps. 너무어려워 ㅠ.ㅠ
install 8.42.3 on RS482 [ ATI Radeon Xpress 200] on a fresh install Ubuntu 7.10 Gutsy
Hello,
On my desktop HP Compaq model dc5750 Small Form Factor AMD 64bits Athlon with a RS482 [ ATI Radeon Xpress 200], I have successfully install the latest driver ati radeon 8.42.3!
And, I use Compiz_fuzion without problem for the moment. See the screenshot (first image attachement at the end of the post)
I have follow several sources :
http://ubuntuforums.org/showthread.p...on+Xpress+1150
http://ubuntuforums.org/showthread.php?p=3616047
http://forum.ubuntu-fr.org/viewtopic.php?id=158516
http://wiki.cchtml.com/index.php/Ubu...river_Manually
1.Step
16.Step
On my desktop HP Compaq model dc5750 Small Form Factor AMD 64bits Athlon with a RS482 [ ATI Radeon Xpress 200], I have successfully install the latest driver ati radeon 8.42.3!
And, I use Compiz_fuzion without problem for the moment. See the screenshot (first image attachement at the end of the post)
I have follow several sources :
http://ubuntuforums.org/showthread.p...on+Xpress+1150
http://ubuntuforums.org/showthread.php?p=3616047
http://forum.ubuntu-fr.org/viewtopic.php?id=158516
http://wiki.cchtml.com/index.php/Ubu...river_Manually
1.Step
install a new fresh Ubuntu 7.10 Gutsy2.Step
config apt
config synaptic
install update system
reboot
DON'T INSTALL the ATI proprietary drivers from menu (System-Admin)3.Step
Grab the new driver 8.42.3 from here in your home directory : https://a248.e.akamai.net/f/674/9206...x86.x86_64.run4.Step
And for AMD64bits user like me : dowload this patch package in your home directory : http://www.michaellarabel.com/downlo...bian-2.tar.bz2
Open a terminal5.Step
!/home/basile : basile it's the name of my user replace by yours.
You should have this :Code:sudo apt-get update
sudo apt-get install module-assistant build-essential fakeroot dh-make debhelper debconf libstdc++5 linux-headers-generic
cd /etc
sudo mkdir ati
cd ati
sudo mkdir custom-package
cd custom-package/
sudo cp /home/basile/fglrx-8.42-ubuntu+debian-2.tar.bz2 .
sudo tar xvfj fglrx-8.42-ubuntu+debian-2.tar.bz2
cd packages/Ubuntu/
sudo cp -R * /etc/ati/custom-package
cd /home/basile
chmod +x ati-driver-installer-8.42.3-x86.x86_64.run
sudo ./ati-driver-installer-8.42.3-x86.x86_64.run --buildpkg custom-package/7.10
Quote:
basile@basile-ubu-desktop:~$ sudo ./ati-driver-installer-8.42.3-x86.x86_64.run --buildpkg custom-package/7.10
Created directory fglrx-install.OX8102
Verifying archive integrity... All good.
Uncompressing ATI Proprietary Linux Driver-8.42.3............................................ .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. ................................
==================================================
ATI Technologies Linux Driver Installer/Packager
==================================================
Generating package: custom-package/7.10
Package /home/basile/xorg-driver-fglrx_8.42.3-1_amd64.deb has been successfully generated
Package /home/basile/xorg-driver-fglrx-dev_8.42.3-1_amd64.deb has been successfully generated
Package /home/basile/fglrx-kernel-source_8.42.3-1_amd64.deb has been successfully generated
Package /home/basile/fglrx-amdcccle_8.42.3-1_amd64.deb has been successfully generated
Removing temporary directory: fglrx-install.OX8102
6.Step
In the "linux-restricted-modules-common" file change DISABLED_MODULES="" to DISABLED_MODULES="fglrx" then save and close.
Code:gksu gedit /etc/default/linux-restricted-modules-common
7.StepIMPORTANT: You have to recompile the kernel module after each kernel update!Code:sudo dpkg -i fglrx-kernel-source_8.42.3-1_amd64.deb
sudo dpkg -i xorg-driver-fglrx_8.42.3-1_amd64.deb
sudo dpkg -i fglrx-amdcccle_8.42.3-1_amd64.deb
sudo m-a prepare,update
sudo m-a build,install fglrx-kernel
sudo depmod -a
sudo rm -f /usr/src/fglrx-kernel*.deb
This step for me, make nothing see result why :8.Step
Code:sudo mkdir /lib/modules/$(uname -r)/volatile
mkdir: cannot create directory `/lib/modules/2.6.22-14-generic/volatile': File exists
sudo ln -s /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko
ln: creating symbolic link `/lib/modules/2.6.22-14-generic/volatile/fglrx.ko' to `/lib/modules/2.6.22-14-generic/misc/fglrx.ko': File exists
Reboot9.Step
10.StepCode:sudo aticonfig --initial --force
sudo aticonfig --overlay-type=Xv
At this step, I don't yet OpenGL vendor ATI :11.Step
Quote:
basile@basile-ubu-desktop:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (2.1 Mesa 7.0.1)
basile@basile-ubu-desktop:~$ glxinfo | grep direct
direct rendering: No (If you want to find out why, try setting LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect
basile@basile-ubu-desktop:~$
The step :12.Step
Code:sudo depmod -a
sudo ln -s /lib/modules/$(uname -r)/misc/fglrx.ko /lib/modules/$(uname -r)/volatile/fglrx.ko
13.Step
Reboot
And for me it was completed.
After Reboot, you have in the tray area an icon that you announced you use proprietary driver and if you double click on it you should have the box see the second image attachment at the end of the post.
So, at this step you have the new driver ati 8.42.3, how verify :14.Step
Quote:
basile@basile-ubu-desktop:~$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon Xpress Series
OpenGL version string: 2.0.6958 Release
basile@basile-ubu-desktop:~$ glxinfo | grep direct
direct rendering: Yes
basile@basile-ubu-desktop:~$
Install compiz_fusion manager15.Step
Code:sudo apt-get install compizconfig-settings-manager
In :
changeCode:sudo gedit /etc/X11/xorg.conf
toQuote:
Section "Extensions"
Option "Composite" "0"
EndSection
Under Section "ServerLayout", add this:Quote:
Section "Extensions"
Option "Composite" "1"
EndSection
Quote:
Option "AIGLX" "True"
16.Step
Permit fglrx to launch compiz effect17.Step
Search WHITELIST=".....nvidia...intel etc... " and add fglrx before nvidia!Code:sudo gedit /usr/bin/compiz
like this :
Quote:
# Driver whitelist
WHITELIST="fglrx nvidia intel ati radeon i810"
Reboot18.Step
Now, you can use compiz effect :So, for me I use it from 2 hours now, it's ok, it's the same with glx perhaps better with the new driver ati 8.42.3.
In the menu System - Preference - Apparence - Visual effect - Custom
View the first image attachement screenshot