Configuring Synaptics touchpad (new Xorg again)

Hi
I'm one of those who upgraded to the latest Xorg recently. Now I can't figure out how to configure my touchpad scrolling.
I don't have hal running (but only dbus).
I have all the default Xorg config files intact (10-evdev, 10-quirks, 10-synaptics).
I have added a file called 20-conf.conf:
Section "ServerFlags"
Option "DontZap" "false"
EndSection
Section "InputClass"
Identifier "touchpad catchall"
MatchIsTouchpad "on"
Driver "synaptics"
MatchDevicePath "/dev/input/event*"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "Emulate3Buttons" "false"
Option "XAxisMapping" "6 7"
Option "YAxisMapping" "4 5"
EndSection
Section "InputClass"
Identifier "tap-by-default"
MatchIsTouchpad "on"
Option "TapButton1" "1"
EndSection
Xorg.0.log seems fine except for the following:
[ 32.158] Query no Synaptics: 6003C8
[ 32.158] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
[ 32.158] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
[ 32.197] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
[ 32.197] (II) UnloadModule: "synaptics"
Now I'm stuck! Please, help...
Last edited by skorpan (2010-06-25 12:34:08)

Thank you, this post helped me:
http://bbs.archlinux.org/viewtopic.php? … 24#p778524

Similar Messages

  • [Solved] Synaptics + New Xorg

    Hi!
    I'm having problems with my synaptics touchpad configuration. I've read some of the topics on the bbs, but none really helped. I'm now stuck with enabling the driver for Xorg (I think), because it seems that while it's configured properly - at least for HAL:
    25: udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input'
    input.x11_options.MaxSpeed = '0.70' (string)
    input.x11_options.AccelFactor = '0.00150' (string)
    input.x11_options.SHMConfig = 'on' (string)
    input.x11_options.VertTwoFingerScroll = '1' (string)
    input.device = '/dev/input/event5' (string)
    input.x11_options.HorizTwoFingerScroll = '1' (string)
    input.product = 'SynPS/2 Synaptics TouchPad' (string)
    input.x11_options.VertEdgeScroll = '1' (string)
    linux.hotplug_type = 2 (0x2) (int)
    info.subsystem = 'input' (string)
    input.x11_options.HorizEdgeScroll = '1' (string)
    linux.subsystem = 'input' (string)
    info.product = 'SynPS/2 Synaptics TouchPad' (string)
    input.x11_options.TapButton1 = '1' (string)
    info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input' (string)
    input.x11_options.TapButton2 = '2' (string)
    input.x11_options.TapButton3 = '3' (string)
    info.capabilities = { 'input', 'input.touchpad' } (string list)
    input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port' (string)
    info.category = 'input' (string)
    input.x11_driver = 'synaptics' (string)
    input.x11_options.Device = '/dev/input/psaux' (string)
    input.x11_options.LeftEdge = '1700' (string)
    linux.sysfs_path = '/sys/class/input/input5/event5' (string)
    input.x11_options.RightEdge = '5300' (string)
    info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port' (string)
    input.x11_options.TopEdge = '1700' (string)
    linux.device_file = '/dev/input/event5' (string)
    input.x11_options.BottomEdge = '4200' (string)
    input.x11_options.FingerLow = '25' (string)
    input.x11_options.FingerHigh = '30' (string)
    input.x11_options.MaxTapTime = '180' (string)
    input.x11_options.MaxTapMove = '220' (string)
    input.x11_options.VertScrollDelta = '100' (string)
    input.x11_options.MinSpeed = '0.10' (string)
    ... It doesn't work in KDE (eg. no tapping, scrolling, and so on). I have some old entries in xorg.conf regarding the touchpad, but I don't think it makes any difference.
    Section "InputDevice"
    Driver "synaptics"
    Identifier "TouchPad"
    Option "Device" "/dev/psaux"
    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.09"
    Option "MaxSpeed" "0.18"
    Option "AccelFactor" "0.0015"
    Option "SHMConfig" "on"
    EndSection
    And the /etc/hal/fdi/policy/11-x11-synaptics.fdi
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <match key="info.product" contains="Synaptics TouchPad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <merge key="input.x11_options.Device" type="string">/dev/input/psaux</merge>
    <merge key="input.x11_options.LeftEdge" type="string">120</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.FingerLow" type="string">25</merge>
    <merge key="input.x11_options.FingerHigh" type="string">30</merge>
    <merge key="input.x11_options.MaxTapTime" type="string">180</merge>
    <merge key="input.x11_options.MaxTapMove" type="string">220</merge>
    <merge key="input.x11_options.VertScrollDelta" type="string">100</merge>
    <merge key="input.x11_options.MinSpeed" type="string">0.10</merge>
    <merge key="input.x11_options.MaxSpeed" type="string">0.70</merge>
    <merge key="input.x11_options.AccelFactor" type="string">0.00150</merge>
    <merge key="input.x11_options.SHMConfig" type="string">on</merge>
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">1</merge>
    <merge key="input.x11_options.VertEdgeScroll" type="string">1</merge>
    <merge key="input.x11_options.HorizEdgeScroll" type="string">1</merge>
    <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>
    </match>
    <match key="info.product" contains="AlpsPS/2 ALPS">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="appletouch">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="bcm5974">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    </match>
    </device>
    </deviceinfo>
    I don't have any entries in xorg.conf like disabling AutoAddDevices, keyboard is now working as a "evdev-configured keybord", but the touchpad refuses to cooperate with new xorg
    Last edited by lateralus (2008-12-05 18:26:50)

    stephelton wrote:Explain to me how this is solved. By removing all the configuration options, you lose your configuration. So if the goal of this post is to preserve configuration, and that clearly doesn't happen, this cannot possibly be "solved."
    To each their own...there's no need to justify contentedness.
    stephelton wrote:More to the point -- how does one go about restoring functionality? Is there some documentation I might find helpful? Why isn't this on the front page? Even after turning off the new HAL based hardware detection it didn't work as it used to.
    Hmm, perhaps you would find the Synaptics ArchWiki article helpful.  All this Hal nonsense aside, the core synaptics drivers has changed and some settings need to be adjusted accordingly--the wiki has those details.

  • Xorg not registering synaptics touchpad

    Hi, I'm having an odd problem here. Every so often when I boot my netbook (Acer aspire one 110) my touchpad loses all it's settings. The xorg log shows this
    [ 14.387] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event10)
    [ 14.387] (**) PS/2 Synaptics TouchPad: Applying InputClass "evdev pointer catchall"
    [ 14.387] (II) Using input driver 'evdev' for 'PS/2 Synaptics TouchPad'
    [ 14.387] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 14.388] (**) PS/2 Synaptics TouchPad: always reports core events
    [ 14.388] (**) PS/2 Synaptics TouchPad: Device: "/dev/input/event10"
    [ 14.410] (--) PS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 14.410] (--) PS/2 Synaptics TouchPad: Found relative axes
    [ 14.410] (--) PS/2 Synaptics TouchPad: Found x and y relative axes
    [ 14.410] (II) PS/2 Synaptics TouchPad: Configuring as mouse
    [ 14.410] (**) PS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 14.410] (**) PS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 14.410] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event10"
    [ 14.410] (II) XINPUT: Adding extended input device "PS/2 Synaptics TouchPad" (type: MOUSE)
    [ 14.411] (II) PS/2 Synaptics TouchPad: initialized for relative axes.
    [ 14.411] (**) PS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 14.411] (**) PS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 14.411] (**) PS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 14.411] (**) PS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 14.413] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 14.413] (II) No input driver/identifier specified (ignoring)
    so it seems to be loading settings from 10-evdev.conf even though the touchpad lines are commented out. Commenting out the pointer lines stops the touchpad from working at all!
    [ 51.924] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/event10)
    [ 51.924] (II) No input driver/identifier specified (ignoring)
    [ 51.925] (II) config/udev: Adding input device PS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 51.925] (II) No input driver/identifier specified (ignoring)
    For reference when the touchpad is working correctly the xorg log is thus
    [ 15.584] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 15.584] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 15.584] (II) LoadModule: "synaptics"
    [ 15.585] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 15.587] (II) Module synaptics: vendor="X.Org Foundation"
    [ 15.588] compiled for 1.10.2, module version = 1.4.1
    [ 15.588] Module class: X.Org XInput Driver
    [ 15.588] ABI class: X.Org XInput driver, version 12.2
    [ 15.588] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 15.588] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 15.588] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 15.588] (**) Option "Device" "/dev/input/event10"
    [ 15.696] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
    [ 15.696] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5218
    [ 15.696] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 15.697] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 15.697] (--) SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 15.697] (**) Option "VertEdgeScroll" "true"
    [ 15.697] (**) Option "HorizEdgeScroll" "true"
    [ 15.697] (**) Option "CornerCoasting" "true"
    [ 15.697] (**) Option "TapButton1" "1"
    [ 15.697] (**) Option "TapButton2" "2"
    [ 15.698] (**) Option "TapButton3" "2"
    [ 15.698] (**) Option "CoastingSpeed" "1"
    [ 15.698] (**) Option "CoastingFriction" "0"
    [ 15.803] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 15.803] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 15.856] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio2/input/input10/event10"
    [ 15.856] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 15.857] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 15.857] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 15.857] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.034
    [ 15.858] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 15.858] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 15.858] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 15.858] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 15.936] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 15.938] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 15.938] (II) No input driver/identifier specified (ignoring)
    This error seems to happen at random. Anyone know what's going on?

    Actually I've already tried the wiki solution. I don't want the hotplugging or whatever it is called to be on. That's why I disabled it in the xorg.conf. Afaik xorg should use the previous configuration of everything then, but touchpad does not work properly though. However, when I enabled this f***ing hotplugging and copied the fdi files to the directories listed on wiki (as well as to 10osvendor) the X become unstable and furhtermore tapping and scrolling did not function as well. I'm confused...
    EDIT: Thanks Nepherte -> tapping works could you paste here your xorg.conf and fdi, or at least these parts concerning synaptics?
    Section "ServerFlags"
         Option "AutoAddDevices" "False"
    EndSection
    Do you have this option in xorg.conf? Without it my keyboard "goes mad" and I am to lazy to search for fdi config files (Polish layout) for hal to manage keyboard by hotplugging
    Last edited by szajskerl (2008-12-02 19:39:44)

  • Xorg 7.4 + Synaptics Touchpad

    I'm having a hard time getting my touchpad to work. At the moment only moving the mouse with my touchpad works. Tapping, scrolling and everything else doesn't.
    cat /proc/bus/input/devices:
    I: Bus=0011 Vendor=0002 Product=0008 Version=7321
    N: Name="AlpsPS/2 ALPS GlidePoint"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/class/input/input11
    U: Uniq=
    H: Handlers=mouse4 event11
    B: EV=f
    B: KEY=420 70000 0 0 0 0
    B: REL=3
    B: ABS=1000003
    My old xorg synaptics input section looked like this:
    Section "ServerLayout"
    InputDevice "Synaptics Touchpad" "AlwaysCore"
    EndSection
    Section "Module"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Driver "synaptics"
    Identifier "Synaptics Touchpad"
    Option "Protocol" "auto-dev"
    Option "SHMConfig" "off"
    EndSection
    I installed the package xf86-input-synaptics and copied the synaptics fdi file from /usr/share/hal/fdi/policy/10osvendor/ to /etc/hal/fdi/policy/. The current synaptics fdi file (where only moving the mouse works) is:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <match key="info.product" contains="Synaptics TouchPad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLE:
    <merge key="input.x11_options.LeftEdge" type="string">120</merge>
    -->
    </match>
    <match key="info.product" contains="AlpsPS/2 ALPS">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="appletouch">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="bcm5974">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <!-- <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">on</merge> -->
    <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>
    <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.RightEdge" type="string">930</merge>
    <merge key="input.x11_options.BottomEdge" type="string">700</merge>
    <!--<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge> -->
    <merge key="input.x11_options.HorizScrollDelta" type="string">20</merge>
    </match>
    </device>
    </deviceinfo>
    Any help is appreciated.
    P.S. The laptop is a Sony Vaio SZ61. I'm not sure if it helps but the sample configuration files from the wiki page http://wiki.archlinux.org/index.php/Tou … _7.3_users when I was using Xorg 7.3 didn't give me tapping or scrolling either (only the one I posted did)

    Actually I've already tried the wiki solution. I don't want the hotplugging or whatever it is called to be on. That's why I disabled it in the xorg.conf. Afaik xorg should use the previous configuration of everything then, but touchpad does not work properly though. However, when I enabled this f***ing hotplugging and copied the fdi files to the directories listed on wiki (as well as to 10osvendor) the X become unstable and furhtermore tapping and scrolling did not function as well. I'm confused...
    EDIT: Thanks Nepherte -> tapping works could you paste here your xorg.conf and fdi, or at least these parts concerning synaptics?
    Section "ServerFlags"
         Option "AutoAddDevices" "False"
    EndSection
    Do you have this option in xorg.conf? Without it my keyboard "goes mad" and I am to lazy to search for fdi config files (Polish layout) for hal to manage keyboard by hotplugging
    Last edited by szajskerl (2008-12-02 19:39:44)

  • New Pavillion DV6 with Windows 7. Synaptics TouchPad cannot start - error code 10.

    I've had the laptop for about three weeks. Installed an HP 3005pr USD 3.0 Port Replicator a few days ago and the Synaptics TouchPad stopped working (perhaps not related?). Keyboard works fine. I've used a Microsoft USB keyboard and mouse for several weeks with no problem. Spent an hour and 20 minutes with HP tech support while the BIOS was refreshed and the TP driver updated (although the download didn't install correctly).
    I am now getting a message: "device cannot start (code 10).
    Any suggestions? 

    Hi,
    First, can you provide the specific model of dv6 you have, that can impact what steps are suggested.
    Which Touchpad driver did you attempt to install with HP Tech Support?  You mentioned that the driver didn't install correctly, did it generate an error message? If so what was the error?
    The first thing I would do in your situation would be to use MS System Restore to go back to a restore point when the Touchpad was working, if such a restore point exists.  Take a look at the document below, and look for the section called "Restoring Windows to a previous point" and follow those steps, choosing a restore point when you are sure that the touchpad was working.
    Using Microsoft System Restore (Windows 7)
    Let us know what happens.
    Although I am an HP Employee, I am speaking for myself and not for HP.

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

  • [Solved]Synaptics Touchpad not working at all on Fujitsu Siemens UH552

    Hi,
    I have just installed Arch on my Fujitsu Siemens UH552 laptop. Everything works except for the touchpad which seems to get loaded by Xorg, but when in X it doesn't work. I have tried both using /dev/input/event* and /dev/input/mouse0 as device paths, neither works.
    xf86-input-evdev and xf86-input-synaptics are installed.
    I have tried running both with the default 10-evdev.conf, with 10-synaptics.conf, with both, and without both.
    TLDR SOLUTION: https://bbs.archlinux.org/viewtopic.php … 3#p1189603
    My current 10-synaptics.conf:
    Section "InputClass"
    Identifier "Touchpad Catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "synaptics"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    EndSection
    Xorg.0.log
    [ 2275.127]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 2275.130] X Protocol Version 11, Revision 0
    [ 2275.131] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 2275.132] Current Operating System: Linux corvo 3.5.3-1-ARCH #1 SMP PREEMPT Sun Aug 26 09:14:51 CEST 2012 x86_64
    [ 2275.132] Kernel command line: root=/dev/sda2 rootflags=subvol=__active ro initrd=/boot/initramfs-linux.img BOOT_IMAGE=/boot/vmlinuz-linux
    [ 2275.134] Build Date: 27 August 2012 08:04:39AM
    [ 2275.135]
    [ 2275.136] Current version of pixman: 0.26.2
    [ 2275.138] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2275.138] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2275.142] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 1 13:16:01 2012
    [ 2275.143] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2275.144] (==) No Layout section. Using the first Screen section.
    [ 2275.144] (==) No screen section available. Using defaults.
    [ 2275.144] (**) |-->Screen "Default Screen Section" (0)
    [ 2275.144] (**) | |-->Monitor "<default monitor>"
    [ 2275.144] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 2275.144] (**) | |-->Device "Intel Graphics"
    [ 2275.144] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2275.144] (==) Automatically adding devices
    [ 2275.144] (==) Automatically enabling devices
    [ 2275.144] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2275.144] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2275.144] Entry deleted from font path.
    [ 2275.144] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2275.144] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 2275.144] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2275.144] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 2275.144] (II) Loader magic: 0x7c8b00
    [ 2275.144] (II) Module ABI versions:
    [ 2275.144] X.Org ANSI C Emulation: 0.4
    [ 2275.144] X.Org Video Driver: 12.1
    [ 2275.144] X.Org XInput driver : 16.0
    [ 2275.144] X.Org Server Extension : 6.0
    [ 2275.144] (--) PCI:*(0:0:2:0) 8086:0166:10cf:16c2 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00002000/64
    [ 2275.144] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 2275.144] (II) LoadModule: "extmod"
    [ 2275.144] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 2275.145] (II) Module extmod: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] Module class: X.Org Server Extension
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension MIT-SCREEN-SAVER
    [ 2275.145] (II) Loading extension XFree86-VidModeExtension
    [ 2275.145] (II) Loading extension XFree86-DGA
    [ 2275.145] (II) Loading extension DPMS
    [ 2275.145] (II) Loading extension XVideo
    [ 2275.145] (II) Loading extension XVideo-MotionCompensation
    [ 2275.145] (II) Loading extension X-Resource
    [ 2275.145] (II) LoadModule: "dbe"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 2275.145] (II) Module dbe: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] Module class: X.Org Server Extension
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension DOUBLE-BUFFER
    [ 2275.145] (II) LoadModule: "glx"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2275.145] (II) Module glx: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (==) AIGLX enabled
    [ 2275.145] (II) Loading extension GLX
    [ 2275.145] (II) LoadModule: "record"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 2275.145] (II) Module record: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.13.0
    [ 2275.145] Module class: X.Org Server Extension
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension RECORD
    [ 2275.145] (II) LoadModule: "dri"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 2275.145] (II) Module dri: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.0.0
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension XFree86-DRI
    [ 2275.145] (II) LoadModule: "dri2"
    [ 2275.145] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2275.145] (II) Module dri2: vendor="X.Org Foundation"
    [ 2275.145] compiled for 1.12.4, module version = 1.2.0
    [ 2275.145] ABI class: X.Org Server Extension, version 6.0
    [ 2275.145] (II) Loading extension DRI2
    [ 2275.145] (II) LoadModule: "intel"
    [ 2275.146] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 2275.146] (II) Module intel: vendor="X.Org Foundation"
    [ 2275.146] compiled for 1.12.3.901, module version = 2.20.5
    [ 2275.146] Module class: X.Org Video Driver
    [ 2275.146] ABI class: X.Org Video Driver, version 12.1
    [ 2275.146] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), Haswell Desktop (GT1), Haswell Desktop (GT2),
    Haswell Desktop (GT2+), Haswell Mobile (GT1), Haswell Mobile (GT2),
    Haswell Mobile (GT2+), Haswell Server (GT1), Haswell Server (GT2),
    Haswell Server (GT2+), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT2+),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT2+), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT2+),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Haswell ULT Desktop (GT2+), Haswell ULT Mobile (GT1),
    Haswell ULT Mobile (GT2), Haswell ULT Mobile (GT2+),
    Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Haswell ULT Server (GT2+), Haswell CRW Desktop (GT1),
    Haswell CRW Desktop (GT2), Haswell CRW Desktop (GT2+),
    Haswell CRW Mobile (GT1), Haswell CRW Mobile (GT2),
    Haswell CRW Mobile (GT2+), Haswell CRW Server (GT1),
    Haswell CRW Server (GT2), Haswell CRW Server (GT2+)
    [ 2275.146] (--) using VT number 7
    [ 2275.149] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.149] drmOpenDevice: open result is 7, (OK)
    [ 2275.150] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 2275.150] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.150] drmOpenDevice: open result is 7, (OK)
    [ 2275.150] drmOpenByBusid: drmOpenMinor returns 7
    [ 2275.150] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 2275.150] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.150] drmOpenDevice: open result is 8, (OK)
    [ 2275.150] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 2275.150] drmOpenDevice: node name is /dev/dri/card0
    [ 2275.150] drmOpenDevice: open result is 8, (OK)
    [ 2275.150] drmOpenByBusid: drmOpenMinor returns 8
    [ 2275.150] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 2275.150] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 2275.150] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 2275.150] (==) intel(0): RGB weight 888
    [ 2275.150] (==) intel(0): Default visual is TrueColor
    [ 2275.150] (**) intel(0): Option "AccelMethod" "sna"
    [ 2275.150] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    [ 2275.151] (**) intel(0): Framebuffer tiled
    [ 2275.151] (**) intel(0): Pixmaps tiled
    [ 2275.151] (**) intel(0): 3D buffers tiled
    [ 2275.151] (**) intel(0): Throttling enabled
    [ 2275.151] (**) intel(0): Delayed flush enabled
    [ 2275.151] (**) intel(0): "Tear free" disabled
    [ 2275.151] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 2275.151] (II) intel(0): Output LVDS1 has no monitor section
    [ 2275.152] (II) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    [ 2275.152] (II) intel(0): Output VGA1 has no monitor section
    [ 2275.153] (II) intel(0): Output HDMI1 has no monitor section
    [ 2275.193] (II) intel(0): Output DP1 has no monitor section
    [ 2275.193] (II) intel(0): EDID for output LVDS1
    [ 2275.193] (II) intel(0): Manufacturer: LGD Model: 371 Serial#: 0
    [ 2275.193] (II) intel(0): Year: 2012 Week: 0
    [ 2275.193] (II) intel(0): EDID Version: 1.3
    [ 2275.193] (II) intel(0): Digital Display Input
    [ 2275.193] (II) intel(0): Max Image Size [cm]: horiz.: 29 vert.: 16
    [ 2275.193] (II) intel(0): Gamma: 2.20
    [ 2275.193] (II) intel(0): No DPMS capabilities specified
    [ 2275.193] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 2275.193] (II) intel(0): First detailed timing is preferred mode
    [ 2275.193] (II) intel(0): redX: 0.589 redY: 0.347 greenX: 0.343 greenY: 0.555
    [ 2275.193] (II) intel(0): blueX: 0.160 blueY: 0.124 whiteX: 0.313 whiteY: 0.329
    [ 2275.193] (II) intel(0): Manufacturer's mask: 0
    [ 2275.193] (II) intel(0): Supported detailed timing:
    [ 2275.193] (II) intel(0): clock: 70.0 MHz Image Size: 293 x 165 mm
    [ 2275.193] (II) intel(0): h_active: 1366 h_sync: 1402 h_sync_end 1438 h_blank_end 1476 h_border: 0
    [ 2275.193] (II) intel(0): v_active: 768 v_sync: 772 v_sync_end 780 v_blanking: 790 v_border: 0
    [ 2275.193] (II) intel(0): LG Display
    [ 2275.193] (II) intel(0): LP133WH2-TLF1
    [ 2275.193] (II) intel(0): EDID (in hex):
    [ 2275.193] (II) intel(0): 00ffffffffffff0030e4710300000000
    [ 2275.193] (II) intel(0): 00160103801d10780afc359658578e29
    [ 2275.193] (II) intel(0): 1f505400000001010101010101010101
    [ 2275.193] (II) intel(0): 010101010101581b566e500016302424
    [ 2275.194] (II) intel(0): 480025a5100000190000000000000000
    [ 2275.194] (II) intel(0): 00000000000000000000000000fe004c
    [ 2275.194] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 2275.194] (II) intel(0): 004c503133335748322d544c463100ce
    [ 2275.194] (II) intel(0): EDID vendor "LGD", prod id 881
    [ 2275.194] (II) intel(0): Printing DDC gathered Modelines:
    [ 2275.194] (II) intel(0): Modeline "1366x768"x0.0 70.00 1366 1402 1438 1476 768 772 780 790 -hsync -vsync (47.4 kHz eP)
    [ 2275.194] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 2275.194] (II) intel(0): Printing probed modes for output LVDS1
    [ 2275.194] (II) intel(0): Modeline "1366x768"x60.0 70.00 1366 1402 1438 1476 768 772 780 790 -hsync -vsync (47.4 kHz eP)
    [ 2275.194] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 2275.194] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 2275.194] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 2275.194] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 2275.194] (II) intel(0): EDID for output VGA1
    [ 2275.195] (II) intel(0): EDID for output HDMI1
    [ 2275.236] (II) intel(0): EDID for output DP1
    [ 2275.236] (II) intel(0): Output LVDS1 connected
    [ 2275.236] (II) intel(0): Output VGA1 disconnected
    [ 2275.236] (II) intel(0): Output HDMI1 disconnected
    [ 2275.236] (II) intel(0): Output DP1 disconnected
    [ 2275.236] (II) intel(0): Using exact sizes for initial modes
    [ 2275.236] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 2275.236] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 2275.236] (**) intel(0): Display dimensions: (290, 160) mm
    [ 2275.236] (**) intel(0): DPI set to (119, 121)
    [ 2275.236] (II) Loading sub module "dri2"
    [ 2275.236] (II) LoadModule: "dri2"
    [ 2275.237] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 2275.237] (II) Module dri2: vendor="X.Org Foundation"
    [ 2275.237] compiled for 1.12.4, module version = 1.2.0
    [ 2275.237] ABI class: X.Org Server Extension, version 6.0
    [ 2275.237] (==) Depth 24 pixmap format is 32 bpp
    [ 2275.237] (II) intel(0): SNA initialized with IvyBridge backend
    [ 2275.237] (==) intel(0): Backing store disabled
    [ 2275.237] (==) intel(0): Silken mouse enabled
    [ 2275.237] (II) intel(0): HW Cursor enabled
    [ 2275.237] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 2275.238] (==) intel(0): DPMS enabled
    [ 2275.239] (II) intel(0): [DRI2] Setup complete
    [ 2275.239] (II) intel(0): [DRI2] DRI driver: i965
    [ 2275.239] (II) intel(0): direct rendering: DRI2 Enabled
    [ 2275.239] (==) intel(0): hotplug detection: "enabled"
    [ 2275.239] (--) RandR disabled
    [ 2275.239] (II) Initializing built-in extension Generic Event Extension
    [ 2275.239] (II) Initializing built-in extension SHAPE
    [ 2275.239] (II) Initializing built-in extension MIT-SHM
    [ 2275.239] (II) Initializing built-in extension XInputExtension
    [ 2275.239] (II) Initializing built-in extension XTEST
    [ 2275.239] (II) Initializing built-in extension BIG-REQUESTS
    [ 2275.239] (II) Initializing built-in extension SYNC
    [ 2275.239] (II) Initializing built-in extension XKEYBOARD
    [ 2275.239] (II) Initializing built-in extension XC-MISC
    [ 2275.239] (II) Initializing built-in extension SECURITY
    [ 2275.239] (II) Initializing built-in extension XINERAMA
    [ 2275.239] (II) Initializing built-in extension XFIXES
    [ 2275.239] (II) Initializing built-in extension RENDER
    [ 2275.239] (II) Initializing built-in extension RANDR
    [ 2275.239] (II) Initializing built-in extension COMPOSITE
    [ 2275.239] (II) Initializing built-in extension DAMAGE
    [ 2275.250] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 2275.250] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 2275.250] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 2275.250] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 2275.250] (II) AIGLX: Loaded and initialized i965
    [ 2275.250] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 2275.251] (II) intel(0): switch to mode 1366x768 on crtc 3 (pipe 0)
    [ 2275.276] (II) intel(0): Setting screen physical size to 361 x 203
    [ 2275.319] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 2275.319] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2275.319] (II) LoadModule: "evdev"
    [ 2275.319] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2275.320] (II) Module evdev: vendor="X.Org Foundation"
    [ 2275.320] compiled for 1.12.3.901, module version = 2.7.3
    [ 2275.320] Module class: X.Org XInput Driver
    [ 2275.320] ABI class: X.Org XInput driver, version 16.0
    [ 2275.320] (II) Using input driver 'evdev' for 'Power Button'
    [ 2275.320] (**) Power Button: always reports core events
    [ 2275.320] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 2275.320] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2275.320] (--) evdev: Power Button: Found keys
    [ 2275.320] (II) evdev: Power Button: Configuring as keyboard
    [ 2275.320] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 2275.320] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2275.320] (**) Option "xkb_rules" "evdev"
    [ 2275.320] (**) Option "xkb_model" "evdev"
    [ 2275.320] (**) Option "xkb_layout" "se"
    [ 2275.355] (II) config/udev: Adding input device Fujitsu FUJ02E3 (/dev/input/event3)
    [ 2275.356] (**) Fujitsu FUJ02E3: Applying InputClass "evdev keyboard catchall"
    [ 2275.356] (II) Using input driver 'evdev' for 'Fujitsu FUJ02E3'
    [ 2275.356] (**) Fujitsu FUJ02E3: always reports core events
    [ 2275.356] (**) evdev: Fujitsu FUJ02E3: Device: "/dev/input/event3"
    [ 2275.356] (--) evdev: Fujitsu FUJ02E3: Vendor 0 Product 0x6
    [ 2275.356] (--) evdev: Fujitsu FUJ02E3: Found keys
    [ 2275.356] (II) evdev: Fujitsu FUJ02E3: Configuring as keyboard
    [ 2275.356] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/FUJ02E3:00/input/input3/event3"
    [ 2275.356] (II) XINPUT: Adding extended input device "Fujitsu FUJ02E3" (type: KEYBOARD, id 7)
    [ 2275.356] (**) Option "xkb_rules" "evdev"
    [ 2275.356] (**) Option "xkb_model" "evdev"
    [ 2275.356] (**) Option "xkb_layout" "se"
    [ 2275.357] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 2275.357] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 2275.357] (II) Using input driver 'evdev' for 'Video Bus'
    [ 2275.357] (**) Video Bus: always reports core events
    [ 2275.357] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 2275.357] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 2275.357] (--) evdev: Video Bus: Found keys
    [ 2275.357] (II) evdev: Video Bus: Configuring as keyboard
    [ 2275.357] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input9/event9"
    [ 2275.357] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 2275.358] (**) Option "xkb_rules" "evdev"
    [ 2275.358] (**) Option "xkb_model" "evdev"
    [ 2275.358] (**) Option "xkb_layout" "se"
    [ 2275.359] (II) config/udev: Adding input device Fujitsu FUJ02B1 (/dev/input/event2)
    [ 2275.359] (**) Fujitsu FUJ02B1: Applying InputClass "evdev keyboard catchall"
    [ 2275.359] (II) Using input driver 'evdev' for 'Fujitsu FUJ02B1'
    [ 2275.359] (**) Fujitsu FUJ02B1: always reports core events
    [ 2275.359] (**) evdev: Fujitsu FUJ02B1: Device: "/dev/input/event2"
    [ 2275.359] (--) evdev: Fujitsu FUJ02B1: Vendor 0 Product 0x6
    [ 2275.359] (--) evdev: Fujitsu FUJ02B1: Found keys
    [ 2275.359] (II) evdev: Fujitsu FUJ02B1: Configuring as keyboard
    [ 2275.359] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:02/FUJ02B1:00/input/input2/event2"
    [ 2275.359] (II) XINPUT: Adding extended input device "Fujitsu FUJ02B1" (type: KEYBOARD, id 9)
    [ 2275.359] (**) Option "xkb_rules" "evdev"
    [ 2275.359] (**) Option "xkb_model" "evdev"
    [ 2275.359] (**) Option "xkb_layout" "se"
    [ 2275.360] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 2275.360] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2275.360] (II) Using input driver 'evdev' for 'Power Button'
    [ 2275.360] (**) Power Button: always reports core events
    [ 2275.360] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 2275.360] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2275.360] (--) evdev: Power Button: Found keys
    [ 2275.360] (II) evdev: Power Button: Configuring as keyboard
    [ 2275.361] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input5/event5"
    [ 2275.361] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 10)
    [ 2275.361] (**) Option "xkb_rules" "evdev"
    [ 2275.361] (**) Option "xkb_model" "evdev"
    [ 2275.361] (**) Option "xkb_layout" "se"
    [ 2275.362] (II) config/udev: Adding input device Lid Switch (/dev/input/event4)
    [ 2275.362] (II) No input driver specified, ignoring this device.
    [ 2275.362] (II) This device may have been added with another device file.
    [ 2275.362] (II) config/udev: Adding input device FJ Camera (/dev/input/event7)
    [ 2275.362] (**) FJ Camera: Applying InputClass "evdev keyboard catchall"
    [ 2275.362] (II) Using input driver 'evdev' for 'FJ Camera'
    [ 2275.362] (**) FJ Camera: always reports core events
    [ 2275.362] (**) evdev: FJ Camera: Device: "/dev/input/event7"
    [ 2275.363] (--) evdev: FJ Camera: Vendor 0x10f1 Product 0x1a44
    [ 2275.363] (--) evdev: FJ Camera: Found keys
    [ 2275.363] (II) evdev: FJ Camera: Configuring as keyboard
    [ 2275.363] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input7/event7"
    [ 2275.363] (II) XINPUT: Adding extended input device "FJ Camera" (type: KEYBOARD, id 11)
    [ 2275.363] (**) Option "xkb_rules" "evdev"
    [ 2275.363] (**) Option "xkb_model" "evdev"
    [ 2275.363] (**) Option "xkb_layout" "se"
    [ 2275.364] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event10)
    [ 2275.364] (II) No input driver specified, ignoring this device.
    [ 2275.364] (II) This device may have been added with another device file.
    [ 2275.364] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
    [ 2275.364] (II) No input driver specified, ignoring this device.
    [ 2275.364] (II) This device may have been added with another device file.
    [ 2275.365] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event12)
    [ 2275.365] (II) No input driver specified, ignoring this device.
    [ 2275.365] (II) This device may have been added with another device file.
    [ 2275.365] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2275.365] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2275.365] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2275.366] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2275.366] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2275.366] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2275.366] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2275.366] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2275.366] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2275.366] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 12)
    [ 2275.366] (**) Option "xkb_rules" "evdev"
    [ 2275.366] (**) Option "xkb_model" "evdev"
    [ 2275.366] (**) Option "xkb_layout" "se"
    [ 2275.366] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    [ 2275.366] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Touchpad Catchall"
    [ 2275.366] (II) LoadModule: "synaptics"
    [ 2275.366] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 2275.367] (II) Module synaptics: vendor="X.Org Foundation"
    [ 2275.367] compiled for 1.12.2, module version = 1.6.2
    [ 2275.367] Module class: X.Org XInput Driver
    [ 2275.367] ABI class: X.Org XInput driver, version 16.0
    [ 2275.367] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 2275.367] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2275.367] (**) Option "Device" "/dev/input/event8"
    [ 2275.367] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 2275.367] (**) Option "TapButton1" "1"
    [ 2275.367] (**) Option "TapButton2" "2"
    [ 2275.367] (**) Option "TapButton3" "3"
    [ 2275.367] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 2275.367] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2275.367] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input8/event8"
    [ 2275.368] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 13)
    [ 2275.368] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 2275.368] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 2275.368] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.040
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 2275.368] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 2275.368] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 2275.368] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 2275.368] (II) No input driver specified, ignoring this device.
    [ 2275.368] (II) This device may have been added with another device file.
    [ 2275.368] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 2275.368] (II) No input driver specified, ignoring this device.
    [ 2275.368] (II) This device may have been added with another device file.
    xinput
    ⎡ Virtual core pointer id=2 [master pointer (3)]
    ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
    ⎜ ↳ SynPS/2 Synaptics TouchPad id=13 [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)]
    ↳ Fujitsu FUJ02E3 id=7 [slave keyboard (3)]
    ↳ Video Bus id=8 [slave keyboard (3)]
    ↳ Fujitsu FUJ02B1 id=9 [slave keyboard (3)]
    ↳ Power Button id=10 [slave keyboard (3)]
    ↳ FJ Camera id=11 [slave keyboard (3)]
    ↳ AT Translated Set 2 keyboard id=12 [slave keyboard (3)]
    running
    dmesg | grep -i synaptics
    doesn't show anything. However running
    dmesg | grep -i psmouse
    returns a lot of
    psmouse serio1: bad data from KBC - timeout
    Last edited by flako (2012-11-08 09:44:59)

    I have tried doing that with both linux mint, and now fedora live usb. Neither one loads the touchpad correctly.  So yeah, our problems weren't really related
    Anyway, I tried looking into the
    psmouse serio1: bad data from KBC - timeout
    messages, and tried running psmouse proto (defined in /etc/modprobe.conf/psmouse.conf) as both raw and imps as per https://answers.launchpad.net/ubuntu/+s … ion/206950 Unfortunately, that didn't solve anything. Using the raw setting meant that the touchpad wasn't loaded at all (as in not appearing in the Xorg.log at all).
    The laptop is quite new, but at the same time what i figured from the touchpad vendor & product ID, the touchpad itself isn't. So it should technically work. Before installing arch i booted into windows to see if everything worked, and found no issues with the touchpad. So I have ruled out any hardware errors. Maybe its just the Fn-key that doesn't work yet in Linux? But that doesn't explain the "psmouse serio1: bad data from KBC - timeout" Any pointers to where I should look/ what commands I should run to delve deeper into this issue?
    Last edited by flako (2012-09-09 12:10:51)

  • I can't get Wizardpen Tablet 5x4 Working on my computer with new Xorg

    Hello, I have a problem, I use a wizardpen tablet to paint with GIMP. It worked good until the xorg upgrade.
    I have recompiled, revised the Xorg... But I can't find the solution :S
    How Can I make working the tablet again?
    I join my xorg.conf (with this configuration, I can't load X server:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "tablet" "AlwaysCore"
    Option "AIGLX" "true"
    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 "GLcore"
    Load "xtrap"
    #Load "dbe"
    Load "extmod"
    Load "dri"
    Load "record"
    Load "freetype"
    Load "type1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "es"
    EndSection
    Section "InputDevice"
    Identifier "tablet"
    Driver "wizardpen"
    Option "Device" "/dev/input/event9"
    Option "TopX" "1991"
    Option "TopY" "3635"
    Option "TopZ" "0"
    Option "BottomX" "31072"
    Option "BottomY" "31656"
    Option "BottomZ" "1023"
    Option "MaxX" "31072"
    Option "MaxY" "31656"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "CorePointer"
    Option "Device" "/dev/input/event6"
    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.06"
    #Option "MaxSpeed" "0.12"
    #Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS"
    HorizSync 30-70
    VertRefresh 50-160
    EndSection
    #Section "Monitor"
    # DisplaySize 330 210 # mm
    # Identifier "Monitor0"
    # VendorName "CMO"
    # ModelName "1526"
    #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 "i810"
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS/940GML Express Integrated Graphics Controller"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x800" "1024x768" "800x600" "640x480" "320x240"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x800" "1024x768" "800x600" "640x480" "320x240"
    EndSubSection
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    of course, my event is event9:
    I: Bus=0003 Vendor=5543 Product=0004 Version=0100
    N: Name="UC-LOGIC Tablet WP5540U"
    P: Phys=usb-0000:00:1d.0-2/input0
    S: Sysfs=/devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/input/input12
    U: Uniq=
    H: Handlers=mouse2 [b]event9[/b] ts2
    B: EV=f
    B: KEY=c01 0 3f0001 0 0 0 0 0 0 0 0
    B: REL=303
    B: ABS=100000f
    Driver is located at /usr/lib/xorg/modules/input/wizardpen_drv.so
    Any ideas?
    Greetings
    EDIT: Also I have tested an USB mouse that I have, and it doesn't work! Only works the Synaptics touchpad :S
    Last edited by Davigetto (2007-11-08 22:02:51)

    Welcome to Apple Communities
    First, install iCloud Control Panel

  • [SOLVED] Synaptics touchpad problem eeepc 1000HE

    I installed Arch on my eeepc 1000HE yesterday and configured / used it happily for most of the day - but then it developed a touchpad problem which I'm struggling to fix.
    If you lift your finger from the touchpad the mouse cursors 'forgets' / 'resets' its position.
    eg When you put your finger back on the touchpad the cursor jumps to a different position. For one thing, this means you can't tap to click, because when you lift your finger to tap, the cursor jumps somewhere else (usually a slight move, but usually away from the item one wants to click).
    Also, when needing a few swipes (eg to move the cursor left to right across the screen), the cursor jumps away from its current position (to the left - sort of back to its original starting position) each time I lift my finger to make the extra swipe.
    The problem seems to have started when I had a tv plugged in via the vga and was managing screen switching with xrandr and the screen-switch function key (I'm trying to set up the eeepc as a mythtv frontend) but this could be coincidence.
    Some settings etc -
    Relevant parts of /var/log/Xorg.0.log seem to be -
    [    19.547] (**) Asus EeePC extra buttons: Applying InputClass "touchpad"
    [    19.547] (II) LoadModule: "synaptics"
    [    19.548] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    19.561] (II) Module synaptics: vendor="X.Org Foundation"
    [    19.561]     compiled for 1.10.0, module version = 1.4.0
    [    19.561]     Module class: X.Org XInput Driver
    [    19.561]     ABI class: X.Org XInput driver, version 12.2
    [    19.561] (II) Using input driver 'synaptics' for 'Asus EeePC extra buttons'
    [    19.561] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [    19.561] (**) Asus EeePC extra buttons: always reports core events
    [    19.561] (**) Option "Device" "/dev/input/event8"
    [    19.713] (--) Asus EeePC extra buttons: invalid x-axis range.  defaulting to 1615 - 5685
    [    19.713] (--) Asus EeePC extra buttons: invalid y-axis range.  defaulting to 1729 - 4171
    [    19.713] (--) Asus EeePC extra buttons: invalid pressure range.  defaulting to 0 - 256
    [    19.713] (--) Asus EeePC extra buttons: invalid finger width range.  defaulting to 0 - 16
    [    19.714] (**) Option "EmulateTwoFingerMinZ" "0"
    [    19.714] (**) Option "VertEdgeScroll" "on"
    [    19.714] (**) Option "HorizEdgeScroll" "on"
    [    19.714] (**) Option "VertTwoFingerScroll" "on"
    [    19.714] (**) Option "HorizTwoFingerScroll" "on"
    [    19.714] (**) Option "TapButton1" "1"
    [    19.714] (**) Option "TapButton2" "2"
    [    19.714] (**) Option "TapButton3" "3"
    [    19.714] (**) Option "CircularScrolling" "on"
    [    19.714] (**) Option "CircScrollTrigger" "2"
    [    19.820] (--) Asus EeePC extra buttons: no supported touchpad found
    [    19.820] (EE) Asus EeePC extra buttons Unable to query/initialize Synaptics hardware.
    [    19.886] (EE) PreInit returned 11 for "Asus EeePC extra buttons"
    [    19.887] (II) UnloadModule: "synaptics"
    [    19.887] (II) Unloading synaptics
    and
    [    19.964] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event7)
    [    19.964] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev keyboard catchall"
    [    19.964] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
    [    19.964] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [    19.965] (**) ETPS/2 Elantech Touchpad: always reports core events
    [    19.965] (**) ETPS/2 Elantech Touchpad: Device: "/dev/input/event7"
    [    19.980] (--) ETPS/2 Elantech Touchpad: Found 3 mouse buttons
    [    19.980] (--) ETPS/2 Elantech Touchpad: Found absolute axes
    [    19.980] (--) ETPS/2 Elantech Touchpad: Found x and y absolute axes
    [    19.980] (--) ETPS/2 Elantech Touchpad: Found absolute touchpad.
    [    19.980] (II) ETPS/2 Elantech Touchpad: Configuring as touchpad
    [    19.980] (**) ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
    [    19.980] (**) ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [    19.980] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event7"
    [    19.980] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
    [    19.981] (II) ETPS/2 Elantech Touchpad: initialized for absolute axes.
    [    19.981] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [    19.981] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
    [    19.981] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [    19.981] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [    19.992] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [    19.992] (II) No input driver/identifier specified (ignoring)
    I have commented out the touchpad section in /etc/X11/xorg.conf.d/10-evdev.conf  (un-commenting made no difference) -
    #Section "InputClass"
    #        Identifier "evdev touchpad catchall"
    #        MatchIsTouchpad "on"
    #        MatchDevicePath "/dev/input/event*"
    #        Driver "evdev"
    #EndSection
    /etc/X11/xorg.conf.d/10-synaptics.conf looks like this -
    Section "InputClass"
          Identifier "touchpad"
          Driver "synaptics"
          MatchIsTouchpad "on"
                 Option "TapButton1" "1"
                 Option "TapButton2" "2"
                 Option "TapButton3" "3"
                 Option "VertEdgeScroll" "on"
                 Option "VertTwoFingerScroll" "on"
                 Option "HorizEdgeScroll" "on"
                 Option "HorizTwoFingerScroll" "on"
                 Option "CircularScrolling" "on"
                 Option "CircScrollTrigger" "2"
                 Option "EmulateTwoFingerMinZ" "0"
    EndSection
    I thought the issue might be related to this https://bugs.archlinux.org/task/20830 , but adding MatchDevicePath "/dev/input/event*" to /etc/X11/xorg.conf.d/10-synaptics.conf didn't make a difference.
    My Daemons array looks like this -
    DAEMONS=(syslog-ng dbus !network wicd netfs crond lircd samba alsa !hal sshd gdm)
    Removing the ! before hal made no difference.
    I am using gnome. Changing the settings in  the /desktop/gnome/peripherals/touchpad/ folder with gconf-editor makes no difference to the problem.
    I am using kernel 2.6.38-ARCH. Using the fallback kernel didn't help.
    Any help would be much appreciated.
    Thanks
    Last edited by belbo (2011-04-26 12:58:17)

    Update. After some more searching the forum I thought downgrading udev may help. Since I had a fresh install I needed to install the AUR downgrade package. I did a yaourt -Suy before doing so which, amongst other things, installed a new kernel (4-1) and upgraded yajl. When I tried yaourt -S downgrade I got an error re yajl - error while loading shared libraries libyajl.so.1, canot open shared object file, no such file or directory, and then "error: target not found: dowgrade".
    Any help really appreciated.

  • [SOLVED] Hotplugging Synaptics touchpad does not work

    Hey there,
    I tried to hotplug my touchpad with X.org/HAL but to no avail :(
    Here's my /etc/hal/fdi/policy/11-x11-synaptics.fdi:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.touchpad">
    <merge key="input.x11_driver" type="string">synaptics</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>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLES:
    Switch on shared memory, enables the driver to be configured at runtime
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    Maximum movement of the finger for detecting a tap
    <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    For other possible options, check CONFIGURATION DETAILS in synaptics man page
    -->
    </match>
    </device>
    </deviceinfo>
    However, lshal doesn't show that my touchpad's input.x11_driver = 'synaptics' thus X.org doesn't recognise it:
    udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input'
    info.capabilities = {'input', 'input.touchpad'} (string list)
    info.category = 'input' (string)
    info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
    info.product = 'SynPS/2 Synaptics TouchPad' (string)
    info.subsystem = 'input' (string)
    info.udi = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port_logicaldev_input' (string)
    input.device = '/dev/input/event7' (string)
    input.originating_device = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX_port' (string)
    input.product = 'SynPS/2 Synaptics TouchPad' (string)
    linux.device_file = '/dev/input/event7' (string)
    linux.hotplug_type = 2 (0x2) (int)
    linux.subsystem = 'input' (string)
    linux.sysfs_path = '/sys/devices/platform/i8042/serio1/input/input7/event7' (string)
    I'm at a loss about how to solve this and I've disabled hotplugging as a temporary though not optimal measure. Someone help me :(
    Last edited by rofflwaffls (2009-04-08 11:06:41)

    X.Org X Server 1.6.0
    Release Date: 2009-2-25
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.28-ARCH i686
    Current Operating System: Linux localhost 2.6.29-ARCH #1 SMP PREEMPT Sun Mar 29 18:08:33 UTC 2009 i686
    Build Date: 02 March 2009 06:09:25PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    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: Sun Apr 5 08:42:39 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) 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,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling Mouse0
    (II) Loader magic: 0x7a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@0:5:0) nVidia Corporation C51 [Geforce 6150 Go] rev 162, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, 0xb1000000/16777216, BIOS @ 0x????????/131072
    (--) PCI: (0@0:10:3) nVidia Corporation MCP51 PMU rev 163, Mem @ 0xb0040000/262144
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[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. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 180.44 Mon Mar 23 15:29:02 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (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.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 180.44 Mon Mar 23 15:05:32 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 00@00:05:0
    (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.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce Go 6150 (C51) at PCI:0:5:0 (GPU-0)
    (--) NVIDIA(0): Memory: 524288 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.51.28.53.15
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce Go 6150 at PCI:0:5:0:
    (--) NVIDIA(0): LPL (DFP-0)
    (--) NVIDIA(0): LPL (DFP-0): 310.0 MHz maximum pixel clock
    (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (==) NVIDIA(0):
    (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    (==) NVIDIA(0): will be used as the requested mode.
    (==) NVIDIA(0):
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "nvidia-auto-select"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 800
    (--) NVIDIA(0): DPI set to (98, 96); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[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 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [18] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [19] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [22] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [23] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized GPU GART.
    (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) NVIDIA(0): configuration option may not be set correctly. When the
    (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    (II) NVIDIA(0): enough to receive ACPI display change hotkey events.
    (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (==) NVIDIA(0): Disabling shared memory pixmaps
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (II) Loading extension XINERAMA
    (==) RandR enabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (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 extension GLX
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_variant" "dvorak"
    (II) config/hal: Adding input device HID 062a:0000
    (**) HID 062a:0000: always reports core events
    (**) HID 062a:0000: Device: "/dev/input/event7"
    (II) HID 062a:0000: Found 3 mouse buttons
    (II) HID 062a:0000: Found x and y relative axes
    (II) HID 062a:0000: Found scroll wheel(s)
    (II) HID 062a:0000: Configuring as mouse
    (**) HID 062a:0000: YAxisMapping: buttons 4 and 5
    (**) HID 062a:0000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "HID 062a:0000" (type: MOUSE)
    (**) HID 062a:0000: (accel) keeping acceleration scheme 1
    (**) HID 062a:0000: (accel) filter chain progression: 2.00
    (**) HID 062a:0000: (accel) filter stage 0: 20.00 ms
    (**) HID 062a:0000: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event6"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_variant" "dvorak"

  • New xorg trackpad issue

    My thinkpad has both a trackpad and a trackpoint mouse. I disabled the trackpad because I never use it.
    After updating to the latest xorg the trackpad now works again and I dont know how to disable it because of the new way input is handled. anyone know how i disable the trackpad and leave the trackpoint available?

    copy /usr/share/hal/fdi/policy/10osvendo/11-x11-synaptics.fdi to /etc/hal/fdi/policy and change it so it looks like this:
    restart hal + X => no more touchpad annoyance
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input.touchpad">
    <match key="info.product" contains="Synaptics TouchPad">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    <!-- ADD THE FOLLOWING LINE TO TURN OFF THE TOUCHPAD!!! --!>
    <merge key="input.x11_options.touchpadoff" type="string">1</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLE:
    <merge key="input.x11_options.LeftEdge" type="string">120</merge>
    -->
    </match>
    <match key="info.product" contains="AlpsPS/2 ALPS">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="appletouch">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    <match key="info.product" contains="bcm5974">
    <merge key="input.x11_driver" type="string">synaptics</merge>
    </match>
    </match>
    </device>
    </deviceinfo>
    Last edited by robmaloy (2008-12-04 10:10:53)

  • Issues with Fn-keys and Synaptics touchpad on Asus X51RL laptop

    Hello,
    Since I installed Arch on my laptop, it's been working great. But I still have a few issues:
    1) Fn-keys do not work. The brightness Fn-keys work, but I think that's done internally by the laptop, since it works even in the BIOS. The sound Fn-keys don't work, which is the ones I really need. How can I fix this? And I read somewhere that I have to switch from the kbd drivers to the evdev driver, is that true?
    2) Since the latest update to the synaptics package in testing, the touchpad lost one-touch tapping, along with some other stuff. I know the solution is to disable hotplugging, but I sometimes need to plug in a keyboard or mouse, so I can't. How can I retain the scrolling and one-touch tapping settings from Xorg.conf AND hotplugging while using the latest synaptics?
    3) The pre-configured options for the synaptics touchpad in the archwiki are good, but not that accurate. The size of the scrolling section of the touchpad is a bit too large, among other things. It's a minor problem compared to the others, but it'd be nice to fix it. In Windows, I definitely remember the settings being more accurate. Is there a way to have the Synaptics driver autodetect like the Windows one, or am I missing something here?
    Thanks a lot in advance!

    I have the S62J (Intel verified whatnot version) with this Asus, the brightness keys work. I think they are hard wired though as they work in the BIOS.
    I tried the acpi-support, but I haven't had any luck with it yet. I'll have to mess with it some more to see if I'm missing something.
    I'm also wondering if there isn't a different keyboard layout I should use. I notice that there is a 30-something-asus-something.fdi (I'm not on the notebook at the moment) on the system, but I don't know if it's being used by anything.
    The other observation is that using the Fn button is throwing ACPI calls into my dmesg.log file. I need to research to find out how to use them.

  • [UNSOLVED] Synaptics Touchpad & Firefox: Horizontal Scroll

    Hey guys.. i'm having a problem with my laptop's Synaptics Touchpad and Firefox.
    I can't seem to get my touchpad to allow me to scroll horizontally in the browser (when, say, there's a wide image on a page for instance). Whenever I try to scroll by sliding my finger side-to-side on the bottom edge of my touchpad, the page scrolls up and down, just like the vertical scroll on the right edge!
    At first I thought it was a problem with horizontal scrolling on the Synaptics driver in general, but I discovered that if I have something like File Browser open, I can scroll horizontally with the touchpad, so the problem lies ONLY with Firefox.
    I have looked for solutions already and everything I find only talks about a possible issue where Firefox might treat the Touchpad's horizontal scrolling and Forward and Back actions and how to fix this. But this is not the problem I am having. But I do have mousewheel.horizscroll.withnokey.action set to 1 in my about:config, which from what I've read is supposed to be correct to allow h. scrolling.
    Any ideas?
    Last edited by flintmecha (2008-12-01 23:24:37)

    FYI, with my Synaptics touch pad and firefox, it works, but I have the mousewheel.horizscroll.withnokey.action set to 0 (default). In fact, all of the settings in about:config with 'mousewheel' in them are all at the default setting. I just had to setup the xorg.conf (old way) or the the /etc/hal/fdi/policy/11-x11-synaptics.fdi (new way) correctly to enable the horizontal scrolling.
    Good luck!
    Scott

  • Synaptics Touchpad doesn't work correctly after update

    I have a Lenovo T61 with 2.6.37-ARCH #1 SMP PREEMPT Tue Mar 15 11:40:49 UTC 2011 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux.
    xf86-input-synaptics is installed, version 1.4.0-1
    Since an update, I get the following error when running startx:
    Query no synaptics: 6003C8
    Touchpad unable to query/initialize Synaptics Hardware
    PreInit returned NULL for "Touchpad"
    That is a part of /var/log/Xorg.0.log. The module "synaptics" is loaded two times...
    X.Org X Server 1.9.4.901 (1.9.5 RC 1)
    Release Date: 2011-03-04
    [ 19041.695] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 25 16:17:46 2011
    [ 19041.716] (==) Using config file: "/etc/X11/xorg.conf"
    [ 19041.736] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 19041.757] (==) ServerLayout "Xorg Configured"
    [ 19041.757] (**) |-->Screen "Screen0" (0)
    [ 19041.757] (**) | |-->Monitor "Monitor0"
    [ 19041.757] (**) | |-->Device "Card0"
    [ 19041.757] (**) |-->Input Device "Keyboard0"
    [ 19041.757] (**) |-->Input Device "USB Mouse"
    [ 19041.757] (**) |-->Input Device "Touchpad"
    [ 19041.757] (**) Option "DontZap" "False"
    [ 19041.757] (**) Option "AllowMouseOpenFail" "true"
    [ 19041.757] (**) Option "AutoAddDevices" "False"
    [ 19041.757] (**) Option "AutoEnableDevices" "False"
    [ 19041.757] (**) Not automatically adding devices
    [ 19041.757] (**) Not automatically enabling devices
    [ 19041.758] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 19041.758] (II) Loader magic: 0x81f3280
    [ 19041.758] (II) Module ABI versions:
    [ 19041.758] X.Org ANSI C Emulation: 0.4
    [ 19041.758] X.Org Video Driver: 8.0
    [ 19041.758] X.Org XInput driver : 11.0
    [ 19041.758] X.Org Server Extension : 4.0
    [ 19041.759] (--) PCI:*(0:1:0:0) 10de:0429:17aa:20d8 rev 161, Mem @ 0xd6000000/16777216, 0xe0000000/268435456, 0xd4000000/33554432, I/O @ 0x00002000/128
    [ 19041.759] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 19041.759] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 19041.759] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 19041.759] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 19041.759] (II) "record" will be loaded by default.
    [ 19041.759] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 19041.759] (II) "dri2" will be loaded by default.
    [ 19041.759] (II) LoadModule: "ddc"
    [ 19041.759] (II) Module "ddc" already built-in
    [ 19041.759] (II) LoadModule: "dbe"
    [ 19041.759] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 19041.759] (II) Module dbe: vendor="X.Org Foundation"
    [ 19041.759] compiled for 1.9.4.901, module version = 1.0.0
    [ 19041.759] Module class: X.Org Server Extension
    [ 19041.759] ABI class: X.Org Server Extension, version 4.0
    [ 19041.759] (II) Loading extension DOUBLE-BUFFER
    [ 19041.759] (II) LoadModule: "dri"
    [ 19041.759] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 19041.759] (II) Module dri: vendor="X.Org Foundation"
    [ 19041.759] compiled for 1.9.4.901, module version = 1.0.0
    [ 19041.759] ABI class: X.Org Server Extension, version 4.0
    [ 19041.759] (II) Loading extension XFree86-DRI
    [ 19041.759] (II) LoadModule: "extmod"
    [ 19041.760] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 19041.760] (II) Module extmod: vendor="X.Org Foundation"
    [ 19041.760] compiled for 1.9.4.901, module version = 1.0.0
    [ 19041.760] Module class: X.Org Server Extension
    [ 19041.760] ABI class: X.Org Server Extension, version 4.0
    [ 19041.760] (II) Loading extension MIT-SCREEN-SAVER
    [ 19041.760] (II) Loading extension XFree86-VidModeExtension
    [ 19041.760] (II) Loading extension XFree86-DGA
    [ 19041.760] (II) Loading extension DPMS
    [ 19041.760] (II) Loading extension XVideo
    [ 19041.760] (II) Loading extension XVideo-MotionCompensation
    [ 19041.760] (II) Loading extension X-Resource
    [ 19041.760] (II) LoadModule: "glx"
    [ 19041.760] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 19041.782] (II) Module glx: vendor="NVIDIA Corporation"
    [ 19041.782] compiled for 4.0.2, module version = 1.0.0
    [ 19041.782] Module class: X.Org Server Extension
    [ 19041.782] (II) NVIDIA GLX Module 260.19.44 Sun Feb 27 21:47:21 PST 2011
    [ 19041.782] (II) Loading extension GLX
    [ 19041.782] (II) LoadModule: "synaptics"
    [ 19041.782] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 19041.782] (II) Module synaptics: vendor="X.Org Foundation"
    [ 19041.782] compiled for 1.9.4, module version = 1.4.0
    [ 19041.782] Module class: X.Org XInput Driver
    [ 19041.782] ABI class: X.Org XInput driver, version 11.0
    [ 19041.782] (II) LoadModule: "record"
    [ 19041.782] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 19041.783] (II) Module record: vendor="X.Org Foundation"
    [ 19041.783] compiled for 1.9.4.901, module version = 1.13.0
    [ 19041.783] Module class: X.Org Server Extension
    [ 19041.783] ABI class: X.Org Server Extension, version 4.0
    [ 19041.783] (II) Loading extension RECORD
    [ 19041.783] (II) LoadModule: "dri2"
    [ 19041.783] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 19041.783] (II) Module dri2: vendor="X.Org Foundation"
    [ 19041.783] compiled for 1.9.4.901, module version = 1.2.0
    [ 19041.783] ABI class: X.Org Server Extension, version 4.0
    [ 19041.783] (II) Loading extension DRI2
    [ 19041.783] (II) LoadModule: "nvidia"
    [ 19041.783] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 19041.783] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 19041.783] compiled for 4.0.2, module version = 1.0.0
    [ 19041.783] Module class: X.Org Video Driver
    [ 19041.783] (II) LoadModule: "kbd"
    [ 19041.783] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    [ 19041.783] (II) Module kbd: vendor="X.Org Foundation"
    [ 19041.783] compiled for 1.9.4, module version = 1.6.0
    [ 19041.783] Module class: X.Org XInput Driver
    [ 19041.783] ABI class: X.Org XInput driver, version 11.0
    [ 19041.783] (II) LoadModule: "mouse"
    [ 19041.783] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 19041.784] (II) Module mouse: vendor="X.Org Foundation"
    [ 19041.784] compiled for 1.9.4, module version = 1.7.0
    [ 19041.784] Module class: X.Org XInput Driver
    [ 19041.784] ABI class: X.Org XInput driver, version 11.0
    [ 19041.784] (II) LoadModule: "synaptics"
    [ 19041.784] (II) Reloading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 19041.784] (II) NVIDIA dlloader X Driver 260.19.44 Sun Feb 27 21:31:52 PST 2011
    [ 19041.784] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 19041.784] (--) using VT number 7
    [ 19041.891] (II) Loading sub module "fb"
    [ 19041.891] (II) LoadModule: "fb"
    [ 19041.891] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 19041.891] (II) Module fb: vendor="X.Org Foundation"
    [ 19041.891] compiled for 1.9.4.901, module version = 1.0.0
    [ 19041.891] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 19041.891] (II) Loading sub module "wfb"
    [ 19041.891] (II) LoadModule: "wfb"
    [ 19041.891] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 19041.891] (II) Module wfb: vendor="X.Org Foundation"
    [ 19041.891] compiled for 1.9.4.901, module version = 1.0.0
    [ 19041.891] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 19041.891] (II) Loading sub module "ramdac"
    [ 19041.891] (II) LoadModule: "ramdac"
    [ 19041.891] (II) Module "ramdac" already built-in
    [ 19048.959] (**) Option "CoreKeyboard"
    [ 19048.959] (**) Keyboard0: always reports core events
    [ 19048.959] (**) Option "Protocol" "standard"
    [ 19048.959] (**) Option "XkbRules" "xorg"
    [ 19048.959] (**) Option "XkbModel" "pc105"
    [ 19048.959] (**) Option "XkbLayout" "de"
    [ 19048.959] (WW) Option "XkbVariant" requires an string value
    [ 19048.959] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    [ 19048.983] (WW) USB Mouse: No Device specified, looking for one...
    [ 19049.058] (II) USB Mouse: Setting Device option to "/dev/input/mice"
    [ 19049.058] (--) USB Mouse: Device: "/dev/input/mice"
    [ 19049.058] (==) USB Mouse: Protocol: "Auto"
    [ 19049.058] (**) Option "SendCoreEvents" "true"
    [ 19049.058] (**) Option "CorePointer"
    [ 19049.058] (**) USB Mouse: always reports core events
    [ 19049.058] (**) Option "Device" "/dev/input/mice"
    [ 19049.191] (**) Option "Buttons" "5"
    [ 19049.191] (==) USB Mouse: Emulate3Buttons, Emulate3Timeout: 50
    [ 19049.191] (**) Option "ZAxisMapping" "4 5"
    [ 19049.191] (**) USB Mouse: ZAxisMapping: buttons 4 and 5
    [ 19049.191] (**) USB Mouse: Buttons: 9
    [ 19049.191] (II) XINPUT: Adding extended input device "USB Mouse" (type: MOUSE)
    [ 19049.191] (**) USB Mouse: (accel) keeping acceleration scheme 1
    [ 19049.191] (**) USB Mouse: (accel) acceleration profile 0
    [ 19049.191] (**) USB Mouse: (accel) acceleration factor: 2.000
    [ 19049.191] (**) USB Mouse: (accel) acceleration threshold: 4
    [ 19049.218] (II) USB Mouse: Setting mouse protocol to "ExplorerPS/2"
    [ 19049.510] (II) USB Mouse: ps2EnableDataReporting: succeeded
    [ 19049.510] (**) Option "Device" "/dev/input/mouse0"
    [ 19049.521] (--) Touchpad: invalid x-axis range. defaulting to 1615 - 5685
    [ 19049.521] (--) Touchpad: invalid y-axis range. defaulting to 1729 - 4171
    [ 19049.521] (--) Touchpad: invalid pressure range. defaulting to 0 - 256
    [ 19049.521] (--) Touchpad: invalid finger width range. defaulting to 0 - 16
    [ 19049.521] (**) Option "SHMConfig" "on"
    [ 19049.521] (**) Option "LeftEdge" "1300"
    [ 19049.521] (**) Option "RightEdge" "5900"
    [ 19049.521] (**) Option "TopEdge" "1100"
    [ 19049.521] (**) Option "BottomEdge" "5200"
    [ 19049.521] (**) Option "FingerLow" "25"
    [ 19049.521] (**) Option "FingerHigh" "30"
    [ 19049.521] (**) Option "MaxTapTime" "180"
    [ 19049.521] (**) Option "MaxTapMove" "220"
    [ 19049.521] (**) Option "VertScrollDelta" "100"
    [ 19049.521] (**) Option "VertTwoFingerScroll" "on"
    [ 19049.521] (**) Option "MinSpeed" "0.06"
    [ 19049.521] (**) Option "MaxSpeed" "0.6"
    [ 19049.521] (**) Option "AccelFactor" "0.0040"
    [ 19049.541] (EE) Query no Synaptics: 6003C8
    [ 19049.541] (--) Touchpad: no supported touchpad found
    [ 19049.542] (EE) Touchpad Unable to query/initialize Synaptics hardware.
    [ 19049.558] (EE) PreInit returned NULL for "Touchpad"
    Running synclient returns the following:
    Couldn't find synaptics properties. No synaptics driver loaded?
    Running syndaemon returns the following:
    Unable to find a synaptics device.
    The Touchpad is still working, but changing options in the xorg.conf or the 10-synaptics.conf doesn't have any effect anymore. For example, I can not enable VertTwoFingerScroll, what was no problem before the error occured.
    The section for the touchpad in /proc/bus/input/devices is the following:
    I: Bus=0011 Vendor=0002 Product=0007 Version=81b1
    N: Name="SynPS/2 Synaptics TouchPad"
    P: Phys=isa0060/serio1/input0
    S: Sysfs=/devices/platform/i8042/serio1/input/input5
    U: Uniq=
    H: Handlers=mouse0 event5
    B: EV=b
    B: KEY=6420 0 30000 0 0 0 0 0 0 0 0
    B: ABS=11000003
    I tried the following:
    Removing the 10-synaptics.conf and commenting out the touchpad-section in the  10-evdev.conf
    Adding the line MatchDevicePath "/dev/input/event*" to the 10-synaptics.conf
    Thanks for help

    I commented the whole
    #Section "InputDevice"
    #       Identifier  "Synaptics Touchpad"
    #EndSection
    part
    and the appropiate line
            #InputDevice "Synaptics Touchpad" "SendCoreEvents"
    on Sever Layout.
    It stopped the EE error, touchpad works here
    but it's reverted to old "typing=accidentally doing clicks" since it got way too sensitive
    I can't run gsynaptics , synclient or syndaemon to fix it (as I used to)
    since I get
    drini ~ $ synclient
    Couldn't find synaptics properties. No synaptics driver loaded?

  • Synaptics Touchpad, double finger scroll and tap-to-click

    I've recently lost tap-to-click functionality on my synaptics touchpad, I have no idea why because I haven't changed anything recently.
    Here's my related xorg.conf file:
    Section "InputDevice"
    Identifier "SynapticsTouchpad"
    Driver "synaptics"
    Option "AlwaysCore" "true" # send events to CorePointer
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "SHMConfig" "false" # configurable at runtime? security risk
    Option "MaxTapTime" "180" # max time in ms for detecting tap
    Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
    Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
    Option "EmulateTwoFingerMinZ" "120"
    Option "CircularScrolling" "on"
    Option "CircScrollTrigger" "3"
    Option "TapButton1" "1"
    Option "TapButton2" "1"
    EndSection
    I'm not sure if I have hotplugging installed so I copied my 11-x11-synaptics.fdi file anyway and edited it:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="info.product" contains="ETPS/2 Elantech Touchpad">
    <append key="info.capabilities" type="strlist">input.touchpad</append>
    </match>
    <match key="info.capabilities" contains="input.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.TapButton1" type="string">1</merge>
    <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>
    <merge key="input.x11_options.SHMconfig" type="string">on</merge>
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    <merge key="input.x11_options.CircularScrollTrigger" type="string">3</merge>
    <!-- Arbitrary options can be passed to the driver using
    the input.x11_options property since xorg-server-1.5. -->
    <!-- EXAMPLES:
    Switch on shared memory, enables the driver to be configured at runtime
    <merge key="input.x11_options.SHMConfig" type="string">true</merge>
    Maximum movement of the finger for detecting a tap
    <merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
    Enable vertical scrolling when dragging along the right edge
    <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
    Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
    Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
    <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
    If on, circular scrolling is used
    <merge key="input.x11_options.CircularScrolling" type="string">true</merge>
    For other possible options, check CONFIGURATION DETAILS in synaptics man page
    -->
    </match>
    </device>
    </deviceinfo>

    I have the same problem, my workaround is setting the options with synclient executed automatically on login.
    Im quite annoyed though that gnome just overrides settings done in xorg and hal policies, can anyone tell where to look for gnomes information storage?
    MC.

Maybe you are looking for