LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-18-2005, 04:41 AM   #1
bvadr.dk
LQ Newbie
 
Registered: Jun 2004
Location: Denmark
Distribution: Ubuntu 5.04
Posts: 4

Rep: Reputation: 0
Exclamation Touchpad doesn't work


Hi LQ!

Must say, I am a total newbie - MY TOUCHPAD DOESN'T WORK!

I'm am using Ubuntu 5.04, Ksynaptics is installed. The funny thing is, while testing Ubuntu with the live cd, the touchpad worked perfectly, which is why I am so confused.

Can anyone help me?
 
Old 07-18-2005, 06:51 AM   #2
ag2uki
Member
 
Registered: Oct 2004
Location: Yogyakarta, Indonesia
Distribution: Mandrake 9.0, 9.1, 9.2, 10.0
Posts: 84

Rep: Reputation: 16
Probably, your Ubuntu didn't configure your hardware correctly. You have just simply to modify/edit your /etc/X11/xorg.conf

On mouse "InputDevice" section
try to change your option to:

Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"

Mmm... I think that it's better if you paste your xorg.conf here!


regards
Agus Dwi Basuki
 
Old 07-18-2005, 07:40 AM   #3
bvadr.dk
LQ Newbie
 
Registered: Jun 2004
Location: Denmark
Distribution: Ubuntu 5.04
Posts: 4

Original Poster
Rep: Reputation: 0
Well, I tried changing it, so this was in the xorg.conf - Option "Protocol" "PS/2", but it didn't work, so here's the whole file:

# /etc/X11/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 /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/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 commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg

Section "Files"
FontPath "unix/:7100" # local font server
# if the local font server has problems, we can fall back on these
FontPath "/usr/lib/X11/fonts/misc"
FontPath "/usr/lib/X11/fonts/cyrillic"
FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/lib/X11/fonts/Type1"
FontPath "/usr/lib/X11/fonts/CID"
FontPath "/usr/lib/X11/fonts/100dpi"
FontPath "/usr/lib/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID"
EndSection

Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "record"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dk"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "PS/2"
Option "HorizScrollDelta" "0"
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
Driver "ati"
BusID "PCI:1:5:0"
EndSection

Section "Monitor"
Identifier "Generic Monitor"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 9100 U3 (R200 IGP)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

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

Section "DRI"
Mode 0666
EndSection
 
Old 08-22-2005, 10:52 PM   #4
ag2uki
Member
 
Registered: Oct 2004
Location: Yogyakarta, Indonesia
Distribution: Mandrake 9.0, 9.1, 9.2, 10.0
Posts: 84

Rep: Reputation: 16
Yeah.. I know how to fix it. You should have to modify your xorg.conf, just a lil' bit

Code:
Section "Module"
...
Load "synaptics"
modify the following section:
Code:
Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    #Option "CorePointer"  <-- omit this line :)
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
EndSection
    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    #Option "SendCoreEvents" "true" <-- omit this line
    Option "Device" "/dev/psaux"
    Option "Protocol" "PS/2"
    Option "HorizScrollDelta" "0"
EndSection
modify this section too:
Code:
Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse" "SendCoreEvents" 
    InputDevice "Synaptics Touchpad" "CorePointer"
EndSection
In simple words, we just have to set synaptics touchpad as our core pointer. FYI, we can configure your synaptics touchpad on the fly if you enabled SHMConfig option.
I'm so sorry, i didn't watch this thread .

Good Luck

regards
Agus Dwi Basuki

Last edited by ag2uki; 08-22-2005 at 10:54 PM.
 
Old 11-04-2005, 11:58 PM   #5
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Just to share:
I had this experience with acer inspire 3003 and Ubuntu Breezy just today.
The suggestions above didn't help.

It was a puzzle since the touchpad was going fine up to a few hours ago.
Now - it is not unusual, on this machine, for the touchpad to stop going after hibernation. however, it normally goes after a reboot. This time, nothing doing.

In the end, I tried a complete power down (shutdown + remove all power including battery for 20 secs.) and this worked - touchpad going.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Touchpad Won't Work As PS/2 spaaarky21 Fedora 3 02-10-2005 06:50 PM
IBM laptop & touchpad & TrackPoint - touchpad doesn't work! espinosa_cz Linux - Laptop and Netbook 1 08-20-2004 12:45 PM
Help me get my touchpad to work on an Inspiron 8200 n0xide Linux - Laptop and Netbook 3 01-09-2004 11:38 PM
Getting touchpad to work? Klatuu Mandriva 1 12-18-2003 12:12 AM
touchpad can not work in Slackware9.1 preswang Slackware 4 10-29-2003 01:56 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration