Xorg probleme de lancement avec XKB

Salut à tous.
J’ai un serveur sur Debian 5.0 stable, et je dois installer une interface graphique pour tester une appli
J’ai donc lancé l’install du bureau XFCE4

je tape

et il laisse l’écran en “veille”

Je suis persuadé que ça vient de la XKB. Ou alors j’interprète mal les chose

xauth:  creating new authority file /root/.serverauth.8825

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux nagios57 2.6.18-6-486 #1 Fri Dec 12 16:18:30 UTC                             2008 i686
Build Date: 29 May 2008
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug  7 11:26:04 2009
(==) Using config file: "/etc/X11/xorg.conf"

(EE) AIGLX: Screen 0 is not DRI capable
    xkb_keycodes             { include "xfree86+aliases(azerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+fr" };
    xkb_geometry             { include "pc(pc102)" };
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
>                   Ignoring extra symbols
Errors from xkbcomp are not fatal to the X server

J’ai essayé

setxkbmap -rules xorg -model pc102 -layout fr -option ""

Mais il me retourne

Cannot open display "default display"

Voici mon xorg.conf

 Section "Files"
 18         FontPath        "/usr/share/fonts/X11/misc"
 19         FontPath        "/usr/X11R6/lib/X11/fonts/misc"
 20         FontPath        "/usr/share/fonts/X11/cyrillic"
 21         FontPath        "/usr/X11R6/lib/X11/fonts/cyrillic"
 22         FontPath        "/usr/share/fonts/X11/100dpi/:unscaled"
 23         FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
 24         FontPath        "/usr/share/fonts/X11/75dpi/:unscaled"
 25         FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
 26         FontPath        "/usr/share/fonts/X11/Type1"
 27         FontPath        "/usr/X11R6/lib/X11/fonts/Type1"
 28         FontPath        "/usr/share/fonts/X11/100dpi"
 29         FontPath        "/usr/X11R6/lib/X11/fonts/100dpi"
 30         FontPath        "/usr/share/fonts/X11/75dpi"
 31         FontPath        "/usr/X11R6/lib/X11/fonts/75dpi"
 32         # path to defoma fonts
 33         FontPath        "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
 34 EndSection
 35
 36 Section "Module"
 37         Load    "bitmap"
 38         Load    "ddc"
 39 #       Load    "dri"
 40         Load    "extmod"
 41         Load    "freetype"
 42         Load    "glx"
 43         Load    "int10"
 44         Load    "vbe"
 45 EndSection
 46
 47 Section "InputDevice"
 48         Identifier      "Generic Keyboard"
 49         Driver          "kbd"
 50         Option          "CoreKeyboard"
 51         Option          "XkbModel"      "pc102"
 52         Option          "XkbLayout"     "fr"
 53 EndSection
 54
 55 Section "InputDevice"
 56         Identifier      "Configured Mouse"
 57         Driver          "mouse"
 58         Option          "CorePointer"
 59         Option          "Device"                "/dev/input/mice"
 60         Option          "Protocol"              "ImPS/2"
 61 EndSection
 62
 63 Section "Device"
 64         Identifier      "Aucune Idee"
 65         Driver          "vesa"
 66         BusID           "PCI:1:0:0"
 67 EndSection
 68
 69 Section "Monitor"
 70         Identifier      "Ãcran générique"
 71         Option          "DPMS"
 72         HorizSync       28-51
 73         VertRefresh     43-60
 74 EndSection
 75
 76 Section "Screen"
 77         Identifier      "Default Screen"
 78         Device          "Aucune Idee"
 79         Monitor         "Ãcran génériqu
 80         DefaultDepth    16
 81         SubSection "Display"
 82                 Depth           1
 83                 Modes           "1024x768" "800x600" "640x480"
 84         EndSubSection
 85         SubSection "Display"
 86                 Depth           4
 87                 Modes           "1024x768" "800x600" "640x480"
 88         EndSubSection
 89         SubSection "Display"
 90                 Depth           8
 91                 Modes           "1024x768" "800x600" "640x480"
 92         EndSubSection
 93         SubSection "Display"
 94                 Depth           15
 95                 Modes           "1024x768" "800x600" "640x480"
 96         EndSubSection
 97         SubSection "Display"
 98                 Depth           16
 99                 Modes           "1024x768" "800x600" "640x480"
100         EndSubSection
101         SubSection "Display"
102                 Depth           24
103                 Modes           "1024x768" "800x600" "640x480"
104         EndSubSection
105 EndSection
106
107 Section "ServerLayout"
108         Identifier      "Default Layout"
109         Screen          "Default Screen"
110         InputDevice     "Generic Keyboard"
111         InputDevice     "Configured Mouse"
112 EndSection
113
114 Section "DRI"
115         Mode    0666
116 EndSection
                                                                        

Merci d’avance :smt102

Salut.

Il n’y aurait pas quelque chose de bizarre dans ton xorg.conf, la ligne “load dri” de la section module est commentée et tu as une section DRI active.

Ce qui me fait dire çelà, c’est b AIGLX: Screen 0 is not DRI capable[/b]

Hélas Commenté ou decommenté cela ne change rien du tout :smt068
La partis graphique de linux n’est pas vraiment mon fort pour l’instant …

j’ai eu plusieurs fois le probleme
"out of range" et écran qui se met en veille
essaye deja ca

# killall xdm (ou kdm ou gdm )
# Xorg -configure
# X -config /root/xorg.conf.new

Si c’est ok

# mv /etc/X11/xorg.conf /etc/X11/xorg.conf.old
# cp /root/xorg.conf.new /etc/X11/xorg.conf

Pour

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux nagios57 2.6.18-6-486 #1 Fri Dec 12 16:18:30 UTC 2008 i686
Build Date: 29 May 2008
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug  7 13:01:31 2009
List of video drivers:
        vmware
        sisusb
        newport
        apm
        cyrix
        voodoo
        tseng
        ati
        s3
        r128
        imstt
        i740
        mga
        nv
        neomagic
        siliconmotion
        radeon
        i128
        s3virge
        tdfx
        chips
        dummy
        rendition
        atimisc
        ark
        sis
        via
        savage
        cirrus
        nsc
        i810
        v4l
        trident
        glint
        tga
        fbdev
        vesa
        vga
(++) Using config file: "/root/xorg.conf.new"


Xorg is not able to detect your mouse.
Edit the file and correct the Device.

Your xorg.conf file is /root/xorg.conf.new

To test the server, run 'X -config /root/xorg.conf.new'

Probleme avec la sourie il me semble ?

Quand je fait la commande

X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN
Current Operating System: Linux nagios57 2.6.18-6-486 #1 Fri Dec 12 16:18:30 UTC 2008 i686
Build Date: 29 May 2008
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug  7 12:59:22 2009
(++) Using config file: "/root/xorg.conf.new"
(EE) AIGLX: Screen 0 is not DRI capable
(EE) xf86OpenSerial: Cannot open device /dev/mouse
        No such file or directory.
(EE) Mouse0: cannot open input device
(EE) PreInit failed for input device "Mouse0"
    xkb_keycodes             { include "xfree86+aliases(qwerty)" };
    xkb_types                { include "complete" };
    xkb_compatibility        { include "complete" };
    xkb_symbols              { include "pc(pc105)+us" };
    xkb_geometry             { include "pc(pc105)" };
No core pointer

Fatal server error:
failed to initialize core devices

Essaie de remplacer /dev/mouse0 par /dev/input/mouse0 ou /dev/input/mice dans le fichier /root/xorg.conf.new et relance la commande “X -config /root/xorg.conf.new”

:smt026

C’etait le probleme de la sourie sur le nouveau xorg.conf
je l’ai remplacé par

/dev/input/mice

Merci à vous, je note la procédure que je vais garder au chaud sur ma clé USB !!
Ca marche niquel !

Bon week end à vous :smt006 :smt006

salut à tous,

en fait, c’est dommage, mais c’est comme souvent, l’information est mal communiquée car comme l’indique le lien suivant, c’était prévisible http://www.unixgarden.com/index.php/comprendre/une-nouvelle-disposition-de-clavier-francais-pour-xorg