Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 248772 - x11-drivers/ati-drivers-8.552-r2 - dlopen: /usr/lib/xorg/modules/drivers//fglrx_drv.so: undefined symbol: miZeroLineScreenKey
Summary: x11-drivers/ati-drivers-8.552-r2 - dlopen: /usr/lib/xorg/modules/drivers//fgl...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-25 10:57 UTC by Marco Andreolli
Modified: 2009-02-03 06:43 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Xorg.0.log (Xorg.0.log,15.37 KB, text/plain)
2008-11-25 10:58 UTC, Marco Andreolli
Details
xorg.conf (xorg.conf,3.08 KB, text/plain)
2008-11-25 10:59 UTC, Marco Andreolli
Details
kernel 2.6.26-gentoo-r3 (.config,49.64 KB, text/plain)
2008-11-25 11:14 UTC, Marco Andreolli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marco Andreolli 2008-11-25 10:57:06 UTC
I have reinstalled the ati-driver, the emerge finished well but when I try to start X, it doesn't run 

A tail of Xorg.0.log is this:
(II) LoadModule: "fglrx"
(II) Loading /usr/lib/xorg/modules/drivers//fglrx_drv.so
dlopen: /usr/lib/xorg/modules/drivers//fglrx_drv.so: undefined symbol: miZeroLineScreenKey
(EE) Failed to load /usr/lib/xorg/modules/drivers//fglrx_drv.so
(II) UnloadModule: "fglrx"
(EE) Failed to load module "fglrx" (loader failed, 7)
(II) LoadModule: "kbd"
(II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
(II) Module kbd: vendor="X.Org Foundation"
	compiled for 7.2.0, module version = 1.1.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "mouse"
(II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
	compiled for 1.3.0, module version = 1.2.3
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(II) LoadModule: "synaptics"
(II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
(II) Module synaptics: vendor="X.Org Foundation"
	compiled for 4.3.99.902, module version = 1.0.0
	Module class: X.Org XInput Driver
	ABI class: X.Org XInput driver, version 0.7
(EE) No drivers available.

Fatal server error:
no screens found

Reproducible: Always
Comment 1 Marco Andreolli 2008-11-25 10:58:11 UTC
Created attachment 173328 [details]
Xorg.0.log
Comment 2 Marco Andreolli 2008-11-25 10:59:03 UTC
Created attachment 173329 [details]
xorg.conf
Comment 3 Marco Andreolli 2008-11-25 11:05:15 UTC
...and if I instead of use vesa driver, when I switch to text conslle from X (with Ctrl+Alt+1 for example), I doesn't see text character correctly
Comment 4 Marco Andreolli 2008-11-25 11:14:13 UTC
Created attachment 173330 [details]
kernel 2.6.26-gentoo-r3 

My kernel configuration file
Comment 5 msjtr 2008-11-25 12:27:59 UTC
As far as I can tell, this is a duplicate of bug #247763.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2008-11-26 19:48:11 UTC
(In reply to comment #5)
> As far as I can tell, this is a duplicate of bug #247763.

It would be if the error message were the same. :)
Comment 7 Shawn Rutledge 2009-01-15 00:31:59 UTC
(In reply to comment #6)
> (In reply to comment #5)
> > As far as I can tell, this is a duplicate of bug #247763.
> 
> It would be if the error message were the same. :)
> 

If you look at the actual log file from bug 247763 you will see the same error message about the undefined symbol.