Autor |
Nachricht |
|
Titel: Dist-Upgrade of 2005-04 Problem / Font Problem Solved
Verfasst am: 17.05.2006, 07:29 Uhr
|
|
Anmeldung: 20. Mai 2005
Beiträge: 250
|
|
I wasn't going to post this until another person had the same problem in the irc so hopefully this helps others. I ran a dist-upgrade and afterwords gdm (other person ran kdm) and X would not load. After looking at the error logs I realized it was a problem with fonts not being found. I tried running the fix-xorg7.sh script (which ran fine on my other computer) and it wanted to remove alot of vital programs such as: amarok, gdm, kopete, gtk, etc. (Yes, I know it's not supposed too, but I restored and tried 3 different times and it was the same result). So I manually redid the symbolic links of: 100dpi, 75dpi, encodings, & Type1, from directory /usr/lib/X11/fonts/ to /usr/share/fonts/X11/ . And presto, everything works perfectly again. Hope this helps
Cheers,
Mike |
_________________ "It's 106 miles to Chicago, we've got a full tank of gas, half a pack of cigarettes, it's dark, and we're wearing sunglasses." -The Blues Brothers (1980)
Zuletzt bearbeitet von Mike Shepard am 17.05.2006, 09:17 Uhr, insgesamt 2 Male bearbeitet
|
|
|
|
|
|
Titel: Dist-Upgrade of 2005-04 Problem Solved
Verfasst am: 17.05.2006, 08:18 Uhr
|
|
Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
|
|
Great!
Would be nice if somebody could confirm that's the way we should do it, because everybody has the problem with missing directories when doing fix-fonts.
Could you please adjust the title of this thread so that it can be seen it's about missing font-directories or fix-fonts, so everybody can see what the thread is about and you found a solution.
Thanks
hubi |
_________________
|
|
|
|
|
|
Titel: Dist-Upgrade of 2005-04 Problem Solved
Verfasst am: 17.05.2006, 08:32 Uhr
|
|
Team Member
Anmeldung: 06. Mai 2005
Beiträge: 3087
Wohnort: berlin
|
|
hubi,
if fix-xorg dont do it, the way Mike did it, is ok. You could set a symlink as well.
greetz
devil |
_________________ <<We are Xorg - resistance is futile - you will be axximilated>>
Host/Kernel/OS "devilsbox" running[2.6.19-rc1-git5-kanotix-1KANOTIX-2006-01-RC4 ]
CPU Info AMD Athlon 64 3000+ clocked at [ 803.744 MHz ]
|
|
|
|
|
|
Titel:
Verfasst am: 17.05.2006, 08:40 Uhr
|
|
Anmeldung: 03. Jul 2004
Beiträge: 525
|
|
hubi
When you've fixed it, could you please add the script you used here. I already appear to have all 75dpi and 100dpi fonts in /usr/share/fonts/x11/etc but still get the error.
drb |
_________________ Kernel 2.6.21-slh-up-7
_____________________
|
|
|
|
|
|
Titel:
Verfasst am: 17.05.2006, 09:17 Uhr
|
|
Anmeldung: 20. Mai 2005
Beiträge: 250
|
|
drb hat folgendes geschrieben::
When you've fixed it, could you please add the script you used here. I already appear to have all 75dpi and 100dpi fonts in /usr/share/fonts/x11/etc but still get the error.
drb
You don't need a script, just add a symbolic link for those directories in you /usr/lib/X11/fonts.
# su
# cd /usr/lib/X11/fonts
# ln -s /usr/share/fonts/X11/100dpi 100dpi
# ln -s /usr/share/fonts/X11/75dpi 75dpi
# ln -s /usr/share/fonts/X11/encodings encodings
# ln -s /usr/share/fonts/X11/Type1 Type1
after that, your errors should be gone and if you had the dist-upgrade problem, you should now be able to enter X.
Cheers,
Mike |
_________________ "It's 106 miles to Chicago, we've got a full tank of gas, half a pack of cigarettes, it's dark, and we're wearing sunglasses." -The Blues Brothers (1980)
|
|
|
|
|
|
Titel:
Verfasst am: 17.05.2006, 13:51 Uhr
|
|
Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
|
|
Thank you, Mike,
I'll fix that myself in the evening.
hubi |
_________________
|
|
|
|
|
|
Titel:
Verfasst am: 17.05.2006, 14:02 Uhr
|
|
Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
|
|
Question to all!
Just an idea, but I am an illiterate at this question:
/usr/lib/X11/fonts is a symlink itself and points to /usr/X11R6/lib/X11/fonts.
Question:
should /usr/lib/X11/fonts not point to /usr/share/fonts where all my fonts are and not to the "old" target? Looks to me like a change from Xorg6 to Xorg7. But I am not sure if I am right.
hubi |
_________________
|
|
|
|
|
|
Titel:
Verfasst am: 17.05.2006, 14:36 Uhr
|
|
Anmeldung: 20. Mai 2005
Beiträge: 250
|
|
In my setup /usr/X11R6/lib/X11/fonts has the same symbolic links in it as I told you to put in /usr/lib/X11/fonts. So both directories should point to /user/share/fonts/X11/ with the directory names I listed above. Does that anwser your question?
Cheers,
Mike |
_________________ "It's 106 miles to Chicago, we've got a full tank of gas, half a pack of cigarettes, it's dark, and we're wearing sunglasses." -The Blues Brothers (1980)
|
|
|
|
|
|
Titel:
Verfasst am: 17.05.2006, 14:49 Uhr
|
|
Anmeldung: 03. Jul 2004
Beiträge: 525
|
|
Mike,
Thanks; no errors now!
drb |
_________________ Kernel 2.6.21-slh-up-7
_____________________
|
|
|
|
|
|
Titel:
Verfasst am: 17.05.2006, 17:26 Uhr
|
|
Anmeldung: 22. Jan 2006
Beiträge: 1296
Wohnort: Budapest
|
|
Mike Shepard hat folgendes geschrieben::
In my setup /usr/X11R6/lib/X11/fonts has the same symbolic links in it as I told you to put in /usr/lib/X11/fonts. So both directories should point to /user/share/fonts/X11/ with the directory names I listed above. Does that anwser your question?
Cheers,
Mike
Great! That's the answer. My /usr/X11R6/lib/X11/fonts was no symlink, the fonts were in there. So linking to /user/share/fonts/X11/ is the answer I was looking for.
Last puzzle solved, thanks
hubi |
_________________
|
|
|
|
|
|
Titel:
Verfasst am: 17.05.2006, 22:43 Uhr
|
|
Anmeldung: 20. Mai 2005
Beiträge: 250
|
|
Glad to hear you got it working
-Mike |
_________________ "It's 106 miles to Chicago, we've got a full tank of gas, half a pack of cigarettes, it's dark, and we're wearing sunglasses." -The Blues Brothers (1980)
|
|
|
|
|
|