Touchpad scroll area on hp dv9500

I've been trying to get the right-hand scroll area on my touchpad to work, without success. I assume the modifications I need to make are within xorg.conf, but I really don't understand all that arcane X'ery. Some help with this would be really appreciated.
Here is my current xorg.conf:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "Files"
RgbPath "/usr/share/X11/rgb"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/100dpi:unscaled"
FontPath "/usr/share/fonts/75dpi:unscaled"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/Type1"
EndSection
Section "Module"
Load "glx"
Load "dri"
Load "GLcore"
Load "record"
Load "dbe"
Load "xtrap"
Load "extmod"
Load "freetype"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
#DisplaySize 370 230 # mm
Identifier "Monitor0"
VendorName "SEC"
ModelName "3847"
HorizSync 30.0 - 130.0
VertRefresh 50.0 - 100.0
EndSection
Section "Device"
### Available Driver options are:-
### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
### [arg]: arg optional
#Option "NoAccel" # [<bool>]
#Option "SWcursor" # [<bool>]
#Option "ColorKey" # <i>
#Option "CacheLines" # <i>
#Option "Dac6Bit" # [<bool>]
#Option "DRI" # [<bool>]
#Option "NoDDC" # [<bool>]
#Option "ShowCache" # [<bool>]
#Option "XvMCSurfaces" # <i>
#Option "PageFlip" # [<bool>]
Identifier "Card0"
Driver "intel"
VendorName "Intel Corporation"
BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
BusID "PCI:0:2:0"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
SubSection "Display"
Viewport 0 0
Depth 1
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 4
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 8
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection

@ Thunar:
I have a hp dv9920us which needs the synaptics touchpad to work. I found this touchpad a bit more difficult to configure than my last hp dv4230us touchpad.
This is what works for me in my XF86Confg (xorg.conf for nvidia).
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "LeftEdge" "1700"
Option "RightEdge" "5200"
Option "TopEdge" "1700"
Option "BottomEdge" "4200"
Option "FingerLow" "25"
Option "FingerHigh" "35"
Option "MaxTapTime" "180"
Option "MaxTapMove" "220"
Option "FastTaps" "on"
Option "CoastingSpeed" "0.03"
Option "CornerCoasting" "on"
Option "VertEdgeScroll" "on"
Option "VertTwoFingerScroll" "on"
Option "VertScrollDelta" "100"
Option "MinSpeed" "0.05"
Option "MaxSpeed" "0.05"
Option "AccelFactor" "0.0000"
Option "SHMConfig" "on"
# Option "Repeater" "/dev/ps2mouse"
EndSection
... I also had to use the System-->--Preferences-->--Mouse settings to make it feel perfect.
these are my other sections:
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Touchpad" "SendCoreEvents"
InputDevice "Mouse0" "CorePointer"
EndSection
and:
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
Load "synaptics"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Last edited by methuselah (2008-08-13 12:36:17)

Similar Messages

  • The touchpad scroll doesn't work in visual studio?

    Hello,
    As I mentioned in the title, the touchpad scroll doesn't work or affect visual studio community. The scrolling works very well with other software but it doesn't with visual studio community. This same button worked with VS 2010, VS 2012 (It stopped sometimes
    but still functioning correctly most of the time), and stopped with 2013 versions. Why? 
    Take a look at the video to see the problem in action: http://youtu.be/Qt20pM6ZQAo
    Thank you for your comments!

    Scroll button on what? Are you using a mouse with a scroll wheel, or is this a laptop touch pad?
    If the latter, please read here:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/295553a2-80c0-4608-8b57-32c0422de3d4/visual-studio-2013-community-touchpad-scroll-doesnt-work?forum=visualstudiogeneral

  • TouchPad scrolling on the latest VMWare Workstation

    It's been 8 years since I tried to make scrolling work in VMWare workstation! (Since 2004).
    AND it's still not implemented !!
    in VirtualBox it works just perfectly, why don't you guys just rip some code off VirtualBox?
    check this link:
    http://communities.vmware.com/search.jspa?resultTypes=&dateRange=last90days&peopleEnabled=true&q=touchpad+scrolling&containerType=&container=&containerName=&username=&rankBy=30&numResults=30
    there are lotsa threads with a similar problem.
    I believe this problem should have VERY high priority due very high percentage of users just moving to VirtualBox from VMWare.
    *BASIC* scrolling for touchpad is not so hard to implement..

    take a look here:
    https://www.virtualbox.org/browser/vbox/trunk/src/VBox/Devices/Input/DevPS2.cpp
    in particular:
    557    /**
    558     * Send a single relative packet in 3-byte PS/2 format to the PS/2 controller.
    559     * @param  s               keyboard state object
    560     * @param  dx              relative X value, must be between -256 and +255
    561     * @param  dy              relative y value, must be between -256 and +255
    562     * @param  fButtonsLow     the state of the two first mouse buttons
    563     * @param  fButtonsPacked  the state of the upper three mouse buttons and
    564     *                         scroll wheel movement, packed as per the
    565     *                         MOUSE_EXT_* defines.  For standard PS/2 packets
    566     *                         only pass the value of button 3 here.
    567     */

  • G50-70 touchpad/scroll?

    I have some issues with touchpad scroll option, like there`s no one finger scroll option as most laptops have it, latest drivers TouchPad Driver (Elan, Synaptics) 17.0.14.74/11.4.31.1 are installed on windows 7 x64 with no errors and works ok .. but, it confuses me when I looked:
    http://tinyurl.com/mmzdnue
    ..so, where is the one finger scroll option?.. is there any older driver with that option?
    thanks for any advice!

    I'm having the same problem.
    Every once in a while, my touchpad just goes crazy. I've had the laptop for 3 months and it's been doing it since the first day. I haven't had a chance to send it in to have service techs look at it yet because I need it for school, but it's really starting to become a problem.
    When the erratic movement starts, I can touch the pad to try to move the pointer to a certain location, but the pointer just goes crazy. And it usually ends up zooming in on whatever program/website I am using.
    Reinstalling the touchpad driver did nothing to help the problem. In fact, as I just tried to move my pointer to "Post," it happened again!

  • Yoga ThinkPad Touchpad Scrolling Issue after Windows 10 Upgrade

    Yoga ThinkPad upgrade to Windows 10.  My horizontal area at the bottom of the Touchpad scrolls the screen up and down, and the right vertical area of the Touchpad scrolls the screen left to right.  The reverse direction choices only reverse up/down or left/right and not how the horizontal/vertical areas operate. Did anyone else experience this?  Thanks.

    Good day.
    Could you clarify which model Yoga laptop you have, please?
    Regards.

  • Touchpad scroll gestures not working in windows 10

    Hello,I have a HP Envy laptop and my laptop's touchpad scrolling gestures are not working since I updated my windows operating system from windows 8.1 to windows 10. Please help me out!

    Hi : Did your scroll setting stay after you rebooted?  I gave the same advice yesterday (see post below) and the one guy said the setting gets erased on every reboot. http://h30434.www3.hp.com/t5/Other-Notebook-PC-Questions/Synaptics-touchpad-doesn-t-scroll-after-Windows-10-upgrade/m-p/5173105#M126701 I could not say yea or nay because I rolled back my notebook to W7 due to the fact that it could no longer screen mirror to my smart TV (either the TV needs a software update, or W10 has a bug) and I can't remember if I had used the notebook scrolling feature again in W10 after I had turned it off.  

  • HP G62 touchpad scroll not working after Windows 10 update

    Hello, As many, I am having a problem with my touchpad scroll. It stopped working after upgrade to Windows 10.  I have an HP G62 Laptop and the touchpad listed is Synaptics PS-2 port.  Can you please provide information on how to fix? Best,  

    Hi there ,  Thank you for visiting the HP Support Forums and Welcome! This is a great site to get answers and ask questions. I have read your post on the HP Support Forums. I understand that your TouchPad is not working correctly since you upgraded to Windows 10.  I did some research and came up with a couple different documents that may help you with the TouchPad. 
     1. HP Notebook PCs - Using the TouchPad or ClickPad (Windows 10)). 2. Using and Troubleshooting the TouchPad or ClickPad (Windows 8): You can customize and adjust how you scroll using one finger or two fingers and how the TouchPad or ClickPad responds to gestures near the edge. Here is a link to the HP Support Assistant if you need it. Just download and run the application and it will help with the software and drivers on your system that need updating for Windows 10. The Windows 10 drivers will become available on the HP Drivers and Downloads Page for your product as they become available to HP. There are some drivers available there currently.  Have a great day!

  • Portege R500 upgrade to Win 7 64 bit: touchpad scroll lost and no driver

    Dear All,
    I have upgraded the OS of my portege R500 to WIndows 7 64 bit and had the following problems:
    1. At first the touchpad scroll worked fine (with no driver installed) but then it stopped working .... so I looked for a driver but
    2. There are no driver for the touchpad (Alps) that is recognized as a PS compatible mouse
    BTW uninstall and reinstall did not work, and I have searched a lot through the web but found no solution.
    I have downloaded the drivers for VISTA 64bit, is it safe to use?
    Any hints appreciated, thanks.
    Simone

    Hi
    >I have downloaded the drivers for VISTA 64bit, is it safe to use?
    Yes, its safe You can try to install touchpad drivers for Vista in worst case you will get a error message that this driver is not compatible or will not work.
    But listen dude there are Win 7 Alps and Synaptics touchpad drivers for Win 7.
    The drivers have been released for other notebook series.
    Check the Satellite L500 area for example
    I found Win 7 64bit drivers:
    Synaptics v14.0.11.0
    Alps Electric v7.x5.303.117
    Greets

  • Cant get the laptop touchpad scroll feature to work in latest Firefox version

    Since installing version 4 of Firefox the touchpad scroll function has stopped working. All other programs continue to scroll correctly and the touchpad driver is uptodate (Lenovo UltraNav).

    Try this: <br />
    Type about:config into address bar, hit enter, Firefox would ask if you want to access the settings, say yes you know the risk.
    When the list of configurations come up, type '''trackpoint''' into the filter area, you will see a '''ui.trackpoint_hack.enabled''' setting, change that from -1 to 1. Now you should be able to scroll using trackpoint and middle mouse button on the trackpad again.

  • My laptop touchpad scrolling is not working

    Hi,
    i am pritam,I am using hp15d017tu laptop,which came with free dos .I installed it to windows 8 pro but now the touchpad scrolling is not working.
    these have not fixed my scroll at all.No other gesture are working either.The only I can do is point and click on by touchpad.
    So,please help me.

    Hi can u help me out with the serial  and product number of the unit please

  • Touchpad scroll not working after Windows 10 update

    Can you help? I am having a problem with my touchpad scroll. It stopped working after upgrade to Windows 10.  I have an HP G62 Laptop and the touchpad listed is Synaptics PS-2 port.  Can you please provide information on how to fix?      

    Hi there ,  Thank you for visiting the HP Support Forums and Welcome! This is a great site to get answers and ask questions. I have read your post on the HP Support Forums. I understand that your TouchPad is not working correctly since you upgraded to Windows 10.  I did some research and came up with a couple different documents that may help you with the TouchPad. 
     1. HP Notebook PCs - Using the TouchPad or ClickPad (Windows 10)). 2. Using and Troubleshooting the TouchPad or ClickPad (Windows 8): You can customize and adjust how you scroll using one finger or two fingers and how the TouchPad or ClickPad responds to gestures near the edge. Here is a link to the HP Support Assistant if you need it. Just download and run the application and it will help with the software and drivers on your system that need updating for Windows 10. The Windows 10 drivers will become available on the HP Drivers and Downloads Page for your product as they become available to HP. There are some drivers available there currently.  Have a great day!

  • Touchpad scroll fix Windows 10 Satellite A105

          I read every post I could find on every forum(toshiba, windows, microsoft) in regards to this issue and I finally found a fix that works for me.
        I tried EVERYTHING suggested by others but finally got some results by using my own head and going to my (c/windolws.old/programfiles/synaptics to find out which driver was installed before my upgrade To Win10Pro from Win7Ultimate.  Windows.old is the created folder that holds all of the data that was not migrated to the new install of Windows
    I was able to use that info from to get it off of the Toshiba support site, install, and bingo.  The touchpad functions are active and scroll works where it counts most windows such as folders and firefox
    Windows update is now bugging me to update with the new Synaptics driver.  I used 'device installation settings'  from the start menu search to disable driver updates('no, never' options), for now.
    Toshiba A105 - S4014 4GB Ram
    Windows 7 Ultimate x64>WIndows 10 Pro x64
    Synaptics File Version 11.2.4.0
    So, basically, I hovered my cursor over the the files in the Local Disk(C/windolws.old/programfiles/synaptics to reveal the File Version of the synaptics driver that was used and then searched the Toshiba support for the download/install.
    Before install: Device Manager>Mice&PointinSynaptics>properties>driver uninstall,xdeleterestartSetup.exe(install Toshiba Syn driver)restartScroll )

     
    Satellite A105-S4014 (PSAA8U-02200U)
    I hovered my cursor over the the files in the Local Disk(C/windolws.old/programfiles/synaptics to reveal the File Version of the synaptics driver that was used and then searched the Toshiba support for the download/install.
    Good for you!
    I hope you can get sufficient other devices to work on that old machine.

  • Input text in scrolling area

    I am working on a site in Flash and the content is within a
    scrolling area. On one of the pages I am making a form using input
    text but when I publish the file you are not able to type anything
    in the input boxes. Does anyone have any idea why this could be
    happening? You can preview the file online at
    http://www.creativeradiocontent.com/test/index2.htm
    and the form is on the Contact Us page. Sorry if I posted this in
    the wrong area, but I think it may be a problem with
    ActionScript.

    I am working on a site in Flash and the content is within a
    scrolling area. On one of the pages I am making a form using input
    text but when I publish the file you are not able to type anything
    in the input boxes. Does anyone have any idea why this could be
    happening? You can preview the file online at
    http://www.creativeradiocontent.com/test/index2.htm
    and the form is on the Contact Us page. Sorry if I posted this in
    the wrong area, but I think it may be a problem with
    ActionScript.

  • Lenovo G510 touchpad scrolling not working in windows 7

    I have a windows 7 - 64 bit operating system on a Lenovo G510
    I have installed Touchpad driver for windows 7 from Lenovo site but i found very annoying problem which is the touchpad scrolling function not working .....
    Please Help
    Solved!
    Go to Solution.

    hi Shady710,
    Welcome to the Forums.
    If you have a Synaptics Touchpad, can you check if you have a One Finger / Two Finger Scrolling feature under Mouse Properties.
      - Link to picture
    Let me know how it goes.
    Regards
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • I can't use touchpad scrolling in webpage tabs when a PDF tab is open in Firefox 4

    When using Firefox 4, if I have a PDF open in a tab (using the Adobe Reader 9 plugin, whatever the latest update was), I can't use my touchpad scroll in other tabs until I close the PDF tab. I can scroll fine in the PDF tab. This is on a HP laptop, the touchpad is made by Synaptics. Did not notice this problem in Firefox 3.6.

    I have this problem and have found a bug:
    https://bugzilla.mozilla.org/show_bug.cgi?id=626813
    If you have this problem, please comment on the bug with your OS version (Windows 7 64-bit, for example, or Windows XP, 32-bit) and who makes your touchpad (Device Manager -> Mice -> "Touchpad Maker" Touchpad).

Maybe you are looking for

  • "Can Grow" property on Cross-Tab object can not be unlock

    I am using Crystal Reports XI.  My report uses a Cross-Tab object via SQL server.  I am having problem making my data column (Field Row) to increase dynamically in height when my data size increases.  Since the "Can Grow" property in the Format Edito

  • Tax determination third party process

    Hi all, I need to re-determined taxes during invoice creation for a third party sales flow. To explain the case: SO: company 1000 Country XX PO: company 1000 Departure country YY Invoice SO: tax determination as:      Departure country YY      Arriva

  • Video iPod Storage question

    I just purchased a 30GB Video iPod and transferred my music library. My problem is it's only holding about 3200 songs. Isn't it supposed to hold up to 7500? Am I not doing something correctly, or could this be because the size of some of the music I'

  • Logging Query.

    Hi , I want to activate the logging option in query (sq01,sq02,sq03). I already define the infoset which i want to log in SPRO and create the BAdi. Between the commands method IF_EX_AQ_QUERY_PROT~QUERY_PROT and endmethod i insert breakpoint and when

  • Can you do webreporting with WAS6.40(only ABAP stack)

    Hi gurus, I have one question: Is it possible to do webreporting with a WAS6.40(only abap)without a java stack. Only the ABAP stack is installed. So design/publish reports with the BEx Web Application designer Thanks for your reactions in advance.