[solved] Enable Invert in KWin

Hi all,
I want to invert colors on my desktop using the effects in KWin. I am running Arch 64bit and I have installed the kde-meta-kdeaccessibility meta package. Under Desktop Effects I cannot enable the Invert effect. Is this a hardware limitation or do I need some other package?
glxinfo | grep -iE '(shad)|(string)'
server glx vendor string: SGI
server glx version string: 1.2
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset GEM 20091221 2009Q4
OpenGL version string: 2.1 Mesa 7.7
OpenGL shading language version string: 1.20
GL_ARB_fragment_program, GL_ARB_fragment_program_shadow,
GL_ARB_fragment_shader, GL_ARB_framebuffer_object,
GL_ARB_seamless_cube_map, GL_ARB_shader_objects,
GL_ARB_shading_language_100, GL_ARB_shading_language_120, GL_ARB_shadow,
GL_ARB_vertex_program, GL_ARB_vertex_shader, GL_ARB_window_pos,
GL_EXT_shadow_funcs, GL_EXT_stencil_two_side, GL_EXT_stencil_wrap,
from 'sudo lshw'
*-display:0
description: VGA compatible controller
product: Mobile 4 Series Chipset Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 09
width: 64 bits
clock: 33MHz
capabilities: msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:27 memory:f4000000-f43fffff memory:d0000000-dfffffff(prefetchable) ioport:1800(size=8)
Last edited by drsjlazar (2010-02-23 08:58:56)

I have submitted a bug report on the KDE bug tracker. Here is a link for anyone interested: https://bugs.kde.org/show_bug.cgi?id=228090
Hope they sort this out soon.
[edit] it has been marked as an upstream issue. I'm marking this thread as solved as there is no resolution in sight.
Last edited by drsjlazar (2010-02-23 08:58:21)

Similar Messages

  • [SOLVED] Enabling debug for ath9k in compat-drivers-patched from AUR

    Wireless card: TP-LINK TL-WN951N. lspci says that it is an Atheros AR5416 adapter [AR5008].
    Some background: I'm having the same issues as the OP in this thread, which references this bug report. The problem is that I get a 2000 ms ping every 30 seconds. So 2 seconds of inactivity every 30 seconds. I have the same wireless PCI card, as well. I need to fix this, because it's making online gaming impossible. I should also note that the card is working just fine in Windows 8, however. I am using net-auto-wireless. I have tried using wicd, enabling ath9k's nohwcrypt option, toggling the card's power save, installing the latest compat-drivers-patched from the AUR, toggling different settings in my motherboard's BIOS, and removing the antennae from the card. But nothing has made a significant difference.
    I think I'm really close now. I just have to disable ANI. But in order to do that, it seems that I need to enable debugging for ath9k. But this means that I need to either recompile a custom kernel, or somehow enable debug for ath9k in compat-drivers-patched from the AUR. I'd prefer the latter, as that means that I will have a more bleeding-edge driver. That, and I won't have to touch the kernel as much. What I want is described on this page. But it seems too complicated to me. Please let me explain.
    I've installed things from the AUR before, as mentioned above, and have properly configured my makepkg.conf for my system. So I'd like to use the CFLAGS and such that I've set. I don't understand how everything works in the PKGBUILD; I don't have much experience with sed and awk and regular expressions, and haven't done much shell scripting at all. It seems that at some point in the PKGBUILD, I need to enable debugging for ath9k before it is compiled. Apparently on the last page I linked to, I need to add:
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    to some config.mk file. I can only get access to the config.mk file after I install the package with pacman. I've tried adding those lines to my /etc/profile file, and checked, after a reboot, with "set", that those variables are indeed set. But the thing is, with these variables set in /etc/profile, when I run makepkg, makepkg fails with an error 2. I tried again and got the same error. I removed those lines from my /etc/profile, rebooted, tried makepkg again, and everything worked. So putting those lines in my /etc/profile is not the solution, and I feel like I'm doing something very stupid. What am I doing wrong?
    I should also note that I've tried to read the wiki page on compiling a custom kernel using ABS, but it seems to just say "get your custom configuration files" and then just continue (so it assumes that I should already be familiar with the configuration part). The PKGBUILD and Creating Packages wiki pages also seem to be a little... too advanced for me at this point in time.
    So how do I enable debugging for ath9k in compat-drivers-patched from the AUR? I'd prefer to stick with only editing the PKGBUILD and using makepkg, if possible.
    I've really tried to search the web and the arch forums on how to fix this problem myself, but alas, it seems that I need help this time. I greatly appreciate your time for reading my long post.
    UPDATE:
    I've made a lot of progress. I ended up removing the AUR package with pacman by invoking "pacman -Rsn compat-drivers-patched".
    Instructions for [almost] success: First, download compat-drivers-patched from AUR. Then move it to the "builds" directory (or "local", if using ABS). Extract the tarball. After the new directory is created, cd into it. Now here's the important part: run
    $ makepkg -so
    Then cd into src, cd into the directory inside src, then edit the config.mk file. Make sure these lines are uncommented (or created, if not already there):
    export CONFIG_CFG80211_DEBUGFS=y
    export CONFIG_MAC80211_DEBUGFS=y
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    (source)
    Now run "cd ../.." to go back up two directories. Now run:
    $ makepkg -e
    # pacman -U <file that was produced>
    And I ran "mkinitcpio -p linux" just in case, but I'm not sure if that is necessary at all. I'm... not touching the kernel, right?
    Now I ran:
    echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani
    But bash would say that the file or directory doesn't exist. Even if I prepend it with "sudo", I get the same results. I was only able to get the command to work if I logged in as root. I even put the line in my /etc/profile. The 2000 ms ping every 30 seconds is now GONE. HOWEVER! If I reboot and log in as a normal user, the problem is there again. If I reboot and log in as root, the problem is gone. If I then log out and then log back in as a normal user, the problem does not come back.
    So really, I can avoid the problem if I first log in as root, log out, and then log back in as a normal user. But this is a great inconvenience. I would much prefer if I could just log in as a normal user right after boot, and have everything working.
    Now, how do I get the command to automatically run at boot as root (without me having to log in as root), and work?
    UPDATE 2:
    I got it working. Putting the line in /etc/profile is not the solution. I created a custom systemd .service file.
    Put this into /etc/systemd/service (name it "disable_ani.service"):
    EDIT: Wow. I made a glaring typo here. It should be /etc/systemd/system/disable_ani.service
    [Unit]
    Description=disable_ani
    [Service]
    Type=oneshot
    ExecStart=/bin/sh -c "echo 1 > /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani"
    [Install]
    WantedBy=multi-user.target
    Then make sure to "sudo chmod 755 /etc/systemd/service/disable_ani.service", since root owns this file.
    Then run "sudo systemctl enable disable_ani.service".
    EDIT: It has been brought to my attention that there is a much simpler way than creating a custom service.
    Using a tmpfile:
    /etc/tmpfiles.d/disable_ani.conf
    w /sys/kernel/debug/ieee80211/phy0/ath9k/disable_ani - - - - 1
    Done.
    Now ANI is persistently disabled between boots, even if I log in as a normal user right after boot.
    Thanks for reading.
    Last edited by vyu223 (2013-03-12 10:20:19)

    So zsh is telling you that the command didn't work, since it claims that there is no such file or directory. I had a lot of trouble with getting the echo command to work, as well. I found that if out of these lines:
    export CONFIG_CFG80211_DEBUGFS=y
    export CONFIG_MAC80211_DEBUGFS=y
    export CONFIG_ATH_DEBUG=y
    export CONFIG_ATH9K_DEBUG=y
    export CONFIG_ATH9K_DEBUGFS=y
    If the first and second line above were not uncommented in the config.mk file, I couldn't leave the last line above uncommented as well, or else makepkg would fail and give me an error. So originally I had only the 3rd and 4th lines above uncommented/inserted in my config.mk. With that configuration, I could not get the echo command to work, no matter what. Have you uncommented or inserted all of the above 5 lines into your config.mk?
    After making sure all of the above 5 lines were in my config.mk, the echo command still didn't work, even if I preceded the command with sudo, or entered a su session. Bash would tell me that there was no such file or directory. I found that if I actually logged out of my normal user, and then logged back into the computer as root, the command would work. If your shell does not give you any feedback (particularly, "no such file or directory"), then the command worked. In order to get the command to run every time the computer boots, I used a systemd service, so that the command is issued as root. For some reason, it doesn't work if you put the command into /etc/profile.
    Oh, and it would probably be helpful to mention that for the compat-drivers-patched package from the AUR, the PKGBUILD checks to see what your _selected_drivers variable is before compilation. If you set _selected_drivers=ath9k, your compile times will be much shorter.

  • [SOLVED] enable Ctrl+Alt+L to lock?

    I just installed and configured gnome after moving from ubuntu on my netbook, and I always used Ctrl+Alt+L to lock my workstations. How can I enable this in Arch? I installed the xscreensaver package based on a tip I found elsewhere, but that doesn't seem to do anything. Thanks!
    Last edited by pythonscript (2012-05-27 13:42:32)

    If you use gnome-screensaver, launch "Keyboard Shortcuts" in your preferences menu and change the shortcut.
    If you want to use xscreensaver see http://justlinux.com/forum/showpost.php … ostcount=7.
    Or you could have just spent a minute googling.
    Last edited by Stebalien (2010-06-20 20:52:45)

  • {Solved} Enable webkit in Konqueror?

    Hey all
    I'm wondering how to enable webkit in Konqueror. Not sure where to begin.
    I'm running a self compiled qt 4.5 with webkit enabled. I have libwebkit installed. I'm wondering if I have to compile kdelibs/kdebase from abs and somehow enable webkit? I have played with Arora, it works fine but I'm wanting to use Konqueror...any ideas? I'm quite comfortable compiling kde from source if need be, just not sure which package to do, and exactly how to enable webkit. I'm not that familiar with cmake options. I'm not using kdemod and would prefer not to. Help?
    Thanks!
    J
    Last edited by LaoTzuTao (2009-03-13 16:45:36)

    You need the webkit kpart for konqueror, its in kdemod-playground, theres also 'webkit-kpart-svn' in aur (not sure if its the same thing).

  • [solved] enable trim on ssd

    this link from the wiki says i should edit my /etc/fstab in order to enable trim on my ssd.
    this is my /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # UUID=6b44daaa-610c-4f23-a632-569d091e4d43
    /dev/sda1 / ext4 rw,relatime,data=ordered 0 1
    should i replace 'rw,relatime,data=ordered' with 'defaults,noatime,discard' or appent 'discard' to the options?
    Last edited by aldoiljazi (2013-09-18 19:42:05)

    @ploub, thanks!
    another thing i want to make sure is trim support for my ssd. i have this one. the 64gb version.
    i don't seem to find a certain source online, even the sandisk's page doesn't mention anything.
    is there a test i can run?
    edit: it does support trim, just for reference i used "hdparm -I /dev/yourssd" as root and i got:
    Data Set Management TRIM supported (limit 8 blocks)
    somewhere in the output.
    Last edited by aldoiljazi (2013-09-18 19:41:42)

  • [SOLVED] Virtualbox inverted/negative colors...

    I'm not exactly new to Arch or linux in general, but I wasn't sure where else to post this.  I'm having a really odd issue.
    If I load up my Windows XP virtual machine in virtualbox, when the virtual machine window has focus -- and ONLY when it has focus, the entire screen goes to negative/inverted colors.  I'm not talking about just the Windows XP window itselt, but the entire screen.  I can click off the virtual machine, giving focus to any other window and the colors go back to normal.  Focus the virtual machine and BAM, inverted.
    Oddly enough, this only happens when I'm not using compiz-fusion.  That is, it happens only when nautilus is my window manager.  If I select compiz as my window manager, the problem no longer exists.  Here's a photo for reference (I cannot take a screenshot, because that steals focus and then the screen corrects itself.
    BTW: this happens with both the latest OSE and BIN versions of VirtualBox.
    If it helps, I'm running Arch on a Thinkpad T42 with a mobility radeon 9600 using no xorg.config file and the open source ati driver.  I have the guest additions installed in the XP virtualmachine.
    Virtual machine running, unfocussed.
    Virtual machine focussed... screen inverted.
    Last edited by krazyshane (2009-08-06 16:39:36)

    I too am having this issue,
    running either xf86-video-ati or xf86-video-ati-git makes no difference ... (i did a git update of ati today, didn't fix it)
    launching vbox with;  env XLIB_SKIP_ARGB_VISUALS=1 VirtualBox   causes the colour inversion
    launching without causes it to stuff up all other programs trying to use xv as a video output ...
    now I can't watch vids :'(
    eidt; I'm using openbox as my wm, & xfce4 panel
    Last edited by bond (2009-08-02 10:49:25)

  • [SOLVED]Enable ttyS*

    I have installed archlinux on an embedded pc with 4 serial ports. I am trying to use the serial ports for a little project, but I ran into some problems.
    I cannot actually use any port besides ttyS0.
    All 4 ports have a RX and TX led.
    When I issue the following command :
    echo 1 > /dev/ttyS0
    I see the TX led of the first port flash and the command finishes, but if I try the same with ttyS1 - 3 nothing happens on the leds, and the command just hangs. Do I need to enable the other ports somehow in archlinux? All four ports work out of the box with fedora core 3 on the same machine.
    dmesg |grep ttyS
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    serial8250: ttyS2 at I/O 0x3e8 (irq = 4) is a 16550A
    serial8250: ttyS3 at I/O 0x2e8 (irq = 3) is a 16550A
    Any ideas?
    Last edited by starthis (2009-03-26 18:15:09)

    The box I'm using is an advantech UNO-2170. According to the documentation the IRQ for ttyS2 & ttyS3 should be 10, but it was 3 & 4.
    According to the documentation this is only set correctly on fedora core 2 and above.
    So after executing
    setserial /dev/ttyS3 irq 10
    setserial /dev/ttyS2 irq 10
    everything behaves as expected
    So bottom line, I should of rtfm before bothering anybody else
    Last edited by starthis (2009-03-26 18:15:58)

  • [Solved] opengl dependency for kwin composite

    In order to compile kwin with composite support I need to install opengl. Which package(s) do I need?
    Last edited by tkjacobsen (2007-08-11 18:31:08)

    The "mesa" package did the job...

  • [SOLVED] enable apache ssl to use httpS at will for any vhost

    Hi,
    I have enabled ssl on my apache install without a problem by including the file httpd-ssl.conf in my http.conf.
    I have tested access by trying to access my phpmyadmin install by going to my site: https://example.com/phpmyadmin
    However, when trying to use a vhost with https, it doesn't work, I get redirected to a default page (first configured vhost) as https.
    If I modify the vhost like this, adding 443:
    <VirtualHost *:80 *:443>
    </VirtualHost>
    I get an error "(Error code: ssl_error_rx_record_too_long)".
    If I just add to the vhost config file instead like this:
    NameVirtualHost *:80
    NameVirtualHost *:443
    SSLStrictSNIVHostCheck off
    then I still only get the default site, but not my vhost site under ssl.
    Any pointers on getting this to work? I want to be able to universally add an "s" to "http" for any vhost whenever I feel like it to encrypt traffic...
    Thanks!
    EDIT: Here's the solution I found. I disabled ssl on apache by commentingout the httpd-ssl.conf-Include directive in httpd.conf.
    Then I installed stunnel and pointed it to my server key and certificate and enabling https connections to forward to port 80 on localhost.
    One gotcha to look out for was to put "https: ALL" into the /etc/hosts.allow file as stunnel apparently uses this to decide whether a client can connect.
    Last edited by awayand (2011-04-24 12:10:46)

    Apache is already listening on 443, otherwise it wouldn't work at all when I access https://example.com/phpmyadmin. My problem is that instead of responding by serving the requested vhost, apache serves only the default vhost page. For example, https://x.example.com, https://y.example.com, https://z.example.com all serve my default page at https://example.com instead of the corresponding vhost. Any idea as to what to configure so that apache serves the requested vhost under https?
    EDIT: clarification
    Last edited by awayand (2011-04-23 04:39:02)

  • [SOLVED]Enable vdpau in Totem

    Dear Arch Users,
    I use nvidia GT 520 graphics card with vdpau configured correctly as suggested by Arch wiki however i see high cpu usage(60-70%) while playing hd movies on totem player, while mplayer consumes 30% cpu with vdpau enabled i prefer totem over mplayer but high cpu usage is the issue.I suspect totem is not using nvidia hardware acceleration , please suggest how do i enable vdpau in totem.
    Also while using gnome-mplayer with mplayer-vaapi or mplayer2 as backend it often says gnome-mplayer not responding do you want to force quit/wait if it select wait then i am unable to use the slider and i have to kill it from command line.Please suggest if anyone faced this type of issue and suggestions.
    Thanks.
    Last edited by aja (2013-08-06 02:58:05)

    According to the wiki
    To take full advantage of the hardware decoding capability of your video card you will need a media player that supports VDPAU or VA-API.
    Totem is not one of the listed examples. What makes you think it supports vdpau?
    Also saying that you correctly configured something according to the wiki is your interpretation. It is easy to misunderstand or to make a mistake. Don't interpret. Post what you did: commands issued, output returned.
    For the gnome-mplayer issue I suggest you start by inspecting the logs.
    Last edited by cfr (2013-08-06 02:15:11)

  • [SOLVED]Enable ACPI

    Hi,
    I have a relativly easy problem with my macbook, but I couldn't find an answer anywhere else:
    I have installed acpi, acpid and added acpi=on to the kernel line in grub. At startup is says, that acpi is starting. But it doesn't do anything, there is no directory like /etc/acpi(/actions). I have created these directories and created 2 files there, as described in the macbook article, specifically files for suspend to ram and backlight control. The macbook-backlight program works manually, but when I disconnect the power cord it does not automatically dim the light. The automatic suspend-to-ram doesn't work either.
    I guess the problem is, that acpi is not running correctly or has not been configured correctly.
    Any ideas?
    Last edited by coragonis (2008-10-18 22:26:51)

    The scripts in /etc/acpi won't call themselves and the kernel will certainly not do that, that's what daemons are for. I suggest you take a look at acpid.

  • [SOLVED] Enabled AHCI - Arch won't boot

    I have switched the SATA preference to AHCI from IDE in the BIOS. Now Arch refuse to boot with following warning:
    ERROR: device '/dev/sda2' not found. Skipping fsck.
    ERROR: Unable to find root device '/dev/sda2
    [rootfs /]#
    I have checked the WIKI and it has a remedy with 'mkinitcpio'; looks outdated. I have also found about adding one moule to initrd with mkinitrd on the www. However, I am not sure and need some guidance regarding this.
    By the way, I dual-boot with Ubuntu and it booted just fine after the switch to AHCI.
    Thanks.
    Last edited by fantab (2013-04-21 22:27:38)

    Thanks guys I fixed it from Ubuntu with 'chroot'. I added "ahci" to MODULES in /etc/mkinitcpio.conf and ran mkinitcpio.
    I can boot Arch now.
    Do I have to re-install the kernel? Do I have to add "ahci" to mkinitcpio.conf at every kernel upgrade and run mkinitcpio? Or am I OK.
    Out of curiosity, regarding 'fallback image', how is it "even simpler"? Would love to know, for future reference, any pointers?
    Last edited by fantab (2013-04-21 21:39:57)

  • [Solved] Enable "CONFIG_DEVTMPFS_MOUNT"?

    Hello,
    just read the announcement on the main page and on the udev readme it says:
    The /dev directory needs the 'devtmpfs' filesystem mounted
    So does thie mean that setting
    CONFIG_DEVTMPFS=y
    is not enough and that I should also set
    CONFIG_DEVTMPFS_MOUNT=y
    ? It isn't set in the arch default kernel and I haven't had any issue without it so far, despite reading that it is needed, for example here. So can anybody tell me if I need this option or not and why it works in arch until now without it?
    Greetings
    matse
    //Edit: And could the "bug" described in my last link even affect the latest arch iso, since when I tried booting with it my cd-drive wasn't found and I had to set manually a symlink from /dev/sr0 to the place where the script was looking for it? (I remember that it worked with an older iso without this symlink I assume this was an older udev version prior 166).
    //Edit2:
    I should read the description more precisely...
    This option does not affect initramfs based booting, here the devtmpfs filesystem always needs to be mounted manually after the roots is mounted.
    So I assume that an arch script mounts this filesystem (as it is not in the defauls fstab?)
    Last edited by matse (2012-01-30 02:27:14)

    Apache is already listening on 443, otherwise it wouldn't work at all when I access https://example.com/phpmyadmin. My problem is that instead of responding by serving the requested vhost, apache serves only the default vhost page. For example, https://x.example.com, https://y.example.com, https://z.example.com all serve my default page at https://example.com instead of the corresponding vhost. Any idea as to what to configure so that apache serves the requested vhost under https?
    EDIT: clarification
    Last edited by awayand (2011-04-23 04:39:02)

  • KWin most effects dont load

    I can't enable the most KWin effects it says, that the api version of most effects are API incompatible.
    My device is a thinkpad edge E530 (Intel Core 3rd gen), im using Linux-pf Kernel (3.10.1), KMS is enabled and SNA is on.
    I can't say anything special except that this hapens with kwin and kwin_gles
    KWin output:
    QCoreApplication::sendPostedEvents: Cannot send posted events for objects in another thread
    QCoreApplication::sendPostedEvents: Cannot send posted events for objects in another thread
    libEGL warning: failed to create a pipe screen for i965
    OpenGL vendor string: Intel Open Source Technology Center
    OpenGL renderer string: Mesa DRI Intel(R) Ivybridge Mobile
    OpenGL version string: 3.1 (Core Profile) Mesa 9.2.0
    OpenGL shading language version string: 1.40
    Driver: Intel
    GPU class: IvyBridge
    OpenGL version: 3.1
    GLSL version: 1.40
    Mesa version: 9.2
    X server version: 1.14.2
    Linux kernel version: 3.10.1
    Direct rendering: yes
    Requires strict binding: no
    GLSL shaders: yes
    Texture NPOT support: yes
    Virtual Machine: no
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_resize" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_kscreen" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_flipswitch" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_wobblywindows" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_thumbnailaside" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_slidingpopups" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_cubeslide" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_logout" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_presentwindows" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_desktopgrid" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_highlightwindow" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_minimizeanimation" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_screenedge" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_screenshot" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_dashboard" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_blur" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_taskbarthumbnail" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_cube" does not provide required API version, ignoring.
    kwin(5282) KWin::EffectsHandlerImpl::loadEffect: Effect "kwin4_effect_startupfeedback" does not provide required API version, ignoring.
    kwin(5282) KWin::ColorServerInterface::callFinishedSlot: QDBusError("org.freedesktop.DBus.Error.UnknownObject", "No such object path '/modules/kolorserver'")
    kwin(5282): Update of color profiles failed
    kwin(5282) KWin::ColorServerInterface::callFinishedSlot: QDBusError("org.freedesktop.DBus.Error.UnknownObject", "No such object path '/modules/kolorserver'")
    kwin(5282) KWin::ColorServerInterface::callFinishedSlot: QDBusError("org.freedesktop.DBus.Error.UnknownObject", "No such object path '/modules/kolorserver'")
    Xorg.log:
    [ 13.866]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 13.866] X Protocol Version 11, Revision 0
    [ 13.866] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 13.866] Current Operating System: Linux loki 3.10.1-pf #2 SMP PREEMPT Thu Jul 18 17:26:13 CEST 2013 x86_64
    [ 13.866] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-pf root=UUID=3f60dfb1-5c1e-4e05-99e2-c4a4df8b3895 ro init=/usr/lib/systemd/systemd pcie_aspm=force i915.i915_enable_rc6=1 i915.modeset=1 resume=file:/dev/sda3:0x44000 quiet
    [ 13.866] Build Date: 01 July 2013 10:48:42AM
    [ 13.866]
    [ 13.866] Current version of pixman: 0.30.2
    [ 13.866] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 13.866] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 13.866] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Sep 1 00:55:52 2013
    [ 13.920] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 13.952] (==) No Layout section. Using the first Screen section.
    [ 13.952] (==) No screen section available. Using defaults.
    [ 13.952] (**) |-->Screen "Default Screen Section" (0)
    [ 13.952] (**) | |-->Monitor "<default monitor>"
    [ 13.952] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 13.952] (==) Automatically adding devices
    [ 13.952] (==) Automatically enabling devices
    [ 13.952] (==) Automatically adding GPU devices
    [ 13.982] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 13.982] Entry deleted from font path.
    [ 14.020] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 14.020] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 14.020] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 14.028] (II) Loader magic: 0x7fdc20
    [ 14.028] (II) Module ABI versions:
    [ 14.028] X.Org ANSI C Emulation: 0.4
    [ 14.028] X.Org Video Driver: 14.1
    [ 14.028] X.Org XInput driver : 19.1
    [ 14.028] X.Org Server Extension : 7.0
    [ 14.028] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 14.029] (--) PCI:*(0:0:2:0) 8086:0166:17aa:5001 rev 9, Mem @ 0xe1400000/4194304, 0xd0000000/268435456, I/O @ 0x00006000/64
    [ 14.029] (--) PCI: (0:1:0:0) 10de:0de9:17aa:5001 rev 161, Mem @ 0xe0000000/16777216, 0xa0000000/536870912, 0xc0000000/33554432, I/O @ 0x00005000/128, BIOS @ 0x????????/524288
    [ 14.029] Initializing built-in extension Generic Event Extension
    [ 14.029] Initializing built-in extension SHAPE
    [ 14.029] Initializing built-in extension MIT-SHM
    [ 14.029] Initializing built-in extension XInputExtension
    [ 14.029] Initializing built-in extension XTEST
    [ 14.029] Initializing built-in extension BIG-REQUESTS
    [ 14.029] Initializing built-in extension SYNC
    [ 14.029] Initializing built-in extension XKEYBOARD
    [ 14.029] Initializing built-in extension XC-MISC
    [ 14.029] Initializing built-in extension SECURITY
    [ 14.029] Initializing built-in extension XINERAMA
    [ 14.029] Initializing built-in extension XFIXES
    [ 14.029] Initializing built-in extension RENDER
    [ 14.029] Initializing built-in extension RANDR
    [ 14.029] Initializing built-in extension COMPOSITE
    [ 14.029] Initializing built-in extension DAMAGE
    [ 14.029] Initializing built-in extension MIT-SCREEN-SAVER
    [ 14.029] Initializing built-in extension DOUBLE-BUFFER
    [ 14.029] Initializing built-in extension RECORD
    [ 14.029] Initializing built-in extension DPMS
    [ 14.029] Initializing built-in extension X-Resource
    [ 14.029] Initializing built-in extension XVideo
    [ 14.029] Initializing built-in extension XVideo-MotionCompensation
    [ 14.029] Initializing built-in extension XFree86-VidModeExtension
    [ 14.030] Initializing built-in extension XFree86-DGA
    [ 14.030] Initializing built-in extension XFree86-DRI
    [ 14.030] Initializing built-in extension DRI2
    [ 14.030] (II) LoadModule: "glx"
    [ 14.132] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 14.146] (II) Module glx: vendor="X.Org Foundation"
    [ 14.146] compiled for 1.14.2, module version = 1.0.0
    [ 14.146] ABI class: X.Org Server Extension, version 7.0
    [ 14.146] (==) AIGLX enabled
    [ 14.147] Loading extension GLX
    [ 14.147] (==) Matched intel as autoconfigured driver 0
    [ 14.147] (==) Matched intel as autoconfigured driver 1
    [ 14.147] (==) Matched vesa as autoconfigured driver 2
    [ 14.147] (==) Matched modesetting as autoconfigured driver 3
    [ 14.147] (==) Matched fbdev as autoconfigured driver 4
    [ 14.147] (==) Assigned the driver to the xf86ConfigLayout
    [ 14.147] (II) LoadModule: "intel"
    [ 14.147] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 14.188] (II) Module intel: vendor="X.Org Foundation"
    [ 14.188] compiled for 1.14.2, module version = 2.21.15
    [ 14.188] Module class: X.Org Video Driver
    [ 14.188] ABI class: X.Org Video Driver, version 14.1
    [ 14.188] (II) LoadModule: "vesa"
    [ 14.188] (WW) Warning, couldn't open module vesa
    [ 14.188] (II) UnloadModule: "vesa"
    [ 14.188] (II) Unloading vesa
    [ 14.188] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 14.188] (II) LoadModule: "modesetting"
    [ 14.188] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 14.205] (II) Module modesetting: vendor="X.Org Foundation"
    [ 14.205] compiled for 1.14.1, module version = 0.8.0
    [ 14.205] Module class: X.Org Video Driver
    [ 14.205] ABI class: X.Org Video Driver, version 14.1
    [ 14.205] (II) LoadModule: "fbdev"
    [ 14.205] (WW) Warning, couldn't open module fbdev
    [ 14.205] (II) UnloadModule: "fbdev"
    [ 14.205] (II) Unloading fbdev
    [ 14.205] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 14.205] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43, HD Graphics,
    HD Graphics 2000, HD Graphics 3000, HD Graphics 2500,
    HD Graphics 4000, HD Graphics P4000, HD Graphics 4600,
    HD Graphics 5000, HD Graphics P4600/P4700, Iris(TM) Graphics 5100,
    HD Graphics 4400, HD Graphics 4200, Iris(TM) Pro Graphics 5200
    [ 14.205] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 14.205] (++) using VT number 7
    [ 14.217] (WW) Falling back to old probe method for modesetting
    [ 14.218] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 14.218] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 14.218] (==) intel(0): RGB weight 888
    [ 14.218] (==) intel(0): Default visual is TrueColor
    [ 14.218] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
    [ 14.218] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 14.218] (**) intel(0): Framebuffer tiled
    [ 14.218] (**) intel(0): Pixmaps tiled
    [ 14.218] (**) intel(0): "Tear free" disabled
    [ 14.218] (**) intel(0): Forcing per-crtc-pixmaps? no
    [ 14.218] (II) intel(0): Output LVDS1 has no monitor section
    [ 14.219] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware')
    [ 14.219] (II) intel(0): Output VGA1 has no monitor section
    [ 14.219] (II) intel(0): Output HDMI1 has no monitor section
    [ 14.219] (II) intel(0): Output DP1 has no monitor section
    [ 14.219] (--) intel(0): Output LVDS1 using initial mode 1600x900 on pipe 0
    [ 14.219] (==) intel(0): DPI set to (96, 96)
    [ 14.219] (II) Loading sub module "dri2"
    [ 14.219] (II) LoadModule: "dri2"
    [ 14.219] (II) Module "dri2" already built-in
    [ 14.219] (II) UnloadModule: "modesetting"
    [ 14.219] (II) Unloading modesetting
    [ 14.219] (==) Depth 24 pixmap format is 32 bpp
    [ 14.245] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    [ 14.245] (==) intel(0): Backing store disabled
    [ 14.245] (==) intel(0): Silken mouse enabled
    [ 14.245] (II) intel(0): HW Cursor enabled
    [ 14.245] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 14.246] (==) intel(0): DPMS enabled
    [ 14.246] (II) intel(0): [DRI2] Setup complete
    [ 14.246] (II) intel(0): [DRI2] DRI driver: i965
    [ 14.246] (II) intel(0): direct rendering: DRI2 Enabled
    [ 14.246] (==) intel(0): hotplug detection: "enabled"
    [ 14.246] (--) RandR disabled
    [ 14.474] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 14.474] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 14.474] (II) AIGLX: enabled GLX_ARB_create_context
    [ 14.474] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 14.474] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 14.474] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 14.474] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 14.474] (II) AIGLX: Loaded and initialized i965
    [ 14.474] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 14.477] (II) intel(0): switch to mode [email protected] on pipe 0 using LVDS1, position (0, 0), rotation normal
    [ 14.487] (II) intel(0): Setting screen physical size to 423 x 238
    [ 15.540] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 15.540] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 15.540] (II) LoadModule: "evdev"
    [ 15.540] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 15.561] (II) Module evdev: vendor="X.Org Foundation"
    [ 15.561] compiled for 1.14.2, module version = 2.8.1
    [ 15.561] Module class: X.Org XInput Driver
    [ 15.561] ABI class: X.Org XInput driver, version 19.1
    [ 15.561] (II) Using input driver 'evdev' for 'Power Button'
    [ 15.561] (**) Power Button: always reports core events
    [ 15.561] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 15.561] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 15.561] (--) evdev: Power Button: Found keys
    [ 15.561] (II) evdev: Power Button: Configuring as keyboard
    [ 15.561] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 15.561] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 15.561] (**) Option "xkb_rules" "evdev"
    [ 15.561] (**) Option "xkb_model" "pc104"
    [ 15.561] (**) Option "xkb_layout" "us"
    [ 15.577] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
    [ 15.577] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 15.577] (II) Using input driver 'evdev' for 'Video Bus'
    [ 15.577] (**) Video Bus: always reports core events
    [ 15.577] (**) evdev: Video Bus: Device: "/dev/input/event11"
    [ 15.577] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 15.577] (--) evdev: Video Bus: Found keys
    [ 15.577] (II) evdev: Video Bus: Configuring as keyboard
    [ 15.577] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input11/event11"
    [ 15.577] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 15.577] (**) Option "xkb_rules" "evdev"
    [ 15.577] (**) Option "xkb_model" "pc104"
    [ 15.577] (**) Option "xkb_layout" "us"
    [ 15.578] (II) config/udev: Adding input device Video Bus (/dev/input/event12)
    [ 15.578] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 15.578] (II) Using input driver 'evdev' for 'Video Bus'
    [ 15.578] (**) Video Bus: always reports core events
    [ 15.578] (**) evdev: Video Bus: Device: "/dev/input/event12"
    [ 15.578] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 15.578] (--) evdev: Video Bus: Found keys
    [ 15.578] (II) evdev: Video Bus: Configuring as keyboard
    [ 15.578] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:43/LNXVIDEO:01/input/input12/event12"
    [ 15.578] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 15.578] (**) Option "xkb_rules" "evdev"
    [ 15.578] (**) Option "xkb_model" "pc104"
    [ 15.578] (**) Option "xkb_layout" "us"
    [ 15.578] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 15.578] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 15.578] (II) Using input driver 'evdev' for 'Power Button'
    [ 15.578] (**) Power Button: always reports core events
    [ 15.578] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 15.578] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 15.578] (--) evdev: Power Button: Found keys
    [ 15.578] (II) evdev: Power Button: Configuring as keyboard
    [ 15.578] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 15.578] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 15.578] (**) Option "xkb_rules" "evdev"
    [ 15.578] (**) Option "xkb_model" "pc104"
    [ 15.578] (**) Option "xkb_layout" "us"
    [ 15.578] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 15.578] (II) No input driver specified, ignoring this device.
    [ 15.578] (II) This device may have been added with another device file.
    [ 15.579] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 15.579] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event6)
    [ 15.579] (II) No input driver specified, ignoring this device.
    [ 15.579] (II) This device may have been added with another device file.
    [ 15.579] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event7)
    [ 15.579] (II) No input driver specified, ignoring this device.
    [ 15.579] (II) This device may have been added with another device file.
    [ 15.579] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event8)
    [ 15.579] (II) No input driver specified, ignoring this device.
    [ 15.579] (II) This device may have been added with another device file.
    [ 15.579] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
    [ 15.579] (II) No input driver specified, ignoring this device.
    [ 15.579] (II) This device may have been added with another device file.
    [ 15.579] (II) config/udev: Adding input device Integrated Camera (/dev/input/event14)
    [ 15.579] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 15.579] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 15.579] (**) Integrated Camera: always reports core events
    [ 15.579] (**) evdev: Integrated Camera: Device: "/dev/input/event14"
    [ 15.579] (--) evdev: Integrated Camera: Vendor 0x5986 Product 0x2d2
    [ 15.579] (--) evdev: Integrated Camera: Found keys
    [ 15.579] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 15.579] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input14/event14"
    [ 15.579] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
    [ 15.579] (**) Option "xkb_rules" "evdev"
    [ 15.579] (**) Option "xkb_model" "pc104"
    [ 15.579] (**) Option "xkb_layout" "us"
    [ 15.580] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 15.580] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 15.580] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 15.580] (**) AT Translated Set 2 keyboard: always reports core events
    [ 15.580] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 15.580] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 15.580] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 15.580] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 15.580] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 15.580] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 15.580] (**) Option "xkb_rules" "evdev"
    [ 15.580] (**) Option "xkb_model" "pc104"
    [ 15.580] (**) Option "xkb_layout" "us"
    [ 15.580] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 15.580] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 15.580] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 15.580] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 15.580] (II) LoadModule: "synaptics"
    [ 15.580] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 15.609] (II) Module synaptics: vendor="X.Org Foundation"
    [ 15.609] compiled for 1.14.1, module version = 1.7.1
    [ 15.609] Module class: X.Org XInput Driver
    [ 15.609] ABI class: X.Org XInput driver, version 19.1
    [ 15.609] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 15.609] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 15.609] (**) Option "Device" "/dev/input/event10"
    [ 15.646] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 15.646] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5702 (res 51)
    [ 15.646] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4750 (res 67)
    [ 15.646] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 15.646] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 15.646] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 15.646] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 15.646] (**) Option "TapButton1" "1"
    [ 15.646] (**) Option "TapButton2" "2"
    [ 15.646] (**) Option "TapButton3" "3"
    [ 15.646] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 15.646] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 15.646] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 15.662] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input10/event10"
    [ 15.662] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 15.662] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 15.662] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 15.662] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.037
    [ 15.662] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 15.662] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 15.662] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 15.662] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 15.662] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 15.663] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 15.663] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 15.664] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event13)
    [ 15.664] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 15.664] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 15.664] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 15.664] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event13"
    [ 15.664] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 15.664] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 15.664] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 15.664] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 15.664] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 15.664] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 15.664] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 15.664] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input13/event13"
    [ 15.664] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
    [ 15.664] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 15.665] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 15.665] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 15.665] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 15.665] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 15.665] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 15.665] (II) No input driver specified, ignoring this device.
    [ 15.665] (II) This device may have been added with another device file.
    [ 15.665] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 15.665] (II) No input driver specified, ignoring this device.
    [ 15.665] (II) This device may have been added with another device file.
    [ 15.666] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event1)
    [ 15.666] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 15.666] (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    [ 15.666] (**) ThinkPad Extra Buttons: always reports core events
    [ 15.666] (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event1"
    [ 15.666] (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    [ 15.666] (--) evdev: ThinkPad Extra Buttons: Found keys
    [ 15.666] (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    [ 15.666] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input1/event1"
    [ 15.666] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 14)
    [ 15.666] (**) Option "xkb_rules" "evdev"
    [ 15.666] (**) Option "xkb_model" "pc104"
    [ 15.666] (**) Option "xkb_layout" "us"
    [ 15.670] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    [ 15.670] (II) No input driver specified, ignoring this device.
    [ 15.670] (II) This device may have been added with another device file.
    [ 15.670] (II) config/udev: removing device TPPS/2 IBM TrackPoint
    [ 15.686] (II) evdev: TPPS/2 IBM TrackPoint: Close
    [ 15.686] (II) UnloadModule: "evdev"
    [ 15.686] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event13)
    [ 15.686] (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    [ 15.686] (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    [ 15.686] (**) TPPS/2 IBM TrackPoint: always reports core events
    [ 15.686] (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event13"
    [ 15.686] (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    [ 15.686] (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    [ 15.686] (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    [ 15.686] (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    [ 15.686] (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    [ 15.686] (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    [ 15.686] (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 15.686] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input13/event13"
    [ 15.686] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 13)
    [ 15.686] (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    [ 15.686] (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    [ 15.686] (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    [ 15.687] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    [ 15.687] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    [ 15.687] (II) config/udev: removing device Integrated Camera
    [ 15.699] (II) evdev: Integrated Camera: Close
    [ 15.699] (II) UnloadModule: "evdev"
    [ 15.699] (II) config/udev: Adding input device Integrated Camera (/dev/input/event14)
    [ 15.699] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 15.699] (II) Using input driver 'evdev' for 'Integrated Camera'
    [ 15.699] (**) Integrated Camera: always reports core events
    [ 15.699] (**) evdev: Integrated Camera: Device: "/dev/input/event14"
    [ 15.699] (--) evdev: Integrated Camera: Vendor 0x5986 Product 0x2d2
    [ 15.699] (--) evdev: Integrated Camera: Found keys
    [ 15.699] (II) evdev: Integrated Camera: Configuring as keyboard
    [ 15.699] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.6/4-1.6:1.0/input/input14/event14"
    [ 15.699] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
    [ 15.699] (**) Option "xkb_rules" "evdev"
    [ 15.699] (**) Option "xkb_model" "pc104"
    [ 15.699] (**) Option "xkb_layout" "us"
    [ 81.657] (II) intel(0): EDID vendor "SEC", prod id 12882
    [ 81.657] (II) intel(0): Printing DDC gathered Modelines:
    [ 81.657] (II) intel(0): Modeline "1600x900"x0.0 130.72 1600 1648 1680 2136 900 902 907 1020 -hsync -vsync (61.2 kHz eP)
    [ 3696.418] (II) intel(0): switch to mode [email protected] on pipe 0 using LVDS1, position (0, 0), rotation normal
    [ 3696.717] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 3702.360] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 3702.360] (II) intel(0): switch to mode [email protected] on pipe 0 using LVDS1, position (0, 0), rotation normal
    [ 3702.377] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 3702.377] setversion 1.4 failed
    Last edited by Thaodan (2013-09-02 08:51:02)

    I rebuilded KWin eg. kdebaseworkspace and it works now.
    It was an issue of the different Linux versions (the linux (3.10.10) version on the build server was much newer than my Linux-pf (3.10.1)).
    The only errors I get  when using kwin_gles  are now :
    kwin(19532): Failed to compile fragment shader:
    "0:2(14): error: no precision specified this scope for type `vec4'
    0:4(13): error: no precision specified this scope for type `float'
    0:5(13): error: no precision specified this scope for type `float'
    0:6(13): error: no precision specified this scope for type `float'
    0:7(13): error: no precision specified this scope for type `float'
    0:8(13): error: no precision specified this scope for type `float'
    0:9(13): error: no precision specified this scope for type `float'
    0:10(13): error: no precision specified this scope for type `float'
    0:14(7): error: no precision specified this scope for type `vec4'
    kwin(19532): Failed to link shader:
    "error: program lacks a fragment shader

  • Re-enable UDF in Marketing Docs

    Hi,
    I had created a UDF in marketing docs with DI API and in my code I set the field to be Enabled = false, ok, no problems until yesterday. Now I need to set Enabled = true but i'm getting the error "The field is not a user defined field" and i can't set my Enabled back to true;
    This is a bug?
    I already made a search in the forum, I found only one problem like mine but it's not solved:
    - Enabling & Disabling UDF's
    Thanks,
    Ricardo Momm

    Hi Edward,
    I'm accessing the UDF via user interface with UIAPI. If I try to set the Enabled property to False nothing happens but if I try to set the Enabled property to True the exception "Item is not a user defined item" is throw.
    form.Items.Item("U_Field").Enabled = false; // no error
    form.Items.Item("U_Field").Enabled = true; // throw not a UDF field
    The point is, in the first run when I set the Enabled property to false there is no exception and the Field is disabled, after this operation i can't set the Enabled property to true again.
    My SAP B1 Version is: 2005B PL34
    PS: sorry with the poor english... i'm still learning

Maybe you are looking for