Hi reddazz,
Tks for your advice.
Quote:
I suggest that you reinstall xorg. You may have to do this manually because rpm will wnat to remove anything thats dependnt on it if you try to remove it using yum or rpm. Just grab the latest packages from a Fedora update mirror.
|
Before reinstalling xorg as advice. I did further test as follow;
Booted 'init 3' and login as root
# ls /usr/X11R6/bin/ grep libXmuu (then, libXert, libX11)
They were there
libXmuu.so1
libXmuu.so1.0
libXert.so.6
libXert.so6.4
libX11.so.6
libX11.so6.2
Tried editing /etc/ld.so.conf as follows, respectively;
1)
Code:
# Begin /etc/ld.so.conf
#/usr/local/lib
/usr/X11R6/lib
/opt/lib
#End /etc/ld.so.conf
# ldconfig
# startx
2)
Code:
# Begin /etc/ld.so.conf
#/usr/local/lib
/usr/X11R6/lib
/usr/lib/qt-3.3/lib
/opt/lib
#End /etc/ld.so.conf
# ldconfig
# startx
Both with similar fatal error warning popup;
Code:
......
could not open default font 'fixed'
consult the The X.org Foundation support at hppt://wiki.X.org for help
please also check log file at "/var/log/X.org.0.log" for additional information.
Checked that file. no additional information found.
Any comment. TIA
B.R.
satimis