Thinkpad x2xx - tablet support

Hello,
I'm planning to buy a second hand x2xx and I'm highly interested in the tablet version.
Can anyone say something about the compatibility with linux and the default Arch kernel in particular?
Regards,
Robert

Well, I bought a X200t but by default the tablet touch function does not work.
What do I have to do to enable it?
What I did so far was installing xf86-input-wacom and creating the following /etc/X11/xorg.conf.
Section "ServerLayout"
Identifier "Default Layout"
InputDevice "stylus" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"
Option "Button2" "3"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"
Option "Button2" "3"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/ttyS0"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"
EndSection
xsetwacom --list devices does not show any devices.
Regards
Last edited by orschiro (2012-01-27 12:42:14)

Similar Messages

  • [SOLVED] ACPI handler.sh no longer working (Thinkpad X60 Tablet)

    Hello there,
    I recently did a few updates on my system to reduce power usage and get hdaps working. For some reason one of these changes must have broken ACPID in some way so that what I wrote in handler.sh no longer has any effect when I e.g. press the configured buttons to lock my screen or shut down, but I have no clue which.
    I'm not really familiar with where ACPI and ACPID keeps all their logs either, and which parts in there might mean something for me. I don't even know how I can check if ACPI is running properly and just ACPID isn't, for instance (both are running thought, confirmed with ps -A).
    Here's what I can remember of what I did:
    -full system update
    -install cpufreq to redcude power usage with acpi_cpufreq
    -install HDAPS with Thinkpad driver, as described on the Wiki
    -tweak my laptop-mode settings, e.g. disable VGA output when in laptop mode
    -enable AHCI for my hard drive in kernel image and BIOS
    Would be great if you could help me troubleshoot this somehow, as I really don't have a clue on how to fix this. Here's some output that might be helpful for starters:
    cat /etc/acpi/handler.sh
    #!/bin/sh
    set $*
    case "$1" in
    button/power)
    #echo "PowerButton pressed!">/dev/tty5
    case "$2" in
    PWRF)
    #Power off
    shutdown -h now
    logger "ACPI action undefined: $2"
    esac
    ibm/hotkey)
    #echo "Display swiveled">/dev/tty5
    case "$2" in
    HKEY)
    case "$4" in
    00005009)
    #Swiveling down
    /bin/sh /etc/acpi/actions/swivel-down
    0000500a)
    #Swiveling up
    /bin/sh /etc/acpi/actions/swivel-up
    00001002)
    #Lock screen
    xscreensaver-command -lock
    #run_once xtrlock &
    00001004)
    #Standby button
    xscreensaver-command -lock ; s2ram
    00001005)
    #Network button
    /etc/rc.d/net-auto-wireless restart
    00001009)
    #Reboot
    shutdown -r now
    00007000)
    #WLan button switched
    /etc/rc.d/net-auto-wireless restart
    fi
    esac
    esac
    button/sleep)
    case "$2" in
    SLPB) echo -n mem >/sys/power/state ;;
    *) logger "ACPI action undefined: $2" ;;
    esac
    ac_adapter)
    case "$2" in
    AC)
    case "$4" in
    00000000)
    #laptop mode should take care of this alone!
    #/etc/rc.d/laptop-mode start
    00000001)
    #/etc/rc.d/laptop-mode stop
    esac
    *) logger "ACPI action undefined: $2" ;;
    esac
    battery)
    case "$2" in
    BAT0)
    case "$4" in
    00000000) #echo "offline" >/dev/tty5
    00000001) #echo "online" >/dev/tty5
    esac
    CPU0)
    *) logger "ACPI action undefined: $2" ;;
    esac
    button/lid)
    #echo "LID switched!">/dev/tty5
    case "$2" in
    LID)
    if [[ `cat /proc/acpi/button/lid/LID/state | awk '{print $2}'` = "closed" ]]
    then
    #run_once xtrlock &
    xscreensaver-command -lock
    fi
    esac
    logger "ACPI group/action undefined: $1 / $2"
    esac
    dmesg | grep acpi
    BIOS-e820: 000000007f6d0000 - 000000007f6df000 (ACPI data)
    BIOS-e820: 000000007f6df000 - 000000007f700000 (ACPI NVS)
    modified: 000000007f6d0000 - 000000007f6df000 (ACPI data)
    modified: 000000007f6df000 - 000000007f700000 (ACPI NVS)
    ACPI: RSDP 000f67c0 00024 (v02 LENOVO)
    ACPI: XSDT 7f6d11e8 0008C (v01 LENOVO TP-7J 00001140 LTP 00000000)
    ACPI: FACP 7f6d1300 000F4 (v03 LENOVO TP-7J 00001140 LNVO 00000001)
    ACPI Warning: 32/64X length mismatch in Gpe1Block: 0/32 (20090903/tbfadt-526)
    ACPI Warning: Optional field Gpe1Block has zero address or length: 000000000000102C/0 (20090903/tbfadt-557)
    ACPI: DSDT 7f6d1690 0D56F (v01 LENOVO TP-7J 00001140 MSFT 0100000E)
    ACPI: FACS 7f6f4000 00040
    ACPI: SSDT 7f6d14b4 001DC (v01 LENOVO TP-7J 00001140 MSFT 0100000E)
    ACPI: ECDT 7f6debff 00052 (v01 LENOVO TP-7J 00001140 LNVO 00000001)
    ACPI: TCPA 7f6dec51 00032 (v02 LENOVO TP-7J 00001140 LNVO 00000001)
    ACPI: APIC 7f6dec83 00068 (v01 LENOVO TP-7J 00001140 LNVO 00000001)
    ACPI: MCFG 7f6deceb 0003C (v01 LENOVO TP-7J 00001140 LNVO 00000001)
    ACPI: HPET 7f6ded27 00038 (v01 LENOVO TP-7J 00001140 LNVO 00000001)
    ACPI: SLIC 7f6dee62 00176 (v01 LENOVO TP-7J 00001140 LTP 00000000)
    ACPI: BOOT 7f6defd8 00028 (v01 LENOVO TP-7J 00001140 LTP 00000001)
    ACPI: SSDT 7f6f2603 0025F (v01 LENOVO TP-7J 00001140 INTL 20050513)
    ACPI: SSDT 7f6f2862 000A6 (v01 LENOVO TP-7J 00001140 INTL 20050513)
    ACPI: SSDT 7f6f2908 004F7 (v01 LENOVO TP-7J 00001140 INTL 20050513)
    ACPI: SSDT 7f6f2dff 001D8 (v01 LENOVO TP-7J 00001140 INTL 20050513)
    ACPI: Local APIC address 0xfee00000
    ACPI: PM-Timer IO Port: 0x1008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    ACPI: HPET id: 0x8086a201 base: 0xfed00000
    ACPI: Core revision 20090903
    ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    ACPI: bus type pci registered
    ACPI: EC: EC description table is found, configuring boot EC
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
    ACPI: Power Resource [PUBS] (on)
    ACPI: ACPI Dock Station Driver: 3 docks/bays found
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    PCI: Using ACPI for IRQ routing
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 11 devices
    ACPI: ACPI bus type pnp unregistered
    acpi device:01: registered as cooling_device0
    ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    ACPI: Lid Switch [LID]
    ACPI: Sleep Button [SLPB]
    ACPI: Power Button [PWRF]
    i915 0000:00:02.0: power state changed by ACPI to D0
    ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    ACPI: SSDT 7f6f1ccc 001FE (v01 PmRef Cpu0Ist 00000100 INTL 20050513)
    ACPI: SSDT 7f6f1f4f 006B4 (v01 PmRef Cpu0Cst 00000100 INTL 20050513)
    ACPI: SSDT 7f6f1c04 000C8 (v01 PmRef Cpu1Ist 00000100 INTL 20050513)
    ACPI: SSDT 7f6f1eca 00085 (v01 PmRef Cpu1Cst 00000100 INTL 20050513)
    ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
    uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
    uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
    ACPI: Thermal Zone [THM0] (56 C)
    ACPI: Thermal Zone [THM1] (59 C)
    ACPI: AC Adapter [AC] (on-line)
    ACPI: Battery Slot [BAT0] (battery present)
    thinkpad_acpi: ThinkPad ACPI Extras v0.23
    thinkpad_acpi: http://ibm-acpi.sf.net/
    thinkpad_acpi: ThinkPad BIOS 7JET29WW (1.14 ), EC 7JHT13WW-1.04
    thinkpad_acpi: Lenovo ThinkPad X60 Tablet, model 6363WDK
    thinkpad_acpi: WARNING: Outdated ThinkPad BIOS/EC firmware
    thinkpad_acpi: WARNING: This firmware may be missing critical bug fixes and/or important features
    thinkpad_acpi: ACPI backlight control delay disabled
    thinkpad_acpi: radio switch found; radios are enabled
    thinkpad_acpi: possible tablet mode switch found; ThinkPad in laptop mode
    thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
    thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
    Registered led device: tpacpi::thinklight
    Registered led device: tpacpi::power
    Registered led device: tpacpi::standby
    Registered led device: tpacpi::thinkvantage
    thinkpad_acpi: Standard ACPI backlight interface available, not loading native one.
    ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    cat /var/log/acpid.log
    Feb 28 13:19:28 damnation acpid: exiting
    Mar 1 12:48:43 damnation acpid: starting up
    Mar 1 12:48:43 damnation acpid: 4 rules loaded
    Mar 1 12:48:43 damnation acpid: waiting for events: event logging is off
    Mar 1 12:48:44 damnation acpid: client connected from 1737[82:82]
    Mar 1 12:48:44 damnation acpid: 1 client rule loaded
    Mar 1 12:49:39 damnation acpid: client connected from 2523[0:0]
    Mar 1 12:49:39 damnation acpid: 1 client rule loaded
    Mar 1 12:49:56 damnation acpid: exiting
    Mar 1 12:49:56 damnation acpid: starting up
    Mar 1 12:49:56 damnation acpid: 4 rules loaded
    Mar 1 12:49:56 damnation acpid: waiting for events: event logging is off
    Mar 1 12:49:57 damnation acpid: client connected from 2523[0:0]
    Mar 1 12:49:57 damnation acpid: 1 client rule loaded
    Mar 1 12:50:01 damnation acpid: client connected from 1737[82:82]
    Mar 1 12:50:01 damnation acpid: 1 client rule loaded
    Mar 2 10:23:50 damnation acpid: client 2523[0:0] has disconnected
    Mar 2 10:23:50 damnation acpid: client connected from 2523[0:0]
    Mar 2 10:23:50 damnation acpid: 1 client rule loaded
    Mar 2 10:52:18 damnation acpid: client 2523[0:0] has disconnected
    Mar 2 10:52:18 damnation acpid: client connected from 2523[0:0]
    Mar 2 10:52:18 damnation acpid: 1 client rule loaded
    Mar 2 17:00:21 damnation acpid: client 2523[0:0] has disconnected
    Mar 2 17:00:21 damnation acpid: client connected from 2523[0:0]
    Mar 2 17:00:21 damnation acpid: 1 client rule loaded
    Mar 3 09:54:32 damnation acpid: client 2523[0:0] has disconnected
    Mar 3 09:54:32 damnation acpid: client connected from 2523[0:0]
    Mar 3 09:54:32 damnation acpid: 1 client rule loaded
    Mar 3 10:28:14 damnation acpid: exiting
    Mar 3 10:28:14 damnation acpid: starting up
    Mar 3 10:28:14 damnation acpid: 4 rules loaded
    Mar 3 10:28:14 damnation acpid: waiting for events: event logging is off
    Mar 3 10:28:15 damnation acpid: client connected from 2523[0:0]
    Mar 3 10:28:15 damnation acpid: 1 client rule loaded
    Mar 3 10:28:19 damnation acpid: client connected from 1737[82:82]
    Mar 3 10:28:19 damnation acpid: 1 client rule loaded
    Mar 3 10:37:44 damnation acpid: exiting
    Mar 3 10:37:44 damnation acpid: starting up
    Mar 3 10:37:44 damnation acpid: 4 rules loaded
    Mar 3 10:37:44 damnation acpid: waiting for events: event logging is off
    Mar 3 10:37:45 damnation acpid: client connected from 2523[0:0]
    Mar 3 10:37:45 damnation acpid: 1 client rule loaded
    Mar 3 10:37:49 damnation acpid: client connected from 1737[82:82]
    Mar 3 10:37:49 damnation acpid: 1 client rule loaded
    Mar 3 12:22:44 damnation acpid: exiting
    Mar 3 12:23:44 damnation acpid: starting up
    Mar 3 12:23:45 damnation acpid: 4 rules loaded
    Mar 3 12:23:45 damnation acpid: waiting for events: event logging is off
    Mar 3 12:23:46 damnation acpid: client connected from 3417[82:82]
    Mar 3 12:23:46 damnation acpid: 1 client rule loaded
    Mar 3 12:24:40 damnation acpid: client connected from 4287[0:0]
    Mar 3 12:24:40 damnation acpid: 1 client rule loaded
    Mar 3 12:24:55 damnation acpid: exiting
    Mar 3 12:24:55 damnation acpid: starting up
    Mar 3 12:24:55 damnation acpid: 4 rules loaded
    Mar 3 12:24:55 damnation acpid: waiting for events: event logging is off
    Mar 3 12:24:56 damnation acpid: client connected from 4287[0:0]
    Mar 3 12:24:56 damnation acpid: 1 client rule loaded
    Mar 3 12:25:00 damnation acpid: client connected from 3417[82:82]
    Mar 3 12:25:00 damnation acpid: 1 client rule loaded
    Mar 3 12:40:54 damnation acpid: exiting
    Mar 3 12:49:47 damnation acpid: starting up
    Mar 3 12:49:47 damnation acpid: 4 rules loaded
    Mar 3 12:49:47 damnation acpid: waiting for events: event logging is off
    Mar 3 12:49:49 damnation acpid: client connected from 3396[82:82]
    Mar 3 12:49:49 damnation acpid: 1 client rule loaded
    Mar 3 12:50:12 damnation acpid: client connected from 5224[0:0]
    Mar 3 12:50:12 damnation acpid: 1 client rule loaded
    Mar 3 12:50:59 damnation acpid: exiting
    Mar 3 12:50:59 damnation acpid: starting up
    Mar 3 12:50:59 damnation acpid: 4 rules loaded
    Mar 3 12:50:59 damnation acpid: waiting for events: event logging is off
    Mar 3 12:51:00 damnation acpid: client connected from 5224[0:0]
    Mar 3 12:51:00 damnation acpid: 1 client rule loaded
    Mar 3 12:51:04 damnation acpid: client connected from 3396[82:82]
    Mar 3 12:51:04 damnation acpid: 1 client rule loaded
    Mar 3 13:21:42 damnation acpid: exiting
    Mar 3 13:21:42 damnation acpid: starting up
    Mar 3 13:21:42 damnation acpid: 4 rules loaded
    Mar 3 13:21:42 damnation acpid: waiting for events: event logging is off
    Mar 3 13:21:43 damnation acpid: client connected from 5224[0:0]
    Mar 3 13:21:43 damnation acpid: 1 client rule loaded
    Mar 3 13:21:47 damnation acpid: client connected from 3396[82:82]
    Mar 3 13:21:47 damnation acpid: 1 client rule loaded
    Mar 3 13:22:21 damnation acpid: exiting
    Mar 3 13:22:21 damnation acpid: starting up
    Mar 3 13:22:21 damnation acpid: 4 rules loaded
    Mar 3 13:22:21 damnation acpid: waiting for events: event logging is off
    Mar 3 13:22:22 damnation acpid: client connected from 5224[0:0]
    Mar 3 13:22:22 damnation acpid: 1 client rule loaded
    Mar 3 13:22:26 damnation acpid: client connected from 3396[82:82]
    Mar 3 13:22:26 damnation acpid: 1 client rule loaded
    Mar 3 13:23:03 damnation acpid: client 5224[0:0] has disconnected
    Mar 3 13:23:03 damnation acpid: client connected from 5224[0:0]
    Mar 3 13:23:03 damnation acpid: 1 client rule loaded
    Mar 3 13:25:00 damnation acpid: exiting
    Mar 3 13:25:00 damnation acpid: starting up
    Mar 3 13:25:00 damnation acpid: 4 rules loaded
    Mar 3 13:25:00 damnation acpid: waiting for events: event logging is off
    Mar 3 13:25:01 damnation acpid: client connected from 5224[0:0]
    Mar 3 13:25:01 damnation acpid: 1 client rule loaded
    Mar 3 13:25:05 damnation acpid: client connected from 3396[82:82]
    Mar 3 13:25:05 damnation acpid: 1 client rule loaded
    Mar 3 13:29:52 damnation acpid: client connected from 21588[1000:100]
    Mar 3 13:29:52 damnation acpid: 1 client rule loaded
    Mar 3 13:30:27 damnation acpid: client 21588[1000:100] has disconnected
    Mar 3 13:36:15 damnation acpid: exiting
    Mar 3 13:37:54 damnation acpid: starting up
    Mar 3 13:37:54 damnation acpid: 4 rules loaded
    Mar 3 13:37:54 damnation acpid: waiting for events: event logging is off
    Mar 3 13:37:56 damnation acpid: client connected from 3419[82:82]
    Mar 3 13:37:56 damnation acpid: 1 client rule loaded
    Mar 3 13:38:28 damnation acpid: client connected from 4292[0:0]
    Mar 3 13:38:28 damnation acpid: 1 client rule loaded
    Mar 3 13:39:24 damnation acpid: exiting
    Mar 3 13:39:24 damnation acpid: starting up
    Mar 3 13:39:24 damnation acpid: 4 rules loaded
    Mar 3 13:39:24 damnation acpid: waiting for events: event logging is off
    Mar 3 13:39:25 damnation acpid: client connected from 4292[0:0]
    Mar 3 13:39:25 damnation acpid: 1 client rule loaded
    Mar 3 13:39:29 damnation acpid: client connected from 3419[82:82]
    Mar 3 13:39:29 damnation acpid: 1 client rule loaded
    Mar 3 13:44:09 damnation acpid: client connected from 4488[1000:100]
    Mar 3 13:44:09 damnation acpid: 1 client rule loaded
    Mar 3 13:45:42 damnation acpid: client 4488[1000:100] has disconnected
    Mar 3 13:58:17 damnation acpid: exiting
    Mar 3 13:58:17 damnation acpid: starting up
    Mar 3 13:58:17 damnation acpid: 4 rules loaded
    Mar 3 13:58:17 damnation acpid: waiting for events: event logging is off
    Mar 3 13:58:18 damnation acpid: client connected from 4292[0:0]
    Mar 3 13:58:18 damnation acpid: 1 client rule loaded
    Mar 3 13:58:22 damnation acpid: client connected from 3419[82:82]
    Mar 3 13:58:22 damnation acpid: 1 client rule loaded
    (are all these "client has disconnected" messages normal?)
    Last edited by Natanji (2010-03-07 11:03:54)

    I don't know if it works for everyone but i have just fixed the acpi rotate for my x60t
    /usr/bin/xrotate
    #!/bin/sh
    output=LVDS1
    if [ "$XROT_OUTPUT" ]
    then
    output=$XROT_OUTPUT;
    fi
    devices="stylus eraser"
    geomnbr=0
    xrandr=normal
    wacom=normal
    if [ "$1" == "-" ] || [ "$1" == "+" ] || ! [ "$1" ];
    then
    operator="$1";
    [ "$1" ] || operator='+';
    case `xrandr --verbose | grep "^$output " | sed "s/^[^ ]* [^ ]* [^ ]* ([^(]*) \([a-z]*\).*/\1/"` in
    normal) geom=0;;
    left) geom=1;;
    inverted) geom=2;;
    right) geom=3;;
    esac
    let geom=${geom}${operator}1+4
    let geom=${geom}%4
    else
    geom="$1"
    fi
    case $geom in
    1) wacom=CCW; xrandr=left ;;
    2) wacom=HALF; xrandr=inverted ;;
    3) wacom=CW; xrandr=right ;;
    *) wacom=NONE; xrandr=normal ;;
    esac
    echo "xrandr to $xrandr, xsetwacom to $wacom" >&2
    if xrandr --output "$output" --rotate "$xrandr"; then
    for device in $devices
    do
    xsetwacom set "$device" Rotate "$wacom"
    done
    fi
    #workaround for linuxwacom bug
    if [ "`xsetwacom get stylus Mode`" == '1' ]; then
    for decive in $devices
    do
    xsetwacom set stylus CoreEvent "off"
    xsetwacom set stylus Mode "off"
    done
    { sleep 1;
    for device in $devices
    do
    xsetwacom set stylus Mode "on"
    xsetwacom set stylus CoreEvent "on"
    done; } &
    fi
    /etc/acpi/thinkpad-swivel-up.sh       
    #!/bin/bash
    XAUTHORITY=/var/lib/gdm/\:0.Xauth DISPLAY=:0.0 /usr/bin/xrotate 0
    /etc/acpi/thinkpad-swivel-down.sh       
    #!/bin/bash
    XAUTHORITY=/var/lib/gdm/\:0.Xauth DISPLAY=:0.0 /usr/bin/xrotate 1
    The problem was that my acpid starts long before xorg.
    System:
    Thinkpad x60 tablet
    xorg 1.8
    acpid 1.0.10

  • ThinkPad Twist s230u and ThinkPad x201 Tablet Creating Recovery Media

    Hi Lenovo Customer Support,
    ThinkPad s230u( model number: 3347CTO) - Window 8 Pro.
    Before I start using my Laptop, I want to create a Recovery Media as is shown when installed with all partitions. Meaning if I format all contents of Laptop I want a recovery Media brings back computer as I go it in the first place include all partitions. By default there are five hidden partition and one ntfs.
    What is the procedure how to Create a Recovery Media? I heard only Flash Recovery exist for Window 8.
    Also I have Window 8 Pro but when I tried this link procedure http://forums.lenovo.com/t5/T400-T500-and-newer-T-series/Create-Win-8-recovery-media-in-ThinkPad-Thi... I saw only Window 8 option and even then it reboot and did not work.
    Also I did Flash Recovery and Took Faster with USB 3.0 Flash around 10 min around 16GB Space
    Is it possible to do CD Recovery too ?
    ThinkPad x201 Tablet(Model Number: 30933PG) - Wundow 7 Pro
    Can you do Flash Recovery Media and CD Recovery Media under Window 7 Pro  Enviro.
    If you upgrade Hard drive to 1T and RAM to 16 G RAM  , Can you Still do the Recovery Media?
    What is the Procedure to successfully create Recovery Media.
    Thanks.
    saad

    Reasons am asking this questions:
    Sometime you test your computer doing a lot of things learning new technologies etc and suddenly you decide ok I want to take it back to factory state. Until now, most Thinkpad laptop does not come with recovery media. So how can I assure that my Recovery Media includes everything I used to have when I first receive unit.
    I want to learn how to do that by myself by learning from the experts.
    Until now what I know as follow:
    ThinkPad x201:
    I tried recovery media  3 DVD only with original hard drive works. I did not try Flash and not sure there is option yet.
    If I upgrade unit with 1T hard drive and 16G Ram, How can I do Recovery Media?
    ThinkPad Twist s230u:
    I tried Flash and followed procedure on link in previous post. I took me less than 15 min to recovery whole. The question is does this process recover all the parts that is included when I receive unit.
    I was unable to do recovery since I am not sure when in the Flash and during process showed to choose operating system was only Window 8 option not Window 8 Pro which came with unit.
    I was able to do reset within system took longer and worked.
    Is the recovery part build-in in the hardware or software partition? Is it included in the recovery Flash with all partitions?
    Thank You. Awaiting for anyone to reply.
    saad

  • [Solved] No sound (only headphones) on Thinkpad X200 Tablet

    A few years ago, I installed Arch on a Thinkpad X200 Tablet, and everything was fine until a few day ago the HD had to be replaced. I was happy with system and the only think I remember being a headache was the touchscreen.
    With the new HD, I decided to reinstall and not keeping config files, for a complete fresh start. One of the first things I did was setup sound, as it was really easy and worked just out-of-box with ALSA. After that, I installed some apps and the DE (Gnome this time, I've been previously working with only a WM, Awesome). I remeber even watching and listening a flash video with no problems.
    Today, I keep installing some tweaks: GDM, laptop-tools, HDAPS, setting a console font... and suddenly, I noticed sound was not working anymore. Looked at alsamixer, and everything looks fine. Booting on init level 3 the problem persists, so it's not a Gnome issue. I tried blacklisting the more recent modules and daemons, but no sound. I tried plugging some headphones, and hey, the headphones work!
    After reviewing the Arch wiki, Thinkwiki, googling, and trying several workarounds (most of them settings at modprobe.conf, and unmutting everything), I'm still with no sound, and very puzzled for the situation. I would greatly appreciate any help on this, or any clue to keep researching.
    $ lspci|grep -i audio
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    $ lsmod |grep snd
    snd_seq_dummy 1119 0
    snd_seq_oss 25232 0
    snd_hda_codec_conexant 35779 1
    snd_seq_midi_event 4568 1 snd_seq_oss
    snd_seq 41912 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
    snd_seq_device 4409 3 snd_seq_dummy,snd_seq_oss,snd_seq
    snd_pcm_oss 33950 0
    snd_mixer_oss 15366 1 snd_pcm_oss
    snd_hda_intel 18988 1
    snd_hda_codec 64796 2 snd_hda_codec_conexant,snd_hda_intel
    snd_hwdep 4804 1 snd_hda_codec
    snd_pcm 59496 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
    snd_timer 15687 2 snd_seq,snd_pcm
    snd_page_alloc 6053 2 snd_hda_intel,snd_pcm
    snd 43987 14 snd_seq_oss,snd_hda_codec_conexant,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer,thinkpad_acpi
    soundcore 4961 1 snd
    $ cat /proc/asound/modules
    0 snd_hda_intel
    29 thinkpad_acpi
    Last edited by Sachiel (2011-04-02 11:58:31)

    Hola joseperezc, thank you for the recommendations.
    Installing alsa-oss -> Nothing changes.
    pcspkr is loaded by default:
    $ lsmod |grep pcspkr
    pcspkr 1367 0
    I also tried blacklisting it, but no results.
    I also tried this conf:
    $ cat /etc/modprobe.d/alsa-base.conf
    options snd slots=snd-hda-intel
    alias snd-card-0 snd-hda-intel
    options snd-hda-intel model=auto
    options snd-hda-intel enable_msi=1
    But still no sound.
    Btw, atm I have:
    $ pacman -Qs alsa
    alocal/alsa-lib 1.0.24.1-1
    An alternative implementation of Linux sound support
    local/alsa-utils 1.0.24.2-1
    An alternative implementation of Linux sound support
    I also tried muting the SPDIF channels (I read that sometimes if they are enabled, the conflict with analog output), but no changes. And the sad thing is that it was working before... I'm thinking on uninstalling everything step by step...

  • Android tablets supported for Cisco Jabber for Android 10.5 ?

    Exist a list with tablets support for this realease ?
    In release notes only include smartphones.
    Anoher question, is about version android client, in google play exits a old version, but not 10.5, any reason for this ?
    Thanks in advance.

    The tab listed for support is " Google Nexus 10 (Android OS 4.4.x) ". Please refer to the following link for more information;
    http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/jabber/10_5/CJAB_BK_D6497E98_00_deployment-installation-guide-ciscojabber/CJAB_BK_D6497E98_00_deployment-installation-guide-ciscojabber_chapter_011.html#CJAB_RF_D3CF90B1_00
    Quoting the following link; https://play.google.com/store/apps/details?id=com.cisco.im&hl=en ;we have got the J4A 10.5 listed on the playstore.
    - please rate if this helps.

  • Is the Wacom STU-300 LCD Signature tablet supported by Adobe Reader to insert a signature?

    Is the Wacom STU-300 LCD Signature tablet supported by Adobe Reader to insert a signature?

    [topic moved to Reader/Acrobat DC for mobile forum]

  • Does HP tablet support full java ??

    does HP tablet support full jave ??

    saliba wrote:
    thxxxx.
    but which HP tablet model support full java becomes I'm looking for one that support fall jave ?
    I would suggest that you ask that question in the tablet sections, not the Desktop PC section.

  • Thinkpad 8 tablet - eye strain

    I just got the Lenovo Thinkpad Tablet 8, and everytime I use it, in less then a few minutes I would get eye strains. I would get this "crawling" headache inside my head, I don't know how to describe it, feel a bit like burning feeling inside my eyes/head. Even when I stopped looking at the screen, it would take a few minutes for the eye strain to disappear. Its not painful, just that it is definitely eye strain and causing me a lot of discomfort. And this really frustrates me because I love this tablet. Here are some background about me and eye strains. Ever since the display technology shifted from CCFL's LCD to LED backlight, I started to get eye strains whenever I looked at certain (LED backlit) laptops, tablets and even smartphones. I first discovered the problem when I replaced my old CCFL LCD display laptop with a new LED-backlit display (Lenovo T420s). Using the Lenovo in just a few minutes I get eye strains and headache. After researching online and experimenting with mobile phone camera, I discovered that the cause of the eye strain is PWM, and putting the brightness to 100% eliminates the flickering, thus no more eye strain. But I had to reduce the contrast to artificially reduce the brightness so that I can use the laptop without blinding me. So I know that I am affected by PWM, and any display that uses PWM causes eye strain for me. But at least I know how to detect it (by using cell phone camera), and I can do something about it (set brightness to 100% to eliminate the PWM flicker). I did the camera test to detect PWM flickering on the Thinkpad 8 as described in this website: http://www.flatpanelshd.com/focus.php?subaction=showfull&id=1362457985 and the Thinkpad 8 does not seem to have PWM (i tested it at 50% brightness). So if the Thinkpad 8 tablet do not have PWM, yet when I use them, why do I still get eye strain? This is what puzzles me. Are there other causes of eye strain apart from PWM? I dont know if this would help, but here are some background on the type of devices that cause and don't cause eye strains to me: I have no problems with these displays and can use them for hours and hours:CRT monitorsAny CCFL LCDs monitorsBlackberry 9700, 9900, iPad 2iPad miniAny Super LCD2/LCD3 display (e.g. HTC One, HTC Desire etc)But if I look at the following LED-backlit displays even for a few minutes, I get eye strains, and have this "crawling" headache inside my head:Lenovo T420s laptop (if brightness less than 100%)Lenovo Thinkpad Tablet 8 (any brightness)Any Samsung's Super Amoled smartphones (e.g. S3, S4 etc, at any brightness, even 100%)So now I am trying to find if the Lenovo Thinkpad 8 dispay has some other "features" that causes eye strain, and see if there is something that can be done to solve / work around it (like the 100% brightness thing). I've been reading online about causes of eye strains, and this is what I have gathered as potential causes of eye strains: Brightness - glare from screen too bright (natural cause and effect)Looking at the screen too long (eye fatigue (natural cause and effect)PWM flickering - setting brightness to 100% can solve this problemBlue light - can use software like f.lux to make the colour temperature to be warmerThose are the main ones. But I have also read the following also can cause eye strain: Aggressive / excessive IPS AG coating FRC ditheringFor IPS AG coating, how to detect if the AG coating is "good" or "bad"? I looked at my Lenovo Thinkpad 8, and I have no idea what to look for, let alone what to do about it. Same goes for FRC dithering. Could someone explain to me what it is, how it is used, how to detect it and what can I do if my display has this? Or does anyone knows other potential causes of eye strains? And by the way, anybody else suffering from eye strains when using the Thinkpad 8? 

    Puppy wrote:
    It is likely the low PWM that you are suffering from or it might be the subpixel structure of particular panel. AMOLED displays use PenTile matrix that has issue with text readability .Unfortunately current mass production focused on cutting costs in favour of weak technical quality does not give you many options There might be also various revisions of the same LCD panel that have worse brigthness control regarding PWM control that others. Personally I understand you because I am very picky on choosing LCD monitor. It is a nightmare for me just to imagine I would have to spent at least one month again by trying to find shops where I can see the monitor under normal light conditions. There are too many aspects of LCD monitors that annoys me (flickering, screen door effect, too high lowest brightness, uneven backlight, blurry coating etc.) Another thing the might cause the eye strain is anti-aliasing blurry font rendering. I am unable to use it at all in any form (unless there are 1000 DPI or more desktop displays available) but turning it completely off in current software and OS is not easy. It is summarized in this article http://annystudio.com/misc/anti-aliased-fonts-hurt/ You may be right. It could still be PWM. Even though I tested with camera and cannot detect PWM (maybe I did the test wrong), the PWM might still be there but on higher frequency, which might be why it did not appear on camera, yet this PWM still causing me eye strain. It seems like there might more potential source of eye strains...anti-aliasing font. A screen could have a number of these elements that can cause eye strain causes. It is getting harder and harder for me to buy any electronics that uses LED backlit display. Recently I tried to look at some laptops, most of them, the screen gives me headache. Buying a laptop and even a tablet now is getting harder, for people who are sensitive to PWM like me. Sigh. You are also sensitive to PWM, right? And you get eye strain from LED backlit monitors too? Can you share what devices (smartphones, tablets, laptops etc) that you can use without a problem, and which ones are giving you eye strains. At least we can see if there is some patterns that can help us shed more light on this issue. 

  • Add Verizon SIM card to Lenovo Thinkpad 8 tablet?

    I recently purchased a Lenovo Thinkpad 8 tablet that is 4G LTE capable and which has an empty microSIM card slot. Would Verizon offer just the SIM card (and a plan, of course) so that I could take advantage of my tablet's 4G LTE capabilities? I don't know if I actually will or not, but I'm exploring the possibilities.  Thanks for any input. 

        Congrats on your newly purchased Thinkpad 8, Downeaster59! New electronics are always exciting. I recommend stopping by your local direct VZW store http://bit.ly/3SdsA for more details with regards to working with you on an activation/ adding to your existing plan if available.
    NicandroN_VW
    Follow us on twitter @VZWSupport

  • ThinkPad 10 Tablet Keyboard/Touchpad how to reconnect ?

    I have lost the connection between the keyboard dock and the ThinkPad Tablet.   I would have assumed that it is a bliuetooth device that i would need to repair with the Tablet.  However i can find any info on how to repair the two.   Any advice would be greatly apprecieated.
    It is a Thinkpad 10 and the keyboard model number is ESK-316A 

    OK, then I think that the two packages that you will need are the Lenovo Dependency Package and the Lenovo Settings Dependency Package. You'll find them here:
    http://support.lenovo.com/au/en/products/tablets/thinkpad-tablet-series/thinkpad-10
    ThinkPad 10 - 20C1002RUS
    Yoga 3 Pro

  • Does Thinkpad 8 20BQ000KXS support UHS-I microSD cards?

    Does it make sense to buy a fast UHS-I micro SD card to Thinkpad Tablet 8? Will that make a difference against a standard Class10 SD cards? (meaning, if the SD Card controller in the device supports the fast UHS-I cards)

    As stated above, with 20MB/s when the card can odo 80MB/s, it means the intergrated SD card reader on the Thinkpad 8  does NOT take advantage of UHS-I cards! That's a real pity! Thus the original question reformulated:how could we get a real support of UHS-I cards?Driver update? OS update? On windows 10?Or is there any hardware limitation?

  • Does Firefox for Android Tablet support Flash Player?

    I have a Samsung Tablet. I like to play Call of Gods. It requires Flash Player in order to play it. I have found Flash media readers, video players, but not anything to play browser games.
    Does Firefox have the Flash Player that I can use to play online games on my Samsung Tablet?

    SrazZz is incorrect and also did not give a reason why Flash will would not work.
    As of Android 4.1+ one needs Firefox 27.0 or newer in order to run the old Flash 11.1 plugin from Adobe. Mozilla nor the Firefox browser does not make or supply Flash.
    There is no guarantee it will work properly or at all on some hardware and cpus. https://support.mozilla.org/en-US/kb/how-do-i-watch-flash-videos-firefox-android

  • Thinkpad x200 Tablett - Make buttons return acpi events

    Hi there,
    on my Thinkpad X200T I have some buttons for rotating the screen when I am in tablett mode. My problem is that these keys do not produce acpi events, but I get some keycodes (via xev). I know there is a way to fake keys from acpi events - but is there another way around? I want to get acpi events when i press these buttons. All the other buttons create acpi events, just these 3 buttons dont. Anyone know how to do?
    Btw: I use the kernel module thinkpad_acpi.
    I would also be happy if anyone comes up with another solution, i mean somehow this should be working...
    Thanks!
    Last edited by klump (2012-03-19 19:50:52)

    Hi there,
    on my Thinkpad X200T I have some buttons for rotating the screen when I am in tablett mode. My problem is that these keys do not produce acpi events, but I get some keycodes (via xev). I know there is a way to fake keys from acpi events - but is there another way around? I want to get acpi events when i press these buttons. All the other buttons create acpi events, just these 3 buttons dont. Anyone know how to do?
    Btw: I use the kernel module thinkpad_acpi.
    I would also be happy if anyone comes up with another solution, i mean somehow this should be working...
    Thanks!
    Last edited by klump (2012-03-19 19:50:52)

  • Does ThinkPad Yoga S1 support 5Ghz Wifi service?

    Hello Everone?
    I bought my Yoga S1 in May 2014 . It working nicely under the environmet of 802.11n  support Wireless router.
    Yoga S1 features 802.11.ac. That is  why I bought new wireless router which supprot  802.11ac  (2.4Ghz, 5.0Ghz)
    But, my yoga S1 does not catch 5Ghz wifi service, even can not see any signal about 5Ghz frequency, only catch 2.4Ghz antenna.   
    Other gardgets such as iphone, iPad has no problem catching ans using 5Ghz wifi over my new 802.11ac  wireless router.
    Please give me some hints why this happens to my Yoga S1.
    Thanks a lot.

    Hello and welcome,
    Not all TP Yogas have 5GHz capable wifi cards.  There are several configurations available.
    Can you go to device manager and determine which wifi card you have?  Or provide the laptop model number?
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Are all features of Tablets supported in Aperture ??

    Hi,
    I'm thinking about buying a Wacom tablet.
    I've read a thing about the different pressure levels not being recognized. Is that true.
    Anybody using Wacom tablets with Aperture ???
    Is it worth it ?? Or would a less expensive brand be better suited ??
    Thanks,
    Richard

    This is kind of a non-answer, but I find that my Bluetooth 6x9 Wacom tablet -- which I absolutely love & depend on in Photoshop -- isn't much use in Aperture. When would pen pressure be an issue? When do you need control that fine, without selections etc? So far, Aperture doesn't seem an app that calls for it much. (Somebody tell me I'm wrong and I'll change my ways.)

Maybe you are looking for

  • Iphone on pc - no outlook

    I have to confess to being totally frustrated with my new iphone and am close to going back to my old way of doing things... (palm pilot, mobile phone and paper calendar)! I have a pc, without Outlook. I have mobile me to help with my calendar defici

  • What happened to the new DVR??

    I am a seasonal user (thankfully) of FIOS TV and DVR and recently returned to that home and quickly became very frustrated by all of the shortcomings of that device.  (I am a very satisfied DISH Hopper user most of the year.) Over a year ago, a rep o

  • NI 9223 at 1Mhz on a cRIO-9024

    Hi All, I'm trying to use the 9223 module to sample at 1Mhz using User-Controlled IO Sampling. The 9223 should be able to simultaneously sample 4 channels at 1Mhz (that's why I bought it), but I can't get it above 500khz. I'm using the "NI 9223 User-

  • Missing Video & Audio transitions in FPC 4.5

    Hello I recently replaced my HD and reinstalled all my Apps. After downlaoding 2 hrs of video on my scratch drive and getting ready to edit I noticed my effects tab is missing and when I look in the menu under effects (specifically video and audio tr

  • Hearing no sound from internal speakers

    Just recently installed updates and lost my sound. When i go to system preferences to sound and output tab all the options are grayed out and i cant turn mute button off. Any ideas?