Touchpad scroll: no workie!

I have an hp dv6000 and was on Arch up until about a month ago. Left, came back, now I can't get my touchpad workin'.
I've copied and pasted all the example config files into my 11-x11-synaptics.fdi, and while I can get everything ELSE working, my edge scrolling doesn't work. Here's the file currently:
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="info.product" contains="Synaptics TouchPad">
<merge key="input.x11_driver" type="string">synaptics</merge>
<merge key="input.x11_options.AlwaysCore" type="string">true</merge>
<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
<merge key="input.x11_options.HorizEdgeScroll" type="string">true</merge>
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">3</merge>
<merge key="input.x11_options.TapButton3" type="string">2</merge>
<merge key="input.x11_options.protocol" type="string">event</merge>
<merge key="input.x11_options.touchpadoff" type="string">0</merge>
<merge key="input.x11_options.shmconfig" type="string">off</merge>
<merge key="input.x11_options.LeftEdge" type="string">1700</merge>
<merge key="input.x11_options.RightEdge" type="string">5300</merge>
<merge key="input.x11_options.TopEdge" type="string">1700</merge>
<merge key="input.x11_options.BottomEdge" type="string">4200</merge>
<merge key="input.x11_options.MinSpeed" type="string">0.10</merge>
<merge key="input.x11_options.MaxSpeed" type="string">0.60</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.0020</merge>
<merge key="input.x11_options.VertTwoFingerScroll" type="string">True</merge>
</match>
</device>
</deviceinfo>
The two-finger scroll works just fine, by the way.
Last edited by SomeGuyDude (2010-02-23 23:38:12)

Here's my config for a hp pavilion ze5500 that has right edge scroll.  Works good for me (note horizontal is disabled) if you use this the only thing you'll probably need to change are the Edges.
<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
<device>
<!-- Type -->
<match key="info.capabilities" contains="input.touchpad">
<match key="info.product" contains="Synaptics TouchPad">
<merge key="input.x11_driver" type="string">synaptics</merge>
</match>
<!-- Values -->
<!-- Enable -->
<merge key="input.x11_options.TouchpadOff" type="string">0</merge>
<!-- Run-time Configuration Allow -->
<merge key="input.x11_options.SHMConfig" type="string">on</merge>
<!-- Edge Limits -->
<merge key="input.x11_options.LeftEdge" type="string">1478</merge>
<merge key="input.x11_options.RightEdge" type="string">5640</merge>
<merge key="input.x11_options.TopEdge" type="string">1274</merge>
<merge key="input.x11_options.ButtonEdge" type="string">4752</merge>
<!-- Speed -->
<merge key="input.x11_options.MinSpeed" type="string">0.4</merge>
<merge key="input.x11_options.MaxSpeed" type="string">0.7</merge>
<merge key="input.x11_options.AccelFactor" type="string">0.00995223</merge>
<!-- Pressure -->
<merge key="input.x11_options.FingerLow" type="string">24</merge>
<merge key="input.x11_options.FingerHigh" type="string">29</merge>
<merge key="input.x11_options.FingerPress" type="string">255</merge>
<!-- Tapping -->
<!-- Disable -->
<merge key="input.x11_options.MaxTapTime" type="string">0</merge>
<!-- Detect -->
<merge key="input.x11_options.MaxTapMove" type="string">29</merge>
<merge key="input.x11_options.MaxDoubleTapTime" type="string">255</merge>
<merge key="input.x11_options.SingleTapTimeout" type="string">180</merge>
<merge key="input.x11_options.ClickTime" type="string">100</merge>
<merge key="input.x11_options.FastTaps" type="string">0</merge>
<!-- Buttons (number of fingers) -->
<merge key="input.x11_options.TapButton1" type="string">1</merge>
<merge key="input.x11_options.TapButton2" type="string">2</merge>
<merge key="input.x11_options.TapButton3" type="string">3</merge>
<!-- Tap Dragging -->
<merge key="input.x11_options.LockedDrags" type="string">0</merge>
<merge key="input.x11_options.LockedDragTimeout" type="string">5000</merge>
<!-- Tap Gesture Dragging -->
<merge key="input.x11_options.TapAndDragGesture" type="string">0</merge>
<!-- Corner Tap Buttons -->
<merge key="input.x11_options.RTCornerButton" type="string">0</merge>
<merge key="input.x11_options.RBCornerButton" type="string">0</merge>
<merge key="input.x11_options.LTCornerButton" type="string">0</merge>
<merge key="input.x11_options.LBCornerButton" type="string">0</merge>
<!-- Scrolling -->
<!-- Vertical (Right Edge)-->
<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
<merge key="input.x11_options.VerteScrollDelta" type="string">100</merge>
<!-- Horizontal (Bottom Edge)-->
<merge key="input.x11_options.HorizEdgeScroll" type="string">false</merge>
<merge key="input.x11_options.HorizScrollDelta" type="string">100</merge>
<!-- Circular Scrolling -->
<merge key="input.x11_options.CircularScrolling" type="string">false</merge>
<merge key="input.x11_options.CircScrollDelta" type="string">0.1</merge>
<merge key="input.x11_options.CircScrollTrigger" type="string">0</merge>
<!-- Two Finger -->
<merge key="input.x11_options.VertTwoFingerScroll" type="string">false</merge>
<merge key="input.x11_options.HorizTwoFingerScroll" type="string">false</merge>
<!-- Corner Coasting -->
<merge key="input.x11_options.CornerCoasting" type="string">false</merge>
<merge key="input.x11_options.CoastingSpeed" type="string">0</merge>
<!-- Other -->
<!-- Kernel Event Protocol -->
<merge key="input.x11_options.GrabEventDevice" type="string">1</merge>
<!-- Edge Ignore Boundaries -->
<merge key="input.x11_options.AreaLeftEdge" type="string">0</merge>
<merge key="input.x11_options.AreaRightEdge" type="string">0</merge>
<merge key="input.x11_options.AreaTopEdge" type="string">0</merge>
<merge key="input.x11_options.AreaBottomEdge" type="string">0</merge>
<!-- Trackstick -->
<merge key="input.x11_options.TrackstickSpeed" type="string">40</merge>
<!-- Circular Trackpad -->
<merge key="input.x11_options.CircularPad" type="string">0</merge>
<!-- Trackpad w/ Scroll Buttons -->
<merge key="input.x11_options.UpDownScrolling" type="string">1</merge>
<merge key="input.x11_options.LeftRightScrolling" type="string">1</merge>
<merge key="input.x11_options.UpDownScrollRepeat" type="string">1</merge>
<merge key="input.x11_options.LeftRightScrollRepeat" type="string">1</merge>
<merge key="input.x11_options.ScrollButtonRepeat" type="string">100</merge>
<!-- Multi-function Buttons -->
<merge key="input.x11_options.ClickFinger1" type="string">1</merge>
<merge key="input.x11_options.ClickFinger2" type="string">1</merge>
<merge key="input.x11_options.ClickFinger3" type="string">1</merge>
<!-- Edge Movements (Pressure and Speed) -->
<merge key="input.x11_options.EdgeMotionMinZ" type="string">29</merge>
<merge key="input.x11_options.EdgeMotionMaxZ" type="string">159</merge>
<merge key="input.x11_options.EdgeMotionMinSpeed" type="string">1</merge>
<merge key="input.x11_options.EdgeMotionMaxSpeed" type="string">401</merge>
<merge key="input.x11_options.EdgeMotionUseAlways" type="string">0</merge>
<!-- Pressure Motion -->
<merge key="input.x11_options.PressureMotionMinZ" type="string">29</merge>
<merge key="input.x11_options.PressureMotionMaxZ" type="string">159</merge>
<merge key="input.x11_options.PressureMotionMinFactor" type="string">1</merge>
<merge key="input.x11_options.PressureMotionMaxFactor" type="string">1</merge>
<!-- Emulations -->
<merge key="input.x11_options.EmulateMidButtonTime" type="string">75</merge>
<merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">280</merge>
<merge key="input.x11_options.EmulateTwoFingerMinW" type="string">7</merge>
<!-- Palm Detection -->
<merge key="input.x11_options.PalmDetect" type="string">0</merge>
<merge key="input.x11_options.PalmMinWidth" type="string">10</merge>
<merge key="input.x11_options.PalmMinZ" type="string">199</merge>
<!-- Guest Mouse -->
<merge key="input.x11_options.GuestMouseOff" type="string">0</merge>
</match>
</device>
</deviceinfo>

Similar Messages

  • 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!

  • When a PDF is opened in a tab, my laptop's touchpad scroll stops working for other tabs. (But works perfectly fine on the pdf tab or with every tab after closing the pdf tab)

    My touchpad scroll was not working many times after i installed firefox 6. But it works perfectly fine in other browsers at the same time.
    After some playing around, i found that this problem occurs only when a pdf is open in some tab (The scrolling works in pdf's tab but not in other tabs). Once that particular tab is closed, the scrolling starts working properly.

    Using similar scroll function on my netbook. To add to the above, I find that using scroll is actually causing the PDF to scroll rather than the tab I'm actually in.
    Reader 9 is installed on my Win7 Starter.

  • 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!

  • 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 scrolling not working since v16.0.2 upgrade.... All other Windows apps are fine. Scrolling even works in Acrobat Reader plug-in within Firefox.

    Tried rolling back to a previous version to no avail. Seems the new version has made some permanent changes to the system.

    Try to disable hardware acceleration in Firefox.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    *https://hacks.mozilla.org/2010/09/hardware-acceleration/
    Try to modify the ui.trackpoint_hack.enabled pref on the about:config page from the default value -1 to 0 or 1 to see if that makes the scroll pad work.<br />
    Close and restart Firefox after changing the ui.trackpoint_hack.enabled pref.
    *http://kb.mozillazine.org/about:config

  • Lenovo B560 touchpad scroll not working on Windows 7

    As the title says, the vertical touch-scroll is not working in certain programs. It works in my browser, but not with OneNote or PDFs. It also works on Microsoft Word. The touch scroll actually did start working for a few days randomly, but then went back to not working. I didn't update anything during either of those times. When I do attempt to use the touch scroll, a cursor icon appears that looks like a little scroll bar.
    I have tried updating the drivers, which did not work. I have made sure all setting are correct and that touch scrolling is enabled. This problem is really driving me nuts, so any suggestions are appreciated.

    Hi Kukari. If you are experiencing the same issue on the same computer in the same operating system, unfortunately there are no Windows 8.1 drivers available for the HP Pavilion dm4-3050us Entertainment Notebook on the HP driver download page.
    HP offers version 16.2.10.12 which you can try to reinstall (if you have not).
    Synaptics TouchPad Driver (Windows 8.0)
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-109924-1&cc=us&dlc=en&lc=en...
    Synaptics offers version 17.0.19, although it may not be compatible with your TouchPad.
    Windows 8/7/XP/Vista 64/32-bit Edition v17.0.19:
    http://www.synaptics.com/resources/drivers
    If the loss of functionality occurred after the Windows 8.1 update, you can either wait to see if the appropriate drivers are released for your notebook, or revert back to Windows 8.0.
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Why does touchpad scrolling not work in Firefox?

    Scrolling a web page from the touchpad on my laptop (IBM T42, quite old) does not work in Firefox (the page sits still). I have tried the remedies suggested in response to questions from two other users but with no effect. What might be the interesting reason for Firefox to exhibit this surprising, non-standard behaviour? Kind regards \ Jan Altena

    Try to modify the ui.trackpoint_hack.enabled pref on the about:config page from the default value -1 to 0 or 1 to see if that makes the touch pad work.
    *http://kb.mozillazine.org/about:config
    Close and restart Firefox after changing the ui.trackpoint_hack.enabled pref.
    *ui.trackpoint_hack.enabled (default:-1) (-1:autodetect;0:off;1:on)

  • [solved] Synaptics touchpad scrolling not working...

    I have the device set up as follows in xorg.conf
    Load "synaptics"
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.24"
    Option "MaxSpeed" "0.48"
    Option "AccelFactor" "0.0100"
    Option "SHMConfig" "on"
    EndSection
    It works well, but I get no scrolling on the sides.  Any ideas?  I'm using KDE if that's of any relevance.
    Thanks,
    Shane
    Last edited by krazyshane (2007-12-03 18:24:39)

    Hmm..  I see no errors.
    Here is my Xorg.0.log file:
    [shane@Shane-Arch ~]$ cat /var/log/Xorg.0.log
    X.Org X Server 1.4.0
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-rc1-ARCH i686
    Current Operating System: Linux Shane-Arch 2.6.23-ARCH #1 SMP PREEMPT Sun Nov 18 07:43:05 UTC 2007 i686
    Build Date: 07 November 2007 11:19:12AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 4 11:34:08 2007
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Alps touchpad"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) No default mouse found, adding one
    (**) |-->Input Device "<default pointer>"
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) Loader magic: 0x81d4540
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,3340 card 1028,0191 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:01:0: chip 8086,3341 card 0000,0000 rev 03 class 06,04,00 hdr 01
    (II) PCI: 00:1d:0: chip 8086,24c2 card 1028,0191 rev 01 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,24c4 card 1028,0191 rev 01 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,24c7 card 1028,0191 rev 01 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,24cd card 1028,0191 rev 01 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev 81 class 06,04,00 hdr 01
    (II) PCI: 00:1f:0: chip 8086,24cc card 0000,0000 rev 01 class 06,01,00 hdr 80
    (II) PCI: 00:1f:1: chip 8086,24ca card 1028,0191 rev 01 class 01,01,8a hdr 00
    (II) PCI: 00:1f:5: chip 8086,24c5 card 1028,0191 rev 01 class 04,01,00 hdr 00
    (II) PCI: 00:1f:6: chip 8086,24c6 card 14f1,5422 rev 01 class 07,03,00 hdr 00
    (II) PCI: 01:00:0: chip 1002,4e50 card 1028,2001 rev 00 class 03,00,00 hdr 00
    (II) PCI: 02:00:0: chip 14e4,4401 card 1028,8127 rev 01 class 02,00,00 hdr 00
    (II) PCI: 02:01:0: chip 104c,ac44 card d000,0000 rev 02 class 06,07,00 hdr 82
    (II) PCI: 02:01:1: chip 104c,8029 card 1028,0191 rev 00 class 0c,00,10 hdr 80
    (II) PCI: 02:03:0: chip 8086,1043 card 8086,2565 rev 04 class 02,80,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:1:0), (0,1,1), BCTRL: 0x000c (VGA_EN is set)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [1] -1 0 0x0000c400 - 0x0000c4ff (0x100) IX[b]
    [2] -1 0 0x0000c800 - 0x0000c8ff (0x100) IX[b]
    [3] -1 0 0x0000cc00 - 0x0000ccff (0x100) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xfc000000 - 0xfdffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:30:0), (0,2,6), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    [2] -1 0 0x0000d800 - 0x0000d8ff (0x100) IX[b]
    [3] -1 0 0x0000dc00 - 0x0000dcff (0x100) IX[b]
    [4] -1 0 0x0000e000 - 0x0000e0ff (0x100) IX[b]
    [5] -1 0 0x0000e400 - 0x0000e4ff (0x100) IX[b]
    [6] -1 0 0x0000e800 - 0x0000e8ff (0x100) IX[b]
    [7] -1 0 0x0000ec00 - 0x0000ecff (0x100) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xf6000000 - 0xfbffffff (0x6000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x40000000 - 0x43ffffff (0x4000000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 3: bridge is at (2:1:0), (2,3,6), BCTRL: 0x05c0 (VGA_EN is cleared)
    (II) Bus 3 I/O range:
    [0] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [1] -1 0 0x0000d400 - 0x0000d4ff (0x100) IX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0x40000000 - 0x43ffffff (0x4000000) MX[b]
    (--) PCI:*(1:0:0) ATI Technologies Inc RV350 [Mobility Radeon 9600 M10] rev 0, Mem @ 0xd0000000/28, 0xfcff0000/16, I/O @ 0xc000/8, BIOS @ 0x80000000/17
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xe0000000 from 0xe7ffffff to 0xdfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [1] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [2] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [10] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [13] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [14] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [15] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [16] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [17] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [18] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [19] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [22] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [23] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [24] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [1] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [2] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [3] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [4] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [5] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [6] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [7] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [8] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [9] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [10] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [11] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [12] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [13] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [14] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [15] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [16] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [17] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [18] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [19] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [21] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [22] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [23] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [24] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [5] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [6] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [14] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [19] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [20] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [21] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [22] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [23] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [24] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [25] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [28] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [29] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [30] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded by default.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "type1" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts//libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 6.7.195
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) ATI: ATI driver wrapper (version 6.7.195) for chipsets: mach64, rage128, radeon
    (II) Primary Device is: PCI 01:00:0
    (II) Loading sub module "radeon"
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 4.3.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) RADEON: Driver for ATI Radeon chipsets: ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI Radeon VE/7000 QY (AGP/PCI), ATI Radeon VE/7000 QZ (AGP/PCI),
    ATI ES1000 515E (PCI), ATI ES1000 5969 (PCI),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI Radeon IGP320 (A3) 4136, ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330/340/350 (A4) 4137,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon 7000 IGP (A4+) 4237, ATI Radeon Mobility 7000 IGP 4437,
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 8500 AIW BB (AGP),
    ATI Radeon 8500 AIW BC (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP),
    ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835, ATI Radeon 9100 PRO IGP 7834,
    ATI Radeon Mobility 9200 IGP 7835, ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP), ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP),
    ATI FireGL RV360 AV (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon 9650,
    ATI Radeon 9800SE AH (AGP), ATI Radeon 9800 AI (AGP),
    ATI Radeon 9800 AJ (AGP), ATI FireGL X2 AK (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE),
    ATI Radeon Mobility X600 (M24) 3150 (PCIE),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE),
    ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE), ATI FireGL V5000 (RV410) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 XT (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 SE (RV410) (PCIE),
    ATI Radeon X800 (R420) JH (AGP), ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800XT (R420) JP (AGP), ATI Radeon X800 SE (R420) (AGP),
    ATI Radeon AIW X800 VE (R420) JT (AGP),
    ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE), ATI FireGL V7100 (R423) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Radeon X800 (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 XTP (R430) (PCIE),
    ATI Radeon X850 5D4C (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP)
    (--) Chipset ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP) found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [5] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [6] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [14] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [19] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [20] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [21] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [22] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [23] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [24] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [25] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [28] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [29] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [30] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [5] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [6] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [7] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [8] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [9] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [10] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [11] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [12] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [13] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [14] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [15] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [22] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [23] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [24] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [25] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [26] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [27] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [28] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [30] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [31] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [32] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [33] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [34] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [35] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): MMIO registers at 0xfcff0000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (==) RADEON(0): Depth 24, (==) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (--) RADEON(0): Chipset: "ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP)" (ChipID = 0x4e50)
    (--) RADEON(0): Linear framebuffer at 0xd0000000
    (--) RADEON(0): BIOS at 0x80000000
    (II) RADEON(0): AGP card detected
    (II) RADEON(0): Legacy BIOS detected
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.28.0
    (==) RADEON(0): Page Flipping disabled
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=131072K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1200
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"(II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"(II) Module "i2c" already built-in
    (II) RADEON(0): PLL parameters: rf=2700 rd=6 min=20000 max=35000; xclk=24300
    (WW) RADEON(0): LCD DDC Info Table found!
    (II) RADEON(0): Bios Connector table:
    (II) RADEON(0): Port0: DDCType-3, DACType-0, TMDSType-0, ConnectorType-2
    (II) RADEON(0): Port1: DDCType-2, DACType-0, TMDSType-1, ConnectorType-4
    (II) RADEON(0): Port4: DDCType-6, DACType-2, TMDSType-2, ConnectorType-1
    (II) RADEON(0): Port5: DDCType-0, DACType-1, TMDSType-2, ConnectorType-6
    (II) RADEON(0): Output VGA-0 using monitor section Monitor0
    (II) RADEON(0): I2C bus "VGA_DDC" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): I2C bus "DVI_DDC" initialized.
    (II) RADEON(0): External TMDS Table revision: 2
    (II) RADEON(0): I2C bus "DVO" initialized.
    (II) RADEON(0): I2C device "DVO:RADEON DVO Controller" registered at address 0x70.
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): I2C bus "GPIO_DDC" initialized.
    (II) RADEON(0): Panel ID string: Y0316154X1
    (II) RADEON(0): Panel Size from BIOS: 1280x800
    (II) RADEON(0): BIOS provided dividers will be used.
    (WW) RADEON(0): LVDS Info:
    XRes: 1280, YRes: 800, DotClock: 71250
    HBlank: 160, HOverPlus: 48, HSyncWidth: 32
    VBlank: 23, VOverPlus: 2, VSyncWidth: 6
    (II) RADEON(0): Using LVDS Native Mode
    (II) RADEON(0): Output S-video has no monitor section
    (II) RADEON(0): Default TV standard: NTSC
    (II) RADEON(0): TV standards supported by chip: NTSC
    (II) RADEON(0): Port0:
    Monitor -- AUTO
    Connector -- VGA
    DAC Type -- Primary
    TMDS Type -- None
    DDC Type -- VGA_DDC
    (II) RADEON(0): Port1:
    Monitor -- AUTO
    Connector -- DVI-D
    DAC Type -- None
    TMDS Type -- External
    DDC Type -- DVI_DDC
    (II) RADEON(0): Port2:
    Monitor -- AUTO
    Connector -- Proprietary/LVDS
    DAC Type -- None
    TMDS Type -- None
    DDC Type -- GPIO_DDC
    (II) RADEON(0): Port3:
    Monitor -- AUTO
    Connector -- STV
    DAC Type -- TVDAC/ExtDAC
    TMDS Type -- None
    DDC Type -- None
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): DDC Type: 3, Detected Monitor Type: 0
    finished output detect: 0
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): DDC Type: 2, Detected Monitor Type: 0
    (II) RADEON(0): Detected Monitor Type: 0
    finished output detect: 1
    (II) RADEON(0): I2C device "GPIO_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): DDC Type: 6, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on connector: Proprietary/LVDS ----------------------
    (II) RADEON(0): Manufacturer: SEC Model: 3158 Serial#: 0
    (II) RADEON(0): Year: 2003 Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max H-Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
    (II) RADEON(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 71.2 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 802 v_sync_end 808 v_blanking: 823 v_border: 0
    (II) RADEON(0): Y0316154X1
    (II) RADEON(0): ůr`@
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff004ca3583100000000
    (II) RADEON(0): 000d0103802115780a87f594574f8c27
    (II) RADEON(0): 27505400000001010101010101010101
    (II) RADEON(0): 010101010101d51b00a0502017303020
    (II) RADEON(0): 26004bcf100000190000000f00000000
    (II) RADEON(0): 00000000002387026400000000fe0059
    (II) RADEON(0): 303331360731353458310a20000000fe
    (II) RADEON(0): 00c5af9e8e72604000010a2020200052
    finished output detect: 2
    finished output detect: 3
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "VGA_DDC:ddc2" removed.
    (II) RADEON(0): DDC Type: 3, Detected Monitor Type: 0
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" registered at address 0xA0.
    (II) RADEON(0): I2C device "DVI_DDC:ddc2" removed.
    (II) RADEON(0): DDC Type: 2, Detected Monitor Type: 0
    (II) RADEON(0): Detected Monitor Type: 0
    (II) RADEON(0): DDC Type: 6, Detected Monitor Type: 2
    (II) RADEON(0): EDID data from the display on connector: Proprietary/LVDS ----------------------
    (II) RADEON(0): Manufacturer: SEC Model: 3158 Serial#: 0
    (II) RADEON(0): Year: 2003 Week: 0
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max H-Image Size [cm]: horiz.: 33 vert.: 21
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): No DPMS capabilities specified; RGB/Color Display
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.580 redY: 0.340 greenX: 0.310 greenY: 0.550
    (II) RADEON(0): blueX: 0.155 blueY: 0.155 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 71.2 MHz Image Size: 331 x 207 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1360 h_blank_end 1440 h_border: 0
    (II) RADEON(0): v_active: 800 v_sync: 802 v_sync_end 808 v_blanking: 823 v_border: 0
    (II) RADEON(0): Y0316154X1
    (II) RADEON(0): ůr`@
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff004ca3583100000000
    (II) RADEON(0): 000d0103802115780a87f594574f8c27
    (II) RADEON(0): 27505400000001010101010101010101
    (II) RADEON(0): 010101010101d51b00a0502017303020
    (II) RADEON(0): 26004bcf100000190000000f00000000
    (II) RADEON(0): 00000000002387026400000000fe0059
    (II) RADEON(0): 303331360731353458310a20000000fe
    (II) RADEON(0): 00c5af9e8e72604000010a2020200052
    in RADEONProbeOutputModes
    (II) RADEON(0): EDID vendor "SEC", prod id 12632
    (II) RADEON(0): Output VGA-0 disconnected
    (II) RADEON(0): Output DVI-0 disconnected
    (II) RADEON(0): Output LVDS connected
    (II) RADEON(0): Output S-video disconnected
    (II) RADEON(0): Output LVDS using initial mode 1280x800
    after xf86InitialConfiguration
    (==) RADEON(0): DPI set to (96, 96)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"(II) Module "ramdac" already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.0
    ABI class: X.Org Video Driver, version 2.0
    (==) RADEON(0): Assuming overlay scaler buffer width is 1920
    (II) RADEON(0): No MM_TABLE found - assuming CARD is not TV-in capable.
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b]
    [1] 0 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b]
    [2] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [3] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [4] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [5] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [6] -1 0 0xfaffc000 - 0xfaffcfff (0x1000) MX[b]
    [7] -1 0 0xfaff8000 - 0xfaffbfff (0x4000) MX[b]
    [8] -1 0 0xfaffd800 - 0xfaffdfff (0x800) MX[b]
    [9] -1 0 0xfaffe000 - 0xfaffffff (0x2000) MX[b]
    [10] -1 0 0xf4fff400 - 0xf4fff4ff (0x100) MX[b]
    [11] -1 0 0xf4fff800 - 0xf4fff9ff (0x200) MX[b]
    [12] -1 0 0x44000000 - 0x440003ff (0x400) MX[b]
    [13] -1 0 0xf4fffc00 - 0xf4ffffff (0x400) MX[b]
    [14] -1 0 0xe0000000 - 0xdfffffff (0x0) MX[b]O
    [15] -1 0 0xfc000000 - 0xfc01ffff (0x20000) MX[b](B)
    [16] -1 0 0xfcff0000 - 0xfcffffff (0x10000) MX[b](B)
    [17] -1 0 0xd0000000 - 0xdfffffff (0x10000000) MX[b](B)
    [18] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [19] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [20] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [21] 0 0 0x0000c000 - 0x0000c0ff (0x100) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [24] -1 0 0x0000b080 - 0x0000b0ff (0x80) IX[b]
    [25] -1 0 0x0000b400 - 0x0000b4ff (0x100) IX[b]
    [26] -1 0 0x0000bc40 - 0x0000bc7f (0x40) IX[b]
    [27] -1 0 0x0000b800 - 0x0000b8ff (0x100) IX[b]
    [28] -1 0 0x0000bfa0 - 0x0000bfaf (0x10) IX[b]
    [29] -1 0 0x00000374 - 0x00000374 (0x1) IX[b]
    [30] -1 0 0x00000170 - 0x00000177 (0x8) IX[b]
    [31] -1 0 0x000003f4 - 0x000003f4 (0x1) IX[b]
    [32] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [33] -1 0 0x0000bf20 - 0x0000bf3f (0x20) IX[b]
    [34] -1 0 0x0000bf40 - 0x0000bf5f (0x20) IX[b]
    [35] -1 0 0x0000bf80 - 0x0000bf9f (0x20) IX[b]
    [36] -1 0 0x0000c000 - 0x0000c0ff (0x100) IX[b](B)
    [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (==) RADEON(0): Write-combining range (0xd0000000,0x8000000)
    Entering TV Save
    Save TV timing tables
    saveTimingTables: reading timing tables
    TV Save done
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x08000000
    (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): CP in BM mode
    (II) RADEON(0): Using 8 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 5 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
    (II) RADEON(0): Reserved area from (0,1200) to (1280,1202)
    (II) RADEON(0): Largest offscreen area available: 1280 x 6989
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x1838000
    (II) RADEON(0): Will use depth buffer at offset 0x1e14000
    (II) RADEON(0): Will use 94208 kb for textures at offset 0x23f0000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 9, (OK)
    drmOpenByBusid: drmOpenMinor returns 9
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEON(0): [drm] framebuffer handle = 0xd0000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (==) RADEON(0): Using AGP 4x
    (II) RADEON(0): [agp] Mode 0x1f000207 [AGP 0x8086/0x3340; Card 0x1002/0x4e50]
    (II) RADEON(0): [agp] 8192 kB allocated with handle 0x00000001
    (II) RADEON(0): [agp] ring handle = 0xe0000000
    (II) RADEON(0): [agp] Ring mapped at 0xaf920000
    (II) RADEON(0): [agp] ring read ptr handle = 0xe0101000
    (II) RADEON(0): [agp] Ring read ptr mapped at 0xaf91f000
    (II) RADEON(0): [agp] vertex/indirect buffers handle = 0xe0102000
    (II) RADEON(0): [agp] Vertex/indirect buffers mapped at 0xaf71f000
    (II) RADEON(0): [agp] GART texture map handle = 0xe0302000
    (II) RADEON(0): [agp] GART Texture map mapped at 0xaf23f000
    (II) RADEON(0): [drm] register handle = 0xfcff0000
    (II) RADEON(0): [dri] Visual configs initialized
    init memmap
    init common
    init crtc1
    init pll1
    restore memmap
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    restore common
    restore crtc1
    restore pll1
    restore LVDS
    enable montype: 2
    (WW) RADEON(0): No crtc mode list for crtc 1,continuing with desired mode
    disable montype: 2
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): [DRI] installation complete
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 11
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 5111808
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xd7ffd000 is: 0xd7ffd000
    (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xe07fe000
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xd7ffd000
    (II) RADEON(0): MC_AGP_LOCATION : 0xe07fe000
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): Render acceleration unsupported on Radeon 9500/9700 and newer.
    (II) RADEON(0): Render acceleration disabled
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Offscreen Pixmaps
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Using hardware cursor (scanline 1202)
    (II) RADEON(0): Largest offscreen area available: 1280 x 6985
    (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) Initializing built-in extension XEVIE
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (WW) AIGLX: 3D driver claims to not support visual 0x23
    (WW) AIGLX: 3D driver claims to not support visual 0x24
    (WW) AIGLX: 3D driver claims to not support visual 0x25
    (WW) AIGLX: 3D driver claims to not support visual 0x26
    (WW) AIGLX: 3D driver claims to not support visual 0x27
    (WW) AIGLX: 3D driver claims to not support visual 0x28
    (WW) AIGLX: 3D driver claims to not support visual 0x29
    (WW) AIGLX: 3D driver claims to not support visual 0x2a
    (WW) AIGLX: 3D driver claims to not support visual 0x2b
    (WW) AIGLX: 3D driver claims to not support visual 0x2c
    (WW) AIGLX: 3D driver claims to not support visual 0x2d
    (WW) AIGLX: 3D driver claims to not support visual 0x2e
    (WW) AIGLX: 3D driver claims to not support visual 0x2f
    (WW) AIGLX: 3D driver claims to not support visual 0x30
    (WW) AIGLX: 3D driver claims to not support visual 0x31
    (WW) AIGLX: 3D driver claims to not support visual 0x32
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 331 x 207
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    (--) Alps touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "VertScrollDelta" "100"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "180"
    (**) Option "MaxTapMove" "220"
    (--) Alps touchpad touchpad found
    (**) Option "CorePointer"
    (**) Alps touchpad: always reports core events
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (WW) <default pointer>: No Device specified, looking for one...
    (II) <default pointer>: Setting Device option to "/dev/input/mice"
    (--) <default pointer>: Device: "/dev/input/mice"
    (==) <default pointer>: Protocol: "Auto"
    (**) Option "AlwaysCore"
    (**) <default pointer>: doesn't report core events
    (==) <default pointer>: Emulate3Buttons, Emulate3Timeout: 50
    (**) <default pointer>: ZAxisMapping: buttons 4 and 5
    (**) <default pointer>: Buttons: 9
    (**) <default pointer>: Sensitivity: 1
    (II) evaluating device (<default pointer>)
    (II) XINPUT: Adding extended input device "<default pointer>" (type: MOUSE)
    (II) evaluating device (Keyboard0)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) evaluating device (Alps touchpad)
    (II) XINPUT: Adding extended input device "Alps touchpad" (type: MOUSE)
    (--) <default pointer>: PnP-detected protocol: "ExplorerPS/2"
    (II) <default pointer>: ps2EnableDataReporting: succeeded
    (--) Alps touchpad auto-dev sets device to /dev/input/event6
    (**) Option "Device" "/dev/input/event6"
    (--) Alps touchpad touchpad found
    and here's my entire Xorg.conf file.  You will see that I have been playing with it some... with little/no success.  Due to viewing the log I saw "Alps touchpad sets device to /dev/input/event6" so I tried changing my device to that with the same result, no scroll.
    [shane@Shane-Arch ~]$ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Alps touchpad" "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 "dbe"
    Load "record"
    Load "dri"
    Load "extmod"
    Load "xtrap"
    Load "type1"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    #MOUSE
    Section "InputDevice"
    Identifier "Generic Mouse"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    Option "Emulate3Buttons"
    EndSection
    Section "InputDevice"
    Driver "synaptics"
    Identifier "Alps touchpad"
    Option "Device" "/dev/input/event6"
    Option "Protocol" "auto-dev"
    Option "Emulate3Buttons"
    # synaptic driver specific options
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.24"
    Option "MaxSpeed" "0.48"
    Option "AccelFactor" "0.01"
    Option "SHMConfig" "on"
    EndSection
    #Section "InputDevice"
    # Identifier "Touchpad"
    # Driver "synaptics"
    # Option "Device" "/dev/input/mouse0"
    # Option "Protocol" "auto-dev"
    # Option "LeftEdge" "1700"
    # Option "RightEdge" "5300"
    # Option "TopEdge" "1700"
    # Option "BottomEdge" "4200"
    # Option "FingerLow" "25"
    # Option "FingerHigh" "30"
    # Option "MaxTapTime" "180"
    # Option "MaxTapMove" "220"
    # Option "VertScrollDelta" "100"
    # Option "MinSpeed" "0.24"
    # Option "MaxSpeed" "0.48"
    # Option "AccelFactor" "0.0100"
    # Option "SHMConfig" "on"
    # Option "SendCoreEvents" "true"
    #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 330 210 # mm
    Identifier "Monitor0"
    VendorName "SEC"
    ModelName "3158"
    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 "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "DDCMode" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "LVDSBiosNativeMode" # [<bool>]
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "RV350 [Mobility Radeon 9600 M10]"
    BusID "PCI:1:0: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
    See anything wrong?
    Thanks again for all the help.
    -Shane

  • Touchpad scroll doesnot work in firefox4 RC

    Just installed RC1 on Compaq Presario laptop and horizontal and vertical scroll no longer work. Working in IE9 and Chrome and Firefox 3.6.x

    Hi Naveen, as i wrote above its ALPS and using Lenovo's latest driver for R500 which is for win7 since no drivers for win 10.
    ALPS don't deliver driver either, they leave it to Lenovo - Who hasn't.
    All the steps you mentioned I have already tried and more too, the fact is that the Ultranav Scroll works in all other apps than any of MS running modern UI.
    Regards
    JBJ
    I'm actually not new here, but your logon system had forgotten my login and when i tried to recover it I were sent to new registration. When I tried my old login it said that it were invalid. When I tried to create a new login with my old username and password it told that my username were already in use. Old username Insomniacno1

  • Re: Satellite A200 Touchpad scroll dosnt work after Win 7 installation

    When I change my windows from xp to w 7 my scroll dosen t work.
    What should I do?
    Sorry for my english....

    Hello
    The BIOS downloads you can find on the same place as drivers:
    http://eu.computers.toshiba-europe.com > Support & Downloads > Download Drivers
    Before you start the update, close all running programs and make sure that you are logged in as administrator.
    Greets

  • 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

  • HI! Firefox ask me to do update and now ia have 4,0 but now my laptops touscpad scroll not working? i have lenovo t61 and i m useing xp. What i must to to

    HI! Firefox ask me to do update, and now ia have 4,0 but now my laptops touchpad scroll not working? i have lenovo t61 and i m useing xp. What i must to to

    Hmmm, Norton extensions are broken again in Firefox 4.0.1. It seems that Norton didn't allow for Firefox 4.0 security updates when they updated their Firefox extension for Firefox 4.0. Norton says they'll have a fix in two weeks. A Norton user posted a fix in this forum thread.
    http://community.norton.com/t5/Norton-Internet-Security-Norton/Norton-Toolbar-not-compatible-with-FF-4-0-1/td-p/442788

  • Touchpad Scroll-buttons not working properly

    Hello all,
    I was not sure if this is actually a Desktop Environment or Hardware problem, but since it's hardware related I will post it here.
    The problem:
    On my touchpad (on Acer Aspire 5610Z) I have scroll button for up/down/left/right and until a recent update the scroll buttons need to be clicked repeatably in order to scroll. Before the upgrade and the way I'm expecting to behave is that when I click and hold a button - it should repeat the scroll (I hope you are able to understand it). So basically my problem is that to scroll with the scroll-buttons I have to click it numerous times in order to scroll, instead of just holding the button pressed.
    At the same time all other features like two-finger scrolling, gestures etc. are working, but I'm not used to scroll with two fingers and would like to have my scroll-buttons working.
    Here is some information about the configuration:
    10-synaptics.conf
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    Option "SHMConfig" "on"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "VertEdgeScroll" "on" # enable vertical scroll zone
    Option "HorizEdgeScroll" "on" # enable horizontal scroll zone
    Option "VertTwoFingerScroll" "on" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "on" # horizontal scroll anywhere with two fingers
    EndSection
    Output of synclient -l
    Parameter settings:
    LeftEdge = 1752
    RightEdge = 5192
    TopEdge = 1620
    BottomEdge = 4236
    FingerLow = 25
    FingerHigh = 30
    FingerPress = 256
    MaxTapTime = 180
    MaxTapMove = 221
    MaxDoubleTapTime = 180
    SingleTapTimeout = 180
    ClickTime = 100
    FastTaps = 0
    EmulateMidButtonTime = 75
    EmulateTwoFingerMinZ = 282
    EmulateTwoFingerMinW = 7
    VertScrollDelta = 100
    HorizScrollDelta = 100
    VertEdgeScroll = 1
    HorizEdgeScroll = 1
    CornerCoasting = 1
    VertTwoFingerScroll = 1
    HorizTwoFingerScroll = 1
    MinSpeed = 1.6
    MaxSpeed = 1.75
    AccelFactor = 0.087
    TrackstickSpeed = 40
    EdgeMotionMinZ = 30
    EdgeMotionMaxZ = 160
    EdgeMotionMinSpeed = 1
    EdgeMotionMaxSpeed = 401
    EdgeMotionUseAlways = 0
    UpDownScrolling = 1
    LeftRightScrolling = 1
    UpDownScrollRepeat = 1
    LeftRightScrollRepeat = 1
    ScrollButtonRepeat = 100
    TouchpadOff = 0
    LockedDrags = 0
    LockedDragTimeout = 5000
    RTCornerButton = 0
    RBCornerButton = 0
    LTCornerButton = 0
    LBCornerButton = 0
    TapButton1 = 1
    TapButton2 = 2
    TapButton3 = 3
    ClickFinger1 = 1
    ClickFinger2 = 1
    ClickFinger3 = 1
    CircularScrolling = 0
    CircScrollDelta = 0.100007
    CircScrollTrigger = 0
    CircularPad = 0
    PalmDetect = 0
    PalmMinWidth = 10
    PalmMinZ = 200
    CoastingSpeed = 20
    CoastingFriction = 50
    PressureMotionMinZ = 30
    PressureMotionMaxZ = 160
    PressureMotionMinFactor = 1
    PressureMotionMaxFactor = 1
    GrabEventDevice = 1
    TapAndDragGesture = 1
    AreaLeftEdge = 0
    AreaRightEdge = 0
    AreaTopEdge = 0
    AreaBottomEdge = 0
    HorizHysteresis = 25
    VertHysteresis = 25
    ClickPad = 0
    Output of xinput list :
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ SynPS/2 Synaptics TouchPad id=12 [slave pointer (2)]
    ⎣ Virtual core keyboard id=3 [master keyboard (2)]
    ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
    ↳ Power Button id=6 [slave keyboard (3)]
    ↳ Video Bus id=7 [slave keyboard (3)]
    ↳ Power Button id=8 [slave keyboard (3)]
    ↳ Sleep Button id=9 [slave keyboard (3)]
    ↳ USB2.0 Camera id=10 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=11 [slave keyboard (3)]
    And the last upgrade since the scroll buttons stopped working:
    [2012-03-14 08:15] upgraded chromium (17.0.963.78-1 -> 17.0.963.79-1)
    [2012-03-14 08:15] > Updating desktop mime database...
    [2012-03-14 08:15] upgraded eric (5.1.8-1 -> 5.2.0-1)
    [2012-03-14 08:15] upgraded freetype2 (2.4.8-1 -> 2.4.9-1)
    [2012-03-14 08:15] upgraded git (1.7.9.3-1 -> 1.7.9.4-1)
    [2012-03-14 08:15] upgraded glproto (1.4.14-1 -> 1.4.15-1)
    [2012-03-14 08:15] upgraded grep (2.11-1 -> 2.11-2)
    [2012-03-14 08:15] upgraded gstreamer0.10 (0.10.35-1 -> 0.10.36-1)
    [2012-03-14 08:15] upgraded gstreamer0.10-base (0.10.35-1 -> 0.10.36-1)
    [2012-03-14 08:15] upgraded gstreamer0.10-base-plugins (0.10.35-1 -> 0.10.36-1)
    [2012-03-14 08:15] upgraded gstreamer0.10-good (0.10.30-2 -> 0.10.31-1)
    [2012-03-14 08:15] upgraded gstreamer0.10-good-plugins (0.10.30-2 -> 0.10.31-1)
    [2012-03-14 08:15] upgraded xcb-proto (1.6-2 -> 1.7-2)
    [2012-03-14 08:15] upgraded libxcb (1.7-2 -> 1.8.1-1)
    [2012-03-14 08:15] upgraded libx11 (1.4.4-1 -> 1.4.99.1-1)
    [2012-03-14 08:15] upgraded libxt (1.1.2-1 -> 1.1.2-2)
    [2012-03-14 08:15] upgraded imagemagick (6.7.5.3-1 -> 6.7.6.0-1)
    [2012-03-14 08:15] upgraded inputproto (2.0.2-1 -> 2.2-1)
    [2012-03-14 08:15] upgraded libglapi (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:15] upgraded libgl (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:15] upgraded intel-dri (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:16] upgraded kdebase-runtime (4.8.1-1 -> 4.8.1-2)
    [2012-03-14 08:16] upgraded khrplatform-devel (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:16] upgraded libegl (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:16] upgraded libgles (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:16] Users no longer need to be in the 'camera' group to use camera devices
    [2012-03-14 08:16] upgraded libgphoto2 (2.4.11-1 -> 2.4.13-1)
    [2012-03-14 08:16] upgraded libnids (1.24-1 -> 1.24-2)
    [2012-03-14 08:16] upgraded libpciaccess (0.12.1-1 -> 0.13-1)
    [2012-03-14 08:16] upgraded libtiff (4.0.0-1 -> 4.0.1-1)
    [2012-03-14 08:16] upgraded libxft (2.3.0-1 -> 2.3.0-2)
    [2012-03-14 08:16] upgraded libxi (1.4.5-1 -> 1.6.0-1)
    [2012-03-14 08:16] upgraded man-pages (3.36-1 -> 3.37-1)
    [2012-03-14 08:16] upgraded mesa (7.11.2-1 -> 8.0.1-2)
    [2012-03-14 08:16] upgraded mpfr (3.1.0.p3-1 -> 3.1.0.p7-1)
    [2012-03-14 08:16] upgraded oxygen-gtk2 (1.2.1-1 -> 1.2.2-1)
    [2012-03-14 08:16] upgraded oxygen-gtk3 (1.0.1-1 -> 1.0.2-1)
    [2012-03-14 08:16] upgraded poppler (0.18.3-2 -> 0.18.4-1)
    [2012-03-14 08:16] upgraded poppler-glib (0.18.3-2 -> 0.18.4-1)
    [2012-03-14 08:16] upgraded poppler-qt (0.18.3-2 -> 0.18.4-1)
    [2012-03-14 08:16] upgraded python-configobj (4.7.2-3 -> 4.7.2-4)
    [2012-03-14 08:16] upgraded python-pygments (1.4-5 -> 1.5-1)
    [2012-03-14 08:16] upgraded python2-pygments (1.4-5 -> 1.5-1)
    [2012-03-14 08:16] upgraded ruby (1.9.3_p125-1 -> 1.9.3_p125-2)
    [2012-03-14 08:16] upgraded skype (2.2.0.35-2 -> 2.2.0.35-3)
    [2012-03-14 08:16] upgraded xf86-input-evdev (2.6.0-4 -> 2.7.0-1)
    [2012-03-14 08:16] upgraded xf86-input-synaptics (1.5.0-1 -> 1.5.99-0.2)
    [2012-03-14 08:16] upgraded xf86-input-vmmouse (12.7.0-3 -> 12.8.0-1)
    [2012-03-14 08:16] upgraded xf86-video-intel (2.17.0-2 -> 2.18.0-1)
    [2012-03-14 08:16] upgraded xf86-video-vmware (11.1.0-1 -> 12.0.0-1)
    [2012-03-14 08:16] upgraded xorg-server-common (1.11.4-1 -> 1.12.0-1)
    [2012-03-14 08:16] upgraded xorg-server (1.11.4-1 -> 1.12.0-1)
    [2012-03-14 08:16] upgraded xorg-xinput (1.5.3-2 -> 1.5.99.1-1)
    [2012-03-14 10:51] Running 'pacman -S gimp-devel'
    [2012-03-14 10:52] Running 'pacman -S extra/gimp-devel'
    [2012-03-14 10:52] Running 'pacman -Syy'
    [2012-03-14 10:52] synchronizing package lists
    [2012-03-14 10:54] Running 'pacman -S extra/gimp-devel'
    [2012-03-14 10:55] Updating font cache... done.
    [2012-03-14 10:55] installed gsfonts (1.0.7pre44-3)
    [2012-03-14 10:55] installed libwmf (0.2.8.4-9)
    [2012-03-14 10:55] installed babl (0.1.6-1)
    [2012-03-14 10:55] installed gegl (0.1.8-2)
    [2012-03-14 10:55] installed gimp-devel (2.7.5-1)
    [2012-03-14 11:01] Running 'pacman -U /tmp/yaourt-tmp-vladi/PKGDEST.26J/gimp-photoshop-brush-1.0-1-i686.pkg.tar.xz'
    [2012-03-14 11:02] installed gimp-photoshop-brush (1.0-1)
    [2012-03-14 11:02] Running 'pacman -U /tmp/yaourt-tmp-vladi/PKGDEST.Jc0/gimp-photoshop-brush-1.0-1-i686.pkg.tar.xz'
    [2012-03-14 11:02] upgraded gimp-photoshop-brush (1.0-1 -> 1.0-1)
    [2012-03-14 11:03] Running 'pacman -S --asdeps --needed extra/perl-xml-parser extra/intltool'
    [2012-03-14 11:03] installed perl-xml-parser (2.41-2)
    [2012-03-14 11:03] installed intltool (0.50.1-1)
    [2012-03-14 11:03] Running 'pacman -U /tmp/yaourt-tmp-vladi/PKGDEST.GVM/gimp-plugin-saveforweb-0.29.3-1-i686.pkg.tar.xz'
    [2012-03-14 11:03] installed gimp-plugin-saveforweb (0.29.3-1)
    [2012-03-14 11:04] Running 'pacman -U /tmp/yaourt-tmp-vladi/PKGDEST.OX1/gimpfx-foundry-2.6_1-2-i686.pkg.tar.xz'
    [2012-03-14 11:04] installed gimpfx-foundry (2.6_1-2)
    [2012-03-14 20:27] Running 'pacman -Syy'
    [2012-03-14 20:27] synchronizing package lists
    [2012-03-14 20:30] Running 'pacman -Syu'
    [2012-03-14 20:30] synchronizing package lists
    I thank you in advance for your suggestions

    I'm afraid the problem is in driver.
    I compared sources of input-synaptics 1.6.3 and 1.7.0 and it seems that author has cut off the functionality of "repeating" scrollbuttons
    Here's the announce of this new version:
    http://lists.freedesktop.org/archives/x … 55593.html
    And we can read there: "Purge scrollbuttons (repeat)".
    Strange decision I think...

  • My laptop touchpad scroll is not working with firefox 4. It is wroking with other programs. When I attach a mouse then scroll works with mouse wheel. It is only not working with touchpad. It is/was working with firefox 3.6.x

    I am using windows xp service pack 3 with Lenovo T60p.

    I too have this problem, I have an Acer Aspire 7551G with an ALPS mutitouch touchpad. It works perfectly fine in every other program, and worked in Firefox 3.6. Scroll also works fine with a USB mouse. I tried downloading the 'latest' driver from the Acer support website, but when I tried to install it, it says that I am trying to install the same driver that I already have, so that fix isn't possible. I've only had the machine for 3 months, so I would imagine the drivers are pretty current.
    I can't believe that this is a driver problem anyway, as I say, it works perfectly well in every other program, so it must be something wrong with Firefox. I was looking forward to using Firefox 4, but this problem is too annoying to put up with. Oh well, back to Chrome... at least until there is a fix found or implemented.

Maybe you are looking for