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

  FORUM HardWare.fr
  Linux et OS Alternatifs

  probleme serveur graphique sous Debian 3.0 Woody

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

probleme serveur graphique sous Debian 3.0 Woody

n°423214
cirdecs
Binôme officiel de KingPeanuts
Posté le 04-03-2004 à 08:32:32  profilanswer
 


Bonjour,
 
Voila j'ai installer Debian 3.0 Woody et j'ai un pti problème avec mon serveur graphique il ne veut pas se lancer et pourtant j'ai suivi la procédure d'install a la lettre ...
Voici le message d'erreur après le lancement et le plantage du serveur graphique (il se lance c déja ca) :
 
"Symbol X86 Interpret EDID from module /usr/X11R6/lib/modules/libvbe.a is unresolved
Could not init fond path element unix/:7100, removing from list
Could not init fond path element /usr/lib/X11/fonts/Type1, removing from list
Could not init fond path element /usr/lib/X11/fonts/Speedo, removing from list"
 
Je suppose que l'erreur vien de ma carte graphique
Ma carte graphique est un peu vieille c'est une S3 Trio 64
J'ai donc choisi commme driver S3 et ca me met ca comme erreur ...
 
Voila je voudrais savoir d'ou vien le problème et comment le résoudre si possible
 
Merci a tous
 
Au revoir

mood
Publicité
Posté le 04-03-2004 à 08:32:32  profilanswer
 

n°423217
cyplp
Posté le 04-03-2004 à 08:50:26  profilanswer
 

montre ton /etc/X11/XFconfig-4

n°423222
GUG
Posté le 04-03-2004 à 09:16:02  profilanswer
 

sur woody c'est xfree3.3.6.
tu n'a pas d'autres erreurs ?

n°423298
cirdecs
Binôme officiel de KingPeanuts
Posté le 04-03-2004 à 10:33:17  profilanswer
 

voila mon XF86config-4
 
# XF86Config or XF86Config-4 file?" in /usr/share/doc/xfree86-common/FAQ.gz.
 
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 "bitmap"
 Load "dbe"
 Load "ddc"
 Load "extmod"
 Load "freetype"
 Load "int10"
 Load "record"
 Load "speedo"
 Load "type1"
 Load "xtt"
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/psaux"
 Option  "Protocol"  "PS/2"
EndSection
 
Section "InputDevice"
 Identifier "Generic Mouse"
 Driver  "mouse"
 Option  "SendCoreEvents" "true"
 Option  "Device"  "/dev/input/mice"
 Option  "Protocol"  "ImPS/2"
EndSection
 
Section "Device"
 Identifier "S3 Trio 64"
 Driver  "vesa"
EndSection
 
Section "Monitor"
 Identifier "Generic Monitor"
 HorizSync 30-130
 VertRefresh 50-160
 Option  "DPMS"
EndSection
 
Section "Screen"
 Identifier "Default Screen"
 Device  "S3 Trio 64"
 Monitor  "Generic Monitor"
 DefaultDepth 24
 SubSection "Display"
  Depth  1
  Modes  "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  4
  Modes  "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  8
  Modes  "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  15
  Modes  "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  16
  Modes  "800x600" "640x480"
 EndSubSection
 SubSection "Display"
  Depth  24
  Modes  "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
 
dsl GUG mais je comprend pas ta question ...
 
Mais c'est vrai que je suis pas vraimennt calé en Debian :\
 
Merci

n°423334
GUG
Posté le 04-03-2004 à 10:59:35  profilanswer
 

Section "Device"
 Identifier "S3 Trio 64"
 Driver  "vesa"
EndSection  
 
Essaye de remplacer vesa par un driver

n°423343
cirdecs
Binôme officiel de KingPeanuts
Posté le 04-03-2004 à 11:01:25  profilanswer
 

J'ai deja essayer tout les drivers comme S3, S3vierge, et donc vesa tu voudrais ke je met lekel ???

n°423361
GUG
Posté le 04-03-2004 à 11:14:42  profilanswer
 

Je crois que c'est virge  
erf forcement 404 sur : http://xfree86.org/current/Status.html :/
Tu peux trouver les drivers dans un rep de X11 /usr/X11, enfin j'ai pas debian avec X sous la main la ...


Message édité par GUG le 04-03-2004 à 11:16:13
n°423362
arghbis
salops de dauphins
Posté le 04-03-2004 à 11:19:03  profilanswer
 

c s3virge, pas vierge

n°423375
cirdecs
Binôme officiel de KingPeanuts
Posté le 04-03-2004 à 11:33:25  profilanswer
 

mais comment je fais pour installer les drivers de X11?
Et S3Virge marche pas non plus :( !
et donc fo ke je récupère les drivers sur http://www.xfree86.org/ car ton URL marche pas ...
Merci

n°423381
arghbis
salops de dauphins
Posté le 04-03-2004 à 11:39:15  profilanswer
 

pas S3Virge mais s3virge, c'est important les majuscules/minuscules
 
tu as essayé avec l'outil de configuration du serveur X?

mood
Publicité
Posté le 04-03-2004 à 11:39:15  profilanswer
 

n°423419
cirdecs
Binôme officiel de KingPeanuts
Posté le 04-03-2004 à 12:31:17  profilanswer
 

ouai g essayer ca fait pareil :( mais je c pas o je pe trouver les drivers de ste carte graphique ?
Merci

n°423448
arghbis
salops de dauphins
Posté le 04-03-2004 à 12:52:06  profilanswer
 

normalement, ils sont déjà installés
 
visiblement, ta carte ne marchera sous XFree 3.3 qu'en utilisant le framebuffer. essaye cette adresse :http://sunsite.ui.ac.id/pub/linux/docs/HOWTO/Framebuffer-HOWTO.html
 
ou alors passe en XFree 4

n°423464
cirdecs
Binôme officiel de KingPeanuts
Posté le 04-03-2004 à 13:05:15  profilanswer
 

je crois ke ton lien marche pas :( sinon ba ouai je vais passé en XFree 4 !


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

  probleme serveur graphique sous Debian 3.0 Woody

 

Sujets relatifs
mandrake 9.1 probleme !! please helppp !!!!Reglages pilotes nvidia ( filtrage anisotropic ) debian ?
[kernel 2.6] Udev va changer votre vie ! Problème avec périphs IDEVersion "récente" de la debian minimalist ? (avec drivers promise66)
Openmosix : probleme bizarre[debian newbie] installation carte reseau [resolu]
fedora en serveur ?ALSA et sound blaster live 5.1 ( debian sid 2.6.2 )
[Debian kernel] Install kernel errorRadeon 9600xt sous debian
Plus de sujets relatifs à : probleme serveur graphique sous Debian 3.0 Woody


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