PDA

View Full Version : [ubuntu] UBUNTU 8.10 : mouse,keyboard,touchpad no response after upgrading



huangweiqiu
October 11th, 2008, 09:31 AM
UBUNTU 8.10 BETA
DELL xps 1210

-----

After routine upgraded last night,i found my mouse ,keyboard,touchpad all have no response.and then after I added below lines to xorg.conf ,the mouse,keyboard,touchpad works again,however the scroll function for touchpad are still not working.help me ! thanks in advance!





Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
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 "SHMConfig" "true"
Option "HorizEdgeScroll" "0"
Option "CorePointer"
EndSection




Section "ServerLayout"
Identifier "Default Layout"
screen "Default Screen"
Inputdevice "Generic Keyboard"
Inputdevice "Configured Mouse"
Inputdevice "Synaptics Touchpad"
EndSection

SunnyRabbiera
October 11th, 2008, 09:32 AM
well... it is a beta.

FruitieX
October 11th, 2008, 01:21 PM
Try installing gsynaptics and configuring the touchpad from there.

loomsen
October 11th, 2008, 01:25 PM
Option "HorizEdgeScroll" "0"

Option "HorizEdgeScroll" "1"

*edit*
If you wanna use vertical scroll the option to add is:

Option "VertEdgeScroll" "True"

alternatively you may also configure scrolling if you use two finger. That way you can use your whole touchpad for scrolling, not only its edge.

Possible Options are:

Option "VertTwoFingerScroll" "True/False"
Option "HorizTwoFingerScroll" "True/False"

Tho it would work having both options, it doesnt make sense, obviously.

*edit*
mine:



Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "True"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizTwoFigerScroll" "True"
Option "VertTwoFingerScroll" "True"
EndSection

huangweiqiu
October 11th, 2008, 05:54 PM
I have tried all above methods,but the scroll function still is not working

seems I have to wait until the official release.

loomsen
October 11th, 2008, 10:34 PM
Actually, I just wanted to close this tab when I saw you have the SHMConfig Option enabled. Maybe your touchpad is brought down by default.

If so, type:

synclient touchpadoff=0
to bring it up.

huangweiqiu
October 12th, 2008, 05:28 AM
thanks,Loomsen

I run :synclient touchpadoff=0 ,then system pointed out that I have not install xserver-xorg-input-synaptics,after I sudo apt-get install xserver-xorg-input-synaptics ,restart computer.touchpad works perfectly.

ultratot
October 28th, 2008, 07:51 AM
Hello.

I've been having the same problem. Both the vertical and horizontal scrollers of my touchpad worked fine when I was running Hardy, but now that i've upgraded to intrepid, I can't get it to work at all. I've already tried the suggestions on this page as well as an older page about the subject and nothing that i've tried has worked. I've also installed the synaptics packages and drivers but it does not help. Here is how my xorg.conf file in /etc/X11 (there's also an xorg.conf.1 file, a xorg.conf.20071226220816 file as well as another xorg.conf file located at /usr/share/xresprobe, though i don't know why):


# xorg.conf (xorg 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 "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "RTCornerButton" "0"
Option "RBCornerButton" "2"
Option "LTCornerButton" "0"
Option "LBCornerButton" "0"
Option "AccelFactor" "0.05"
Option "LockedDrags" "true"
Option "SHMConfig" "on"
Option "HorizEdgeScroll" "1"
Option "VertEdgeScroll" "True"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-67
VertRefresh 30-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection

This is after several attempts to correct the problem, so the synaptics section of it may seem kind of cluttered. I'm not exactly sure what's needed or even if this file is the problem or if its something else entirely. Like I said, i wasn't having any problems before updating to Ubuntu 8.10. Any help is greatly appreciated. I love my little touch scroller. :(

nmltom
November 1st, 2008, 08:38 PM
I am a newbie. Upgraded 6.06 to 8.04 to 8.10 following the instructions and everything seemed to go fine. However, when it was all over the mouse and keyboard did not function at the GDM login screen. I can go to terminal mode and keyboard works fine. Looking for a solution, I did run command "dpkg -reconfigure -phigh xerver-xorg" and got the error message "package x-xerver.org is not installed"

I also tried command from another thread "sudo apt-get install xserver-xorg-input-all" and the command ran but did not get the devices working again. I also restarted the computer. Still mouse and kbd do not work.

I would be grateful for any advice that will help me fix the x-server.org file and get the kbd and mouse working again. Thank you.



Hello.

I've been having the same problem. Both the vertical and horizontal scrollers of my touchpad worked fine when I was running Hardy, but now that i've upgraded to intrepid, I can't get it to work at all. I've already tried the suggestions on this page as well as an older page about the subject and nothing that i've tried has worked. I've also installed the synaptics packages and drivers but it does not help. Here is how my xorg.conf file in /etc/X11 (there's also an xorg.conf.1 file, a xorg.conf.20071226220816 file as well as another xorg.conf file located at /usr/share/xresprobe, though i don't know why):


# xorg.conf (xorg 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 "Files"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

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

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "RTCornerButton" "0"
Option "RBCornerButton" "2"
Option "LTCornerButton" "0"
Option "LBCornerButton" "0"
Option "AccelFactor" "0.05"
Option "LockedDrags" "true"
Option "SHMConfig" "on"
Option "HorizEdgeScroll" "1"
Option "VertEdgeScroll" "True"
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "InputDevice"
Driver "wacom"
Identifier "cursor"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection

Section "Device"
Identifier "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Driver "intel"
BusID "PCI:0:2:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
HorizSync 30-67
VertRefresh 30-60
EndSection

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
# Uncomment if you have a wacom tablet
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
EndSection

This is after several attempts to correct the problem, so the synaptics section of it may seem kind of cluttered. I'm not exactly sure what's needed or even if this file is the problem or if its something else entirely. Like I said, i wasn't having any problems before updating to Ubuntu 8.10. Any help is greatly appreciated. I love my little touch scroller. :(

GoaSpy
December 5th, 2008, 09:47 AM
Upgraded 6.06 to 8.04 to 8.10 following the instructions and everything seemed to go fine. However, when it was all over the mouse and keyboard did not function at the GDM login screen. I can go to terminal mode and keyboard works fine. Looking for a solution

I have the same problem, what can I do? Can someone confirm that the solution is on this "solved" thread? Thanks.

apamau
February 11th, 2009, 07:03 PM
Yes, me too having the same problem. There seems to be no way to fix it, as since my keyboard and mouse not really function, so that's no way to go into the terminal. looks like i have to quit again from ubuntu and will wait for version 9.

as a layment :
version 7 fail me on wireless, i quit
version 8 fail me on keyboard mouse, i quit
hopefully i can really drive into ubuntu in version 9.

as i am not techincal, but just a user, will not spend time into fixing, even though i would like to try, without a workable keyboard, no input can be done.

a brief desciption of the problem:
after booting into the login screen, i can actually enter password, but the main screen, can move the mouse or touch pad, but clicking won't work except firefox. but in firefox, i can type the address as keyboard not response.

so, temporary quit again, no worry, i have all the time to wait for it.

apamau
February 11th, 2009, 07:05 PM
https://bugs.launchpad.net/ubuntu/+bug/287328
When this problem happens Ubuntu no longer accepts any input from the keyboard (except ctrl+alt+bksp to kill X11), the mouse still moves and allows me to perform left mouse clicks inside of applications and to items in the status bars, but menu items will not appear when clicked (the menu item depresses, but the listing never shows).

yes, this is the problem i am facing in my dell inspiron 6000... except i am not using external lcd.

philtabest
February 22nd, 2009, 11:51 PM
hello,

This was funny, I have a desktop computer and searched for hours and hours for a fix for this problem. I tried running commands and reinstalling ubuntu. In the I had spent hours trying to fix the problem and got to the login screen for the final time before smacking the keyboard about and suddenly it started working. So I logged in perfectly and it worked. I restarted the computer and it was back to the still cursor and no ability to type anything. So again I smack the keyboard about for a bit and it works after a bit of hitting. So of course in order not to break my keyboard the third time I pressed each key one by one to find out its actually the print screen key you press and it seems to refresh everything and you can just login from there. As the saying goes if at first you don't succeed smack the keyboard instead.

This message might be a bit hard to read as it was a quick type up.