View previous topic :: View next topic |
Author |
Message |
Petit bonhomme Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 20 Jul 2005 Posts: 87
|
Posted: Thu Jul 05, 2007 4:10 pm Post subject: [X] "could not open default font 'fixed'" (resolu) |
|
|
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 ![Smile :)](images/smiles/icon_smile.gif)
Last edited by Petit bonhomme on Fri Jul 06, 2007 2:27 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
blasserre Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/2197240445d8c83fc02fc.jpg)
Joined: 10 Feb 2004 Posts: 1362 Location: Lille, Vlaanderen
|
Posted: Thu Jul 05, 2007 5:23 pm Post subject: |
|
|
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 ![Rolling Eyes :roll:](images/smiles/icon_rolleyes.gif) _________________ benj
technicien professionnel, ascendant winner |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Petit bonhomme Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 20 Jul 2005 Posts: 87
|
Posted: Fri Jul 06, 2007 2:26 pm Post subject: |
|
|
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. ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|