View previous topic :: View next topic |
Author |
Message |
swooshOnLn l33t
Joined: 28 Feb 2006 Posts: 741 Location: Charlotte, North Carolina
|
Posted: Mon Apr 03, 2006 5:33 pm Post subject: Radeon 9700/fglrx wont load, cant figure it out [solved] |
|
|
Hello. I have an ATI Radeon 9700, and I have really no idea how to set it up. I have read that there is not alot of support for the "r300" series, or whatever. I am trying to get fglrx to load, but i get the following errors in my dmesg:
Code: |
fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
fglrx: Unknown symbol agp_bind_memory
fglrx: Unknown symbol agp_enable
fglrx: Unknown symbol agp_backend_acquire
fglrx: Unknown symbol capable
fglrx: Unknown symbol agp_free_memory
fglrx: Unknown symbol agp_allocate_memory
fglrx: Unknown symbol agp_unbind_memory
fglrx: Unknown symbol agp_copy_info
fglrx: Unknown symbol agp_backend_release
fglrx: Unknown symbol agp_bind_memory
fglrx: Unknown symbol agp_enable
fglrx: Unknown symbol agp_backend_acquire
fglrx: Unknown symbol capable
fglrx: Unknown symbol agp_free_memory
fglrx: Unknown symbol agp_allocate_memory
fglrx: Unknown symbol agp_unbind_memory
fglrx: Unknown symbol agp_copy_info
fglrx: Unknown symbol agp_backend_release
|
how cna I fix this? To install ati-drivers I followed the wiki guide, and did NOT install the ati-drivers-extra. To emerge ati-drivers I did:
No special use flags were used (I read you need to use "dri" with the emerge, however I did not. Should I do this?)
My xorg config file is:
Code: |
Section "ServerLayout"
Identifier "Default Layout"
Screen "aticonfig Screen 0" 0 0
InputDevice "Keyboard1" "CoreKeyboard"
#InputDevice "Touchpad" "AlwaysCore"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc:unscaled"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/sharefonts"
FontPath "/usr/share/fonts/corefonts"
FontPath "/usr/share/fonts/freefonts"
FontPath "/usr/share/fonts/artwiz"
FontPath "/usr/share/fonts/terminus"
FontPath "/usr/share/fonts/ttf-bitstream-vera"
FontPath "/usr/share/fonts/unifont"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "GLcore"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
#Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbVariant" "nodeadkeys"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
# Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/input/mouse1"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5300"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.09"
Option "MaxSpeed" "0.18"
Option "AccelFactor" "0.0015"
Option "SHMConfig" "on"
EndSection
Section "Monitor"
Identifier "aticonfig Monitor 0"
### !!!!!!! Adjust the display size to fit your monitor, picture is better in ost cases when right dpi
# check with xdyinfo
# DisplaySize 330 207
Option "DPMS"
EndSection
Section "Device"
Identifier "ATI Graphics Adapter 0"
Driver "fglrx"
Option "UseFastTLS" "1"
Option "BlockSignalsOnLock" "on"
Option "UseInternalAGPGART" "on"
Option "ForceGenericCPU" "no"
# === OpenGL Overlay ===
Option "OpenGLOverlay" "off"
# === OpenGL specific profiles/settings ===
Option "no_dri" "no"
# === misc DRI settings ===
Option "mtrr" "off" # disable DRI mtrr mapper, driver has its own code for mtrr
Option "CenterMode" "off"
# === Video Overlay for the Xv extension ===
Option "VideoOverlay" "on"
Option "Stereo" "off"
Option "StereoSyncEnable" "1"
# # vendor=1002, device=3150
Option "FSAAEnable" "no"
Option "FSAAScale" "1"
Option "FSAADisableGamma" "no"
Option "FSAACustomizeMSPos" "no"
Option "FSAAMSPosX0" "0.000000"
Option "FSAAMSPosY0" "0.000000"
Option "FSAAMSPosX1" "0.000000"
Option "FSAAMSPosY1" "0.000000"
Option "FSAAMSPosX2" "0.000000"
Option "FSAAMSPosY2" "0.000000"
Option "FSAAMSPosX3" "0.000000"
Option "FSAAMSPosY3" "0.000000"
Option "FSAAMSPosX4" "0.000000"
Option "FSAAMSPosY4" "0.000000"
Option "FSAAMSPosX5" "0.000000"
Option "FSAAMSPosY5" "0.000000"
# Option "DesktopSetup" "Horizontal"
# Option "ScreenOverlap" "0"
# === Center Mode (Laptops only) ===
Option "TVColorAdj" "0"
Option "GammaCorrectionI" "0x06419064"
Option "GammaCorrectionII" "0x06419064"
# === Pseudo Color Visuals (8-bit visuals) ===
Option "PseudoColorVisuals" "off"
# === QBS Management ===
# Option "PowerState" "1"
Option "no_accel" "no"
# Option "Mode2" "1280x1024"
# Option "HSync2" "31.5-81"
# Option "VRefresh2" "57-60"
###### !!!! To adjust but maybe also not needed
# BusID "PCI:1:0:0"
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
########### Adjust to your modes, but also not needed in some cases at all
# Modes "1680x1050"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
|
My kernel is build with the nforce driver chipset and agpart as modules. Nothing else is selected (its in sync with the wiki ati-drivers guide)
What is wrong, hwo can I fix fglrx? _________________ "WARNING: you may LOL"
This is my font size, color, and signature. It will change to whatever I pick. How cool is that?
Last edited by swooshOnLn on Mon Apr 17, 2006 8:09 pm; edited 1 time in total |
|
Back to top |
|
|
swooshOnLn l33t
Joined: 28 Feb 2006 Posts: 741 Location: Charlotte, North Carolina
|
Posted: Tue Apr 04, 2006 6:31 am Post subject: |
|
|
*bump* _________________ "WARNING: you may LOL"
This is my font size, color, and signature. It will change to whatever I pick. How cool is that?
|
|
Back to top |
|
|
swooshOnLn l33t
Joined: 28 Feb 2006 Posts: 741 Location: Charlotte, North Carolina
|
Posted: Tue Apr 04, 2006 7:51 pm Post subject: |
|
|
*bump* again, any help please? _________________ "WARNING: you may LOL"
This is my font size, color, and signature. It will change to whatever I pick. How cool is that?
|
|
Back to top |
|
|
Wedge_ Advocate
Joined: 08 Aug 2002 Posts: 3614 Location: Scotland
|
Posted: Tue Apr 04, 2006 8:18 pm Post subject: |
|
|
Do you have AGP support enabled in your kernel?
Edit: OK, it sounds like you do, but are you sure the fglrx module is compiled against your current running kernel? You can just run emerge ati-drivers again to make sure. _________________ Per Ardua Ad Astra
The Earth is the cradle of the mind, but we cannot live forever in a cradle - Konstantin E. Tsiolkovsky
Gentoo Radeon FAQ |
|
Back to top |
|
|
D2T Tux's lil' helper
Joined: 07 Mar 2005 Posts: 96 Location: Behind You
|
Posted: Tue Apr 04, 2006 8:28 pm Post subject: |
|
|
I just got done getting my 9700 to work on my Gentoo PC and I had that same problem (among others).
I will try to remember to post my kernel and Xorg config files when I get home. I'd rather wait til then than try to tell you what I did. I went through so many different iterations I'm not sure which one I ended up with |
|
Back to top |
|
|
swooshOnLn l33t
Joined: 28 Feb 2006 Posts: 741 Location: Charlotte, North Carolina
|
Posted: Tue Apr 04, 2006 8:52 pm Post subject: |
|
|
WEdge, I have "emerge[ed] ati-drivers" many times, and I have never changed my kernel so that ati-drivers whouldnt compile against it. D2T, I await your awnser, haha _________________ "WARNING: you may LOL"
This is my font size, color, and signature. It will change to whatever I pick. How cool is that?
|
|
Back to top |
|
|
akb Guru
Joined: 25 Jan 2003 Posts: 314 Location: Wolfenbüttel/Germany
|
Posted: Sun Apr 16, 2006 11:15 pm Post subject: |
|
|
bump
i got the exactly same problem, but with a ati radeon x600
btw... i got a pcie system, but already tried to fix it by enabling agp support, nothing changed... |
|
Back to top |
|
|
swooshOnLn l33t
Joined: 28 Feb 2006 Posts: 741 Location: Charlotte, North Carolina
|
Posted: Sun Apr 16, 2006 11:20 pm Post subject: |
|
|
hey, akb, I fixed the problem with "ACCEPT_KEYWORDS="~x86" emerge ati-drivers". If you want to start a new thread and try that out ill help you set yours up. I dont think ull get much help in this one :-p _________________ "WARNING: you may LOL"
This is my font size, color, and signature. It will change to whatever I pick. How cool is that?
|
|
Back to top |
|
|
akb Guru
Joined: 25 Jan 2003 Posts: 314 Location: Wolfenbüttel/Germany
|
Posted: Mon Apr 17, 2006 3:26 am Post subject: |
|
|
thx, i already got it a few minutes before my problem was that i hadnt updated my kernel correctly after recompiling it *shame on me*
but there's another problem i am on... so if this one isnt that easy to solve i will start a new thread about it. |
|
Back to top |
|
|
olger901 l33t
Joined: 17 Mar 2005 Posts: 625
|
Posted: Mon Apr 17, 2006 8:27 am Post subject: |
|
|
Make sure you have enabled AGPGart in your kernel and also selected the correct AGP Gart module for your chipset. |
|
Back to top |
|
|
akb Guru
Joined: 25 Jan 2003 Posts: 314 Location: Wolfenbüttel/Germany
|
Posted: Mon Apr 17, 2006 1:54 pm Post subject: |
|
|
well, i dont HAVE agp... i have a notebook with pci express... but needed to load the agpgart module anyway to get the fglrx loading. i'll try something more now... ttyl |
|
Back to top |
|
|
|