Talk:HOWTO Modular Xorg

From Gentoo Linux Wiki

Jump to: navigation, search

Contents

[edit] Welcome

Please discuss problems relating to or bugs in the article. If you encounter a bug or problem while following this article I recommend you post on http://gentoo-forums.org/ and once you have a solution, post a summary of the problem and a solution here.

Please remember to sign additions to this page with -- ~~~~.

-- AllenJB 23:36, 7 September 2006 (UTC)

[edit] font problem

X claims "Fatal server error: could not open default font `fixed`" <- what shall i do?

First run "revdep-rebuild -p -X -i" and re-emerge anything that needs to be re-emerged. Then run "xorgconfig" ..I was using a bad xorg.conf from a RHEL system that tried to use a fontserver rather than a font path. If that doesn't fix the problem then keep reading.

16:50 < drac> emerge -av font-alias font-misc-misc (courtesy of #gentoo-x (not a support forum))

March 26, 2006: I had the same problem. Currently running ~amd64 on 2.6.16-gentoo SMP with xorg-x11-7.0-r1 I fixed it by commenting out the /usr/share/fonts/cyrillic line in /etc/X11/fs/config.

File: /etc/X11/fs/config
 
#    /usr/share/fonts/cyrillic,
  

April 29, 2006: I also had the problem, turns out its a dependency problem with fonts built upon the libXfont.so file. Take a look at the output of fc-cache -vf if most of your directories show 0 fonts try this fix:

Code: Copy the buggy libXfont.so

cp /usr/lib/libXfont.so.1.4.1 /usr/lib/libXfont.so.1.5

And then reemerge fonts:

Code: Emerge

emerge font-misc-misc font-adobe-100dpi font-adobe-75dpi font-adobe-utopia-100dpi font-adobe-utopia-75dpi font-adobe-utopia-type1 font-alias font-cursor-misc freefonts terminus-font

2006-12-24: <sigra> I had the same problem and instead of copying /usr/lib/libXfont.so.1.4.1 to /usr/lib/libXfont.so.1.5 I just deleted /usr/lib/libXfont.so.1.5.

Code: Remove the buggy libXfont.so

rm -f /usr/lib/libXfont.so.1.5 /usr/lib/libXfont.so.1 && ln -s /usr/lib/libXfont.so.1.4.1 /usr/lib/libXfont.so.1

24 Dec 2006: <FokeyJoe> I'm no expert, but it looks like Xorg is ignoring it's own xorg.conf file FontPath settings. My fix was to do:

Code: Help X find the fonts

ln -s /usr/share/fonts /usr/X11R6/lib/X11/fonts


[edit] Could not open default cursor font 'cursor'

after installing X117 , when i type startx , i have the message "could not open default font 'cursor'". After looking around the web, and trying different solutions, i still cannot resolve this problem. 
If anyone as encounterd this problem, could he/she help me finding a solution..

Tnx, labreche

fix: emerge font-cursor-misc

HCl

[edit] New configuration file locations

Which files are used now from /etc/X11? Can anyone posting the files in /etc/X11 wich I can savely remove?

[edit] KUser, SuperUser File Manager doesn't work anymore

Code: Add local to xhost
$xhost +local:

Decibels

[edit] Wikification

Can the introduction of this article explain what exactly is modular xorg? what's the difference with "normal" xorg, for example? Also, please remove the notice saying that effectively only AllenJB can edit this page. - Tulcod 03:13, 29 March 2008 (UTC)

Personal tools