Bug 8255 - undefined symbol: gRADEONEntityIndex
Summary: undefined symbol: gRADEONEntityIndex
Status: RESOLVED NOTABUG
Alias: None
Product: xorg
Classification: Unclassified
Component: Driver/Radeon (show other bugs)
Version: 7.1 (2006.05)
Hardware: x86 (IA32) Linux (All)
: high normal
Assignee: Xorg Project Team
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-13 12:57 UTC by Alexander Ovcharenko
Modified: 2006-09-14 13:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Alexander Ovcharenko 2006-09-13 12:57:26 UTC
After installing xf86-video-ati-6.6.2 my xorg doesn't work.
End of my log:
(II) LoadModule: "radeon"
(II) Loading /usr/X11/lib/xorg/modules/drivers/radeon_drv.so
dlopen: /usr/X11/lib/xorg/modules/drivers/radeon_drv.so: undefined symbol:
gRADEONEntityIndex
(EE) Failed to load /usr/X11/lib/xorg/modules/drivers/radeon_drv.so
(II) UnloadModule: "radeon"
(EE) Failed to load module "radeon" (loader failed, 7)
(II) LoadModule: "mouse"
(II) Loading /usr/X11/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
        compiled for 7.1.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(II) LoadModule: "kbd"
(II) Loading /usr/X11/lib/xorg/modules/input/kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
        compiled for 7.1.0, module version = 1.1.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 0.6
(EE) No drivers available.

Fatal server error:
no screens found
Comment 1 Alexander Ovcharenko 2006-09-14 13:24:12 UTC
The problem was that xorg-server-1.1.99.1 was installed and in file
xorg-server.pc there was

prefix=/usr/X11
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
moduledir=${exec_prefix}/lib/xorg/modules
sdkdir=${includedir}/xorg

Name: xorg-server
Description: Modular X.Org X Server
Version: 1.1.99.1
Cflags: -I${sdkdir}  -DXGLServer
Libs: -L${libdir}

When I changed the contents of the file for
prefix=/usr/X11
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
moduledir=${exec_prefix}/lib/xorg/modules
sdkdir=${prefix}/include/xorg

Name: xorg-server
Description: Modular X.Org X Server
Version: 1.1.1
Cflags: -I${sdkdir}  -DXFree86Server  -DIN_MODULE -DXFree86Module  -DXFree86LOADER
Libs: -L${libdir}

and recompiled xf86-video-ati-6.6.2 the problem was solved.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.