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

  FORUM HardWare.fr
  Linux et OS Alternatifs

  Problème de serveur X .... ( XFree86 4.0 )

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

Problème de serveur X .... ( XFree86 4.0 )

n°85650
GreatTeach​er Onizuka
Posté le 08-04-2002 à 17:49:35  profilanswer
 

Voilà, après installation d'une Debian j'ai un problème de démarrage du serveur X. J'ai lancé xf86config pour créer mon fichier de conf et les paramètres me semblent corrects.
 
Au lancement de startx, il me dis donc :
 
/usr/X11R6/lib/X11/xinit/xserverrc : /usr/bin/X11/X : No such file or directory
/usr/X11R6/lib/X11/xinit/xserverrc : exec: /usr/bin/X11/X : Cannot execute : No such file or directory
xinit : Connection refused ( errno 111 ) : unable to connect to X server
xinit : No such process ( errno 3) : Server error.
 
 
Je pense que le problème vient du fait que le fichier X doit probablement pointer vers un bianire gnere XFree86 mais je n'ai pas de fichier de ce genre d'installé.
 
Ma carte graphique est une GeForce 2
 
Merci de bien vouloir m'aider rapidement ...


---------------
Visitez http://www.hacker-wacker.com/
mood
Publicité
Posté le 08-04-2002 à 17:49:35  profilanswer
 

n°85652
Jak
Back to Slack !
Posté le 08-04-2002 à 17:51:59  profilanswer
 

apt-get install X
ça pourrait pas t'aider, ça ?

n°85655
GreatTeach​er Onizuka
Posté le 08-04-2002 à 17:55:09  profilanswer
 

ben non j'avais déjà essayé cette "éventualité" ...
de tt façons X n'est pas le nom d'un packages et puis XFree est bien installé ..


---------------
Visitez http://www.hacker-wacker.com/
n°85659
THE REAL 9​11GT3
Corrompu
Posté le 08-04-2002 à 17:58:05  profilanswer
 

ba installes-le le XFree86 :D
 
soit tu cherche le nom du package là : http://www.debian.org/distrib/packages
 
soit tu utilise auto-apt (fichier) ou apt-cache (package et description) pour rechercher le fichier/paquet qui manque.


---------------
[:the real 911gt3] <- THE REAL KOMUNOTAI INSIDE :sol:
n°85661
GreatTeach​er Onizuka
Posté le 08-04-2002 à 18:04:42  profilanswer
 

mais XFree86 est installé !! ca la dernière version des packages !! ca c bon !! le pb c la config !!
 
il merde sur le fichier X qui est en fait un lien vers un fichier binaire de lancement su server X mais je c pas lequel !!


---------------
Visitez http://www.hacker-wacker.com/
n°85663
houplaboom​42
Posté le 08-04-2002 à 18:06:15  profilanswer
 

si t es en xfree4 normallement X pointe vers XFree86
si t es en xfree3 ca pointe versu un truc du style XF86VGA ou XF86Mach64...c est selon ta carte

n°85670
GreatTeach​er Onizuka
Posté le 08-04-2002 à 18:14:50  profilanswer
 

Mais le pb c ke le fichier XFree86 qui devrait se trouver ds /usr/X11R6/bin/ n'y est pas !!!!


---------------
Visitez http://www.hacker-wacker.com/
n°85721
c_nemo
Posté le 08-04-2002 à 20:24:42  profilanswer
 

GreatTeacher Onizuka a écrit a écrit :

Mais le pb c ke le fichier XFree86 qui devrait se trouver ds /usr/X11R6/bin/ n'y est pas !!!!  




Ce fichier fait partie du paquet xserver-xfree86.

n°85750
GreatTeach​er Onizuka
Posté le 08-04-2002 à 21:16:23  profilanswer
 

bon g réinstallé tout xfree en y rajoutant cette fois les packages xserver-common et xserver-xfree86
 
ca passe plus ou moins mais le nvo pb c :
 
 
(EE) Screen found, but none have a usable configuration
Fatal server error :
no screens found
...
X connecting to :0.0 broken ( explicit kill or server shutdown)
 
Qqun peut m'aider ??


---------------
Visitez http://www.hacker-wacker.com/
n°85751
THE REAL 9​11GT3
Corrompu
Posté le 08-04-2002 à 21:18:20  profilanswer
 

faut refaire le XF86Config-4.

mood
Publicité
Posté le 08-04-2002 à 21:18:20  profilanswer
 

n°85752
THE REAL 9​11GT3
Corrompu
Posté le 08-04-2002 à 21:20:14  profilanswer
 

ex pour ma GF3(ou n'importe quel Nvidia>TNT) et mon 19"
 

Citation :

###########################
Section "Module"
###########################
    Load        "dbe"   # Double buffer extension
    SubSection  "extmod"
#      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection
    Load        "type1"
    Load        "freetype"
    Load       "glx"
EndSection
 
 
###########################
Section "Files"
###########################
    RgbPath "/usr/X11R6/lib/X11/rgb"
 FontPath "unix/:7100"   # local font server
 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 "ServerFlags"
###########################
EndSection
 
 
###########################
Section "InputDevice"
###########################
    Identifier "Keyboard1"
    Driver "Keyboard"
    Option "AutoRepeat" "500 30"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "fr"
EndSection
 
 
###########################
Section "InputDevice"
###########################
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"
EndSection
 
 
###########################
Section "Monitor"
###########################
    Identifier  "Ecran Goldstar"
    HorizSync   30-96
    VertRefresh 50-160
EndSection
 
###########################
Section "Monitor"
###########################
 Identifier  "TV"
 HorizSync   30-50
 VertRefresh 60
EndSection
 
 
###########################
Section "Device"
###########################
    Identifier  "GeForce3 Ti200"
    Driver      "nvidia"
    Option "NvAGP" "1"
    Option "CursorShadow" "1"
    Option "NoLogo" "on"
    Option "TVStandard" "PAL-N"
#    Option "ConnectedMonitor" "TV" ############################################
EndSection
 
###########################
Section "Screen"
###########################
    Identifier  "Screen 1"
    Device      "GeForce3 Ti200"
    Monitor     "Ecran Goldstar"
    DefaultDepth 24
 
    Subsection "Display"
        Depth       8
        Modes        
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x960" "1152x864" "1024x768" "800x600" "768x576" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth   24
        Modes       "1280x960" "1152x864" "1024x768" "800x600" "768x576" "640x480"
        ViewPort    0 0
    EndSubsection
     Subsection "Display"
        Depth 32
        Modes       "1280x960" "1152x864" "1024x768" "800x600" "768x576" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection
 
 
###########################
Section "ServerLayout"
###########################
    Identifier  "Simple Layout"
    Screen "Screen 1"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
EndSection

n°85754
GreatTeach​er Onizuka
Posté le 08-04-2002 à 21:22:31  profilanswer
 

merci bcp je vais tester ca de suite !!


---------------
Visitez http://www.hacker-wacker.com/
n°85756
THE REAL 9​11GT3
Corrompu
Posté le 08-04-2002 à 21:24:24  profilanswer
 

/!\ C'est un exemple /!\
 
Surtout au moins adapter les fréquences pour ton Ecran !!!!!!!!!!!!!

 

[jfdsdjhfuetppo]--Message édité par THE REAL 911GT3--[/jfdsdjhfuetppo]

n°85785
GreatTeach​er Onizuka
Posté le 08-04-2002 à 22:36:30  profilanswer
 

lol, je m'en doute !!
je suis pas crétin pour copier tel quel ton fichier de conf !!!
 
après comparaisons et réglages il s'avère que mon problème vient du serveur de font qui refuse de s'initialiser !!
 
==>
Fatal server error:
could not open default font 'fixed'
 
si qqun à une bribe de solution !!
...


---------------
Visitez http://www.hacker-wacker.com/
n°85788
GreatTeach​er Onizuka
Posté le 08-04-2002 à 22:39:54  profilanswer
 

mon fichier /etc/X11/XF86Config :
 
### BEGIN DEBCONF SECTION
# XF86Config-4 (XFree86 server configuration file) generated by dexconf, the
# Debian X Configuration tool, using values from the debconf database.
#
# Edit this file with caution, and see the XF86Config-4 manual page.
# (Type "man XF86Config-4" at the shell prompt.)
#
# If you want your changes to this file preserved by dexconf, only make changes
# before the "### BEGIN DEBCONF SECTION" line above, and/or after the
# "### END DEBCONF SECTION" line below.
 
Section "Files"
 FontPath "/usr/X11R6/lib/X11/rgb"
 # 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" "pc104"
 Option  "XkbLayout" "fr"
EndSection
 
Section "InputDevice"
 Identifier "Configured Mouse"
 Driver  "mouse"
 Option  "CorePointer"
 Option  "Device"  "/dev/mouse"
 Option  "Protocol"  "PS/2"
 Option  "Emulate3Buttons" "false"
 Option  "ZAxisMapping"  "4 5"
EndSection
 
Section "Device"
 Identifier "Generic Video Card"
 Driver  "nv"
 Option  "UseFBDev"  "false"
EndSection
 
Section "Monitor"
 Identifier "Generic Monitor"
 HorizSync 30-68
 VertRefresh 50-85
 Option  "DPMS"
EndSection
 
Section "Screen"
 Identifier "Default Screen"
 Device  "Generic Video Card"
 Monitor  "Generic Monitor"
 DefaultDepth 24
 
 SubSection "Display"
  Depth  8
  Modes  "1152x864" "1024x768" "800x600" "640x480"
  ViewPort 0 0
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "1152x864" "1024x768" "800x600" "640x480"
  ViewPort 0 0
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "1152x864" "1024x768" "800x600" "640x480"
  ViewPort 0 0
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "1152x864" "1024x768" "800x600" "640x480"
  ViewPort 0 0
 EndSubSection
EndSection
 
Section "ServerLayout"
 Identifier "Default Layout"
 Screen  "Default Screen"
 InputDevice "Generic Keyboard"
 InputDevice "Configured Mouse"
EndSection
 
# Section "DRI"
# Mode 0666
# EndSection
 
### END DEBCONF SECTION


---------------
Visitez http://www.hacker-wacker.com/
n°85789
THE REAL 9​11GT3
Corrompu
Posté le 08-04-2002 à 22:40:17  profilanswer
 

J'ai pas dit crétin, quand on est newb, des fois on est tenté par la facilité ;)
 
Tu as installé xfs ?

n°85792
GreatTeach​er Onizuka
Posté le 08-04-2002 à 22:47:09  profilanswer
 

justement un apt-get install xfs ca a pas l'air de l'enchanter énormément ...
 
et puis g rajouté les  
FontPath "/usr/lib/X11/fonts/75dpi"  
FontPath "/usr/lib/X11/fonts/Type1"
 
donc même ss xfs ca devrait passer ...


---------------
Visitez http://www.hacker-wacker.com/
n°85800
GreatTeach​er Onizuka
Posté le 08-04-2002 à 23:05:54  profilanswer
 

Bon j'ai installé xfs et xfs-xtt pour les fonts truetype ( ils sont bien lancés tous les 2 au démarrage ) et malgré cela je garde la même erreur au lancement de X :
 
Fatal server error :
could not open default font 'fixed'
 
....


---------------
Visitez http://www.hacker-wacker.com/
n°85812
THE REAL 9​11GT3
Corrompu
Posté le 08-04-2002 à 23:46:26  profilanswer
 

t'as bien décommenté cette ligne ?
 
 # FontPath "unix/:7100"   # local font server

n°85838
GreatTeach​er Onizuka
Posté le 09-04-2002 à 00:28:46  profilanswer
 

oui parce qu'elle m'est inutile ( je c que c elle qui demande à xfs d'être serveur de fonts ) car qd je lance startx, il me dis que cette ligne ne renvoit rien donc elle est inutilisée
 
...


---------------
Visitez http://www.hacker-wacker.com/
n°85874
BMOTheKill​er
Posté le 09-04-2002 à 02:14:31  profilanswer
 

merci pour les fichiers ;)  
 
ça m'a permis de rajouter quelques options qui n'avaient pas été incluses lors de l'installation des drivers nvidia (comme les définitions pour la sortie TV ou les divers options pour la carte vidéo et les différents modes de profondeur)
 
merci encore
 
 :hello:

n°85909
alcante
Posté le 09-04-2002 à 09:36:32  profilanswer
 

tu a bien pris xfonts-base , xfonts-75dpi , xfonts-100dpi ?

n°85959
GreatTeach​er Onizuka
Posté le 09-04-2002 à 12:53:57  profilanswer
 

oui oui de tt façons ils sont dépendants de xfs donc installé avec lui normalement ...


---------------
Visitez http://www.hacker-wacker.com/
mood
Publicité
Posté le   profilanswer
 


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Linux et OS Alternatifs

  Problème de serveur X .... ( XFree86 4.0 )

 

Sujets relatifs
Probleme avec Ncurses sous debianSnf + Ftp probléme ....
[Pureftpd] probleme d'ouverture du port data (20) !Probleme avec apt-get
FreeBSD : installation de Xfree86-4.2 et upgrade en généralRadeon 8500 et XFree 4.2.0 Probleme :(
Meilleur distrib pour serveur supportant > 10 postesDistribution pour PC serveur
3 cartes réseau sur Mandrake Single Network : problèmeProblème avec un graveur sous MDK 8.1
Plus de sujets relatifs à : Problème de serveur X .... ( XFree86 4.0 )


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