Fedora Linux Support Community & Resources Center
  #1  
Old 7th April 2006, 11:01 PM
d3viant Offline
Registered User
 
Join Date: Jul 2004
Location: Edinburgh
Posts: 205
Livna ATI Driver Problems, FC5 Radeon X1600XT

Hi

I am having some trouble configuring the ATI drivers for this card. I have downloaded and installed the livna rpm files via yum, then run the command aticonfig --initial --input=/etc/X11/xorg.conf.

Upon a reboot (or init 3 / init 5) all I get is a black screen. I don't get any pictures at all on the screen, then I have to press ctrl alt del to get it to restart.

Below is the result of glxinfo

Code:
[root@seans-comp Downloads]# 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_OML_swap_method, GLX_SGI_make_current_read,
    GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier,
    GLX_SGIX_fbconfig
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_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.2 (1.5 Mesa 6.4.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
glu version: 1.3
glu extensions:
    GLU_EXT_nurbs_tessellator, GLU_EXT_object_space_tess

   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
----------------------------------------------------------------------
0x22 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  0  0  0  0  0  1 0 None
0x23 24 tc  0 24  0 r  y  .  8  8  8  0  0 16  8 16 16 16  0  1 0 None
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
0x25 24 tc  0 32  0 r  .  .  8  8  8  8  0 16  8 16 16 16 16  1 0 None
and fglrxinfo:

Code:
[root@seans-comp Downloads]# 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.2 (1.5 Mesa 6.4.2)
and the monitor and device sectionof the xorg.conf file:
Code:
Section "Monitor"

 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
 ### Comment all HorizSync and VertSync values to use DDC:
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "M-17"
        DisplaySize  340        270
        HorizSync    30.0 - 80.0
        VertRefresh  50.0 - 75.0
        Option      "dpms"
EndSection

Section "Monitor"
        Identifier   "aticonfig Monitor 0"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
        VendorName  "Videocard vendor"
        BoardName   "ATI Technologies Inc Unknown device 71e0"
EndSection

Section "Device"
        Identifier  "ATI Graphics Adapter 0"
        Driver      "fglrx"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        Monitor    "Monitor0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     16
                Modes    "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1280x1024"
        EndSubSection
EndSection

Section "Screen"
        Identifier "aticonfig Screen 0"
        Device     "ATI Graphics Adapter 0"
        Monitor    "aticonfig Monitor 0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
I'm not sure if its something to do with the XFree86-DRI missing or what?

thanks

d3viant
__________________
d3viant
Reply With Quote
  #2  
Old 8th April 2006, 01:10 AM
Waggoneer's Avatar
Waggoneer Offline
Registered User
 
Join Date: Mar 2006
Posts: 130
Cool maybe

In my case the problem was there are two different ati-fglrx drivers from livna.
One kind is for the Linux kernel 2.6.16-1.2080_FC5
and the other is for Linux kernel 2.6.16-1.2080_FC5smp

Following the normal directions that are in most threads doesnt take this into accout.
I am not sure what the difference is between the kernels, but this solved my problem.
Reply With Quote
  #3  
Old 8th April 2006, 10:57 AM
d3viant Offline
Registered User
 
Join Date: Jul 2004
Location: Edinburgh
Posts: 205
As far as I am aware, I have got the non-smp kernel files installed, to match my non-smp kernel, but I will double check that yum hasn't done something stupid in that respect
__________________
d3viant
Reply With Quote
  #4  
Old 9th April 2006, 10:55 AM
d3viant Offline
Registered User
 
Join Date: Jul 2004
Location: Edinburgh
Posts: 205
Yep, its the right version of the rpm for the right kernel - both are non-smp flavours
__________________
d3viant
Reply With Quote
  #5  
Old 9th April 2006, 04:34 PM
numeric Offline
Registered User
 
Join Date: Apr 2006
Posts: 3
Section "Device"
Identifier "Videocard0"
Driver "vesa"
VendorName "Videocard vendor"
BoardName "ATI Technologies Inc Unknown device 71e0"
EndSection

is this passage still yet in your xorg.conf?

then go to bash and enter
Quote:
ati-fglrx-display enable
ati-fglrx-display enabledri
the restart the XServer!
Reply With Quote
  #6  
Old 9th April 2006, 06:35 PM
d3viant Offline
Registered User
 
Join Date: Jul 2004
Location: Edinburgh
Posts: 205
hmm, that did something - there was a lot of hdd activity, but those lines remain in the xorg.conf file and i still get a blank screen on init 5
__________________
d3viant
Reply With Quote
  #7  
Old 9th April 2006, 08:04 PM
d3viant Offline
Registered User
 
Join Date: Jul 2004
Location: Edinburgh
Posts: 205
Ok, looking further at the ATI help (which is not very useful tbh) here https://a248.e.akamai.net/f/674/9206...ux_8.23.7.html

I am not even sure if the x1x00 range is supported - this guide only mentions the x850 at the most. Has anyone had any success getting an x1300+ card working in linux?
__________________
d3viant
Reply With Quote
  #8  
Old 11th April 2006, 12:10 PM
d3viant Offline
Registered User
 
Join Date: Jul 2004
Location: Edinburgh
Posts: 205
Ok, trying this again with a borrowed x800GTO - which should be supported :P

Removed all fglrx files and installed again via yum.

Ran

Code:
ati-fglrx-config-display enable
ati-fglrx-config-display enabledri
aticonfig --initial --input=/etc/X11/xorg.conf
aticonfig enable
then rebooted - now this is weird. I get the initial screen where it shows the FC5 bubble logo with the status bar below on initial boot, but then when the GDM login screen should appear, it just goes to a blank screen (although there is an input signal)

Any ideas anyone?
__________________
d3viant
Reply With Quote
  #9  
Old 11th April 2006, 01:46 PM
brandor's Avatar
brandor Offline
Registered User
 
Join Date: May 2005
Posts: 534
Try disabling SELinux to see if the driver works.
Reply With Quote
  #10  
Old 11th April 2006, 03:55 PM
johannlo's Avatar
johannlo Offline
Registered User
 
Join Date: Jul 2005
Location: Melbourne, Australia
Age: 33
Posts: 762
Just a shot in the dark: I just fixed a livna ATI driver black screen of doom issue, problem turned out to be my MONITOR config in xorg.conf - specifically it didn't like the depth of 16. Changed it to 24, and viola, all working, glxgears gives 8k hehe

check out the results of your log file (its in /var/log) for clues, that's how I found my problem
__________________
the phases of 'nix troubleshooting

For :eek:
:confused: | google > :D
Next
Reply With Quote
  #11  
Old 11th April 2006, 09:35 PM
d3viant Offline
Registered User
 
Join Date: Jul 2004
Location: Edinburgh
Posts: 205
SELinux is disable altogether - got sick of having to work around it

The monitor was set to 16 bit display, but changing it to 24 made no difference. - I still get a blank black screen with a blue line down the right hand side of the screen (which i always get due to the use of a kvm switch)
__________________
d3viant
Reply With Quote
  #12  
Old 14th April 2006, 06:16 PM
d3viant Offline
Registered User
 
Join Date: Jul 2004
Location: Edinburgh
Posts: 205
Ok, there is a new ati driver out 2 days ago. This in theory supports the latest ATI x1x00 series of cards and, even though it insists it supports xorg 7.0, when you try that in the install, it says xorg v 7 isn't supported. I guess we have to wait for livna to update their copies then try again
__________________
d3viant
Reply With Quote
  #13  
Old 15th April 2006, 12:21 AM
Finalzone's Avatar
Finalzone Offline
Community Manager
 
Join Date: Mar 2004
Location: Vancouver, Canada
Posts: 2,371
You don't need to disable SELinux. Make sure to enable text relocation on Compatibily inside SELinux tab.
__________________
Desktop CPU: AMD Phenom II(tm) X4 Processor 940 AM2+ - Memory: 8GB DDR2-RAM - GPU: Nvidia Geforce GTX 460 v2 - OS: Fedora 18 Spherical Cow x86-64 and Windows 7 Ultimate SP1 64-bit
Laptop Toshiba Satellite C650D - OS: Fedora 19 Schrödinger's Cat (preview release) x86-64 and Microsoft Windows 7 64-bit
Reply With Quote
  #14  
Old 18th April 2006, 07:59 PM
d3viant Offline
Registered User
 
Join Date: Jul 2004
Location: Edinburgh
Posts: 205
Ok, just tried the new ATI drivers from the livna test repository (which now support the X1x00 series!)

They worked flawlessly first time!
__________________
d3viant
Reply With Quote
  #15  
Old 18th April 2006, 09:11 PM
zackiv31 Offline
Registered User
 
Join Date: Apr 2006
Posts: 248
I'm having issues like yours, did you just do a "yum install fglrx" and reboot? When were the new livna drivers released?
Reply With Quote
Reply

Tags
ati, driver, fc5, livna, problems, radeon, x1600xt

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
Radeon 9800 Pro Driver problems Massey Using Fedora 23 9th July 2008 09:38 AM
ATI X1600 PCIe and Livna driver problems fnshman Hardware & Laptops 7 22nd March 2007 04:29 PM
Problems getting radeon driver work after fglrx kenkku Hardware & Laptops 2 11th February 2007 12:31 PM
I'm having problems getting my radeon driver- opaline Hardware & Laptops 0 5th June 2006 09:38 AM


Current GMT-time: 09:03 (Thursday, 20-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