Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 22/02/2007, à 08:46

philobbe

clavier en qwerty au demarrage...

Bonjour,
J'ai fait une copie identique de mon dd avec ubuntu dessus sur un autre dd.
J'ai installé le dd copié dans un autre ordi.
Il m'a mis un message d'erreur du fichier /etc/x11/xorg.conf au demarrage!
J'ai suivi la consigne suivante que j'ai lue:
Pour mettre en place configuration de secours, il faut :

Cela ne dispense pas, bien évidement, de sauvegarder le fichier /etc/X11/xorg.conf originel pour pouvoir revenir en arrière

$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
$ wget http://taltan.free.fr/xorg.conf.taltan
$ sudo cp xorg.conf.taltan /etc/X11/xorg.conf

Pour reconfigurer proprement Xorg, avec une détection de matériel, etc ... il faut

$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
$ sudo dpkg-reconfigure -phigh xserver-xorg

Dans tous les cas, pour revenir en arrière, il faut :

$ sudo cp /etc/X11/xorg.conf.backup /etc/X11/xorg.conf

Maintenant l'ordi demarre bien sur ubuntu!
Cependant mon probleme est que j'ai configuré mon clavier en mode azerty lors de mon premier acces à ubuntu mais que lorsque il me demande mon nom d'utilisateur et mot de passe au demarrage le clavier est en qwerty. Ensuite lorsque ubuntu s'ouvre le clavier repasse en azerty!
Comment faire pour que mon clavier soit en azerty des le demarrage

Merci à l'avance pour vos réponses!

Hors ligne

#2 Le 22/02/2007, à 12:16

best_friend_fr

Re : clavier en qwerty au demarrage...

Salut

Qu'as tu fait de ces manip?
Quand tu as fait (le cas échéant) le dpkg-reconfigure, as tu précisé francais?

Si oui (et si non d'ailleurs), donne nous ton fichier xorg.conf (disponible par

gedit /etc/X11/xorg.conf

)


sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne

#3 Le 22/02/2007, à 13:09

philobbe

Re : clavier en qwerty au demarrage...

Eh bien en fait j'ai tapé toutes ces commandes à la suite...tel quel!
donc sans préciser la langue...je savais pas...
D'ailleurs avant la connexion reseau marchait et maintenant elle ne marche plus...mais je sais pas si ca a un rapport

# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
    FontPath    "/usr/share/X11/fonts/misc"
    FontPath    "/usr/share/X11/fonts/cyrillic"
    FontPath    "/usr/share/X11/fonts/100dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/75dpi/:unscaled"
    FontPath    "/usr/share/X11/fonts/Type1"
    FontPath    "/usr/share/X11/fonts/100dpi"
    FontPath    "/usr/share/X11/fonts/75dpi"
    # path to defoma fonts
    FontPath    "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
    Load    "i2c"
    Load    "bitmap"
    Load    "ddc"
    Load    "dri"
    Load    "extmod"
    Load    "freetype"
    Load    "glx"
    Load    "int10"
    Load    "type1"
    Load    "vbe"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc104"
    Option        "XkbLayout"    "us"
EndSection

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option        "Emulate3Buttons"    "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "ATI Technologies, Inc. 3D Rage IIC AGP"
    Driver        "ati"
    BusID        "PCI:1:0:0"
EndSection

Section "Monitor"
    Identifier    "TekBright717"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "ATI Technologies, Inc. 3D Rage IIC AGP"
    Monitor        "TekBright717"
    DefaultDepth    24
    SubSection "Display"
        Depth        1
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        4
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        8
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        15
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        16
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
    SubSection "Display"
        Depth        24
        Modes        "1024x768" "800x600" "720x400" "640x480"
    EndSubSection
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
    Screen        "Default Screen"
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice     "stylus" "SendCoreEvents"
    InputDevice     "cursor" "SendCoreEvents"
    InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
    Mode    0666
EndSection


Merci de me dire ce qui cloche....

Hors ligne

#4 Le 22/02/2007, à 15:51

best_friend_fr

Re : clavier en qwerty au demarrage...

Oui, mais quelles commandes?
Je suppose que tu n'as pas fait "pour revenir en arrière" wink

Dans tous les cas, pour régler ton problème, tappes

sudo gedit /etc/X11/xorg.conf

et dans la section input device, tu remplaces les 2 lignes

    Option        "XkbModel"    "pc104"
    Option        "XkbLayout"    "us"

par les 3 lignes

	Option	    "XkbModel" "pc105"
	Option	    "XkbLayout" "fr"
	Option	    "XkbVariant" "latin9"

sudo apt-get replace langage_sms by grammaire orthographe ponctuation
La documentation est avant tout faite pour ceux qui posent les questions, et non ceux qui y répondent
Best_friend_fr

Hors ligne