Autor Tópico: Desabilitar o touchpad no ubuntu 8.04  (Lida 2116 vezes)

Offline vfarias

  • Usuário Ubuntu
  • *
  • Mensagens: 141
    • Ver perfil
Desabilitar o touchpad no ubuntu 8.04
« Online: 22 de Outubro de 2008, 21:55 »
Amigos do forum sei que já existem tópicos aqui que tratam desse assunto mas já apliquei todos eles e nenhum funcionou. Em outros foruns já encontrei, também, muitas orientações, algumas das quais já usei sem sucesso. Se alguém souber de uma orientação que de fato funcione ficarei eternamente agradecido. Por antecipação, posto, aqui, o arquivo "/etc/X11/xorg.conf" do meu sistema:

# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "abnt2"
   Option      "XkbLayout"   "br"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
EndSection

Section "InputDevice"
   Identifier   "Synaptics Touchpad"
   Driver      "synaptics"
   Option      "SendCoreEvents"   "true"
   Option      "Device"      "/dev/psaux"
   Option      "Protocol"      "auto-dev"
   Option      "HorizEdgeScroll"   "0"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
   InputDevice   "Synaptics Touchpad"
EndSection

Offline gpr

  • Usuário Ubuntu
  • *
  • Mensagens: 98
    • Ver perfil
    • www.gpr.ppg.br
Re: Desabilitar o touchpad no ubuntu 8.04
« Resposta #1 Online: 23 de Outubro de 2008, 00:53 »
tambem gostaria de saber.
pois to querendo fazer artes com linux no laptop e o touchpad atrapalha um pouco.


abraços,
gpr
Ubuntu Studio