Pagina 1 di 3 1 2 3 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 23
  1. #1
    Utente di HTML.it L'avatar di fenics
    Registrato dal
    Aug 2004
    Messaggi
    446

    abilitare la rotellina del mouse

    Salve a tutti rag, io devo abilitare la rotellina del mio mouse, so che devo andare in /etc/x11/xfb 6config.... ecc... ma io xfb 6config non ce l' ho, come devo fare allora per abilitarla??

  2. #2
    Utente di HTML.it L'avatar di Trusty
    Registrato dal
    Dec 2004
    Messaggi
    642
    ciao, IMHO devi andare in /etc/X11 è lì cè un un file che si chiama Xorg.conf.....

    editalo e nella sezione del mouse metti:

    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/mouse"
    Option "ZAxisMapping" "6 7"
    EndSection


    http://www.oilproject.org/ -->La Scuola On-LIne degli smanettoni!

  3. #3
    Utente di HTML.it L'avatar di Trusty
    Registrato dal
    Dec 2004
    Messaggi
    642
    ah, dovrebbe esserci anche XF86Config ....
    fatti una copia di backup prima di metterci le mani....a xorg.conf

    http://www.oilproject.org/ -->La Scuola On-LIne degli smanettoni!

  4. #4
    Utente di HTML.it L'avatar di fenics
    Registrato dal
    Aug 2004
    Messaggi
    446
    mmmh ma non è proprio come hai scritto tu, per esempio l' ultima riga non c'è. Per sezione mouse tu intendi section pointer vero??

  5. #5
    Option "ZAxisMapping" "6 7"
    è la riga che fa funzionare la rotella e che manca

    la sezione è proprio imput device

    io ho cosi ad eesempio

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


    le righe che contano per la rotella sono

    Option "Protocol" "ImPS/2"
    e
    Option "ZAxisMapping" "4 5"

  6. #6
    Utente di HTML.it L'avatar di fenics
    Registrato dal
    Aug 2004
    Messaggi
    446
    ok ma (scusami ancora) questo Options ZAxinMapping dove va inserito, direttamente sopra a end section?? Io ad esempio ho questo:
    Section "InputDevice"

    # Identifier and driver

    Identifier "Mouse1"
    Driver "mouse"

    # On platforms where PnP mouse detection is supported the following
    # protocol setting can be used when using a newer PnP mouse:

    # Option "Protocol" "ExplorerPS/2"

    # The available mouse protocols types that you can set below are:
    # Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
    # Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
    # MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
    # ThinkingMouse ThinkingMousePS/2 Xqueue
    Option "Protocol" "PS/2"

    # The mouse device. The device is normally set to /dev/mouse,
    # which is usually a symbolic link to the real device.

    Option "Device" "/dev/mouse"
    # Option "Device" "/dev/psaux"
    # Option "Device" "/dev/ttyS0"
    # Option "Device" "/dev/ttyS1"

    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.

    # Option "Protocol" "Xqueue"

    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.

    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"

    # Emulate3Buttons is an option for 2-button Microsoft mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"

    # ChordMiddle is an option for some 3-button Logitech mice

    # Option "ChordMiddle"

    EndSection

  7. #7
    Utente di HTML.it L'avatar di Rommel
    Registrato dal
    Jun 2004
    Messaggi
    955
    poiché l'argomento è quasi identico, approfitto per chiedere:
    come si abilitano i tasti laterali del mouse? (uso xorg 6.8 su gentoo e il mouse trust 450L)

    grazie in anticipo per le risposte.
    In a world without walls and fences, who needs windows and gates?

  8. #8
    la puoi mettere dove vuoi nella sezione basta che sia decommentata

    ###non cosi praticamente

    cambia anche Option "Protocol" "PS/2" con



    Option "Protocol" "ImPS/2"

  9. #9
    Utente di HTML.it L'avatar di fenics
    Registrato dal
    Aug 2004
    Messaggi
    446
    in pratica così??
    Section "InputDevice"

    # Identifier and driver

    Identifier "Mouse1"
    Driver "mouse"

    # On platforms where PnP mouse detection is supported the following
    # protocol setting can be used when using a newer PnP mouse:

    # Option "Protocol" "ExplorerPS/2"

    # The available mouse protocols types that you can set below are:
    # Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
    # Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
    # MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
    # ThinkingMouse ThinkingMousePS/2 Xqueue
    Option "Protocol" "ImPS/2"

    # The mouse device. The device is normally set to /dev/mouse,
    # which is usually a symbolic link to the real device.

    Option "Device" "/dev/mouse"
    # Option "Device" "/dev/psaux"
    # Option "Device" "/dev/ttyS0"
    # Option "Device" "/dev/ttyS1"

    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.

    # Option "Protocol" "Xqueue"

    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.

    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"

    # Emulate3Buttons is an option for 2-button Microsoft mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"

    # ChordMiddle is an option for some 3-button Logitech mice

    # Option "ChordMiddle"
    Option "ZAxisMapping" "6 7"
    EndSection

  10. #10
    Originariamente inviato da fenics
    in pratica così??
    Section "InputDevice"

    # Identifier and driver

    Identifier "Mouse1"
    Driver "mouse"

    # On platforms where PnP mouse detection is supported the following
    # protocol setting can be used when using a newer PnP mouse:

    # Option "Protocol" "ExplorerPS/2"

    # The available mouse protocols types that you can set below are:
    # Auto BusMouse GlidePoint GlidePointPS/2 IntelliMouse IMPS/2
    # Logitech Microsoft MMHitTab MMSeries Mouseman MouseManPlusPS/2
    # MouseSystems NetMousePS/2 NetScrollPS/2 OSMouse PS/2 SysMouse
    # ThinkingMouse ThinkingMousePS/2 Xqueue
    Option "Protocol" "ImPS/2"

    # The mouse device. The device is normally set to /dev/mouse,
    # which is usually a symbolic link to the real device.

    Option "Device" "/dev/mouse"
    # Option "Device" "/dev/psaux"
    # Option "Device" "/dev/ttyS0"
    # Option "Device" "/dev/ttyS1"

    # When using XQUEUE, comment out the above two lines, and uncomment
    # the following line.

    # Option "Protocol" "Xqueue"

    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.

    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"

    # Emulate3Buttons is an option for 2-button Microsoft mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)

    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"

    # ChordMiddle is an option for some 3-button Logitech mice

    # Option "ChordMiddle"
    Option "ZAxisMapping" "6 7"
    EndSection
    si cosi va bene
    http://www.gentoo.org/images/powered-by-gentoo.jpg

    {rocksteady@bboy}[rocksteady]*/usr/src/linux*$

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.