[Mplayer-felhasznalok] Egergombok
Keller Attila
mikimo3 at freemail.hu
Mon Jul 14 00:15:55 CEST 2003
On Sun, 13 Jul 2003 23:54:09 +0200 (CEST)
Zoltan Ponekker <pontscho at kac.poliod.hu> wrote:
>
> Hali
>
> > Sikerult beallitanom az eger minden gombjat, x alatt. Eddig
> > azthittem nem tamogatja az x...
>
> Tolj mar az arcomba egy XF86Config - ot lecci. Kosz
Most igy nez ki:
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/psaux"
Option "Resolution" "290"
Option "Emulate3Buttons" "off"
Option "Buttons" "9"
Option "ZAxisMapping" "4 5 6 7"
De igy nem menne, csak akkor ha atirom a mouse.c-t, a
xc/programs/Xserver/hw/xfree86/input/mouse/
Ezt(1381) :
(pBuf[3] & 0x10) >> 1 | /* button 4 */
(pBuf[3] & 0x20) >> 1; /* button 5 */
Erre :
(pBuf[3] & 0x10) << 3 | /* button 4 */
(pBuf[3] & 0x20) << 3; /* button 5 */
De ezt csak azert csinaltam hogy hatha attol van, hogy a xmodmap-al
varialtam.
Tehat az atiras nelkul is mukodo beallitas:
Option "ZAxisMapping" "8 9 6 7"
ilyenkor meg a 8 9 azaz a gombok voltak a gorgok...
xmodmap -e "pointer = 1 2 3 8 9 6 7 4 5"
ez meg helyretette az egeszet.
udv,
Attila
More information about the MPlayer-felhasznalok
mailing list