Swisslinux.org

− The GNU/Linux crossroads in Switzerland −

 

Language

 

The Forum

You are not logged in.

  • Index
  •  » Gentoo
  •  » [Xorg] Clavier fr_CH, problème passage à xorg 7.0 (résolu)

#1 30 Jun 2006 21:41:49

Speedy
Apôtre du libre
 
From: Sierre
Registered: 05 Oct 2004
Posts: 67
Website

[Xorg] Clavier fr_CH, problème passage à xorg 7.0 (résolu)

Avec la mise a jour de xorg en 7.0, j'ai un petit probleme pour les accents et autres. Je ne sais plus ou j'ai trouve la demarche, et mon ancienne configuration ne fonctionne plus sous cette nouvelle version:

Code:

Section "InputDevice"
  Identifier  "Keyboard1"
  Driver    "keyboard"
  Option    "CoreKeyboard"
  Option    "XkbRules"  "xorg"
  Option    "XkbModel"  "pc105"
  Option    "XkbLayout" "fr_CH"

EndSection

j'avais ca avec xorg 6.8:

Code:

Section "InputDevice"

    Identifier  "Keyboard1"
    Driver      "kbd"
    Option "AutoRepeat" "500 30"
    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "pc105"
    Option "XkbLayout"  "fr_CH"

EndSection


Offline

 

#2 30 Jun 2006 21:57:05

Speedy
Apôtre du libre
 
From: Sierre
Registered: 05 Oct 2004
Posts: 67
Website

Re: [Xorg] Clavier fr_CH, problème passage à xorg 7.0 (résolu)

Ca remarche  :mrgreen:

Code:

Section "InputDevice"
  Identifier  "Keyboard1"
  Driver        "kbd"
  Option        "CoreKeyboard"
  Option        "XkbRules"    "xorg"
  Option        "XkbModel"    "pc105"
  Option        "XkbLayout"    "ch"
  Option        "XkbVariant"    "fr"

EndSection

Offline

 
  • Index
  •  » Gentoo
  •  » [Xorg] Clavier fr_CH, problème passage à xorg 7.0 (résolu)

Board footer

Powered by FluxBB