You are not logged in.

#1 2006-12-12 06:18:03

jmags
Member
Registered: 2006-03-07
Posts: 48

Fglrx error on t43

I've been experimenting with not using a display manager, and caught this is the process:

(EE)AIGLX error: dlsym for _driCreateNewScreen_20050727 failed (/usr/lib/xorg/modules/dri/fglrx_dri.so: undefined symbo: _driCreateNewScreen_20050727)
(EE)AIGLX: reverting to software rendering.

I'm on an IBM t43 with ATI w/ Radeon x300. Here's my xorg:

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

Section "Files"
    RgbPath     "/usr/share/X11/rgb"
    FontPath    "/usr/share/fonts/misc"
    FontPath    "/usr/share/fonts/75dpi"
    FontPath    "/usr/share/fonts/100dpi"
    FontPath    "/usr/share/fonts/TTF"
    FontPath    "/usr/share/fonts/encodings"
    FontPath    "/usr/share/fonts/util"
    FontPath    "/usr/share/fonts/artwiz-fonts"
    FontPath    "/usr/share/fonts/encodings"
    ModulePath  "/usr/lib/xorg/modules"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
    Identifier	"Keyboard1"
    Driver	"kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"	"xorg"
    Option "XkbModel"	"pc105"
    Option "XkbLayout"	"us"
EndSection

Section "InputDevice"
    Identifier  "Synaptics"
    Driver	"synaptics"
    Option	"SendCoreEvents"  "true"
    Option	"Device"	  "/dev/psaux"
    Option	"Protocol"	  "auto-dev"
    Option	"HorizScrollDelta" "0"
    Option	"MaxTapTime"	   "0"
EndSection

Section "InputDevice"
    Identifier	"Mouse1"
    Driver	"mouse"
    Option "Protocol"    "Auto"	# Auto detect
    Option "Device"      "/dev/input/mice"
    Option "ZAxisMapping"   "4 5"
    Option "Emulate3Buttons"
EndSection

Section "Monitor"
    Identifier  "internalDisplay"
    HorizSync   30 - 67
    VertRefresh 50-75
EndSection

Section "Device"
    Identifier  "atiCard"
    Driver      "fglrx"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "atiCard"
    Monitor     "internalDisplay"
    DefaultDepth 24
    Subsection "Display"
        Depth       24
        Modes       "1400x1050" "1280x1024" "1024x768"
        ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Synaptics" "CorePointer"
    InputDevice "Mouse1" "AlwaysCore"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

Section "DRI"
    Mode 0666
EndSection

[/code]

Offline

#2 2006-12-12 12:19:10

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Fglrx error on t43

That's because fglrx doesn't support the extensions required to run AIGLX - it's a common error that doesn't really hurt.

You can disable AIGLX by adding

 Option "AIGLX" "off"

to your ServerFlags section.

Offline

#3 2006-12-12 16:28:15

jmags
Member
Registered: 2006-03-07
Posts: 48

Re: Fglrx error on t43

Thanks for the help.

Offline

Board footer

Powered by FluxBB