Disable touchpad without synaptics driver

i used hwd to set up my xorg.conf. there is no section for a synaptics touchpad, so i guess hwd didn't detect it. however, the stupid, little bugger is still working. i want a simple way to shut the damn thing off. it's seems insane to install the synaptics driver, then gsynaptics just to get it to stop working (it's like paying someone to stop punching you in the face).

Brute wrote:
fuscia wrote:
here's what my "server layout" section looks like ...
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
# PS/2 Mouse not detected
# Serial Mouse not detected
InputDevice "USB Mouse" "CorePointer"
EndSection
would it be that core pointer thing? and, if so, would i comment it out with a #, @ or !, if it were?
You should also have a section "InputDevice" with some information about this "usb mouse". But if you only have your touchpad and no mouse plugged in, then commenting the line (with a #) is ok :
#InputDevice "USB Mouse" "CorePointer"
You really don't want a mouse ?
oh no, i have a mouse plugged in. i just run into trouble when typing and leaning around the touchpad.

Similar Messages

  • Disable touchpad permanently without enabeling SHMConfig

    Well the title says it all. I'd like to disable my touchpad permanently (using TrackPoint instead). There is the option to enable SHMConfig in xorg.conf an use
    /usr/bin/synclient TouchpadOff=1
    but I think it's somehow weird to enable one thing just to switch of another. Isn't there another way?
    Last edited by golwin (2009-03-16 11:41:58)

    golwin wrote:
    Well the title says it all. I'd like to disable my touchpad permanently (using TrackPoint instead). There is the option to enable SHMConfig in xorg.conf an use
    /usr/bin/synclient TouchpadOff=1
    but I think it's somehow weird to enable one thing just to switch of another. Isn't there another way?
    Hi, i have a damaged touchpad. I have disabled autodetection in xorg.conf and i have no entry in my xorg.conf for the touchpad so how do you enabled SHMconfig to be able to use synclient?
    Removing the synaptics driver has no effect. Maybe is a module that can be blacklisted?
    Your solution can be good for me if no other availeble. Please help me.(i tried from bios too).
    Last edited by simion314 (2009-03-17 05:27:36)

  • Touchpad stop woking after Synaptics driver is installed

    2 days ago I installed the new Ethernet, WWAN, Camera, Wireless, Audio, Graphics drivers from the HP website and also the latest BIOS, and the Synaptics touchpad mouse and stick mouse stopped working, if I remove the Synaptics driver the touchpad will work (very slow), If I reinstall the Synaptics driver again it will stop working, I've tried different versions of the Synaptics driver from the HP support website and nothing, as soon as the driver is installed the touchpad will stop working. I have removed the WWAN and Camera driver but nothing happens still the same. If I reboot into BIOS mode the touchpad works fine, so it's not a harware problem. If I check the Mouse Properties there is no Synaptics tab. If I check the Device Manager it's all good.
    This question was solved.
    View Solution.

    @brosenz ,
    Hello and thank you for posting on the HP support forums.  The first thing I would ask is what prompted a BIOS update.
    Did you have an issue with your system that required you to do a BIOS update. If not do an HP BIOS recovery back to the old version.  If it isn't broke don't fix it.
    Restoring the BIOS
    After that do a system recovery back to the older driver and software.  Again if it isn't broke don't fix it.
    Now if you where having issues with the system that required a BIOS update and an update in drivers and the recovery does not resolve the problem.  Contact HP phone support for repair options.
    Please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    Let me know how things go.
    Thank you again for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • Disabling Touchpad in UltraNav-Keyboard

    Hello,
    I'm using an IBM Thinkpad UltraNav-Keyboard (this one) and i'd like to disable the touchpad.
    I've googled around, and all I've found is that I should make some changes to xorg.conf and/or the hal-policies.
    I did so, but nothing happend. Even removing both, the xorg.conf and all the hal-policies didnt change anything.
    Another option i've found is to change the behaviour using the Gsynaptics-Config-Tool.
    I added  'Option "SHMConfig" "true"' in the section "InputDevice" in the xorg.conf and created an shmconfig.fdi with the following content:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <deviceinfo version="0.2">
    <device>
    <match key="input.x11_driver" string="synaptics">
    <merge key="input.x11_options.SHMConfig" type="string">True</merge>
    </match>
    </device>
    </deviceinfo>
    But when I try to run gsynaptics it still says:
    GSynaptics couldn't initialize.
    You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
    And yes, I've restartet HAL and X, I even rebooted. Still no change.
    lshal ouptut for input.device:
    input.product = 'Macintosh mouse button emulation' (string)
    input.product = 'Synaptics Inc. Composite TouchPad / TrackPoint' (string)
    input.product = 'Synaptics Inc. Composite TouchPad / TrackPoint' (string)
    input.product = 'Lite-On Tech IBM USB Travel Keyboard with UltraNav' (string)
    input.product = 'Lite-On Tech IBM USB Travel Keyboard with UltraNav' (string)
    cat /dev/input/mouse1 responds to movements on my touchpad,
    cat /dev/input/mouse2 responds to the trackpoint.
    So, what do I have to change to disable the touchpad?
    Thanks in advance,
    tOmAtE

    Ok, i read that but found nothing about governing and governed modules.
    But I found out a couple of other things:
    First of all I could  get the trackpoint scrolling using this fdi:
    <?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
    <deviceinfo version="0.2">
    <device>
    <match key="info.capabilities" contains="input">
    <match key="info.product" contains="Synaptics Inc. Composite TouchPad / TrackPoint">
    <merge key="input.x11_options.EmulateWheel" type="string">true</merge>
    <merge key="input.x11_options.EmulateWheelButton" type="string">2</merge>
    </match>
    </match>
    </device>
    </deviceinfo>
    I'm able to disable the touchpad using "xinput set-prop 8 121 0" , see xinput list- and xinput list props-output.
    Notice the device "Synaptics Inc. Composite TouchPad / TrackPoint" is listed two times, i don't think that should be like that?
    Using hal-device I found out that the pointing devices are driven by evdev.
    When I created an hal-policy to load the Synaptics-Driver,  neither trackpoint nor touchpad worked.
    Xorg.log provides information why:
    (II) config/hal: Adding input device Synaptics Inc. Composite TouchPad / TrackPoint
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
        compiled for 1.7.3, module version = 1.2.1
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 7.0
    (II) Synaptics touchpad driver version 1.2.1
    (**) Option "Device" "/dev/input/event6"
    (--) Synaptics Inc. Composite TouchPad / TrackPoint: no supported touchpad found
    (EE) Synaptics Inc. Composite TouchPad / TrackPoint Unable to query/initialize Synaptics hardware.
    (EE) PreInit failed for input device "Synaptics Inc. Composite TouchPad / TrackPoint"
    (II) UnloadModule: "synaptics"
    Apparently the xf86-input-synaptics-driver does not (or no longer?) support the Ultranav-Keyboard?
    I wonder, because I read a lot about this the past few days, i'm almost sure i found some people who were using this keyboard with that driver.
    Unfortunately i'm not able to find anything about that again.
    Is there anything I could still try?
    Otherwise i'll try this synaptics-usb-driver, that is reported to work.

  • After Windows 10 update synaptics driver forgets settings on reboot

    Yes jf87, Win 8.1 on touchpads with availablity have swiping. It is gesturing across from left to right or right to left. Also up and down swipes. The swipes start from off the touchpad and swipe over the edge (with a singe finger)and onto the  touchpad from one of the directions I mentioned. It brought up menus and other programs running. A nice option. 

    I might have found a trick, in any case that works for me with the latest Synaptics driver automatically installed today by Windows Update. Change the registry value at HKEY_LOCAL_MACHINE\SOFTWARE\Synaptics\SynTPEnh\DisableIntPDFeature to "33" (Hexa - it should be set at 22). Reboot. Now it should disable the trackpad on startup when there's a mouse connected. Only downside is that now every time I reboot there is this Windows notification on the bottom right corner telling the trackpad has been disabled because a mouse is connected to the computer... Don't know how to get rid of that yet.EDIT: Nevermind, just disable the Synaptics app notifications in the computer settings (tab "notifications")...! PS: Found this by trying the last option from this reference: http://www.intowindows.com/how-to-turn-off-touchpad-when-mouse-is-connected-in-windows-78-1/  

  • [solved] disable touchpad

    Hi all.
    I'm trying to disable the touchpad from my laptop (Sony Vaio E)
    When I run
    synclient TouchpadOff=1
    I get this
    Couldn't find synaptics properties. No synaptics driver loaded?
    I have installed xf86-input-synaptics and xf86-input-evdev.. so, any help?
    Last edited by kismet010 (2010-11-14 20:10:56)

    still doesn't work
    this is my log
    [ 23.049]
    X.Org X Server 1.9.2
    Release Date: 2010-10-30
    [ 23.050] X Protocol Version 11, Revision 0
    [ 23.051] Build Operating System: Linux 2.6.35-ARCH x86_64
    [ 23.052] Current Operating System: Linux delorean 2.6.35-ARCH #1 SMP PREEMPT Sat Oct 30 21:22:26 CEST 2010 x86_64
    [ 23.054] Kernel command line: root=/dev/sda5 ro nomodeset vga=1008
    [ 23.055] Build Date: 01 November 2010 10:19:41PM
    [ 23.056]
    [ 23.056] Current version of pixman: 0.18.4
    [ 23.057] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 23.058] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 23.062] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 11 20:04:26 2010
    [ 23.083] (==) Using config file: "/etc/X11/xorg.conf"
    [ 23.084] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 23.105] (==) ServerLayout "aticonfig Layout"
    [ 23.105] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 23.105] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 23.105] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 23.105] (**) Option "Xinerama" "off"
    [ 23.105] (==) Automatically adding devices
    [ 23.105] (==) Automatically enabling devices
    [ 23.175] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 23.175] Entry deleted from font path.
    [ 23.213] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 23.213] Entry deleted from font path.
    [ 23.213] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 23.213] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 23.213] Entry deleted from font path.
    [ 23.213] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 23.213] (**) FontPath set to:
    /usr/share/fonts/local/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 23.213] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 23.213] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 23.213] (II) Loader magic: 0x7d3360
    [ 23.213] (II) Module ABI versions:
    [ 23.213] X.Org ANSI C Emulation: 0.4
    [ 23.213] X.Org Video Driver: 8.0
    [ 23.213] X.Org XInput driver : 11.0
    [ 23.213] X.Org Server Extension : 4.0
    [ 23.215] (--) PCI:*(0:1:0:0) 1002:68c1:104d:9071 rev 0, Mem @ 0xe0000000/268435456, 0xf0020000/131072, I/O @ 0x0000d000/256, BIOS @ 0x????????/131072
    [ 23.215] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 23.215] (II) "extmod" will be loaded by default.
    [ 23.215] (II) "dbe" will be loaded by default.
    [ 23.215] (II) "glx" will be loaded by default.
    [ 23.215] (II) "record" will be loaded by default.
    [ 23.215] (II) "dri" will be loaded by default.
    [ 23.215] (II) "dri2" will be loaded by default.
    [ 23.215] (II) LoadModule: "extmod"
    [ 23.259] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 23.271] (II) Module extmod: vendor="X.Org Foundation"
    [ 23.271] compiled for 1.9.2, module version = 1.0.0
    [ 23.271] Module class: X.Org Server Extension
    [ 23.271] ABI class: X.Org Server Extension, version 4.0
    [ 23.271] (II) Loading extension MIT-SCREEN-SAVER
    [ 23.271] (II) Loading extension XFree86-VidModeExtension
    [ 23.271] (II) Loading extension XFree86-DGA
    [ 23.271] (II) Loading extension DPMS
    [ 23.271] (II) Loading extension XVideo
    [ 23.271] (II) Loading extension XVideo-MotionCompensation
    [ 23.271] (II) Loading extension X-Resource
    [ 23.271] (II) LoadModule: "dbe"
    [ 23.271] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 23.283] (II) Module dbe: vendor="X.Org Foundation"
    [ 23.283] compiled for 1.9.2, module version = 1.0.0
    [ 23.283] Module class: X.Org Server Extension
    [ 23.284] ABI class: X.Org Server Extension, version 4.0
    [ 23.284] (II) Loading extension DOUBLE-BUFFER
    [ 23.284] (II) LoadModule: "glx"
    [ 23.284] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 23.299] (II) Module glx: vendor="FireGL - ATI Technologies Inc."
    [ 23.299] compiled for 7.6.0, module version = 1.0.0
    [ 23.300] (II) Loading extension GLX
    [ 23.300] (II) LoadModule: "record"
    [ 23.300] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 23.306] (II) Module record: vendor="X.Org Foundation"
    [ 23.306] compiled for 1.9.2, module version = 1.13.0
    [ 23.306] Module class: X.Org Server Extension
    [ 23.306] ABI class: X.Org Server Extension, version 4.0
    [ 23.306] (II) Loading extension RECORD
    [ 23.306] (II) LoadModule: "dri"
    [ 23.307] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 23.326] (II) Module dri: vendor="X.Org Foundation"
    [ 23.326] compiled for 1.9.2, module version = 1.0.0
    [ 23.326] ABI class: X.Org Server Extension, version 4.0
    [ 23.326] (II) Loading extension XFree86-DRI
    [ 23.326] (II) LoadModule: "dri2"
    [ 23.327] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 23.327] (II) Module dri2: vendor="X.Org Foundation"
    [ 23.327] compiled for 1.9.2, module version = 1.2.0
    [ 23.327] ABI class: X.Org Server Extension, version 4.0
    [ 23.327] (II) Loading extension DRI2
    [ 23.327] (II) LoadModule: "fglrx"
    [ 23.327] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 23.496] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 23.496] compiled for 1.4.99.906, module version = 8.78.6
    [ 23.496] Module class: X.Org Video Driver
    [ 23.502] (II) Loading sub module "fglrxdrm"
    [ 23.502] (II) LoadModule: "fglrxdrm"
    [ 23.502] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 23.554] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 23.554] compiled for 1.8.99.905, module version = 8.78.6
    [ 23.554] (II) ATI Proprietary Linux Driver Version Identifier:8.78.6
    [ 23.554] (II) ATI Proprietary Linux Driver Release Identifier: 8.783
    [ 23.554] (II) ATI Proprietary Linux Driver Build Date: Oct 5 2010 21:22:57
    [ 23.554] (--) using VT number 7
    [ 23.668] (WW) Falling back to old probe method for fglrx
    [ 23.710] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 23.711] (--) Chipset Supported AMD Graphics Processor (0x68C1) found
    [ 23.712] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 23.712] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 23.712] (II) AMD Video driver is signed
    [ 23.713] (II) fglrx(0): pEnt->device->identifier=0x1cded50
    [ 23.713] (II) fglrx(0): === [xdl_x760_atiddxPreInit] === begin
    [ 23.713] (II) Loading sub module "vgahw"
    [ 23.713] (II) LoadModule: "vgahw"
    [ 23.713] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 23.742] (II) Module vgahw: vendor="X.Org Foundation"
    [ 23.742] compiled for 1.9.2, module version = 0.1.0
    [ 23.742] ABI class: X.Org Video Driver, version 8.0
    [ 23.742] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 23.742] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 23.742] (==) fglrx(0): Default visual is TrueColor
    [ 23.742] (**) fglrx(0): Option "DPMS" "true"
    [ 23.742] (==) fglrx(0): RGB weight 888
    [ 23.742] (II) fglrx(0): Using 8 bits per RGB
    [ 23.742] (==) fglrx(0): Buffer Tiling is ON
    [ 23.742] (II) Loading sub module "fglrxdrm"
    [ 23.742] (II) LoadModule: "fglrxdrm"
    [ 23.742] (II) Reloading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 23.743] ukiDynamicMajor: found major device number 252
    [ 23.743] ukiDynamicMajor: found major device number 252
    [ 23.743] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 23.743] ukiOpenDevice: node name is /dev/ati/card0
    [ 23.744] ukiOpenDevice: open result is 10, (OK)
    [ 23.744] ukiOpenByBusid: ukiOpenMinor returns 10
    [ 23.744] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 23.744] (==) fglrx(0): NoAccel = NO
    [ 23.744] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 23.744] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 5600/5700 Series" (Chipset = 0x68c1)
    [ 23.744] (--) fglrx(0): (PciSubVendor = 0x104d, PciSubDevice = 0x9071)
    [ 23.744] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 23.744] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 23.744] (--) fglrx(0): MMIO registers at 0xf0020000
    [ 23.744] (--) fglrx(0): I/O port at 0x0000d000
    [ 23.744] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 23.774] (II) fglrx(0): AC Adapter is used
    [ 23.777] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 23.778] (II) Loading sub module "vbe"
    [ 23.778] (II) LoadModule: "vbe"
    [ 23.778] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 23.790] (II) Module vbe: vendor="X.Org Foundation"
    [ 23.790] compiled for 1.9.2, module version = 1.1.0
    [ 23.790] ABI class: X.Org Video Driver, version 8.0
    [ 23.790] (II) fglrx(0): VESA BIOS detected
    [ 23.790] (II) fglrx(0): VESA VBE Version 3.0
    [ 23.790] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 23.790] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 23.790] (II) fglrx(0): VESA VBE OEM Software Rev: 12.20
    [ 23.790] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 23.790] (II) fglrx(0): VESA VBE OEM Product: MADISON
    [ 23.790] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 23.829] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 23.829] (--) fglrx(0): Video RAM: 1048576 kByte, Type: DDR3
    [ 23.829] (II) fglrx(0): PCIE card detected
    [ 23.829] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 23.829] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 23.830] (II) fglrx(0): Using adapter: 1:0.0.
    [ 23.862] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x40000000)
    [ 23.921] (II) fglrx(0): Interrupt handler installed at IRQ 49.
    [ 23.921] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 23.921] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 23.921] (==) fglrx(0): Center Mode is disabled
    [ 23.921] (II) Loading sub module "fb"
    [ 23.921] (II) LoadModule: "fb"
    [ 23.921] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 23.928] (II) Module fb: vendor="X.Org Foundation"
    [ 23.928] compiled for 1.9.2, module version = 1.0.0
    [ 23.928] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 23.928] (==) fglrx(0): Active stereo disabled
    [ 23.928] (II) Loading sub module "ddc"
    [ 23.928] (II) LoadModule: "ddc"
    [ 23.928] (II) Module "ddc" already built-in
    [ 23.990] (II) fglrx(0): Finished Initialize PPLIB!
    [ 23.990] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
    [ 23.990] (II) fglrx(0): Output DFP1 has no monitor section
    [ 23.990] (II) fglrx(0): Output CRT1 has no monitor section
    [ 23.990] (II) Loading sub module "ddc"
    [ 23.990] (II) LoadModule: "ddc"
    [ 23.990] (II) Module "ddc" already built-in
    [ 23.990] (II) fglrx(0): Connected Display0: LVDS
    [ 23.990] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 23.990] (II) fglrx(0): Manufacturer: SNY Model: 5fa Serial#: 0
    [ 23.990] (II) fglrx(0): Year: 2009 Week: 4
    [ 23.990] (II) fglrx(0): EDID Version: 1.3
    [ 23.990] (II) fglrx(0): Digital Display Input
    [ 23.990] (II) fglrx(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 23.990] (II) fglrx(0): Gamma: 2.20
    [ 23.990] (II) fglrx(0): DPMS capabilities: StandBy Suspend Off
    [ 23.990] (II) fglrx(0): Supported color encodings: RGB 4:4:4 YCrCb 4:2:2
    [ 23.990] (II) fglrx(0): First detailed timing is preferred mode
    [ 23.990] (II) fglrx(0): redX: 0.640 redY: 0.340 greenX: 0.300 greenY: 0.600
    [ 23.990] (II) fglrx(0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
    [ 23.990] (II) fglrx(0): Manufacturer's mask: 0
    [ 23.990] (II) fglrx(0): Supported detailed timing:
    [ 23.990] (II) fglrx(0): clock: 72.0 MHz Image Size: 340 x 190 mm
    [ 23.990] (II) fglrx(0): h_active: 1366 h_sync: 1395 h_sync_end 1453 h_blank_end 1540 h_border: 0
    [ 23.990] (II) fglrx(0): v_active: 768 v_sync: 770 v_sync_end 774 v_blanking: 780 v_border: 0
    [ 23.990] (II) fglrx(0): Supported detailed timing:
    [ 23.990] (II) fglrx(0): clock: 60.3 MHz Image Size: 340 x 190 mm
    [ 23.990] (II) fglrx(0): h_active: 1366 h_sync: 1392 h_sync_end 1445 h_blank_end 1526 h_border: 0
    [ 23.990] (II) fglrx(0): v_active: 768 v_sync: 771 v_sync_end 778 v_blanking: 790 v_border: 0
    [ 23.990] (II) fglrx(0): EDID (in hex):
    [ 23.990] (II) fglrx(0): 00ffffffffffff004dd9fa0500000000
    [ 23.990] (II) fglrx(0): 0413010380221378f2ce50a3574c9926
    [ 23.990] (II) fglrx(0): 0f505400000001010101010101010101
    [ 23.990] (II) fglrx(0): 010101010101201c56ae50000c301d3a
    [ 23.990] (II) fglrx(0): 240054be100000008c1756a050001630
    [ 23.990] (II) fglrx(0): 1a35370054be10000000000000000000
    [ 23.990] (II) fglrx(0): 00000000000000000000000000000000
    [ 23.990] (II) fglrx(0): 00000000000000000000000000000081
    [ 23.990] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 23.997] (II) fglrx(0): EDID vendor "SNY", prod id 1530
    [ 23.997] (II) fglrx(0): DDCModeFromDetailedTiming: 1366x768 Warning: We only handle separate sync.
    [ 23.997] (II) fglrx(0): DDCModeFromDetailedTiming: 1366x768 Warning: We only handle separate sync.
    [ 23.997] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 23.997] (II) fglrx(0): Modeline "1366x768"x0.0 72.00 1366 1395 1453 1540 768 770 774 780 -hsync -vsync (46.8 kHz)
    [ 23.997] (II) fglrx(0): Modeline "1366x768"x0.0 60.28 1366 1392 1445 1526 768 771 778 790 -hsync -vsync (39.5 kHz)
    [ 23.997] (II) fglrx(0): Output LVDS connected
    [ 23.997] (II) fglrx(0): Output DFP1 disconnected
    [ 23.997] (II) fglrx(0): Output CRT1 disconnected
    [ 23.997] (II) fglrx(0): Using exact sizes for initial modes
    [ 23.997] (II) fglrx(0): Output LVDS using initial mode 1366x768
    [ 23.998] (II) fglrx(0): Display dimensions: (340, 190) mm
    [ 23.998] (II) fglrx(0): DPI set to (102, 102)
    [ 23.998] (II) fglrx(0): Adapter ATI Mobility Radeon HD 5600/5700 Series has 2 configurable heads and 1 displays connected.
    [ 23.998] (==) fglrx(0): PseudoColor visuals disabled
    [ 23.998] (II) Loading sub module "ramdac"
    [ 23.998] (II) LoadModule: "ramdac"
    [ 23.998] (II) Module "ramdac" already built-in
    [ 23.998] (==) fglrx(0): NoDRI = NO
    [ 23.998] (==) fglrx(0): Capabilities: 0x00000000
    [ 23.998] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 23.998] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 23.998] (==) fglrx(0): UseFastTLS=0
    [ 23.998] (==) fglrx(0): BlockSignalsOnLock=1
    [ 23.998] (--) Depth 24 pixmap format is 32 bpp
    [ 23.998] (II) Loading extension ATIFGLRXDRI
    [ 23.998] (II) fglrx(0): doing swlDriScreenInit
    [ 23.998] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 23.998] ukiDynamicMajor: found major device number 252
    [ 23.998] ukiDynamicMajor: found major device number 252
    [ 23.998] ukiDynamicMajor: found major device number 252
    [ 23.998] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 23.998] ukiOpenDevice: node name is /dev/ati/card0
    [ 23.998] ukiOpenDevice: open result is 15, (OK)
    [ 23.998] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 23.998] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 23.998] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 23.998] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 23.998] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x2000
    [ 23.998] (II) fglrx(0): [uki] mapped SAREA 0x2000 to 0x7f10e3ca5000
    [ 23.998] (II) fglrx(0): [uki] framebuffer handle = 0x3000
    [ 23.998] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 23.998] (II) fglrx(0): swlDriScreenInit done
    [ 23.998] (II) fglrx(0): Kernel Module Version Information:
    [ 23.998] (II) fglrx(0): Name: fglrx
    [ 23.998] (II) fglrx(0): Version: 8.78.6
    [ 23.998] (II) fglrx(0): Date: Oct 5 2010
    [ 23.998] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 23.998] (II) fglrx(0): Kernel Module version matches driver.
    [ 23.998] (II) fglrx(0): Kernel Module Build Time Information:
    [ 23.998] (II) fglrx(0): Build-Kernel UTS_RELEASE: 2.6.35-ARCH
    [ 23.998] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
    [ 23.998] (II) fglrx(0): Build-Kernel __SMP__: yes
    [ 23.998] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 23.998] (II) fglrx(0): [uki] register handle = 0x00004000
    [ 24.014] (II) fglrx(0): Display width adjusted to to 1664 due to alignment constraints
    [ 24.014] (II) fglrx(0): DRI initialization successfull
    [ 24.014] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x010a8000
    [ 24.014] (II) fglrx(0): FBMM initialized for area (0,0)-(1664,2624)
    [ 24.014] (II) fglrx(0): FBMM auto alloc for area (0,0)-(1664,1664) (front color buffer - assumption)
    [ 24.014] (II) fglrx(0): Largest offscreen area available: 1664 x 960
    [ 24.014] (==) fglrx(0): Backing store disabled
    [ 24.014] (II) Loading extension FGLRXEXTENSION
    [ 24.014] (**) fglrx(0): DPMS enabled
    [ 24.014] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 24.014] (**) fglrx(0): Textured Video is enabled.
    [ 24.014] (II) LoadModule: "glesx"
    [ 24.014] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 24.155] (II) Module glesx: vendor="X.Org Foundation"
    [ 24.155] compiled for 1.8.99.905, module version = 1.0.0
    [ 24.155] (II) Loading extension GLESX
    [ 24.155] (II) fglrx(0): GLESX enableFlags = 592
    [ 24.155] (II) fglrx(0): GLESX is enabled
    [ 24.155] (II) fglrx(0): Acceleration enabled
    [ 24.155] (II) LoadModule: "amdxmm"
    [ 24.156] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 24.183] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 24.183] compiled for 1.8.99.905, module version = 1.0.0
    [ 24.184] (II) Loading extension AMDXVOPL
    [ 24.186] (II) fglrx(0): UVD2 feature is available
    [ 24.188] (II) fglrx(0): Enable composite support successfully
    [ 24.188] (WW) fglrx(0): Option "DynamicPM" is not used
    [ 24.188] (WW) fglrx(0): Option "ClockGating" is not used
    [ 24.188] (WW) fglrx(0): Option "VendorName" is not used
    [ 24.188] (WW) fglrx(0): Option "ModelName" is not used
    [ 24.188] (II) fglrx(0): X context handle = 0x1
    [ 24.188] (II) fglrx(0): [DRI] installation complete
    [ 24.188] (==) fglrx(0): Silken mouse enabled
    [ 24.188] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 24.188] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
    [ 24.188] (II) fglrx(0): 'LVDS LCD' ConnectorType, abstracted as 'Panel'
    [ 24.188] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
    [ 25.207] (--) RandR disabled
    [ 25.207] (II) Initializing built-in extension Generic Event Extension
    [ 25.207] (II) Initializing built-in extension SHAPE
    [ 25.207] (II) Initializing built-in extension MIT-SHM
    [ 25.207] (II) Initializing built-in extension XInputExtension
    [ 25.207] (II) Initializing built-in extension XTEST
    [ 25.207] (II) Initializing built-in extension BIG-REQUESTS
    [ 25.207] (II) Initializing built-in extension SYNC
    [ 25.207] (II) Initializing built-in extension XKEYBOARD
    [ 25.207] (II) Initializing built-in extension XC-MISC
    [ 25.207] (II) Initializing built-in extension SECURITY
    [ 25.207] (II) Initializing built-in extension XINERAMA
    [ 25.207] (II) Initializing built-in extension XFIXES
    [ 25.207] (II) Initializing built-in extension RENDER
    [ 25.207] (II) Initializing built-in extension RANDR
    [ 25.207] (II) Initializing built-in extension COMPOSITE
    [ 25.207] (II) Initializing built-in extension DAMAGE
    [ 25.210] ukiDynamicMajor: found major device number 252
    [ 25.210] ukiDynamicMajor: found major device number 252
    [ 25.210] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 25.210] ukiOpenDevice: node name is /dev/ati/card0
    [ 25.210] ukiOpenDevice: open result is 16, (OK)
    [ 25.210] ukiOpenByBusid: ukiOpenMinor returns 16
    [ 25.210] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 25.786] (II) AIGLX: Loaded and initialized /usr/lib/dri/fglrx_dri.so
    [ 25.786] (II) GLX: Initialized DRI GL provider for screen 0
    [ 25.795] (II) fglrx(0): Enable the clock gating!
    [ 25.795] (II) fglrx(0): Setting screen physical size to 361 x 203
    [ 26.283] (II) config/udev: Adding input device Sony Vaio Keys (/dev/input/event6)
    [ 26.283] (**) Sony Vaio Keys: Applying InputClass "evdev keyboard catchall"
    [ 26.283] (II) LoadModule: "evdev"
    [ 26.283] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 26.287] (II) Module evdev: vendor="X.Org Foundation"
    [ 26.287] compiled for 1.9.0, module version = 2.5.0
    [ 26.287] Module class: X.Org XInput Driver
    [ 26.287] ABI class: X.Org XInput driver, version 11.0
    [ 26.287] (**) Sony Vaio Keys: always reports core events
    [ 26.287] (**) Sony Vaio Keys: Device: "/dev/input/event6"
    [ 26.297] (--) Sony Vaio Keys: Found keys
    [ 26.297] (II) Sony Vaio Keys: Configuring as keyboard
    [ 26.297] (II) XINPUT: Adding extended input device "Sony Vaio Keys" (type: KEYBOARD)
    [ 26.297] (**) Option "xkb_rules" "evdev"
    [ 26.297] (**) Option "xkb_model" "evdev"
    [ 26.297] (**) Option "xkb_layout" "us"
    [ 26.337] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 26.337] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 26.337] (**) Video Bus: always reports core events
    [ 26.337] (**) Video Bus: Device: "/dev/input/event4"
    [ 26.356] (--) Video Bus: Found keys
    [ 26.356] (II) Video Bus: Configuring as keyboard
    [ 26.356] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 26.356] (**) Option "xkb_rules" "evdev"
    [ 26.356] (**) Option "xkb_model" "evdev"
    [ 26.356] (**) Option "xkb_layout" "us"
    [ 26.358] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 26.358] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.358] (**) Power Button: always reports core events
    [ 26.358] (**) Power Button: Device: "/dev/input/event3"
    [ 26.383] (--) Power Button: Found keys
    [ 26.383] (II) Power Button: Configuring as keyboard
    [ 26.383] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 26.383] (**) Option "xkb_rules" "evdev"
    [ 26.383] (**) Option "xkb_model" "evdev"
    [ 26.383] (**) Option "xkb_layout" "us"
    [ 26.383] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 26.383] (II) No input driver/identifier specified (ignoring)
    [ 26.386] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 26.386] (II) No input driver/identifier specified (ignoring)
    [ 26.391] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 26.391] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 26.391] (**) AT Translated Set 2 keyboard: always reports core events
    [ 26.391] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 26.433] (--) AT Translated Set 2 keyboard: Found keys
    [ 26.433] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 26.433] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 26.433] (**) Option "xkb_rules" "evdev"
    [ 26.433] (**) Option "xkb_model" "evdev"
    [ 26.433] (**) Option "xkb_layout" "us"
    [ 26.434] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/event5)
    [ 26.434] (**) ImPS/2 Generic Wheel Mouse: Applying InputClass "evdev pointer catchall"
    [ 26.434] (**) ImPS/2 Generic Wheel Mouse: always reports core events
    [ 26.434] (**) ImPS/2 Generic Wheel Mouse: Device: "/dev/input/event5"
    [ 26.460] (--) ImPS/2 Generic Wheel Mouse: Found 3 mouse buttons
    [ 26.460] (--) ImPS/2 Generic Wheel Mouse: Found scroll wheel(s)
    [ 26.460] (--) ImPS/2 Generic Wheel Mouse: Found relative axes
    [ 26.460] (--) ImPS/2 Generic Wheel Mouse: Found x and y relative axes
    [ 26.460] (II) ImPS/2 Generic Wheel Mouse: Configuring as mouse
    [ 26.460] (**) ImPS/2 Generic Wheel Mouse: YAxisMapping: buttons 4 and 5
    [ 26.460] (**) ImPS/2 Generic Wheel Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 26.460] (II) XINPUT: Adding extended input device "ImPS/2 Generic Wheel Mouse" (type: MOUSE)
    [ 26.460] (**) ImPS/2 Generic Wheel Mouse: (accel) keeping acceleration scheme 1
    [ 26.460] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration profile 0
    [ 26.460] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration factor: 2.000
    [ 26.460] (**) ImPS/2 Generic Wheel Mouse: (accel) acceleration threshold: 4
    [ 26.460] (II) ImPS/2 Generic Wheel Mouse: initialized for relative axes.
    [ 26.461] (II) config/udev: Adding input device ImPS/2 Generic Wheel Mouse (/dev/input/mouse0)
    [ 26.461] (II) No input driver/identifier specified (ignoring)
    [ 26.461] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 26.461] (II) No input driver/identifier specified (ignoring)
    [ 26.462] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/event7)
    [ 26.462] (II) No input driver/identifier specified (ignoring)
    [ 26.463] (II) config/udev: Adding input device Sony Vaio Jogdial (/dev/input/mouse1)
    [ 26.463] (II) No input driver/identifier specified (ignoring)
    [ 26.479] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    and my xorg.conf
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Files"
    FontPath "/usr/share/fonts/local/"
    EndSection
    Section "Module"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "off"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "DynamicPM" "on" # Dynamic powersaving.
    Option "ClockGating" "on" # Assisting option for powersaving.
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "InputDevice"
    Identifier "Synaptics Touchpad"
    Driver "synaptics"
    Option "SendCoreEvents" "true"
    Option "Protocol" "auto-dev"
    Option "TapButton1" "0"
    Option "TapButton2" "0"
    Option "SHMConfig" "on"
    EndSection

  • Synaptics Driver Problems? [solved]

    Anybody else having issues with the synaptics driver lately?  I spent the last couple weeks messing around with some other distros, and this morning when I reinstalled Arch I couldn't get X to start without changing my mouse driver from "synaptics" back to "mouse".  I get 3 error messages all complaining about not being able to find the synaptics device.  I'm not doing anything different from normal.  I'm even using the same xorg.conf because I keep a backup of the one I know works.  I also ran hwd to make a new one just in case my computer changed its hardware over night, but still no X if I try to use "synaptics".
    Has the version of the synaptics package in the repositories changed recently?  If so, I'm blaming the new version, because I had an almost identicle problem with FreeBSD using synaptics from ports.
    Now, everybody upgrade your driver and tell me if it breaks.

    See this thread.

  • Disabling touchpad

    Hi everyone!
    I have Solaris 10 running XSun server on x86 laptop. I'm using an USB mouse, which gets configured simultaneously with laptop's touchpad when using any of the drivers of kdmconfig available for an USB mouse. Sounds nice, but however I'd like to disable touchpad to avoid accidental mouse actions. How could this be done?
    Any help is appreciated!

    Besides,
    I have another mouse-related problem, too. My mouse gets stuck after some JSD use, normally from 15 minutes to half an hour. The problem remains with every driver I've tried, both USB and touchpad. How to cure this?

  • Reset disabled iPad without iTunes

    Well, I'm in trouble now.
    I have an iPad that says "iPad Disabled Connect to iTunes" and it won't connect to anything but the computer it was set up with.
    My problem now is that computer has since been reformatted and reinstalled a few times, so the iPad won't recognize it!
    So I need to reset it without iTunes, or with iTunes on a "different" computer.
    Help?

    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
    Sync Your iOS Device with a New Computer Without Losing Data
    http://www.howtogeek.com/104298/sync-your-ios-device-with-a-new-computer-without -losing-data/
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive
    https://discussions.apple.com/docs/DOC-3141
     Cheers, Tom

  • [SOLVED] Synaptics Driver is not loaded

    I try to set up a T400 and ran into problems with the touchpad. My 10-synaptics.conf sets synaptics as the driver:
    Section "InputDevice"
    Identifier "touchpad catchall"
    Driver "synaptics"
    Option "AlwaysCore"
    Option "Device" "/dev/input/mouse0"
    Option "Protocol" "auto-dev"
    Option "SendCoreEvents" "true"
    Option "LeftEdge" "1632"
    Option "RightEdge" "5312"
    Option "TopEdge" "1575"
    Option "BottomEdge" "4281"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "MinSpeed" "0.01"
    Option "MaxSpeed" "0.05"
    Option "AccelFactor" "0.0005"
    Option "VertEdgeScroll" "on"
    Option "HorizEdgeScroll" "on"
    Option "VertScrollDelta" "10"
    Option "HorizScrollDelta" "10"
    Option "SHMConfig" "on"
    #Option "VertTwoFingerScroll" "true"
    #Option "HorizTwoFingerScroll" "true"
    EndSection
    Still I find in Xorg.0.log:
    [ 1471.148] (**) RADEON(0): Option "EXAVSync" "off"
    [ 1471.584] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [ 1471.584] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 1471.584] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 1471.584] (**) SynPS/2 Synaptics TouchPad: always reports core events
    synclient -l gives:
    Couldn't find synaptics properties. No synaptics driver loaded?
    Also of course all synaptic options doesn't work..
    Last edited by miro279 (2012-07-01 09:13:22)

    I followed your advice and got suspicious when my touchpad stoped working completly. So I got rid of the 10-synaptics.conf posted above (which was taken from the T400 arch wiki: https://wiki.archlinux.org/index.php/Le … _UltraNav) and started a new from strach. As there seems to be no native multitouch support I found the debian page quite helpful: http://wiki.debian.org/SynapticsTouchpad.
    My new 10-synaptics.conf looks like that:
    Section "InputClass"
    Identifier "touchpad catchall"
    Driver "synaptics"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "EmulateTwoFingerMinZ" "35"
    Option "EmulateTwoFingerMinW" "8"
    Option "TapButton3" "3"
    Option "VertTwoFingerScroll" "1"
    Option "HorizTwoFingerScroll" "1"
    Option "VertEdgeScroll" "1"
    Option "HorizEdgeScroll" "1"
    Option "VertScrollDelta" "100"
    Option "HorizScrollDelta" "100"
    Option "CoastingSpeed" "8"
    Option "CornerCoasting" "1"
    Option "CircularScrolling" "1"
    Option "CircScrollTrigger" "7"
    EndSection
    and everything works as suposed. Thanks for the hint!

  • [Solved] Synaptics driver not loaded

    Recently im getting
    Couldn't find synaptics properties. No synaptics driver loaded?
    when I run synclient
    Touchpad still works but the synaptics driver is apparently not loaded. I have xf86-input-synaptics installed.
    I can't figure out how to load the synaptics driver.
    Last edited by Mythreya (2015-03-10 12:45:34)

    This started after an update about a week ago. It was working perfectly fine with no effort before. I have an elantech touchpad.
    $ xinput list
    ⎡ Virtual core pointer                          id=2    [master pointer  (3)]
    ⎜   ↳ Virtual core XTEST pointer                id=4    [slave  pointer  (2)]
    ⎜   ↳ ETPS/2 Elantech Touchpad                  id=17   [slave  pointer  (2)]
    ⎣ Virtual core keyboard                         id=3    [master keyboard (2)]
        ↳ Virtual core XTEST keyboard               id=5    [slave  keyboard (3)]
        ↳ Power Button                              id=6    [slave  keyboard (3)]
        ↳ Video Bus                                 id=7    [slave  keyboard (3)]
        ↳ Video Bus                                 id=8    [slave  keyboard (3)]
        ↳ Power Button                              id=9    [slave  keyboard (3)]
        ↳ Sleep Button                              id=10   [slave  keyboard (3)]
        ↳ ASUS USB2.0 Webcam                        id=14   [slave  keyboard (3)]
        ↳ Asus WMI hotkeys                          id=15   [slave  keyboard (3)]
        ↳ AT Translated Set 2 keyboard              id=16   [slave  keyboard (3)]
        ↳   USB Keyboard                            id=11   [slave  keyboard (3)]
        ↳   USB Keyboard
    I've mostly found ubuntu forums with the issue, they all linked to the debian wiki on synaptics which didn't help much. Even the allmighty archwiki had no troubleshooting instructions for synaptics.
    Last edited by Mythreya (2015-03-06 18:12:37)

  • Need help booting from DMG file without DVD drive

    okay so i have 6 computers with me right now. i need to use one that has a dvd drive to install it on a comp that doesnt via firewire.
    1- macbook with superdrive and os 10.5 (cant even open tiger install because its a new macbook
    2-iBook g4 with DVD drive BUT the firewire port is broken
    3-iBook g3 (one that needs tiger but only has a cd drive)
    4-ibook g3 (without dvd drive)
    5-powerbook g4 with dvd drive and firewire (for some reason will not read the tiger discs i just burned, even though ive already used them on the ibook g4
    6-mac pro with firewire and dvd drive, but the dvd drive is broken.
    so seems to me, every computer i have has a weakness for exactly what i need. what i need to know now is if i can boot the powerbook g4 from a DMG file of tiger install disc 1 and install is to the target ibook through firewire. if you have any suggestions on what i should try with the supplies mentioned above, please inform me. thanks!

    what i need to know now is if i can boot the powerbook g4 from a DMG file of tiger install disc 1 and install is to the target ibook through firewire.
    You can't unless the PowerBook is running Mac OS X Server, in which case the NetInstall feature can be used.
    (38733)

  • Printing Line Items in Script without using driver program

    How to print the line items of a internal table in sap script without using driver program? I am not supposed to edit anything in the driver program. Pls help me to solve this problem...

    Hi,
    You can try by creating a new driver program and a new FORM ENDFORM inside that for this purpose.
    Regards,
    Gaurav

  • I have the new iOS 7 and am getting texts from another family members phone and they are getting mine how do I disable this without changing accounts

    I have the new iOS 7 and am getting texts from another family members phone and they are getting mine how do I disable this without changing accounts

    Welcome to the Apple Community.
    You could simply set each device to only use a single telephone number (settings > messages > send & receive, but this isn't really an ideal solution since the other person can always change their settings and see your messages and send messages that appear as if they are from you. There is only one real solution and that's to have your own accounts.

  • How do I install Tiger without DVD drive?

    How do I install Tiger without DVD drive on a Powerbook?
    My Powerbook had some problems recently, the HDD and the Superdrive where gone. I replaced the HD but can not get Tiger installed here because the DVD drive isn't working. I boot right now from a FW HD. Any Ideas how to install the OS on the internal drive?
    Any ideas would be apreciated.

    See Option 2 in
    <http://docs.info.apple.com/article.html?artnum=304129> or Option 1 in
    <http://docs.info.apple.com/article.html?artnum=303028>
    It has worked for at least one person:
    "Kenichi Watanabe
    Posts: 853
    Registered: 2-Sep-2003
    Re: Using DVD drive in iMac G4 for iMac G3 in Target Disk Mode-->won't read DVD
    Posted: 26-Oct-2006 4:37 PM in response to: AJ Nealey
    Reply Email
    I just tried it between a Power Mac G5 and a PowerBook G3 (Pismo) and it worked. The G5 was Mac in Firewire Target Disk Mode. I started the G5 with the T with no DVD in the drive. I started up the G3, and the G5's hard drive appeared on the G3's desktop. I pushed the eject key (on the G5 keyboard) and the SuperDrive opened. I put in a DVD (the Tiger installation disk) and closed the SuperDrive. The DVD appeared on the G3's desktop. I restarted the G3 with the Option key held down, and the DVD in the G5 appeared as a valid startup choice."

Maybe you are looking for

  • HT3645 i cant get my sensor to activate on nike+ipod

    help me plz

  • Status Reports - Project Online 2013

    Hey folks, Does Project Online 2013 support Status Reports? On the PWA > Status Report page, I can not seem to find where I could click to add/ configure a status report. \Spiro Theopoulos PMP, MCITP. Montreal, QC (Canada)

  • News Feed UserProfile Picture pointing to old url

    Originally when the site was setup the my site was setup with an incorrect URL.  So I created another site collection using the mysite host template and then when into the mysite settings and changed the url.  This fixed the links to mysites but the

  • DBA Staff KPI(s) - Measuring Performance

    <font color="#333333"><font color="#000080"><strong>DBA Staff KPI(s) - Measuring Performance</strong></font> </font> <p> <font color="#333333"> Hi, I am an<strong> IT manager</strong>, <u>managing two solutions: "SCM" & "WMS (Warehouse Management Sys

  • Bluetooth connectivi​ty issue - HP TouchSmart 23-d117a

    I have hp envy23-d117a all-in-one computer.  Everything was working fine but maybe I removed some default programs, which I never use.  After that, the bluetooth connectivity issue came up.  Computer was detecting devices but was unable to connect to