[ltp] fglrx on T43 2668-74G

Marcel Selhorst linux-thinkpad@linux-thinkpad.org
Thu, 21 Jul 2005 19:34:25 +0200


Hi,

has anyone been able to get the fglrx-driver working with DRI enabled on a T43?

I am using Gentoo with Xorg 6.8.2-r2, fglrx 8.14.13-r1 and Linux Kernel
2.6.13-rc2 (but 2.6.11, 2.6.12 and others didn't work either).
I have tried almost everything now, I compiled the ati-drivers with gcc 3.3.4, 3.3.5
as well as with 3.4.x, but /var/log/Xorg.0.log shows the errors listed below this email.
After compiling the ati-drivers, I am able to succesfully load the kernel module
"fglrx" without any errors, but I can't get rid of the unresolved symbols...

Ignoring those warnings and enabling DRI anyway gives me black screen and thats it.
(I didn't suggest anything else) ;-)

Below is some part of my xorg.conf:
(The "no_dri"="yes" is on purpose now since X would crash!)
(I have also toggled the "UseInternalAGPGART")

Thanks in advance and best regards,

Marcel Selhorst

=== /var/log/Xorg.0.log ===

(WW) fglrx(0): Cannot read colourmap from VGA.  Will restore with default
(WW) fglrx(0): ***********************************
(WW) fglrx(0): * DRI initialization disabled!    *
(WW) fglrx(0): * 2D acceleraton available (MMIO) *
(WW) fglrx(0): * no 3D acceleration available    *
(WW) fglrx(0): ***********************************
[...]
Symbol firegl_CheckMagic from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_QueryHwCaps from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_AllocMemBufferFromTop from module /usr/lib/modules/drivers/fglrx_drv.o
is unresolved!
Symbol firegl_AllocMemBufferFromTop from module /usr/lib/modules/drivers/fglrx_drv.o
is unresolved!
Symbol firegl_GetMemInfo from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_AllocCache from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_AllocCache from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_InitPCIe from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_FreePCIe from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!
Symbol firegl_AGPAcquire from module /usr/lib/modules/drivers/fglrx_drv.o is unresolved!

=== /etc/X11/xorg.conf ===

# Identifier                          "ATI Graphics Adapter"
    Driver                              "fglrx"
# ### generic DRI settings ###
# === disable/enable XAA/DRI ===
    Option "no_accel"                   "no"
    Option "no_dri"                     "yes"
# === misc DRI settings ===
    Option "mtrr"                       "off" # disable DRI mtrr mapper, driver has
its own code for mtrr
# === OpenGL specific profiles/settings ===
    Option "Capabilities"               "0x00000000"
# === Video Overlay for the Xv extension ===
    Option "VideoOverlay"               "on"
# === OpenGL Overlay ===
# Note: When OpenGL Overlay is enabled, Video Overlay
#       will be disabled automatically
    Option "OpenGLOverlay"              "off"
# === Center Mode (Laptops only) ===
    Option "CenterMode"                 "off"
# === Pseudo Color Visuals (8-bit visuals) ===
    Option "PseudoColorVisuals"         "off"
# === QBS Management ===
    Option "Stereo"                     "off"
    Option "StereoSyncEnable"           "1"
# === FSAA Management ===
    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"
# === Misc Options ===
    Option "UseFastTLS"                 "0"
    Option "BlockSignalsOnLock"         "on"
    Option "UseInternalAGPGART"         "yes"
    Option "ForceGenericCPU"            "no"
    BusID "PCI:1:0:0"    # vendor=1002, device=5460
    Screen 0
EndSection