Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[X] "could not open default font 'fixed'" (resolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Petit bonhomme
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jul 2005
Posts: 87

PostPosted: Thu Jul 05, 2007 4:10 pm    Post subject: [X] "could not open default font 'fixed'" (resolu) Reply with quote

Bonjour, je sollicite votre aide aujourd'hui à cause d'un petit problème: je n'arrive pas à lancer mon serveur X. (note: c'est sur une gentoo fraichement installé)
L'erreur que l'on me renvoie:
Code:
Fatal error:
could not open default font 'fixed'
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
     after 0 request (0 known processed) with 0 events remaining


D'après ce que j'ai pu voir après une recherche, il semblerait que ce soit un problème avec les fonts qu'il en manquerait. Mais je n'arrive pas à trouver ou comprendre comment faire pour régler le problème. Il semble que dans mon xorg.conf il y a en effet deux chemins de dossier qui sont inexistant mais même en les supprimant ça ne change rien.

Voici le fichier:
Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"  #Il s'agit de celui là
   FontPath     "/usr/share/fonts/OTF"   # et de celui là
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "dbe"
   Load  "record"
   Load  "extmod"
   Load  "xtrap"
   Load  "dri"
   Load  "glx"
   Load  "GLcore"
   Load  "type1"
   Load  "freetype"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   #DisplaySize     330   210   # mm
   Identifier   "Monitor0"
   VendorName   "QDS"
   ModelName    "4b"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"               # [<bool>]
        #Option     "SWcursor"              # [<bool>]
        #Option     "ColorKey"              # <i>
        #Option     "CacheLines"            # <i>
        #Option     "Dac6Bit"               # [<bool>]
        #Option     "DRI"                   # [<bool>]
        #Option     "NoDDC"                 # [<bool>]
        #Option     "ShowCache"             # [<bool>]
        #Option     "XvMCSurfaces"          # <i>
        #Option     "PageFlip"              # [<bool>]
   Identifier  "Card0"
   Driver      "i810"
   VendorName  "Intel Corporation"
   BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
   BusID       "PCI:0:2:0"
EndSection

Section "Screen"
   Identifier "Screen0"
   Device     "Card0"
   Monitor    "Monitor0"
   SubSection "Display"
      Viewport   0 0
      Depth     1
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     4
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     8
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     15
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     16
   EndSubSection
   SubSection "Display"
      Viewport   0 0
      Depth     24
   EndSubSection
EndSection


Voilà. Merci :)


Last edited by Petit bonhomme on Fri Jul 06, 2007 2:27 pm; edited 1 time in total
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Thu Jul 05, 2007 5:23 pm    Post subject: Reply with quote

j'ai deja eu le coup 2 fois, je l'ai résolu par un
Code:
emerge -av font-misc-misc

mais je pense qu'il peut être résolu en lançant une des quelques commandes lancées en fin de merge

pour tout t'avouer j'ai la flemme de chercher :roll:
_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
Petit bonhomme
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jul 2005
Posts: 87

PostPosted: Fri Jul 06, 2007 2:26 pm    Post subject: Reply with quote

blasserre wrote:
j'ai deja eu le coup 2 fois, je l'ai résolu par un
Code:
emerge -av font-misc-misc


Merci, c'était tout bête, ça marche. :)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum