Pages : 1
#1 Le 10/09/2005, à 03:02
- axel_
TouchPad et défilement / molette
Salut à tous...
j'ai un laptop Compaq R3332 avec ubuntu hoary...
j'ai bien le touchpad qui fonctionne, mais je n'arrive pas à avoir le comportement que je veux :
Sur le coté du TouchPad, j'ai une zone qui sert normalement à emuler la molette, pour faire defiler une page web, par exemple...
et la, ben impossible de rien faire defiler... quand je m'en sers, la molette ne defile pas, la souris se contente de descendre ou monter betement, et la page ne defile pas...
Quelqu'un aurait il une idée ?
Merci
copie de mon xorg.conf
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
# xorg pour R3332
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "WXGA LCD" 0 0
InputDevice "Mouse" "CorePointer"
InputDevice "Alps TouchPad" "AlwaysCore"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "fbdevhw"
Load "glx"
Load "record"
Load "freetype"
Load "type1"
Load "dri"
Load "synaptics"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "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 "Alps TouchPad"
Driver "synaptics"
Option "ZAxisMapping" "4 5"
Option "CorePointer" "true"
Option "Device" "/dev/input/event1"
Option "Protocol" "auto-dev"
Option "LeftEdge" "60"
Option "RightEdge" "830"
Option "TopEdge" "70"
Option "BottomEdge" "650"
Option "FingerLow" "25"
Option "FingerHigh" "30"
Option "MaxTapTime" "180"
Option "MaxTapMove" "110"
Option "EmulateMidButtonTime" "75"
Option "VertScrollDelta" "50"
Option "HorizScrollDelta" "50"
Option "MinSpeed" "0.2"
Option "MaxSpeed" "0.5"
Option "AccelFactor" "0.01"
Option "EdgeMotionSpeed" "40"
Option "UpDownScrolling" "1"
Option "TouchpadOff" "0"
EndSection
Section "Modes"
Identifier "Modes[0]"
ModeLine "1280x800" 77.7 1280 1344 1480 1680 800 801 804 826 -hsync -vsync
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Monitor Vendor"
ModelName "LCD Panel 1280 x 800"
UseModes "Modes[0]"
HorizSync 31.5 - 48.5
VertRefresh 40.0 - 70.0
Option "CalcAlgorithm" "CheckDesktopGeometry"
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia" #replace nv driver
VendorName "NVIDIA"
BoardName "NVIDIA GeForce 4 (generic)"
Option "FlatPanelProperties" "Scaling = aspect-scaled"
Option "NoLogo" "1" #set to 0 to see NVidia splash screen
Option "IgnoreEDID" "1"
EndSection
Section "Screen"
Identifier "WXGA LCD"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x800"
EndSubSection
EndSection
Section "DRI"
Group 0
Mode 0666
EndSection
L'IUP Management de Lyon 1, c'est la >> http://www.iupy.net
Hors ligne
#2 Le 11/09/2005, à 11:15
- axel_
Re : TouchPad et défilement / molette
up
L'IUP Management de Lyon 1, c'est la >> http://www.iupy.net
Hors ligne
Pages : 1