FGLRX was working now it isn't

Christian Brink cbrink at brinkrods.com
Mon Feb 26 21:12:34 UTC 2007


I'm running FC6 with a Radeon Xpress 200M. I have had direct rendering 
working for months but after the last livna update of the fglrx drivers 
it stopped. Can anyone help me track down the problem?

lspci:
01:05.0 VGA compatible controller: ATI Technologies Inc RC410 [Radeon 
Xpress 200M]

grep EE /var/log/Xorg.0.log:
(EE) AIGLX error: dlopen of /usr/lib/dri/fglrx_dri.so failed 
(/usr/lib/dri/fglrx_dri.so: undefined symbol: __glXFindDRIScreen)
(EE) AIGLX: reverting to software rendering

xorg.conf:
# Xorg configuration created by system-config-display

Section "ServerLayout"
      Identifier     "single head configuration"
      Screen      0  "Screen0" 0 0
      InputDevice    "Keyboard0" "CoreKeyboard"
      InputDevice    "Synaptics" "CorePointer"
EndSection

Section "Files"
EndSection

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

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

Section "InputDevice"
      Identifier  "Synaptics"
      Driver      "synaptics"
      Option      "Device" "/dev/input/mice"
      Option      "Protocol" "auto-dev"
      Option      "Emulate3Buttons" "yes"
      Option      "LeftEdge" "120"
      Option      "RightEdge" "830"
      Option      "TopEdge" "120"
      Option      "BottomEdge" "650"
      Option      "FingerLow" "14"
      Option      "FingerHigh" "15"
      Option      "MaxTapMove" "110"
      Option      "VertScrollDelta" "20"
      Option      "HorizScrollDelta" "20"
      Option      "MinSpeed" "0.3"
      Option      "MaxSpeed" "0.75"
EndSection

Section "Monitor"
      Identifier   "Monitor0"
      ModelName    "LCD Panel 1280x800"
      HorizSync    31.5 - 90.0
      VertRefresh  59.9 - 60.1
      Option      "dpms"
EndSection

Section "Device"
      Identifier  "Videocard0"
      Driver      "fglrx"
EndSection

Section "Screen"
      Identifier "Screen0"
      Device     "Videocard0"
      Monitor    "Monitor0"
      DefaultDepth     24
      SubSection "Display"
              Viewport   0 0
              Depth     24
              Modes    "1280x800" "1152x864" "1152x768" "1024x768" 
"800x600" "640x480"
      EndSubSection
EndSection

Section "DRI"
      Group        0
      Mode         0666
EndSection

Section "Extensions"
      Option      "Composite" "False" #I've also tried "Disable"
EndSection






More information about the users mailing list