Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
2685 connectés 

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

[Linux]Xfree

n°170827
AsTro
Posté le 10-10-2002 à 13:53:05  profilanswer
 

jai une debian et je viens dinstaller xfree masi jarrive pas a le lancer jai le pb suivant :
 
Could not init font path element unix/:7100, removing from list!
 
waiting for X server to shut down
 
Je dois faire koi? help svp


---------------
>>>>>> WebFotos <<<<<<
mood
Publicité
Posté le 10-10-2002 à 13:53:05  profilanswer
 

n°170828
apolon34
Vive Linux!!
Posté le 10-10-2002 à 13:54:43  profilanswer
 

c'est xfs qui merde ca
 
tu as bien installe les paquets ? et les polices par defaut ?
 
le plus simple pour avoir un truc complet est de faire apt-get install x-window-system (vive les noms de paquets tordus chez deb)

n°170830
Tux Le Pen​guin
Posté le 10-10-2002 à 13:55:20  profilanswer
 

astro a écrit a écrit :

jai une debian et je viens dinstaller xfree masi jarrive pas a le lancer jai le pb suivant :
 
Could not init font path element unix/:7100, removing from list!
 
waiting for X server to shut down
 
Je dois faire koi? help svp




 
Donne ton fichier de configuration d'XFree :
/etc/X11/XF86Config-4

n°170835
fl0ups
東京 - パリ - SLP
Posté le 10-10-2002 à 14:00:25  profilanswer
 

soit apt-get install xfs (le plus simple mais pas le mieux)
 
soit vim /etc/X11/XF86Config-4 et tu vires la ligne avec le :7100 et tu rajoutes tous les FontPath à la main
 
        FontPath        "/usr/lib/X11/fonts/misc"
        FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
        FontPath        "/usr/lib/X11/fonts/75dpi"
        FontPath        "/usr/lib/X11/fonts/TrueType"
        FontPath        "/usr/X11R6/lib/X11/fonts/freefont"
        FontPath        "/usr/X11R6/lib/X11/fonts/encodings"
        FontPath        "/usr/X11R6/lib/X11/fonts/encodings/large"
        FontPath        "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
        FontPath        "/usr/share/fonts/truetype"
 
ca doit donner un truc de ce genre :)
 
Et pendant que tu y est, tu rajoutes les répertoires avec des polices truetype aussi dans XftConfig (la syntaxe est un chouilla différente)
 
dir "/usr/X11R6/lib/X11/fonts/Type1"
dir "/usr/X11R6/lib/X11/fonts/TrueType"
 
c'est sur c'est plus compliqué, mais qu'est ce que je ferais pas pour pas avoir cette #### d'xfs qui tourne ;)

n°170841
Jar Jar
Intaigriste
Posté le 10-10-2002 à 14:04:33  profilanswer
 

astro a écrit a écrit :

Could not init font path element unix/:7100, removing from list!


Ça, c'est pas une erreur.
 

Citation :

waiting for X server to shut down


Donne-nous plutôt la ligne qui commence par "Fatal" et ce qui précède.


---------------
« No question is too silly to ask, but, of course, some are too silly to answer. » -- Perl book
n°170843
AsTro
Posté le 10-10-2002 à 14:07:46  profilanswer
 

JoWiLe a écrit a écrit :

apt-get install xserver-xfree86 xbase-clients xfonts-base xfonts-75dpi


 
 
fais ça et on en reparle :)




 
jai meme fais plus que ca :  
 
apt-get install xserver-xfree86 xfree86-common xserver-common xbase-clients xfonts-base xutils xfonts-100dpi xfonts-75dpi
 
voici mon fichier XFconfig-4 : (jai mis des fonts en commentaires mais ca merde toujours jai que misc et 75dpi et 100dpi et util et encodings dans mon "/usr/lib/X11/fonts/" )
 
Section "Files"
        FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/misc"
#       FontPath        "/usr/lib/X11/fonts/cyrillic"
#       FontPath        "/usr/lib/X11/fonts/100dpi/:unscaled"
#       FontPath        "/usr/lib/X11/fonts/75dpi/:unscaled"
#       FontPath        "/usr/lib/X11/fonts/Type1"
#       FontPath        "/usr/lib/X11/fonts/Speedo"
#       FontPath        "/usr/lib/X11/fonts/100dpi"
#       FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection
 
Section "Module"
        Load    "GLcore"
        Load    "bitmap"
        Load    "dbe"
        Load    "ddc"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "pex5"
        Load    "record"
        Load    "speedo"
        Load    "type1"
        Load    "vbe"
        Load    "xie"
EndSection
 
Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
#       Option          "XkbVariant"    "dead"
EndSection
 
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
 
#Section "InputDevice"
#       Identifier      "Generic Mouse"
#       Driver          "mouse"
#       Option          "SendCoreEvents"        "true"
#       Option          "Device"                "/dev/input/mice"
#       Option          "Protocol"              "ImPS/2"
#       Option          "Emulate3Buttons"       "true"
#       Option          "ZAxisMapping"          "4 5"
#EndSection
 
Section "Device"
        Identifier      "Generic Video Card"
        Driver          "sis"
#       Option          "UseFBDev"              "true"
EndSection
 
Section "Monitor"
        Identifier      "Generic Monitor"
        HorizSync       30-60
        VertRefresh     50-75
        Option          "DPMS"
EndSection
 
 
Section "Screen"
        Identifier      "Default Screen"
        Device          "Generic Video Card"
        Monitor         "Generic Monitor"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768" "800x600" "640x480"
        EndSubSection
EndSection
 
Section "ServerLayout"
        Identifier      "Default Layout"
        Screen          "Default Screen"
        InputDevice     "Generic Keyboard"
        InputDevice     "Configured Mouse"
 
#       InputDevice     "Generic Mouse"
EndSection
 
Section "DRI"
        Mode    0666
EndSection
 
### END DEBCONF SECTION


---------------
>>>>>> WebFotos <<<<<<
n°170847
AsTro
Posté le 10-10-2002 à 14:11:57  profilanswer
 

Jar Jar a écrit a écrit :

Ça, c'est pas une erreur.
 

Citation :

waiting for X server to shut down


Donne-nous plutôt la ligne qui commence par "Fatal" et ce qui précède.




 
jai une fatal error que si je mets en commentaires toutes les lignes de font :
 
Could not init font path element unix/:7100, removing from list!
 
Fatal server error:
could not open default font 'fixed'
 
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.
 
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining


---------------
>>>>>> WebFotos <<<<<<
n°170853
AsTro
Posté le 10-10-2002 à 14:15:01  profilanswer
 

Pour info kan je fais startx, ca charge je vois la croix de la souris sur le fond gris et ca quitte, ca dur que 1/2 seconde


---------------
>>>>>> WebFotos <<<<<<
n°170854
Tux Le Pen​guin
Posté le 10-10-2002 à 14:17:09  profilanswer
 

astro a écrit a écrit :

 
 
jai une fatal error que si je mets en commentaires toutes les lignes de font :
 
Could not init font path element unix/:7100, removing from list!
 
Fatal server error:
could not open default font 'fixed'
 
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.
 
XIO:  fatal IO error 104 (Connection reset by peer) on X server ":0.0"
      after 0 requests (0 known processed) with 0 events remaining




 
On t'a dit de ne mettre en commentaire que la ligne avec unix/:7100
Normalement ça devrait marcher

n°170859
AsTro
Posté le 10-10-2002 à 14:20:58  profilanswer
 

kan je mets la ligne avec :7100 en commentaire en plus de celles ki y sont deja ca plante toujours masi sans message jai juste :  
 
waiting for X server to shut down
 
et plus haut jai en warning et erreur:
.
.
.
(WW) SIS(0): Bad V_BIOS checksum
.
.
.
(EE) SIS(0): [dri] DRIScreenInit failed.  Disabling DRI.


---------------
>>>>>> WebFotos <<<<<<
mood
Publicité
Posté le 10-10-2002 à 14:20:58  profilanswer
 

n°170861
Tux Le Pen​guin
Posté le 10-10-2002 à 14:23:19  profilanswer
 

astro a écrit a écrit :

kan je mets la ligne avec :7100 en commentaire en plus de celles ki y sont deja ca plante toujours masi sans message jai juste :  
 
waiting for X server to shut down
 
et plus haut jai en warning et erreur:
.
.
.
(WW) SIS(0): Bad V_BIOS checksum
.
.
.
(EE) SIS(0): [dri] DRIScreenInit failed.  Disabling DRI.
 




 
Ca fait beaucoup d'erreur tout ça quand même ... T'es sur d'avoir bien configuré X ?

n°170862
AsTro
Posté le 10-10-2002 à 14:24:34  profilanswer
 

javais pas vu ca :
 
(==) SIS(0): Write-combining range (0xd5000000,0x400000)
modprobe: Can't locate module sis
[drm] failed to load kernel module "sis"
 
 
Faut faire quoi docteur?? :/
 
jai une :
00:05.0 VGA compatible controller: Silicon Integrated Systems [SiS] 86C326 (rev 0b)


---------------
>>>>>> WebFotos <<<<<<
n°170867
Jar Jar
Intaigriste
Posté le 10-10-2002 à 14:30:30  profilanswer
 

Le fait qu'il n'arrive pas à initialiser le DRI n'est pas gênant pour l'affichage. À priori, tu auras juste à installer un nouveau noyau pour que ça marche.
 
Au fait, tu le lances comment ton serveur X ?


---------------
« No question is too silly to ask, but, of course, some are too silly to answer. » -- Perl book
n°170871
AsTro
Posté le 10-10-2002 à 14:37:16  profilanswer
 

je lance en tapant : startx


---------------
>>>>>> WebFotos <<<<<<
n°170874
fl0ups
東京 - パリ - SLP
Posté le 10-10-2002 à 14:38:55  profilanswer
 

astro a écrit a écrit :

javais pas vu ca :
Faut faire quoi docteur?? :/




 
XFree t'as cassé la :D
 
Vu tes derniers messages, c'est peut etre pas un probleme de font finalement, je me souviens avoir eu le même genre de messages (Fatal: cannot open default font fixed etc) en installant mal les drivers nvidia.
 
Quoi que si X démarre et que t'as le temps de voir le damier...

n°170884
Jar Jar
Intaigriste
Posté le 10-10-2002 à 14:52:20  profilanswer
 

Y'a quoi dans /var/log/XFree86.0.log ?


---------------
« No question is too silly to ask, but, of course, some are too silly to answer. » -- Perl book
n°170896
AsTro
Posté le 10-10-2002 à 15:02:22  profilanswer
 

ya les logs de kan je fais startx avec les (WW) et (EE) ...
 
Mais jai donné tous les points qui merde je pense


Message édité par AsTro le 10-10-2002 à 15:07:45

---------------
>>>>>> WebFotos <<<<<<
n°171150
AsTro
Posté le 10-10-2002 à 20:05:01  profilanswer
 

c bon ca marche merci a tous. Jai fais  
apt-get install x-window-system


---------------
>>>>>> WebFotos <<<<<<

Aller à :
Ajouter une réponse
 

Sujets relatifs
Sonde de temperature et Linux...utilisation de SETI sous Linux
probleme pour monter une partoche linux[Linux]Question debian
Bureau Linux - Windows Maker - SamurizeBureau 3d sous linux
Je voudrais découvrir Linux, mais j'ai une question...[linux mandrake 8.2] décalage de l'écran sous xfree + gcc 2.96->2.95
[LINUX] installer 1 deuxieme souris sur XFree 4: tt est expliké ici[Linux] Install de GCC 3.x et XFree 4.2
Plus de sujets relatifs à : [Linux]Xfree


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR