Hi, i'm a newbie... please be kind!
Well, i have a toshiba laptop (satellite pro) and installed on it "ubuntu 8.04.1 amd64 LTS". The installation of Ubuntu was made with a usb-mouse connecter and i prefer it over the touchpad, but in ubuntu i can't choose, because the touchpad does'nt work, with or without the usb mouse connected.
Reading about synaptics touchpad in http://tuxmobil.org/touchpad_driver.html , i used this commands with the respective output:
So, that means i have a synaptics touchpad, later this page says:Code:$cat /proc/bus/input/devices" ... I: Bus=0011 Vendor=0002 Product=0007 Version=92b1 N: Name="SynPS/2 Synaptics TouchPad" P: Phys=isa0060/serio1/input0 S: Sysfs=/devices/platform/i8042/serio1/input/input8 U: Uniq= H: Handlers=mouse1 event8 B: EV=b B: KEY=6420 7000f 0 0 0 0 B: ABS=11000003 I: Bus=0003 Vendor=093a Product=2510 Version=0110 N: Name="PIXART USB OPTICAL MOUSE" P: Phys=usb-0000:00:13.0-2/input0 S: Sysfs=/devices/pci0000:00/0000:00:13.0/usb2/2-2/2-2:1.0/input/input9 U: Uniq= H: Handlers=mouse2 event9 B: EV=17 B: KEY=70000 0 0 0 0 B: REL=103 B: MSC=10 ...
"For Kernels >= 2.6 also you need the psmouse driver loaded in order to correctly use a Synaptics Touchpad. Then dmesg shows e.g.:
"Code:Synaptics Touchpad, model: 1 Firmware: 5.9 Sensor: 37 new absolute packet format Touchpad has extended capability bits -> multifinger detection -> palm detection input: SynPS/2 Synaptics TouchPad on isa0060/serio1
And in my laptop appear this lines, the most similar to previous:
In "Systems\Preferences\Mouse" i have enabled the touchpad.Code:... [ 49.026442] Synaptics Touchpad, model: 1, fw: 6.3, id: 0x9280b1, caps: 0xa04711/0xa04000 ... [ 49.104678] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input8 ...
In "Systems\Preferences\Touchpad" doesn't work at the beginning but i edit the file "xorg.conf" adding this line:
To the [Section "Input devices" | Identifier "Synaptics touchpad"], that section was already there.Code:Option "SHMConfig" "on"
With this change "Systems\Preferences\Touchpad" load without problems and is enabled "Activate Touchpad"
So my xorg.conf looks:
So, how i fix the touchpad?Code:# 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 "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" Defaultdepth 24 EndSection Section "Device" Identifier "Configured Video Device" Driver "fglrx" Option "VideoOverlay" "on" Option "OpenGLOverlay" "off" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "es" 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" Option "SHMConfig" "on" EndSection Section "ServerLayout" Identifier "Default Layout" screen "Default Screen" Inputdevice "Synaptics Touchpad" EndSection Section "Module" Load "glx" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Extensions" Option "Composite" "Enable" EndSection
Thanks in advance...



Adv Reply





Bookmarks