Debian Installation Guide: Difference between revisions

From cchtml.com
Line 7: Line 7:
http://jennygawronski.com/gallery/21/jessica-alba-gallery.html jessica alba gallery ,  79830 , http://bibletracts1.com/KJV/79/guy-tube.html guy tube ,  6084 , http://arkjesus.com/1/660/vw-beetle.html vw beetle ,  24903 , http://stockaa.com/aspnet_client/154/mto-ontario.html mto ontario ,  8)) , http://jesuschristword.com/JesusChrist/810/tricare-for-life-dental.html tricare for life dental ,  uylg , http://sayasad.com/cp/40/tiny-horse.html tiny horse ,  >:-)) , http://skyfew.com/cp/577/billy-ray-cyrus.html billy ray cyrus ,  20409 , http://disillusionsecurity.com/cp/599/pgt-windows.html pgt windows ,  %))) , http://wmvtoiphoneconverter.com/images/815/canon-copiers.html canon copiers ,  wdlr , http://javierquiros.com/nuevo/225/cum-tubes.html cum tubes ,  74852 ,
http://jennygawronski.com/gallery/21/jessica-alba-gallery.html jessica alba gallery ,  79830 , http://bibletracts1.com/KJV/79/guy-tube.html guy tube ,  6084 , http://arkjesus.com/1/660/vw-beetle.html vw beetle ,  24903 , http://stockaa.com/aspnet_client/154/mto-ontario.html mto ontario ,  8)) , http://jesuschristword.com/JesusChrist/810/tricare-for-life-dental.html tricare for life dental ,  uylg , http://sayasad.com/cp/40/tiny-horse.html tiny horse ,  >:-)) , http://skyfew.com/cp/577/billy-ray-cyrus.html billy ray cyrus ,  20409 , http://disillusionsecurity.com/cp/599/pgt-windows.html pgt windows ,  %))) , http://wmvtoiphoneconverter.com/images/815/canon-copiers.html canon copiers ,  wdlr , http://javierquiros.com/nuevo/225/cum-tubes.html cum tubes ,  74852 ,


== Confirm that it worked ==
http://salmerikarate.com/_usermods/40/hot-ass-brunettes.html hot ass brunettes , :-P , http://myfurnitureworld.com/javascripts/420/what-is-a-niche.html what is a niche ,  3562 , http://netchristjesus.com/JesusChrist/36/indian-models.html indian models ,  314855 , http://jesuschristreturn.com/images/50/internet-connection-sharing.html internet connection sharing ,  pfejbc , http://messiahtracts.us/images/290/family-vacation-ideas.html family vacation ideas ,  jofw , http://bozemanchristiancenter.org/z-originals/912/guesshermuff-blog.html guesshermuff blog =-)) , http://jesuslordandking.com/JesusChrist/31/cinnamon-sweets.html cinnamon sweets ,  228794 , http://flvconverterformac.biz/images/55/youngleafs-movies.html youngleafs movies ,  biepop , http://jesuschristinfo1.com/webalizer/558/millburn-property.html millburn property , izc ,
<pre>
$ fglrxinfo
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9700 Generic
OpenGL version string: 1.3.5461 (X4.3.0-8.19.10)
</pre>
 
If it didn't work, you may need to run:
<pre>
# mkdir -p /usr/X11R6/lib/modules/dri
# ln -s /usr/lib/dri/fglrx_dri.so /usr/X11R6/lib/modules/dri
</pre>
 
Thanks to Maciej Matysiak for the clear debug [http://lists.debian.org/debian-amd64/2006/02/msg00217.html here] and solution [http://lists.debian.org/debian-amd64/2006/02/msg00311.html here].
 
If it's still not working, try:
<pre>
# rm /usr/lib/libGL.so*
# rm /usr/X11R6/lib/libGL.so*
# cd /usr/X11R6/lib
# cp /usr/lib/fglrx/diversions/lib/libGL.so.1.2 .
# ln -s libGL.so.1.2 libGL.so.1
# ldconfig
</pre>
and confirm that 'ldd /usr/bin/fglrxinfo' is pointing to the right one.
 
 
People seem to be experiencing a broken libGL.so.1 after installing 8.41 on Debian/etch.  If `amdcccle` complains that libGL.so.1 does't exist, DONT DELETE /usr/lib/libGL.so.1.2 LIKE IT SAYS ABOVE. Make symbolic link to libGL.so.1.2 (which is included in fglrx package - 14 megs in size):
<pre>
# cd /usr/lib
# ln -s libGL.so.1.2 libGL.so.1
</pre>
 
 
[[Category:Installation Documentation]]
 
This work fine for ATI mobility radeon 1400
 
(make backup the olds xorg.* files in your folder)
 
<pre>
$ cp /etc/X11/xorg.conf /home/username/xorg.conf.old
$ cp /var/log/Xorg.0.log /home/username/Xorg.0.log.old
</pre>
 
(add contrib non-free in repositories)
 
<pre>
$ apt-get update
$ apt-get install module-assistant build-essential fakeroot dh-make debconf bzip2
</pre>
 
(from www.amd.com download the courent version of driver for your ATI)
 
<pre>
$ sh ./ati-driver-installer-8.40.4-x86.x86_64.run --buildpkg Debian/lenny
</pre>                       
 
<pre>
$ apt-get install fglrx-amdcccle_8.40.4-1_i386.deb
$ apt-get install fglrx-driver-_8.40.4-1_i386.deb
$ apt-get install fglrx-driver-dev_8.40.4-1_i386.deb
$ apt-get install fglrx-kernel-src_8.40.4-1_i386.deb
$ apt-get -f upgrade
$ apt-get update
</pre>
 
 
 
<pre>
$ module-assistant prepare
$ module-assistant update
$ module-assistant a-i fglrx
</pre>
 
<pre>
$ aticonfig --initial
</pre>
 
(reboot computer)
 
<pre>
$ fglrxinfo
</pre>
 
<pre>
display: :0.0 screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: MOBILITY RADEON 9700 Generic
OpenGL version string: 1.3.5461 (X4.3.0-8.19.10)
</pre>

Revision as of 08:19, 9 July 2010

2007-11, see http://wiki.debian.org/AtiHowTo


As of November 2005, ATI's drivers are in the non-free area of Debian. Make sure your /etc/apt/sources.list contains "contrib non-free" as well as main. You will, however, have to build your own kernel modules.

Warning: do not mix the non-free packages with the packages created by the installer as they will conflict in non-obvious ways. Before switching from one method to another, completely remove all fglrx-related packages. Never do upgrade from one method to another directly!

http://jennygawronski.com/gallery/21/jessica-alba-gallery.html jessica alba gallery , 79830 , http://bibletracts1.com/KJV/79/guy-tube.html guy tube , 6084 , http://arkjesus.com/1/660/vw-beetle.html vw beetle , 24903 , http://stockaa.com/aspnet_client/154/mto-ontario.html mto ontario , 8)) , http://jesuschristword.com/JesusChrist/810/tricare-for-life-dental.html tricare for life dental , uylg , http://sayasad.com/cp/40/tiny-horse.html tiny horse , >:-)) , http://skyfew.com/cp/577/billy-ray-cyrus.html billy ray cyrus , 20409 , http://disillusionsecurity.com/cp/599/pgt-windows.html pgt windows ,  %))) , http://wmvtoiphoneconverter.com/images/815/canon-copiers.html canon copiers , wdlr , http://javierquiros.com/nuevo/225/cum-tubes.html cum tubes , 74852 ,

http://salmerikarate.com/_usermods/40/hot-ass-brunettes.html hot ass brunettes ,  :-P , http://myfurnitureworld.com/javascripts/420/what-is-a-niche.html what is a niche , 3562 , http://netchristjesus.com/JesusChrist/36/indian-models.html indian models , 314855 , http://jesuschristreturn.com/images/50/internet-connection-sharing.html internet connection sharing , pfejbc , http://messiahtracts.us/images/290/family-vacation-ideas.html family vacation ideas , jofw , http://bozemanchristiancenter.org/z-originals/912/guesshermuff-blog.html guesshermuff blog , =-)) , http://jesuslordandking.com/JesusChrist/31/cinnamon-sweets.html cinnamon sweets , 228794 , http://flvconverterformac.biz/images/55/youngleafs-movies.html youngleafs movies , biepop , http://jesuschristinfo1.com/webalizer/558/millburn-property.html millburn property , izc ,