Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora Resources > Guides & Solutions (No Questions)
FedoraForum Search

Forgot Password? Join Us!

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 451 48.81%
No 336 36.36%
Nearly worked 137 14.83%
Voters: 924. You may not vote on this poll

Reply
 
Thread Tools Search this Thread Display Modes
  #856  
Old 6th September 2007, 04:35 PM
bharat211's Avatar
bharat211 Offline
Registered User
 
Join Date: Jun 2005
Posts: 90
problem with fglrx driver

Hello,

I'm trying to install fglrx driver on my f7 with ATI 9800pro graphics card. I followed all the steps to install the driver from livna and when I do fglrxinfo and glxinfo, I get the following messages:

Code:
$ fglrxinfo
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.4 (1.5 Mesa 6.5.2)
I don't know why it is not using the new fglrx driver.

Code:
$ glxinfo
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
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, 
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample, 
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, 
    GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, 
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_lod_bias

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
Direct rendering is off as well. My xorg.conf file looks like so:

Code:
# cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
        Option      "AIGLX" "off"
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "fglrx"
        Option      "OpenGLOverlay" "off"
        Option      "VideoOverlay" "on"
        Option      "UseFastTLS" "0"
        Option      "BlockSignalsOnLock" "on"
        Option      "ForceGenericCPU" "off"
        Option      "KernelModuleParm" "locked-userpages=0"
        Option      "UseInternalAGPGART" "no"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "False"
EndSection
Please let me know what the problem is and how I can fix it.

Thanks,
bharat211
__________________
"No word is true until it is eaten" - 36 Lessons of Vivec, Sermon 27
Reply With Quote
  #857  
Old 6th September 2007, 04:39 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by bharat211
Hello,

I'm trying to install fglrx driver on my f7 with ATI 9800pro graphics card. I followed all the steps to install the driver from livna and when I do fglrxinfo and glxinfo, I get the following messages:

Code:
$ fglrxinfo
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.4 (1.5 Mesa 6.5.2)
I don't know why it is not using the new fglrx driver.

Code:
$ glxinfo
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
client glx vendor string: ATI
client glx version string: 1.3
client glx extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, 
    GLX_ARB_get_proc_address, GLX_SGI_video_sync, GLX_ARB_multisample, 
    GLX_ATI_pixel_format_float, GLX_ATI_render_texture
GLX version: 1.2
GLX extensions:
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, 
    GLX_ARB_multisample
OpenGL vendor string: Mesa project: www.mesa3d.org
OpenGL renderer string: Mesa GLX Indirect
OpenGL version string: 1.4 (1.5 Mesa 6.5.2)
OpenGL extensions:
    GL_ARB_imaging, GL_ARB_multitexture, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_cube_map, GL_ARB_texture_env_add, 
    GL_ARB_texture_env_combine, GL_ARB_texture_env_dot3, 
    GL_ARB_transpose_matrix, GL_EXT_abgr, GL_EXT_blend_color, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_lod_bias

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
----------------------------------------------------------------------
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x24 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x26 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x27 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  0 0 None
0x28 24 dc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  0 0 None
0x29 24 dc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
0x2a 24 dc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  0 0 None
Direct rendering is off as well. My xorg.conf file looks like so:

Code:
# cat /etc/X11/xorg.conf
# Xorg configuration created by livna-config-display

Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
        Option      "AIGLX" "off"
EndSection

Section "DRI"
        Mode 0666
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "fglrx"
        Option      "OpenGLOverlay" "off"
        Option      "VideoOverlay" "on"
        Option      "UseFastTLS" "0"
        Option      "BlockSignalsOnLock" "on"
        Option      "ForceGenericCPU" "off"
        Option      "KernelModuleParm" "locked-userpages=0"
        Option      "UseInternalAGPGART" "no"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

Section "Extensions"
        Option      "Composite" "False"
EndSection
Please let me know what the problem is and how I can fix it.

Thanks,
bharat211
Can you post

su
yum list kernel kmod-fglrx

and

uname -r
__________________
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
Reply With Quote
  #858  
Old 6th September 2007, 04:43 PM
bharat211's Avatar
bharat211 Offline
Registered User
 
Join Date: Jun 2005
Posts: 90
Here is what you requested:

Code:
[root: ~] yum list kernel kmod-fglrx
livna                     100% |=========================| 2.1 kB    00:00     
fedora                    100% |=========================| 2.1 kB    00:00     
adobe-linux-i386          100% |=========================|  951 B    00:00     
primary.xml.gz            100% |=========================| 1.3 kB    00:00     
adobe-linu: ################################################## 2/2
updates                   100% |=========================| 1.9 kB    00:00     
macromedia                100% |=========================| 1.9 kB    00:00     
Installed Packages
kernel.i686                              2.6.22.4-65.fc7        installed       
kernel.i686                              2.6.21-1.3228.fc7      installed       
kmod-fglrx.i686                          8.40.4-2.2.6.22.4_65.f installed       
Available Packages
kernel.i586                              2.6.22.4-65.fc7        updates         
kmod-fglrx.i586                          8.40.4-2.2.6.22.4_65.f livna           
[root: ~] uname -r
2.6.22.4-65.fc7
__________________
"No word is true until it is eaten" - 36 Lessons of Vivec, Sermon 27
Reply With Quote
  #859  
Old 6th September 2007, 05:26 PM
bharat211's Avatar
bharat211 Offline
Registered User
 
Join Date: Jun 2005
Posts: 90
Hi Leigh,

I believe there is a slight problem with the instructions for installation of the driver for F7. You have included the instruction to reboot the computer only if one installs using the freshrpms repo, but I installed from livna and did not do a reboot (as your instructions did not indicate so). But, now that I have rebooted, the driver is recognized and enabled:

Code:
$fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9800 PRO
OpenGL version string: 2.0.6747 (8.40.4)

$ glxinfo
name of display: :0.0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
...
Please make the change on your instructions so other users may not have the problem like I did.

Thanks,
bharat211
__________________
"No word is true until it is eaten" - 36 Lessons of Vivec, Sermon 27
Reply With Quote
  #860  
Old 9th September 2007, 11:27 AM
lightkid Offline
Registered User
 
Join Date: Sep 2007
Posts: 15
hi there,

if I type fglrxinfo it tells me "unable to open display :0" and because of that I'm not even running X

any hints?
Reply With Quote
  #861  
Old 9th September 2007, 12:06 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by lightkid
hi there,

if I type fglrxinfo it tells me "unable to open display :0" and because of that I'm not even running X

any hints?
Not enough info given to help !!
__________________
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
Reply With Quote
  #862  
Old 10th September 2007, 08:55 AM
lightkid Offline
Registered User
 
Join Date: Sep 2007
Posts: 15
I'm sorry... so heres some more:

I am running Fedora7 on a HP nx6325; using a Radeon Xpress1150 Card. I'm running on x86_64.
Using the default Xserver. I installed fglrx from the livna repository. shall I post my xorg.conf file here, too?
Reply With Quote
  #863  
Old 10th September 2007, 10:07 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by lightkid
I'm sorry... so heres some more:

I am running Fedora7 on a HP nx6325; using a Radeon Xpress1150 Card. I'm running on x86_64.
Using the default Xserver. I installed fglrx from the livna repository. shall I post my xorg.conf file here, too?
Post the output from these commands ( please include initial command as well )

Code:
su -
cd /usr/lib64/xorg/modules/drivers
objdump -D fglrx_drv.so | grep "Save64"

and


Code:
su -
cd /usr/lib64/xorg/modules/drivers
objdump -D fglrx_drv.so.orig | grep "Save64"
__________________
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
Reply With Quote
  #864  
Old 10th September 2007, 03:53 PM
lightkid Offline
Registered User
 
Join Date: Sep 2007
Posts: 15
[root@dh-mobil drivers]# objdump -D fglrx_drv.so | grep "Save64"
0000000000091620 <atiddxSave64BitBAR@plt>:
00000000000a37e0 <atiddxSave64BitBAR>:
a3833: 74 4f je a3884 <atiddxSave64BitBAR+0xa4>
a384a: 74 07 je a3853 <atiddxSave64BitBAR+0x73>
a3882: eb c8 jmp a384c <atiddxSave64BitBAR+0x6c>
a38b1: eb 82 jmp a3835 <atiddxSave64BitBAR+0x55>
[root@dh-mobil drivers]# objdump -D fglrx_drv.so.orig | grep "Save64"
0000000000091620 <atiddxSave64BitBAR@plt>:
00000000000a37e0 <atiddxSave64BitBAR>:
a3833: 74 4f je a3884 <atiddxSave64BitBAR+0xa4>
a384a: 74 07 je a3853 <atiddxSave64BitBAR+0x73>
a3882: eb c8 jmp a384c <atiddxSave64BitBAR+0x6c>
a38b1: eb 82 jmp a3835 <atiddxSave64BitBAR+0x55>
ae9ba: e8 61 2c fe ff callq 91620 <atiddxSave64BitBAR@plt>

Last edited by lightkid; 10th September 2007 at 04:12 PM.
Reply With Quote
  #865  
Old 10th September 2007, 04:21 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by lightkid
[root@dh-mobil drivers]# objdump -D fglrx_drv.so | grep "Save64"
0000000000091620 <atiddxSave64BitBAR@plt>:
00000000000a37e0 <atiddxSave64BitBAR>:
a3833: 74 4f je a3884 <atiddxSave64BitBAR+0xa4>
a384a: 74 07 je a3853 <atiddxSave64BitBAR+0x73>
a3882: eb c8 jmp a384c <atiddxSave64BitBAR+0x6c>
a38b1: eb 82 jmp a3835 <atiddxSave64BitBAR+0x55>
[root@dh-mobil drivers]# objdump -D fglrx_drv.so.orig | grep "Save64"
0000000000091620 <atiddxSave64BitBAR@plt>:
00000000000a37e0 <atiddxSave64BitBAR>:
a3833: 74 4f je a3884 <atiddxSave64BitBAR+0xa4>
a384a: 74 07 je a3853 <atiddxSave64BitBAR+0x73>
a3882: eb c8 jmp a384c <atiddxSave64BitBAR+0x6c>
a38b1: eb 82 jmp a3835 <atiddxSave64BitBAR+0x55>
ae9ba: e8 61 2c fe ff callq 91620 <atiddxSave64BitBAR@plt>

Ok that looks good post

yum list kernel kmod-fglrx

and

uname -r
__________________
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
Reply With Quote
  #866  
Old 10th September 2007, 05:03 PM
lightkid Offline
Registered User
 
Join Date: Sep 2007
Posts: 15
[root@dh-mobil drivers]# yum --disablerepo=adobe-linux list kernel kmod-fglrx
Loading "installonlyn" plugin
updates 100% |=========================| 1.9 kB 00:00
Installed Packages
kernel.x86_64 2.6.21-1.3194.fc7 installed
Available Packages
kernel.x86_64 2.6.22.4-65.fc7 updates
kmod-fglrx.x86_64 8.40.4-2.2.6.22.4_65.f livna

[root@dh-mobil drivers]# uname -r
2.6.21-1.3194.fc7
Reply With Quote
  #867  
Old 10th September 2007, 07:31 PM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by lightkid
[root@dh-mobil drivers]# yum --disablerepo=adobe-linux list kernel kmod-fglrx
Loading "installonlyn" plugin
updates 100% |=========================| 1.9 kB 00:00
Installed Packages
kernel.x86_64 2.6.21-1.3194.fc7 installed
Available Packages
kernel.x86_64 2.6.22.4-65.fc7 updates
kmod-fglrx.x86_64 8.40.4-2.2.6.22.4_65.f livna

[root@dh-mobil drivers]# uname -r
2.6.21-1.3194.fc7

the output says that you have no driver installed


try

su
yum update kernel
yum install kmod-fglrx
reboot



after reboot post

yum list kernel kmod-fglrx
__________________
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
Reply With Quote
  #868  
Old 11th September 2007, 04:45 AM
hsocasnavarro Offline
Registered User
 
Join Date: Sep 2007
Posts: 19
Just wanted to say thanks for the howto and the script. Works beautifully!!!
Reply With Quote
  #869  
Old 11th September 2007, 10:06 AM
lightkid Offline
Registered User
 
Join Date: Sep 2007
Posts: 15
[root@dh-mobil Denis]# yum list kernel kmod-fglrx
Loading "installonlyn" plugin
Installed Packages
kernel.x86_64 2.6.22.4-65.fc7 installed
kernel.x86_64 2.6.21-1.3194.fc7 installed
kmod-fglrx.x86_64 8.40.4-2.2.6.22.4_65.f installed
[root@dh-mobil Denis]#
Reply With Quote
  #870  
Old 11th September 2007, 10:40 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
Quote:
Originally Posted by lightkid
[root@dh-mobil Denis]# yum list kernel kmod-fglrx
Loading "installonlyn" plugin
Installed Packages
kernel.x86_64 2.6.22.4-65.fc7 installed
kernel.x86_64 2.6.21-1.3194.fc7 installed
kmod-fglrx.x86_64 8.40.4-2.2.6.22.4_65.f installed
[root@dh-mobil Denis]#

Ok post the output for these


su -
cd /usr/lib64/xorg/modules/drivers
objdump -D fglrx_drv.so | grep "Save64"


and

uname -r
__________________
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
Reply With Quote
Reply

Tags
ati, fglrx, howto

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ATI Catalyst fglrx driver manual install on Fedora 12 Jeff72 Guides & Solutions (No Questions) 15 13th August 2010 09:17 PM
ATI Catalyst™ Display Driver v9.12 rich52 Hardware & Laptops 1 31st December 2009 04:59 AM
HOWTO - make less noise from video card while using fglrx driver multescugeorge@ Guides & Solutions (No Questions) 2 3rd October 2009 08:02 AM
ATI Catalyst 9.x fglrx driver manual install on Fedora 11 Jeff72 Guides & Solutions (No Questions) 25 30th August 2009 08:29 PM


Current GMT-time: 18:04 (Wednesday, 19-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat