Fedora Linux Support Community & Resources Center
  #1  
Old 15th August 2006, 08:27 PM
Varean Offline
Registered User
 
Join Date: Apr 2005
Location: California, USA
Posts: 14
Wierd error when trying to enable 3d Accleration

Hey everyone, I just installed Fedora Core 5 today and I tried following this howto to get ati-drivers working on my Radon X1600 PRO PCIe card. http://www.stanton-finley.net/fedora...ion_notes.html

I did everything it says and got no errors. Upon reboot, I get this as the output of glxinfo | grep direct:
Code:
Xlib:  extension "XFree86-DRI" missing on display ":0.0".
direct rendering: No
OpenGL renderer string: Mesa GLX Indirect
Here is my xorg.conf:
Code:
# XFree86 4 configuration created by pyxf86config

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

Section "Files"

# Multiple FontPath entries are allowed (they are concatenated together)
# By default, a font server independent of the X server is
# used to render fonts.
        FontPath     "unix/:7100"
EndSection

Section "Module"
        Load  "dbe"
        Load  "extmod"
        Load  "fbdevhw"
        Load  "glx"
        Load  "record"
        Load  "freetype"
        Load  "type1"
        Load  "dri"
EndSection

Section "InputDevice"

# Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
#       Option  "Xleds"         "1 2 3"
# To disable the XKEYBOARD extension, uncomment XkbDisable.
#       Option  "XkbDisable"
# To customise the XKB settings to suit your keyboard, modify the
# lines below (which are the defaults).  For example, for a non-U.S.
# keyboard, you will probably want to use:
#       Option  "XkbModel"      "pc102"
# If you have a US Microsoft Natural keyboard, you can use:
#       Option  "XkbModel"      "microsoft"
#
# Then to change the language, change the Layout setting.
# For example, a german layout can be obtained with:
#       Option  "XkbLayout"     "de"
# or:
#       Option  "XkbLayout"     "de"
#       Option  "XkbVariant"    "nodeadkeys"
#
# If you'd like to switch the positions of your capslock and
# control keys, use:
#       Option  "XkbOptions"    "ctrl:swapcaps"
# Or if you just want both to be control, use:
#       Option  "XkbOptions"    "ctrl:nocaps"
#
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

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    "LCD Panel 1024x768"
 ### Comment all HorizSync and VertSync values to use DDC:
        HorizSync    31.5 - 48.5
        VertRefresh  40.0 - 70.0
        Option      "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
        VendorName  "Videocard vendor"
        BoardName   "ATI Technologies Inc Unknown device 71e2"
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    "1280x768 1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Section "DRI"
        Group        0
        Mode         0666
EndSection
__________________
Registered Linux User #387568

Last edited by Varean; 16th August 2006 at 12:48 AM. Reason: Fix some typos
Reply With Quote
  #2  
Old 15th August 2006, 08:31 PM
Shakes's Avatar
Shakes Offline
Registered User
 
Join Date: Feb 2005
Location: Scotland
Posts: 445
EDIT: probably best to backup the xorg.conf file first!

Code:
Section "Device"
        Identifier  "Videocard0"
        Driver      "vesa"
        VendorName  "Videocard vendor"
        BoardName   "ATI Technologies Inc Unknown device 71e2"
EndSection
states "vesa" for driver when it should say "fglrx". Try running the "aticonfig" command and hopefully this will edit this file for you.
Reply With Quote
  #3  
Old 15th August 2006, 08:55 PM
Varean Offline
Registered User
 
Join Date: Apr 2005
Location: California, USA
Posts: 14
I ran aticonfig and I replaced vesa with fglrx. Now I have this error when starting X:
Code:
(II) fglrx(0): PCIE card detected
(WW) fglrx(0): board is an unknown third party board, chipset is supported
(EE) fglrx(0): === [R200PreInitDAL] === DALEnableInstance failed
(EE) fglrx(0): PreInitDAL failed
SetVBEMode failed
(EE) fglrx(0): R200PreInit failed
(II) fglrx(0): === [R200PreInit] === end
Anyone have any ideas? Ive googled the error and searched the forums but haven't found anything. Perhaps this is related to my PCIe card?
__________________
Registered Linux User #387568

Last edited by Varean; 16th August 2006 at 12:54 AM.
Reply With Quote
  #4  
Old 26th August 2006, 04:23 AM
Legomax's Avatar
Legomax Offline
Registered User
 
Join Date: Aug 2006
Location: Dallas
Posts: 388
here is the aticonfig document
Attached Files
File Type: txt aticonfig.txt (12.6 KB, 32 views)
__________________
"The Constitution of the United States, for instance, is a marvelous document for self-government by the Christian people. But the minute you turn the document into the hands of non-Christian people and atheistic people they can use it to destroy the very foundation of our society. And that's what's been happening."
--Pat Robertson

Yes... it does make sense... somehow...
Reply With Quote
  #5  
Old 29th September 2006, 01:06 AM
SpookySystems Offline
Registered User
 
Join Date: Mar 2005
Posts: 48
I have a similar problem with my x1600 Pro but AGP... when i do the change to "fglrx" the monitor goes black with the info that it's out of range...

any help ?!
Reply With Quote
  #6  
Old 30th September 2006, 09:49 AM
Knudson's Avatar
Knudson Offline
Registered User
 
Join Date: Mar 2005
Location: Italy
Age: 28
Posts: 401
have you tried with this howto?

http://www.fedorafaq.org/#radeon

anyway, consider to download the driver installer from www.ati.com and cross your fingers ^^
__________________
knu - ICQ# 51135890
knu.altervista.org
Help us to give linux a better software support!
Shooby dooby doo shooby dooby doo durul
Reply With Quote
Reply

Tags
atidrivers, working

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
Can't get nvidia drivers working, despite working perfect in F11 Rawhide BrianV Hardware & Laptops 0 18th June 2009 06:05 PM
How do I know if my drivers are working? Redroar Hardware & Laptops 18 19th August 2006 09:56 PM
ATI Proprietary Drivers - How i got them working. jrbush82 Guides & Solutions (No Questions) 4 16th November 2005 09:11 PM
Help getting ATI X850XT working w/ ATI drivers Cyanide_357 Hardware & Laptops 1 14th September 2005 12:05 AM


Current GMT-time: 12:46 (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