Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Xorg 7.1] error loading keymap server-0.xkm (~résolu)
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
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1902
Location: 127.0.0.1

PostPosted: Fri Sep 15, 2006 10:29 am    Post subject: [Xorg 7.1] error loading keymap server-0.xkm (~résolu) Reply with quote

Salut,

Je suis passé de xorg 7.0 à xorg 7.1 il y a quelques jours, et j'avais remarqué une erreur dans le log de Xorg :
Quote:

(EE) Error loading keymap /usr/share/X11/xkb/compiled/server-0.xkm
xkb_types { include "%" };
xkb_compatibility { include "%" };
xkb_symbols { include "%" };
xkb_geometry { include "%" };

Mais xorg démarrait tout de même... jusqu'à maintenant :?

Aujourd'hui, l'erreur se répète à l'infini dans le log, et xorg bloque sur l'écran gris toupabô.
Je démarre xorg de la manière suivante :
Code:

# /etc/init.d/xdm start


mon xorg. conf :
Code:

$ grep -v \# /etc/X11/xorg.conf

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

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

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

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

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "LKM"
        ModelName    "3280"
        Option      "DPMS"
EndSection

Section "Device"
        Identifier  "Card0"
        Driver      "nvidia"
        Option      "NoLogo" "true"
        VendorName  "nVidia Corporation"
        BoardName   "GeForce FX 5600SE"
        BusID       "PCI:1:0:0"
        Option "NvAgp" "3"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        DefaultDepth    24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes "1152x864" "1024x768" "800x600" "640x480"
        EndSubSection
EndSection

Rien de spécial.

J'ai essayé de réemerger certains paquets (xorg-server, xkeyboard-config), rien n'y fait.
En faisant une recherche, je tombe sur des sujets dans ce style, qui datent un peu. çà parle de faire un setxkbmap, mais comment et pourquoi ?
Si quelqu'un a une idée lumineuse. Merci 8)


Last edited by netfab on Fri Sep 15, 2006 2:55 pm; edited 1 time in total
Back to top
View user's profile Send private message
yesi
Guru
Guru


Joined: 25 Oct 2004
Posts: 331

PostPosted: Fri Sep 15, 2006 12:22 pm    Post subject: Reply with quote

juste pour signaler que je suis dans la même situation depuis des mois déjà...
https://forums.gentoo.org/viewtopic-t-496773-highlight-.html

et que j'ai fini pas lâcher l'affaire...(sauf s'il y a une solution...)
Back to top
View user's profile Send private message
UB|K
l33t
l33t


Joined: 27 May 2004
Posts: 786
Location: Villeurbanne, France

PostPosted: Fri Sep 15, 2006 1:15 pm    Post subject: Reply with quote

vous avez vu ça: Xorg: Error loading new keyboard description ?
_________________
Reality is that which, when you stop believing in it, doesn't go away.
Back to top
View user's profile Send private message
netfab
Veteran
Veteran


Joined: 03 Mar 2005
Posts: 1902
Location: 127.0.0.1

PostPosted: Fri Sep 15, 2006 2:53 pm    Post subject: Reply with quote

Bon, problème résolu pour ma part.

J'ai remarqué qu'avec :
Code:

DISPLAYMANAGER="xdm"

dans /etc/rc.conf, Xorg démarrait sans problème.

Utilisant gdm, J'ai donc lancé :
Code:

# emerge -1 gdm

Mais, erreur pendant la compilation : /usr/lib/libgnomevfs-2.so : no such file or directory
Donc :
Code:

# emerge -1 gnome-vfs gdm

Et c'est reparti : X démarre correctement.

Note : à la fin du log de Xorg, j'ai toujours l'erreur :
Quote:

(II) Initializing extension GLX
xkb_keycodes { include "xfree86+aliases(azerty)" };
xkb_types { include "complete" };
xkb_compatibility { include "complete" };
xkb_symbols { include "pc(pc105)+fr" };
xkb_geometry { include "pc(pc105)" };
(II) Mouse0: ps2EnableDataReporting: succeeded
xkb_types { include "%" };
xkb_compatibility { include "%" };
xkb_symbols { include "%" };
xkb_geometry { include "%" };
(EE) Error loading keymap /usr/share/X11/xkb/compiled/server-0.xkm
(II) 3rd Button detected: disabling emulate3Button
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