Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 21, 2024, 05:48:26 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Hardware Troubleshooting in Linux
»
Linux Video Support
»
X window Troubleshooting
« previous
next »
Print
Pages: [
1
]
Author
Topic: X window Troubleshooting (Read 7028 times)
Arora
Linux Noob !
Posts: 19
X window Troubleshooting
«
on:
September 29, 2006, 11:09:08 AM »
I am unable to start X , when i run startx it gives following error :
Could not init font path element unix/:7100, removing from list!
Fatal server error:
could not open default font 'fixed'
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
X window Troubleshooting
«
Reply #1 on:
September 30, 2006, 10:18:20 AM »
Its not able find fonts or unable to connect to xfs server.
You can try following..
1. See if xfs server is running, restart if its dead
do
Code:
[Select]
service xfs restart
then do startx
if did not work then
OR
2. See permissin of /usr/X11R6/lib/X11/fonts/misc/fonts.alias and make it sufficient enough to be accessible (use chmod)
If that too not works
OR
then
3. Edit xorg.conf and there FontPath "unix:7100"
to
FontPath "/usr/X11R6/lib/X11/fonts"
And let us know.
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Hardware Troubleshooting in Linux
»
Linux Video Support
»
X window Troubleshooting