• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[gelöst] Wie Touchpad deaktivieren?

Status
Für weitere Antworten geschlossen.

micha_b

Newbie
Hallo Suse-User,

mein Dell Latitude D630 hat einen Trackpoint, ein Touchpad und eine USB-Maus. Denutzen tue ich nur die Maus, außer, wenn ich unterwegs bin - dann nutze ich den Trackpoint. Das Touchpad möchte ich abschalten.
Unter yast->Hardware->Mausmodell sind drei Mäuse aufgeführt: USB Logitech Optical Mouse und zweimal ALPS Touchpad
Die Logitech Maus habe ich aktiviert und beide ALPS Einträge deaktiviert. Leider funktionieren Trackpoint und Touchpad trotzdem :-(

Wo kann ich das Touchpad abschalten (außer im BIOS)?

Gruß,
Michael

PS: openSuse 11.1 64Bit ist installiert

Code:
cat /etc/X11/xorg.conf
# /.../                                     
# SaX generated X11 config file             
# Created on: 2009-07-28T11:24:16+0200.     
#                                           
# Version: 8.1                              
# Contact: Marcus Schaefer <sax@suse.de>, 2005
# Contact: SaX-User list <https://lists.berlios.de/mailman/listinfo/sax-users>
#                                                                             
# Automatically generated by [ISaX] (8.1)                                     
# PLEASE DO NOT EDIT THIS FILE!                                               
#                                                                             

Section "Files"
  FontPath     "/usr/share/fonts/misc:unscaled"
  FontPath     "/usr/share/fonts/local"        
  FontPath     "/usr/share/fonts/75dpi:unscaled"
  FontPath     "/usr/share/fonts/100dpi:unscaled"
  FontPath     "/usr/share/fonts/Type1"          
  FontPath     "/usr/share/fonts/URW"            
  FontPath     "/usr/share/fonts/Speedo"         
  FontPath     "/usr/share/fonts/PEX"            
  FontPath     "/usr/share/fonts/cyrillic"       
  FontPath     "/usr/share/fonts/latin2/misc:unscaled"
  FontPath     "/usr/share/fonts/latin2/75dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/100dpi:unscaled"
  FontPath     "/usr/share/fonts/latin2/Type1"          
  FontPath     "/usr/share/fonts/latin7/75dpi:unscaled" 
  FontPath     "/usr/share/fonts/baekmuk:unscaled"      
  FontPath     "/usr/share/fonts/japanese:unscaled"     
  FontPath     "/usr/share/fonts/kwintv"                
  FontPath     "/usr/share/fonts/truetype"              
  FontPath     "/usr/share/fonts/uni:unscaled"          
  FontPath     "/usr/share/fonts/CID"                   
  FontPath     "/usr/share/fonts/ucs/misc:unscaled"     
  FontPath     "/usr/share/fonts/ucs/75dpi:unscaled"    
  FontPath     "/usr/share/fonts/ucs/100dpi:unscaled"   
  FontPath     "/usr/share/fonts/hellas/misc:unscaled"  
  FontPath     "/usr/share/fonts/hellas/75dpi:unscaled" 
  FontPath     "/usr/share/fonts/hellas/100dpi:unscaled"
  FontPath     "/usr/share/fonts/hellas/Type1"          
  FontPath     "/usr/share/fonts/misc/sgi:unscaled"     
  FontPath     "/usr/share/fonts/xtest"                 
  FontPath     "/opt/kde3/share/fonts"                  
  InputDevices "/dev/gpmdata"                           
  InputDevices "/dev/input/mice"                        
EndSection                                              

Section "ServerFlags"
  Option       "AllowMouseOpenFail" "on"
  Option       "ZapWarning" "on"        
EndSection                              

Section "Module"
  Load         "freetype"
  Load         "dbe"     
  Load         "dri"     
  Load         "glx"     
  Load         "extmod"  
EndSection               

Section "InputDevice"
  Driver       "kbd" 
  Identifier   "Keyboard[0]"
  Option       "Protocol" "Standard"
  Option       "XkbLayout" "de"     
  Option       "XkbModel" "microsoftpro"
  Option       "XkbRules" "xfree86"     
  Option       "XkbVariant" "nodeadkeys"
EndSection                              


Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "12"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Logitech USB Optical Mouse"
  Option       "Protocol" "explorerps/2"          
  Option       "Vendor" "Sysp"                    
  Option       "ZAxisMapping" "4 5"               
EndSection                                        

Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[3]" 
  Option       "AccelFactor" "0.01"
  Option       "BottomEdge" "650"  
  Option       "Buttons" "5"       
  Option       "CircScrollDelta" "0.1"
  Option       "CircScrollTrigger" "2"
  Option       "CircularScrolling" "1"
  Option       "Device" "/dev/input/mice"
  Option       "EdgeMotionMaxSpeed" "15" 
  Option       "EdgeMotionMinSpeed" "15" 
  Option       "Emulate3Buttons" "on"    
  Option       "EmulateMidButtonTime" "75"
  Option       "FingerHigh" "15"          
  Option       "FingerLow" "14"           
  Option       "HorizScrollDelta" "20"    
  Option       "InputFashion" "Mouse"     
  Option       "LeftEdge" "120"           
  Option       "MaxSpeed" "0.5"           
  Option       "MaxTapMove" "110"         
  Option       "MaxTapTime" "180"         
  Option       "MinSpeed" "0.2"           
  Option       "Name" "Touchpad"          
  Option       "Protocol" "auto-dev"      
  Option       "RightEdge" "830"          
  Option       "SHMConfig" "on"           
  Option       "TopEdge" "120"            
  Option       "UpDownScrolling" "1"      
  Option       "Vendor" "ALPS"            
  Option       "VertScrollDelta" "20"     
  Option       "ZAxisMapping" "4 5"       
EndSection                                

Section "InputDevice"
  Driver       "synaptics"
  Identifier   "Mouse[5]" 
  Option       "AccelFactor" "0.01"
  Option       "BottomEdge" "650"  
  Option       "Buttons" "5"       
  Option       "CircScrollDelta" "0.1"
  Option       "CircScrollTrigger" "2"
  Option       "CircularScrolling" "1"
  Option       "Device" "/dev/input/mice"
  Option       "EdgeMotionMaxSpeed" "15" 
  Option       "EdgeMotionMinSpeed" "15" 
  Option       "Emulate3Buttons" "on"    
  Option       "EmulateMidButtonTime" "75"
  Option       "FingerHigh" "15"          
  Option       "FingerLow" "14"           
  Option       "HorizScrollDelta" "20"    
  Option       "InputFashion" "Mouse"     
  Option       "LeftEdge" "120"           
  Option       "MaxSpeed" "0.5"           
  Option       "MaxTapMove" "110"         
  Option       "MaxTapTime" "180"         
  Option       "MinSpeed" "0.2"           
  Option       "Name" "Touchpad"          
  Option       "Protocol" "auto-dev"      
  Option       "RightEdge" "830"          
  Option       "SHMConfig" "on"           
  Option       "TopEdge" "120"            
  Option       "UpDownScrolling" "1"      
  Option       "Vendor" "ALPS"            
  Option       "VertScrollDelta" "20"     
  Option       "ZAxisMapping" "4 5"       
EndSection                                


Section "Monitor"
  Option       "CalcAlgorithm" "XServerPool"
  DisplaySize  305 230                      
  HorizSync    50-70                        
  Identifier   "Monitor[0]"                 
  ModelName    "1440X900@60HZ"              
  Option       "PreferredMode" "1440x900"   
  VendorName   "--> LCD"                    
  VertRefresh  50-60                        
  UseModes     "Modes[0]"                   
EndSection                                  


Section "Modes"
  Identifier   "Modes[0]"
EndSection               


Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      15     
    Modes      "1440x900" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"                                                    
  EndSubSection                                                                                        
  SubSection "Display"                                                                                 
    Depth      16                                                                                      
    Modes      "1440x900" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"                                                    
  EndSubSection                                                                                        
  SubSection "Display"                                                                                 
    Depth      24                                                                                      
    Modes      "1440x900" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"                                                    
  EndSubSection                                                                                        
  SubSection "Display"                                                                                 
    Depth      8                                                                                       
    Modes      "1440x900" "1366x768" "1360x768" "1280x800" "1152x864" "1280x768" "1280x720" "1024x768" "1280x600" "1024x600" "800x600" "768x576" "640x480"                                                    
  EndSubSection                                                                                        
  Device       "Device[0]"                                                                             
  Identifier   "Screen[0]"                                                                             
  Monitor      "Monitor[0]"                                                                            
EndSection


Section "Device"
  BoardName    "Quadro NVS 135M"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Screen       0
  VendorName   "NVidia"
EndSection



Section "ServerLayout"
  Identifier   "Layout[all]"
  InputDevice  "Keyboard[0]" "CoreKeyboard"
  InputDevice  "Mouse[1]" "CorePointer"
  Option       "Clone" "off"
  Option       "Xinerama" "off"
  Screen       "Screen[0]"
EndSection


Section "DRI"
    Group      "video"
    Mode       0660
EndSection

Section "Extensions"
  Option       "Composite" "on"
EndSection
 
OP
M

micha_b

Newbie
http://forums.opensuse.org/hardware/405067-opensuse-11-1-disable-touchpad-whilst-typing.html

Die Lösung ist, dass ich in Yast das Touchpad aktivieren muss. Dann kann ich es per Kommandozeile oder mit dem Tool Touchfreeze (gibts wohl bei packman) abschalten.

Code:
synclient TouchpadOff=1


Edit: Der Trackpoint funktioniert weiterhin :)
Ich habe das Kommando in meine ./.bashrc eingetragen. Damit ist das Touchpad hoffentlich nach jedem Neustart wieder abgeschaltet.
 
Status
Für weitere Antworten geschlossen.
Oben