 |
 |
 |
 |
| Guides & Solutions (No Questions) Post your guides here (No links to Blogs accepted). You can also append your comments/questions to a guide, but don't start a new thread to ask a question. Use another forum for that. |
|
View Poll Results: Did it work for you
|
|
Yes
|
  
|
450 |
48.75% |
|
No
|
  
|
336 |
36.40% |
|
Nearly worked
|
  
|
137 |
14.84% |

20th May 2007, 12:58 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Howto for fglrx / catalyst (Ati driver)
EDIT: Added July 2, 2012
Howto for F16 & F17
Click this link to make sure your card is supported by this driver (All ATI cards below the HD series are unsupported, in F17 all HD4xxx and below are unsupported)
0. Clean: IF you previously installed this driver using the binary package provided by AMD-ATI, you must un-install it, then repair Mesa:
Code:
su
yum reinstall mesa-libGL
1. Update kernel
Code:
su
yum update kernel
reboot to the new kernel
2. Install driver
install the rpmfusion driver
Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-catalyst xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs.i686
Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-catalyst xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs.i686
For PAE kernels
Code:
su
yum --nogpgcheck install http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-catalyst-PAE xorg-x11-drv-catalyst-libs.i686 xorg-x11-drv-catalyst
Or (akmod builds the required kmod on bootup)
3. Make sure radeon is removed from initramfs
Code:
su
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-radeon.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)
4. Reboot
Quote:
|
Originally Posted by deprecated old content
Howto for F16
I haven't bothered to do a F16 guide as the catalyst driver is complete garbage.
Do yourself a favour and use the open source Radeon driver, if this isn't good enough BUY A NVIDIA CARD INSTEAD.
|
Last edited by Dan; 2nd July 2012 at 01:44 PM.
Reason: Content added.
|

20th May 2007, 10:03 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Howto for F15 (Please note that gnome-shell doesn't work with fglrx)
Click this link to make sure your card is supported by this driver ( All ATI cards below the HD series are unsupported )
0. Clean: IF you previously installed this driver using the binary package provided by AMD-ATI, you must un-install it, then repair Mesa:
Code:
su
yum reinstall mesa-libGL
1. Update kernel
Code:
su
yum update kernel
reboot to the new kernel
2. Install driver
install the F15 rpmfusion driver
Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.
Code:
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-catalyst xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs.i686
Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)
Code:
su -
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-catalyst xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs.i686
For PAE kernels
Code:
su -
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install kmod-catalyst-PAE xorg-x11-drv-catalyst-libs.i686 xorg-x11-drv-catalyst
Or (akmod builds the required kmod on bootup )
3. Reboot
.
Last edited by leigh123linux; 3rd November 2010 at 09:32 AM.
Reason: .
|

21st May 2007, 09:25 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Howto for F14
Click this link to make sure your card is supported by this driver ( All ATI cards below the HD series are unsupported )
0. Clean: IF you previously installed this driver using the binary package provided by AMD-ATI, you must un-install it, then repair Mesa:
Code:
su
yum reinstall mesa-libGL
1. Update kernel
Code:
su
yum update kernel
reboot to the new kernel
2. Install driver
install the F14 rpmfusion driver
Using akmod: This is the best option in my opinion as you don't get any problems when a new kernel is released.
Code:
su
rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
yum install akmod-catalyst xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs.i686
Or using kmod (which saves a bit of disk space but will have problems with every kernel update.)
Code:
su -
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum install kmod-catalyst xorg-x11-drv-catalyst xorg-x11-drv-catalyst-libs.i686
For PAE kernels
Code:
su -
rpm -Uvh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
yum install kmod-catalyst-PAE xorg-x11-drv-catalyst-libs.i686 xorg-x11-drv-catalyst
Or (akmod builds the required kmod on bootup )
3. Reboot
.
Last edited by leigh123linux; 3rd November 2010 at 09:31 AM.
Reason: .
|

21st May 2007, 10:28 PM
|
|
Registered User
|
|
Join Date: Apr 2007
Location: Ontario, Canada
Age: 29
Posts: 67

|
|
yeaaah. its pretty
games seem to run horribly now though, is there a solution for this?
|

21st May 2007, 10:38 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by distr0
yeaaah. its pretty
games seem to run horribly now though, is there a solution for this?
|
When I play games I normally disable the effects.
try
gnome-xgl-switch --disable-xgl
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

22nd May 2007, 02:36 AM
|
|
Registered User
|
|
Join Date: Apr 2007
Location: Ontario, Canada
Age: 29
Posts: 67

|
|
|
yep, games run alot smoother with xgl disabled
im glad i swiched to i686, i was having major issues with fglrx in x64, everything just WORKS now running 32 bit
|

22nd May 2007, 07:08 PM
|
 |
Registered User
|
|
Join Date: Nov 2005
Posts: 132

|
|
|
To play a game, run it with "noXgl <myGame>".
Rem: the command "gnome-xgl-switch" is not supported with my script: don't use it !
|

22nd May 2007, 08:28 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Thanks
Quote:
|
Originally Posted by nicofo
To play a game, run it with "noXgl <myGame>".
Rem: the command "gnome-xgl-switch" is not supported with my script: don't use it !
|
Hi nicofo,
Great script ( I hope you don't mind me using it in my howto ) , I was aware that the switches were different .
Being a Nvidia user I have been unable to test so I was unable to include any switches.
Could you please post any more usefull switches.
Many thanks Leigh
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|

23rd May 2007, 02:28 PM
|
 |
Registered User
|
|
Join Date: Nov 2006
Posts: 33

|
|
when I do "fglrxinfo" on the terminal I get this:
Quote:
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0.0 screen: 0
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.2 (1.5 Mesa 6.5.1)
|
nothing shows ATI, is this good or bad? apart from that, everything went ok, it automatically changed "radeon" to "fglrx" on xorg.conf.
and when I type glxinfo i get the following:
Quote:
name of display: :0.0
Xlib: extension "XFree86-DRI" missing on display ":0.0".
display: :0 screen: 0
direct rendering: No
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
|
__________________
Acer 5101 - AMD Turion64 MK36 2.0GHz - ATI Radeon Xpress 1100 128MB (set to 64MB) - 512MB DDR2 - 60 GB HDD - Atheros AR5BMB5 802.11b/g wireless LAN
Fedora Core 6 - kernel 2.6.20-1.2948.fc6 - KDE 3.5.6 - Firefox 2.0.0
Last edited by joao82; 23rd May 2007 at 02:56 PM.
|

23rd May 2007, 02:39 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
Quote:
|
Originally Posted by joao82
when I do "fglrxinfo" on the terminal I get this:
nothing shows ATI, is this good or bad? apart from that, everything went ok, it automatically changed "radeon" to "fglrx" on xorg.conf.
and when I type glxinfo i get the following:
|
1. Did you edit your xorg.conf as described in section 3 ?
2. Did you restart X or reboot as this is needed . ?
if the above steps fail post the output from
cat /var/log/Xorg.0.log | grep EE
and
cat /var/log/Xorg.0.log | grep WW
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 06:32 (Saturday, 25-05-2013)
|
|
 |
 |
 |
 |
|
|