Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[X.org] Erreur XKB
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
Madjes
n00b
n00b


Joined: 14 May 2007
Posts: 47

PostPosted: Thu May 17, 2007 8:47 am    Post subject: [X.org] Erreur XKB Reply with quote

Salut a tous, je viens juste d'avoir mon systeme fonctionnel et me voila deja avec une erreur.
Je ne peux pas faire les accents et quand j'essaye de configurer le clavier, j'ai cette erreur qui apparait :

Quote:
Erreur lors de l'activation de la configuration XKB.
Cela peut arriver pour plusieurs raisons :
- une anomalie dans la bibliothèque libxklavier
- une anomalie dans le serveur X (xkbcomp, utilitaires xmodmap)
- un serveur X avec une implémentation de libxkbfile incompatible

Données de version du serveur X :
The X.Org Foundation
70200000

Si vous rapportez cette situation comme une anomalie, veuillez inclure :
- Le résultat de xprop -root | grep XKB
- Le résultat de gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd



Je n'arrive pas a resoudre ce probleme donc si une ame charitable pouvait me guider, je serai tres reconnaisant :)
_________________
Checking users... one lamer detected !!


Last edited by Madjes on Thu May 17, 2007 11:32 am; edited 2 times in total
Back to top
View user's profile Send private message
davidou2a
Guru
Guru


Joined: 15 Dec 2006
Posts: 574
Location: Ajaccio

PostPosted: Thu May 17, 2007 11:01 am    Post subject: Reply with quote

si deja tu pouvais poster le message d'erreur et ton xorg.conf ça ferai avancer le schmilblick tu crois pas :wink:
_________________
L'enfer je connais, il s'appelle Windows...
Back to top
View user's profile Send private message
Madjes
n00b
n00b


Joined: 14 May 2007
Posts: 47

PostPosted: Thu May 17, 2007 11:34 am    Post subject: Reply with quote

Le message d'erreur est deja marque, je le met en citation pour mieux le distinguer :wink:

Et voila mon xorg.conf :
Quote:

Section "Module"

Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection

# This loads the font modules
# Load "type1"
Load "freetype"
# Load "xtt"

# This loads the GLX module
# Load "glx"
# This loads the DRI module
# Load "dri"

EndSection

Section "Files"

# RgbPath "/usr/share/X11/rgb"
FontPath "/usr/share/fonts/misc/"
# FontPath "/usr/share/fonts/TTF/"
# FontPath "/usr/share/fonts/OTF"
# FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/local/"
# FontPath "/usr/lib/X11/fonts/misc/"
# FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
# FontPath "/usr/lib/X11/fonts/Speedo/"
# FontPath "/usr/lib/X11/fonts/Type1/"
# FontPath "/usr/lib/X11/fonts/TrueType/"
# FontPath "/usr/lib/X11/fonts/freefont/"
# FontPath "/usr/lib/X11/fonts/75dpi/"
# FontPath "/usr/lib/X11/fonts/100dpi/"

# The module search path. The default path is shown here.

# ModulePath "/usr/lib/modules"

EndSection

Section "ServerFlags"

# Option "NoTrapSignals"

# Option "DontVTSwitch"


# Option "DontZap"

# Option "Dont Zoom"

# Option "DisableVidModeExtension"

# Option "AllowNonLocalXvidtune"

# Option "DisableModInDev".

# Option "AllowNonLocalModInDev"

EndSection

Section "InputDevice"

Identifier "Keyboard1"
Driver "kbd"

# Option "Protocol" "Xqueue"

Option "AutoRepeat" "500 30"

# Option "Xleds" "1 2 3"

# Option "LeftAlt" "Meta"
# Option "RightAlt" "ModeShift"
# Option "XkbModel" "pc105"
# Option "XkbModel" "microsoft"
#
# Option "XkbLayout" "de"
# or:
# Option "XkbLayout" "de"
# Option "XkbVariant" "nodeadkeys"
#
# Option "XkbOptions" "ctrl:swapcaps"

# These are the default XKB settings for Xorg
# Option "XkbRules" "xorg"
# Option "XkbModel" "pc105"
# Option "XkbLayout" "us"
# Option "XkbVariant" ""
# Option "XkbOptions" ""

# Option "XkbDisable"

Option "XkbRules" "xorg"
Option "XkbModel" "microsoftmult"
Option "XkbLayout" "fr"
Option "XkbVariant" "latin_9"

EndSection

Section "InputDevice"

# Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"


# Option "Protocol" "Xqueue"

# Mouse-speed setting for PS/2 mouse.

# Option "Resolution" "256"


# Option "BaudRate" "9600"
# Option "SampleRate" "150"

Option "ZAxisMapping" "4 5 6 7"

Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"

# ChordMiddle is an option for some 3-button Logitech mice

# Option "ChordMiddle"

EndSection

# Section "InputDevice"
# Identifier "Mouse2"
# Driver "mouse"
# Option "Protocol" "MouseMan"
# Option "Device" "/dev/mouse2"
# EndSection

# Section "InputDevice"
# Identifier "spaceball"
# Driver "magellan"
# Option "Device" "/dev/cua0"
# EndSection
#
# Section "InputDevice"
# Identifier "spaceball2"
# Driver "spaceorb"
# Option "Device" "/dev/cua0"
# EndSection

# Section "InputDevice"
# Identifier "touchscreen0"
# Driver "microtouch"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "1412"
# Option "MaxX" "15184"
# Option "MinY" "15372"
# Option "MaxY" "1230"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection

# Section "InputDevice"
# Identifier "touchscreen1"
# Driver "elo2300"
# Option "Device" "/dev/ttyS0"
# Option "MinX" "231"
# Option "MaxX" "3868"
# Option "MinY" "3858"
# Option "MaxY" "272"
# Option "ScreenNumber" "0"
# Option "ReportingMode" "Scaled"
# Option "ButtonThreshold" "17"
# Option "ButtonNumber" "1"
# Option "SendCoreEvents"
# EndSection


Section "Monitor"

Identifier "DELL E176FP"

HorizSync 31.5 - 64.3

# HorizSync 30-64 # multisync
# HorizSync 31.5, 35.2 # multiple fixed sync frequencies
# HorizSync 15-25, 30-50 # multiple ranges of sync frequencies


VertRefresh 50-70

EndSection


Section "Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

# Chipset "generic"

Driver "vga"

# BusID "PCI:0:10:0"

# VideoRam 256

# Clocks 25.2 28.3

EndSection


Section "Device"
Identifier "X600"
Driver "fglrx"
# unsupported card
#VideoRam 262144
# Insert Clocks lines here if appropriate
EndSection


Section "Screen"
Identifier "Screen 1"
Device "X600"
Monitor "DELL E176FP"
DefaultDepth 24

Subsection "Display"
Depth 8
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
ViewPort 0 0
EndSubsection
EndSection


Section "ServerLayout"

Identifier "Simple Layout"

Screen "Screen 1"

InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
# Mode 0666
# EndSection

_________________
Checking users... one lamer detected !!


Last edited by Madjes on Thu May 17, 2007 10:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
davidou2a
Guru
Guru


Joined: 15 Dec 2006
Posts: 574
Location: Ajaccio

PostPosted: Thu May 17, 2007 1:01 pm    Post subject: Reply with quote

A titre d'exemple voiçi le mien :

Code:
Section "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "aticonfig-Screen[0]" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
   RgbPath      "/usr/share/X11/rgb"
   ModulePath   "/usr/lib64/xorg/modules"
   FontPath     "/usr/share/fonts/misc/"
   FontPath     "/usr/share/fonts/TTF/"
   FontPath     "/usr/share/fonts/OTF"
   FontPath     "/usr/share/fonts/Type1/"
   FontPath     "/usr/share/fonts/CID/"
   FontPath     "/usr/share/fonts/100dpi/"
   FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
   Load  "extmod"
   Load  "dbe"
   Load  "record"
   Load  "xtrap"
   Load  "dri"
   Load  "glx"
   Load  "freetype"
   Load  "type1"
   Load  "speedo"
EndSection

Section "InputDevice"
   Identifier  "Keyboard0"
   Driver      "kbd"
   Option       "XkbModel" "pc110"
   Option       "XkbLayout" "fr"
EndSection

Section "InputDevice"
   Identifier  "Mouse0"
   Driver      "mouse"
   Option       "Protocol" "auto"
   Option       "Device" "/dev/input/mice"
   Option       "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
   Identifier   "aticonfig-Monitor[0]"
   Option       "VendorName" "ATI Proprietary Driver"
   Option       "ModelName" "Generic Autodetecting Monitor"
   Option       "DPMS" "true"
   Option      "DRI" "true"
EndSection


Section "Device"
   Identifier  "aticonfig-Device[0]"
   Driver      "fglrx"
   Option       "DRI" "true"
EndSection

Section "Screen"
   Identifier "aticonfig-Screen[0]"
   Device     "aticonfig-Device[0]"
   Monitor    "aticonfig-Monitor[0]"
   DefaultDepth    24
   SubSection "Display"
      Viewport   0 0
      Depth     24
      Modes   "1280x1024"
   EndSubSection
EndSection

Section "DRI"
   Group        0
   Mode         0666
EndSection

#Section "Extensions"
#        Option "Composite" "Enable"
#   Option "RENDER" "Enable"
#EndSection


PS : Epures un peu ton xorg.conf ça sera plus lisible :wink:
_________________
L'enfer je connais, il s'appelle Windows...
Back to top
View user's profile Send private message
Madjes
n00b
n00b


Joined: 14 May 2007
Posts: 47

PostPosted: Thu May 17, 2007 10:05 pm    Post subject: Reply with quote

Voila c'est fait :)
_________________
Checking users... one lamer detected !!
Back to top
View user's profile Send private message
davidou2a
Guru
Guru


Joined: 15 Dec 2006
Posts: 574
Location: Ajaccio

PostPosted: Thu May 17, 2007 11:21 pm    Post subject: Reply with quote

Madjes wrote:
Voila c'est fait :)

t as reussi a resoudre le probleme???
_________________
L'enfer je connais, il s'appelle Windows...
Back to top
View user's profile Send private message
Madjes
n00b
n00b


Joined: 14 May 2007
Posts: 47

PostPosted: Thu May 17, 2007 11:34 pm    Post subject: Reply with quote

Eu non, juste epurer un peu mon xorg.conf.
_________________
Checking users... one lamer detected !!
Back to top
View user's profile Send private message
Madjes
n00b
n00b


Joined: 14 May 2007
Posts: 47

PostPosted: Fri May 18, 2007 10:54 am    Post subject: Reply with quote

Un petit up, parce que sans la configuration clavier c'est pas facile a taper les commandes :(
_________________
Checking users... one lamer detected !!
Back to top
View user's profile Send private message
davidou2a
Guru
Guru


Joined: 15 Dec 2006
Posts: 574
Location: Ajaccio

PostPosted: Fri May 18, 2007 11:18 am    Post subject: Reply with quote

Regardes la mienne, et compares a la tienne et tu devrais trouver ce qui te manque :)
_________________
L'enfer je connais, il s'appelle Windows...
Back to top
View user's profile Send private message
Madjes
n00b
n00b


Joined: 14 May 2007
Posts: 47

PostPosted: Fri May 18, 2007 12:19 pm    Post subject: Reply with quote

Ils sont tous pareil les xorg.conf a part au niveau des pilotes graphique ?
_________________
Checking users... one lamer detected !!
Back to top
View user's profile Send private message
davidou2a
Guru
Guru


Joined: 15 Dec 2006
Posts: 574
Location: Ajaccio

PostPosted: Fri May 18, 2007 1:56 pm    Post subject: Reply with quote

Si deja tu enlevais les commentaires tu verrais deja bien mieux le contenu...
je pense que c'est mieux comme ça non? c'est plus lisible...

Code:
Section "Module"
   Load "dbe"
   SubSection "extmod"
   Option "omit xfree86-dga" # don't initialise the DGA extension
   EndSubSection
   Load "freetype"
EndSection

Section "Files"
   FontPath "/usr/share/fonts/misc/"
   FontPath "/usr/share/fonts/100dpi/"
   FontPath "/usr/share/fonts/75dpi/"
EndSection

Section "ServerFlags"
EndSection

Section "InputDevice"
   Identifier "Keyboard1"
   Driver "kbd"
   Option "AutoRepeat" "500 30"
   Option "XkbRules" "xorg"
   Option "XkbModel" "microsoftmult"
   Option "XkbLayout" "fr"
   Option "XkbVariant" "latin_9"
EndSection

Section "InputDevice"
   Identifier "Mouse1"
   Driver "mouse"
   Option "Protocol" "Auto" # Auto detect
   Option "Device" "/dev/input/mice"
   Option "ZAxisMapping" "4 5 6 7"
   Option "Emulate3Buttons"
EndSection


Section "Monitor"
   Identifier "DELL E176FP"
   HorizSync 31.5 - 64.3
   VertRefresh 50-70
EndSection


Section "Device"
   Identifier "Standard VGA"
   VendorName "Unknown"
   BoardName "Unknown"
   Driver "vga"
EndSection


Section "Device"
   Identifier "X600"
   Driver "fglrx"
EndSection


Section "Screen"
   Identifier "Screen 1"
   Device "X600"
   Monitor "DELL E176FP"
   DefaultDepth 24
   Subsection "Display"
      Depth 8
      Modes "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort 0 0
   EndSubsection
   Subsection "Display"
      Depth 16
      Modes "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort 0 0
   EndSubsection
   Subsection "Display"
      Depth 24
      Modes "1280x1024" "1024x768" "800x600" "640x480"
      ViewPort 0 0
   EndSubsection
EndSection

Section "ServerLayout"
   Identifier "Simple Layout"
   Screen "Screen 1"
   InputDevice "Mouse1" "CorePointer"
   InputDevice "Keyboard1" "CoreKeyboard"
EndSection


maintenant as tu bien ça dans ton /etc/make.conf :
Code:
INPUT_DEVICES="keyboard mouse"


et as tu bien suivi ce tuto?
http://www.gentoo.org/doc/fr/xorg-config.xml
_________________
L'enfer je connais, il s'appelle Windows...
Back to top
View user's profile Send private message
Dumble
n00b
n00b


Joined: 31 Aug 2006
Posts: 70

PostPosted: Fri May 18, 2007 3:21 pm    Post subject: Reply with quote

Quote:
Option "XkbVariant" "latin_9"


faut pas de "_", met directement "latin9"
_________________
Eternity is a very long time, especially towards the end... (S. Hawking)
Back to top
View user's profile Send private message
Madjes
n00b
n00b


Joined: 14 May 2007
Posts: 47

PostPosted: Fri May 18, 2007 8:39 pm    Post subject: Reply with quote

Merci à vous deux pour votre aide, mon clavier marche mais au demarage j'ai toujours le même message d'erreur et je comprend pas pourquoi :(
_________________
Checking users... one lamer detected !!
Back to top
View user's profile Send private message
davidou2a
Guru
Guru


Joined: 15 Dec 2006
Posts: 574
Location: Ajaccio

PostPosted: Fri May 18, 2007 9:16 pm    Post subject: Reply with quote

Un petit resolu ? :wink:
_________________
L'enfer je connais, il s'appelle Windows...
Back to top
View user's profile Send private message
Madjes
n00b
n00b


Joined: 14 May 2007
Posts: 47

PostPosted: Fri May 18, 2007 9:55 pm    Post subject: Reply with quote

Eu ba pas tout à fait :oops: je vais essayer un ou deux truc pour voir si le message d'erreur disparaît et je vous tient au courant
_________________
Checking users... one lamer detected !!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
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