Précédent   Forum des professionnels en informatique > Systèmes > Linux > Distributions > Mandriva
Mandriva Vos questions sur la distribution Mandriva (Mandrake)
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
Vieux 02/05/2009, 16h03   #1
Membre chevronné
 
Inscription : mai 2004
Messages : 819
Détails du profil
Informations forums :
Inscription : mai 2004
Messages : 819
Points : 706
Points : 706
Par défaut The program 'firefox' received an X Window System error.

bonjour
après la mise a jour vers spring en64

je ne peux lancer ni firefox, ni gimp, ni thunderbird
voici l'erreur

Citation:
The program 'firefox' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadName (named color or font does not exist)'
.


alors un paquet de soluce existe via google
mais les mauvais avis ne manquent pas , bref faut sortir sa boule de cristal
d'aucuns parlent du plugin flash a desinstaller (je vois pas le rapport; mais
ca ne marche pas)
d'autres de configurer xorg en 24bits ce que j'ai deja fait
je pense que le problème provient du serveur X, c'est en toutes lettres

alors voici mon xorg.conf



Citation:
# File generated by XFdrake (rev 256990)

# **********************************************************************
# Refer to the xorg.conf man page for details about the format of
# this file.
# **********************************************************************

Section "Files"
# font server independent of the X server to render fonts.
FontPath "unix/:-1"

# minimal fonts to allow X to run without xfs
FontPath "/usr/share/fonts/misc:unscaled"
EndSection

Section "ServerFlags"
#DontZap # disable <Crtl><Alt><BS> (server abort)
#DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching)
AllowMouseOpenFail # allows the server to start up even if the mouse does
not work
EndSection

Section "Module"
Load "dbe" # Double-Buffering Extension
Load "v4l" # Video for Linux
Load "extmod"
Load "type1"
Load "freetype"
Load "glx" # 3D layer
Load "dri" # direct rendering
EndSection
ection "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
Option "XkbOptions" "compose:rwin"
EndSection

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
EndSection

Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1280x1024 @ 60 Hz"
HorizSync 31.5-64.0.3
VertRefresh 50.0-70.0

# TV fullscreen mode or DVD fullscreen output.
# 768x576 @ 79 Hz, 50 kHz hsync
ModeLine "768x576" 50.00 768 832 846 1000 576 590 595 630

# 768x576 @ 100 Hz, 61.6 kHz hsync
ModeLine "768x576" 63.07 768 800 960 1024 576 578 590 616
EndSection
Section "Device"
Identifier "device1"
VendorName "ATI Technologies Inc"
BoardName ""
Driver "ati"
Option "DPMS"
Option "XaaNoOffscreenPixmaps" "1"
EndSection

Section "Screen"
Identifier "screen1"
Device "device1"
Monitor "monitor1"
DefaultColorDepth 24

Subsection "Display"
Depth 8
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 15
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"
Depth 16
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection

Subsection "Display"

Depth 24
Modes "1024x768" "832x624" "800x600" "640x480" "480x360" "320x240"
EndSubsection
EndSection

Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
merci pour votre aide
deny est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/05/2009, 17h03   #2
Membre chevronné
 
Avatar de matrix788
 
Inscription : juin 2002
Messages : 696
Détails du profil
Informations forums :
Inscription : juin 2002
Messages : 696
Points : 793
Points : 793
bonjour,

Citation:
Section "Monitor"
Identifier "monitor1"
VendorName "Generic"
ModelName "1280x1024 @ 60 Hz"
HorizSync 31.5-64.0.3
VertRefresh 50.0-70.0
ca existe des raffraichissement horzontale en x.x.x ?

Sinon au vu de tes erreurs, je crois qu'il faut creuser ici :

Citation:
Section "Files"
# font server independent of the X server to render fonts.
FontPath "unix/:-1"

# minimal fonts to allow X to run without xfs
FontPath "/usr/share/fonts/misc:unscaled"
EndSection
Les fichiers existent-ils ? Ton xorg.conf avec la nouvelle version de xorg devrait être vierge normalement.
__________________
Modérateur Linux
n'oubliez pas de cliquer sur résolu...

== pas de question technique en MP. Merci ==
matrix788 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/05/2009, 17h11   #3
Membre chevronné
 
Inscription : mai 2004
Messages : 819
Détails du profil
Informations forums :
Inscription : mai 2004
Messages : 819
Points : 706
Points : 706
Citation:
ca existe des raffraichissement horzontale en x.x.x ?
je ne sais pas, il s'agit d'un ecran samsung 22 pouces qui jusqu'ici m'a donné
entièrement satisfaction

Citation:
Section "Files"
# font server independent of the X server to render fonts.
FontPath "unix/:-1"

# minimal fonts to allow X to run without xfs
FontPath "/usr/share/fonts/misc:unscaled"
EndSection
Citation:
/usr/share/fonts/
[deny@localhost fonts]$ ls
100dpi/ cyrillic/ encodings/ misc/ override/ ttf/ Type1/
75dpi/ default/ java/ OTF/ Speedo/ TTF
bien vu
qu'est ce que je pourrais mettre parmi tous ces fonts ?
merci
deny est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/05/2009, 17h14   #4
Membre chevronné
 
Inscription : mai 2004
Messages : 819
Détails du profil
Informations forums :
Inscription : mai 2004
Messages : 819
Points : 706
Points : 706
Code :
1
2
3
bien vu
qu'est ce que je pourrais mettre parmi tous ces fonts ? 
merci
J'ai lancé XFdrake et dans cette interface je ne vois pas ou changer
les fonts
Quelle est le fichier ou on peut changer les fonts et tester , a part modifier
xorg.conf ?

merci
deny est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 02/05/2009, 17h45   #5
Membre chevronné
 
Inscription : mai 2004
Messages : 819
Détails du profil
Informations forums :
Inscription : mai 2004
Messages : 819
Points : 706
Points : 706
Par défaut :resolu:

bon j'ai trouvé
mon fichier xorg.conf a été placé vide dans /xorg.conf
suite à la mise à jour

il m'a fallut copié le fichier /etc/X11/xorg.conf dans /
pour remplir ce fichier vide et tout est rentré dans l'ordre

merci pour l'aide de matrix sans lequel j'y serais sans doute encore
deny est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité Cette discussion est résolue.
Outils de la discussion



Fuseau horaire GMT +1. Il est actuellement 07h46.


 
 
 
 
Partenaires

Hébergement Web