Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[xorg-server] Pb clavier à chaque recompilation
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
bivittatus
l33t
l33t


Joined: 31 Jan 2006
Posts: 687
Location: Roissy-en-Brie (France)

PostPosted: Sun Mar 08, 2009 9:21 am    Post subject: [xorg-server] Pb clavier à chaque recompilation Reply with quote

Salut tout le monde!

Quand je recompile le paquet xorg-server, je recompile aussi les paquets:

Code:

x11-drivers/nvidia-drivers                   
x11-drivers/xf86-input-evdev
x11-drivers/xf86-input-keyboard
x11-drivers/xf86-input-mouse


Jusque là, à priori, pas de sushis!

Par contre, là où ça coince sérieusement, c'est que dernièrement, après la recompilation de tout ce joli monde, mon clavier plante! Il se retrouve en qwerty, mais la touche "e" ne fonctionne plus et c'est un bordel innommable!!!

Si ça contentait de planter sous X, je serais bien content en plus! :lol: Ca plante aussi en mode console et encore mieux, directement au niveau de grub!!! :?

Les deux fois où ça m'est arrivé, j'ai du changer mon clavier de port USB (je vous sure que ça a été la solution miracle...strange non?)...

Si vous avez besoin d'infos, n'hésitez pas!!! :wink:
_________________
Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire."
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Sun Mar 08, 2009 6:11 pm    Post subject: Reply with quote

Salut,

Est-ce que tu as le USE "hal" pour xorg-server ?

Dans ce cas, tu dois définir le clavier via HAL et plus via xorg.conf.
_________________
Kind regards,
Xavier Miller
Back to top
View user's profile Send private message
bivittatus
l33t
l33t


Joined: 31 Jan 2006
Posts: 687
Location: Roissy-en-Brie (France)

PostPosted: Sun Mar 08, 2009 9:13 pm    Post subject: Reply with quote

Oui j'ai bien le USE=hal dans xorg-server et tout est bien configuré via hal, evdev et tout le tintouin :lol:

Code:
[21:59] - ~ %eix xorg-server
[I] x11-base/xorg-server
(...)
     Installed versions:  1.5.3-r3(18:08:37 07/03/2009)(hal input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 nptl video_cards_nvidia xorg -3dfx -debug -dmx -input_devices_acecad -input_devices_aiptek -input_devices_calcomp -input_devices_citron -input_devices_digitaledge -input_devices_dmc -input_devices_dynapro -input_devices_elo2300 -input_devices_elographics -input_devices_fpit -input_devices_hyperpen -input_devices_jamstudio -input_devices_joystick -input_devices_magellan -input_devices_microtouch -input_devices_mutouch -input_devices_palmax -input_devices_penmount -input_devices_spaceorb -input_devices_summa -input_devices_synaptics -input_devices_tek4957 -input_devices_tslib -input_devices_ur98 -input_devices_vmmouse -input_devices_void -input_devices_wacom -kdrive -minimal -sdl -tslib -video_cards_apm -video_cards_ark -video_cards_ast -video_cards_chips -video_cards_cirrus -video_cards_cyrix -video_cards_dummy -video_cards_epson -video_cards_fbdev -video_cards_fglrx -video_cards_geode -video_cards_glint -video_cards_i128 -video_cards_i740 -video_cards_impact -video_cards_imstt -video_cards_intel -video_cards_mach64 -video_cards_mga -video_cards_neomagic -video_cards_newport -video_cards_nsc -video_cards_nv -video_cards_r128 -video_cards_radeon -video_cards_radeonhd -video_cards_rendition -video_cards_s3 -video_cards_s3virge -video_cards_savage -video_cards_siliconmotion -video_cards_sis -video_cards_sisusb -video_cards_sunbw2 -video_cards_suncg14 -video_cards_suncg3 -video_cards_suncg6 -video_cards_sunffb -video_cards_sunleo -video_cards_suntcx -video_cards_tdfx -video_cards_tga -video_cards_trident -video_cards_tseng -video_cards_v4l -video_cards_vermilion -video_cards_vesa -video_cards_vga -video_cards_via -video_cards_vmware -video_cards_voodoo -video_cards_xgi)
     Homepage:            http://xorg.freedesktop.org/
     Description:         X.Org X servers



Code:
[21:58] - ~ %cat /etc/hal/fdi/policy/10-x11-input.fdi
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
    <!-- Mouse configuration -->
    <match key="info.capabilities" contains="input.mouse">
      <merge key="input.x11_driver" type="string">evdev</merge>
    </match>

    <!-- Keyboard configuration -->
    <match key="info.capabilities" contains="input.keymap">
      <append key="info.callouts.add" type="strlist">hal-setup-keymap</append>
    </match>
    <match key="info.capabilities" contains="input.keys">
      <merge key="input.xkb.model" type="string">evdev</merge>
      <merge key="input.x11_driver" type="string">evdev</merge>
      <merge key="input.xkb.layout" type="string">fr</merge>
      <merge key="input.xkb.variant" type="string"></merge>
    </match>
  </device>
</deviceinfo>


Code:
[22:08] - /home/toto #cat /etc/X11/xorg.conf
Section "Module"

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

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 "Monitor"

    Identifier  "bluesky"
    HorizSync   31.47-80
    VertRefresh 56-75
    DisplaySize         340 270
EndSection

Section "Device"

    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"
    Driver     "vga"

EndSection

Section "Device"
    Identifier  "geforce"
    Driver      "nvidia"
    VideoRam    65536
    Option      "RenderAccel" "true"
    Option    "AllowGLXWithComposite" "True"
    Option   "Coolbits"   "1"
    Option    "NoLogo"    "true"
EndSection

Section "Screen"
    Identifier  "Screen 1"
    Device      "geforce"
    Monitor     "bluesky"
    Option          "DynamicTwinView"       "false"
    Option "UseEDID" "false"
    Option    "AddARGBGLXVisuals" "True"
    DefaultDepth 24

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

Section "ServerLayout"

    Identifier  "Simple Layout"
    Screen "Screen 1"

EndSection

Section "Extensions"
    Option "Composite" "Enable"
EndSection

_________________
Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire."
Back to top
View user's profile Send private message
RickyLoad
Tux's lil' helper
Tux's lil' helper


Joined: 29 Dec 2006
Posts: 148
Location: Rennes

PostPosted: Mon Mar 09, 2009 3:36 am    Post subject: Reply with quote

Juste comme çà mais la commande ==> setxkbmap -model evdev -layout fr
çà donne quoi ??

et 2e chose :
Code:

<merge key="input.xkb.variant" type="string"></merge>


Pourquoi cette ligne avec aucune option ?
alors que généralement on a un :

<merge key="input.xkb.variant" type="string">,winkeys</merge>
ou
<merge key="input.xkb.variant" type="string">altgr-intl</merge>
ou encore
<merge key="input.xkb.variant" type="string">oss</merge>

et dernière chose , l'a fallu que je modifie les droits sur mon fichier ==> /etc/hal/fdi/policy/10-x11-input.fdi
sinon pas de 3e niveau et j'étais bon aussi pour rentrer le fameux ==> setxkbmap -model evdev -layout fr
a chaque reboot ,depuis aucun blem
Voilà si çà peut aider
Back to top
View user's profile Send private message
bivittatus
l33t
l33t


Joined: 31 Jan 2006
Posts: 687
Location: Roissy-en-Brie (France)

PostPosted: Tue Mar 10, 2009 8:37 pm    Post subject: Reply with quote

Salut et merci pour ta réponse!

La commande "setxkbmap -model evdev -layout fr" ne donne aucun retour...donc à priori, pas de soucis de ce côté là.

Pour la ligne sans arguments, un oubli de ma part!!! :lol: Je l'ai virée et tout est normal!!! :wink:

Pour les droits du fichier "/etc/hal/fdi/policy/10-x11-input.fdi ", il est exécutable et lisible par tous...

Bizarre non?
_________________
Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire."
Back to top
View user's profile Send private message
bivittatus
l33t
l33t


Joined: 31 Jan 2006
Posts: 687
Location: Roissy-en-Brie (France)

PostPosted: Fri Mar 20, 2009 8:08 pm    Post subject: Reply with quote

Juste pour vous dire que ça recommencé...et qu'en changeant mon clavier de port USB, ça remet tout en ordre!!! 8O

Est-ce qu'il n'y aurait pas une histoire d'initialisation du clavier dans l'histoire? Z'allez pas me faire croire aux esprits hein...!!! :?
_________________
Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire."
Back to top
View user's profile Send private message
xaviermiller
Bodhisattva
Bodhisattva


Joined: 23 Jul 2004
Posts: 8708
Location: ~Brussels - Belgique

PostPosted: Fri Mar 20, 2009 8:36 pm    Post subject: Reply with quote

udev et un "persistent rule" ?
_________________
Kind regards,
Xavier Miller
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