OK - here is the only line in my logs that might explain:
Taro ~ # grep '(EE)' /var/log/Xorg.0.log
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 478.015] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
This is odd because the file is in /usr/lib64/modules/dri. Why is it looking in the wrong place and how do I tell it to look in the right place?
but later, it says ..
[ 478.266] ukiOpenByBusid: ukiGetBusid reports PCI:0:1:0
[ 478.904] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
So .. did it initialize or not? Did it finally look in the right place and find it? Am I chasing shadows?
The X server starts up, initializes the monitors (no picture though), and then shuts down. It never says WHY it shuts down. I can pastebin the full log if anyone wants to read it. However, it leaves my screen in an unusable state. Likely, because of:
[ 481.169] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
So ... once I try starting it, I have to reboot! That makes debugging this myself time consuming. Anyone have any suggestions, or seen this before?
Question
uudruid74
OK - here is the only line in my logs that might explain:
This is odd because the file is in /usr/lib64/modules/dri. Why is it looking in the wrong place and how do I tell it to look in the right place?
but later, it says ..
So .. did it initialize or not? Did it finally look in the right place and find it? Am I chasing shadows?
The X server starts up, initializes the monitors (no picture though), and then shuts down. It never says WHY it shuts down. I can pastebin the full log if anyone wants to read it. However, it leaves my screen in an unusable state. Likely, because of:
So ... once I try starting it, I have to reboot! That makes debugging this myself time consuming. Anyone have any suggestions, or seen this before?
Link to comment
Share on other sites
8 answers to this question
Recommended Posts