Pagina 1 di 2 1 2 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 13

Discussione: Disabilitare TouchPad

  1. #1
    Utente di HTML.it L'avatar di SMASH
    Registrato dal
    Jun 2001
    Messaggi
    952

    Disabilitare TouchPad

    Ciao, volevo sapere se era possibile disabilitare il Mouse TouchPad del notebook, lasciando soltanto il mouse ps/2 esterno.

    TNX
    .::Un consiglio può essere buono, ma tu ragiona da solo::.

  2. #2
    Utente di HTML.it
    Registrato dal
    Aug 2002
    Messaggi
    976
    cancelli/commenti la sezione relativa nel file di conf di X
    francesco

  3. #3
    Utente di HTML.it L'avatar di SMASH
    Registrato dal
    Jun 2001
    Messaggi
    952
    Ok, allora ci sono due voci per i due mouse?
    .::Un consiglio può essere buono, ma tu ragiona da solo::.

  4. #4
    Utente di HTML.it L'avatar di SMASH
    Registrato dal
    Jun 2001
    Messaggi
    952
    # ************************************************** ********************
    # Core Pointer's InputDevice section
    # ************************************************** ********************

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

    # 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


    ...è uno solo... :master:
    .::Un consiglio può essere buono, ma tu ragiona da solo::.

  5. #5
    Utente di HTML.it
    Registrato dal
    Aug 2002
    Messaggi
    976
    ma com'è la tua situazione adesso ? funziona solo il tp ?
    francesco

  6. #6
    Utente di HTML.it L'avatar di SMASH
    Registrato dal
    Jun 2001
    Messaggi
    952
    Funzionano entrambi.
    Io voglio disabilitare il Touch perchè troppo sensibile, se ci finisce un granello di polvere succede un bordello: finestre che si spostano da sole, click ovunque, freccia che si muove a velocità folle... VVoVe:
    .::Un consiglio può essere buono, ma tu ragiona da solo::.

  7. #7
    Utente di HTML.it
    Registrato dal
    Aug 2002
    Messaggi
    976
    Originariamente inviato da SMASH
    Funzionano entrambi.
    Io voglio disabilitare il Touch perchè troppo sensibile, se ci finisce un granello di polvere succede un bordello: finestre che si spostano da sole, click ovunque, freccia che si muove a velocità folle... VVoVe:
    ahah ti consiglio allora di installare i driver synaptic:

    http://w1.894.telia.com/~u89404340/touchpad/

    segui le istruzioni del readme e vedrai che risolvi senza disabilitare nulla.. fai anche una ricerca nel forum per touchpad che se ne è parlato abbastanza
    francesco

  8. #8
    Utente di HTML.it L'avatar di SMASH
    Registrato dal
    Jun 2001
    Messaggi
    952
    Fatto, installato tutto, ma benefici zero...
    .::Un consiglio può essere buono, ma tu ragiona da solo::.

  9. #9
    Utente di HTML.it
    Registrato dal
    Aug 2002
    Messaggi
    976
    Originariamente inviato da SMASH
    Fatto, installato tutto, ma benefici zero...



    il modulo synaptic è stato compilato e carica correttamente ? evdev ? hai modificato xorg.conf ? i log riportano qualche errore ?
    francesco

  10. #10
    Utente di HTML.it L'avatar di SMASH
    Registrato dal
    Jun 2001
    Messaggi
    952
    dmesg:
    input: PS/2 Synaptics TouchPad on isa0060/serio2
    input: PS/2 Generic Mouse on isa0060/serio4

    lsmod:
    ...
    evdev 7296 0
    ...

    Xorg.conf:

    .....
    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" "Auto"

    # 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


    Section "InputDevice"
    Identifier "Synaptics Mouse"
    Driver "synaptics"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    # Option "Repeater" "/dev/ps2mouse"
    EndSection
    .....

    Section "ServerLayout"

    # The Identifier line must be present
    Identifier "Simple Layout"

    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.

    Screen "Screen 1"

    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".

    InputDevice "Mouse1" "AlwaysCore"
    InputDevice "Synaptics Mouse" "AlwaysCore"
    InputDevice "Keyboard1" "CoreKeyboard"

    EndSection
    ...

    Dal log Xorg.0.log:

    .............
    (**) Option "Protocol" "PS/2"
    (**) Mouse1: Device: "/dev/mouse"
    (**) Mouse1: Protocol: "PS/2"
    (**) Option "AlwaysCore"
    (**) Mouse1: always reports core events
    (**) Option "Device" "/dev/mouse"
    (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
    (==) Mouse1: Buttons: 3
    (II) Synaptics touchpad driver version 0.13.5
    Synaptics Mouse no synaptics event device found (checked 4 nodes)
    (**) Option "Device" "/dev/psaux"
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "180"
    (**) Option "MaxTapMove" "220"
    (**) Option "VertScrollDelta" "100"
    Query no Synaptics: 6003C8
    (EE) Synaptics Mouse no synaptics touchpad detected and no repeater device
    (EE) Synaptics Mouse Unable to query/initialize Synaptics hardware.
    (EE) PreInit failed for input device "Synaptics Mouse"
    (II) UnloadModule: "synaptics"
    (II) Keyboard "Keyboard1" handled by legacy driver
    (**) Mouse1: Device: "/dev/mouse"
    (**) Mouse1: Protocol: "PS/2"
    (**) Option "CorePointer"
    (**) Mouse1: Core Pointer
    (**) Option "Device" "/dev/mouse"
    (==) Mouse1: Emulate3Buttons, Emulate3Timeout: 50
    (==) Mouse1: Buttons: 3
    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
    (II) XINPUT: Adding extended input device "Mouse1" (type: MOUSE)
    (II) Mouse1: ps2EnableDataReporting: succeeded
    (II) Mouse1: ps2EnableDataReporting: succeeded
    Could not init font path element /usr/X11R6/lib/X11/fonts/local, removing from list!
    Could not init font path element /usr/X11R6/lib/X11/fonts/CID, removing from list!
    Could not init font path element /usr/share/fonts, removing from list!
    Could not init font path element /usr/X11R6/lib/X11/fonts, removing from list!
    Could not init font path element /usr/share/fonts/default, removing from list!
    Could not init font path element /usr/share/fonts/default/Type1, removing from list!
    SetClientVersion: 0 8
    ..............

    Non sarà supportato il mio modello??
    .::Un consiglio può essere buono, ma tu ragiona da solo::.

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 © 2024 vBulletin Solutions, Inc. All rights reserved.