Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Modular Xorg 7.0, driver evdev para teclado [SOLUCIONADO]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
salvapc
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2002
Posts: 99
Location: Murcia (Spain)

PostPosted: Mon Apr 24, 2006 10:36 pm    Post subject: Modular Xorg 7.0, driver evdev para teclado [SOLUCIONADO] Reply with quote

He instalado xorg 7.0 y todo va bien excepto el teclado.
Hay teclas que no me funcionan, el grupo del teclado numerico, las flechas de direccion, el grupo de inser,sup,avpag.., el Atlt Gr (no puedo poner la arroba)
Uso el driver evdev porque tengo una configuracion multi-terminal

os pongo mi conf de telcado

Code:

Section "InputDevice"
         Identifier      "GeniusPS2KeyboardWireless"
         Driver          "evdev"
         Option          "Device"        "/dev/input/event_Teclado_PS2_Genius_wireless"
         Option          "CoreKeyboard"
         Option "XkbModel" "pc105"
         Option "XkbLayout" "es"
         Option "XkbVariant" "nodeadkeys"
        Option "XkbOptions" "lv3:ralt_switch"
EndSection


bueno a ver si alguien me da un poco de luz ?

gracias
_________________
Nacionalismos y Religiones, las PESTES de la Humanidad
... yo


Last edited by salvapc on Sat Apr 29, 2006 11:02 pm; edited 1 time in total
Back to top
View user's profile Send private message
salvapc
Tux's lil' helper
Tux's lil' helper


Joined: 03 Nov 2002
Posts: 99
Location: Murcia (Spain)

PostPosted: Sat Apr 29, 2006 11:01 pm    Post subject: Pues encontre la solucion Reply with quote

Buscando en los foros encontre este post https://forums.gentoo.org/viewtopic-t-428378.html

añadi esto en /usr/share/X11/xkb/keycodes/aliases

Code:

xkb_keycodes "evdev" {
      <RCTL> = 105;
      <RALT> = 108;
      <LWIN> = 133;
      <RWIN> = 134;
      <MENU> = 135;
      <PRSC> = 107;
      <SYRQ> =  107;
      <PAUS> = 127;
      <BRK>  = 127;
      <INS>  = 118;
      <HOME> = 110 ;
      <PGUP> =  112;
      <DELE> = 119;
      <END>  = 115;
      <PGDN> = 117;
      <UP>   =  111;
      <LEFT> = 113;
      <DOWN> = 116;
      <RGHT> = 114;
      <KPDV> = 106;
     <KPEN> = 104;
 };



Como uso kde puse este script en el Autostart de kde y desactive el diseño de teclado
en el Centro de control.

Code:

#!/bin/bash
setxkbmap -rules xorg -model pc105 -layout es

setxkbmap -rules xorg -model pc105 -layout es -option grp:shift_toggle && setxkbmap es -keycodes 'xfree86+aliases(azerty)+aliases(evdev)'


En fin, solucionado
_________________
Nacionalismos y Religiones, las PESTES de la Humanidad
... yo
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish 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