Journal doesn't start after latest upgrade; result, system won't boot

... and I'm not sure how to get any useful information. I can boot from the Arch installer and mount my /boot and / partitions, but when I chroot into the mounted root dir and run journalctl, there is no output after the last good shutdown (which all looks normal; there wasn't anything unusual in the pacman output either, no warnings, and I didn't --force any packages).
The only output I can get is "A start job is running for Journal Service" (and then it shows the timeout state) during boot. If I wait long enough, the Journal Service is eventually restarted, and continues to not start.
I'm guessing there's a flag I can pass in to the grub.conf, or some other technique, but I'm stuck at this point. Anyone have any suggestions?
-TIA

You can use RecBoot to get it out of recovery mode or try doing a manual install, as  outlined in link below.
Basic troubleshooting steps  
17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

Similar Messages

  • Jdeveloper doesn't start after Weblogic upgrade.

    I had Jdeveloper Studio 11.1.1.3 and Weblogic 10.3.3 and everything was working fine. I upgraded WLS to 10.3.4. Now, Jdeveloper doesn't start. jdeveloper.exe doesn't give any error. But nothing happens. We can see the process in Windows Task Manager. Running D:\WLS\Middleware\jdeveloper\jdev\bin\jdev.exe gives following error:
    java.lang.NoClassDefFoundError: oracle/javatools/util/Maps$AbstractCacheMap$ReferenceType
    at oracle.ide.model.NodeFactory.<clinit>(NodeFactory.java:74)
    at oracle.ide.model.Node.setURL(Node.java:562)
    at oracle.ide.model.Node.<init>(Node.java:419)
    at oracle.ide.model.DataContainer.<init>(DataContainer.java:59)
    at oracle.ide.model.IdeSystem.<init>(IdeSystem.java:67)
    at oracle.ide.IdeCore.getSystem(IdeCore.java:590)
    at oracle.ide.IdeCore.getPreferences(IdeCore.java:600)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1515)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.javatools.util.Maps$AbstractCacheMap$ReferenceType
    Dependent class: oracle.ide.model.NodeFactory
    Loader: ide-global:11.1.1.0.0
    Code-Source: /D:/WLS/Middleware/jdeveloper/ide/extensions/oracle.ide.jar
    Configuration: boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES
    This load was initiated at ide-global:11.1.1.0.0 using the loadClass() method.
    The missing class is not available from any code-source or loader in the system.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2190)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1733)
    at oracle.classloader.PolicyClassLoader.access$000(PolicyClassLoader.java:143)
    at oracle.classloader.PolicyClassLoader$LoadClassAction.run(PolicyClassLoader.java:331)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1692)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1674)
    ... 35 more
    IDE boot startup failed.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    ... 17 more
    Caused by: oracle.ide.ExitNotAllowedException
    at oracle.ide.IdeCore$1.checkExit(IdeCore.java:241)
    at java.lang.Runtime.exit(Runtime.java:88)
    at java.lang.System.exit(System.java:904)
    at oracle.ideimpl.Main.start(Main.java:199)
    at oracle.ideimpl.Main.main(Main.java:146)
    ... 23 more
    Boot startup failed.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: oracle.ide.ExitNotAllowedException
    at oracle.ide.IdeCore$1.checkExit(IdeCore.java:241)
    at java.lang.Runtime.exit(Runtime.java:88)
    at java.lang.System.exit(System.java:904)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:71)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    ... 8 more
    Didn't get much info on googling. Any help is appreciated.
    Thanks,
    Vikas

    Vikas,
    When using JDeveloper, the integrated WLS and ADF version are tied to the JDeveloper version - you cannot upgrade individual bits and bobs like that. There is no problem, by the way, having multiple versions of JDeveloper installed at the same time. I currently have 11.1.1.3 and 11.1.1.4 installed (different directories, of course) with no issues. In fact, I used to have many, many more releases installed, but I decided to clean up ;)
    John

  • [SOLVED] i3 and X doesn't start after xcb upgrade

    After upgrading my system, X failed on login. The error message was
    i3: error while loading shared libraries: libxcb-util-so.0: cannot open shared object file: No such file or directory
    xinit: connection to X server lost
    Downgrading to xcb-util 0.3.8.1 helped, it was previously at 0.3.9-1. I also had to downgrade startup-notification to 0.12-2 and xcb-util-image to 0.3.8-1 as well to resolve dependency conflicts.
    I'm off to report this as a bug, wanted to share in case anybody else had the same problem, or has found a better solution.
    EDIT: solved by upgrading to i3 4.2, I had an old git version. (sheepish expression)
    Last edited by ElKatrina (2012-06-07 00:16:44)

    You might wanna start examining X's log rather than start digging elsewhere. If udev fails you wouldn't even get to that point.

  • DB doesn't start after OS upgrade

    OEM10gR3
    AIX 6.1
    Repository db- 10.1.0.4.0
    After upgrading from AIX 5.3 to 6.1 (on alive system- OS not shutdown ) repository db can’t start:
    SQL> startup;
    ORA-27123: unable to attach to shared memory segment
    IBM AIX RISC System/6000 Error: 22: Invalid argument
    Additional information: 1
    Additional information: 7340032
    SQL>
    There is plenty of memory on the server;
    Minimized SGA – in vain.
    Would it be a result of compatibility / certification issues between Oracle – AIX?
    Any help is greatly appreciated.

    Hi,
    Have you checked if the Oracle environment variables ORACLE_HOME, ORACLE_SID, etc ... were ok?
    Cheers
    Legatti

  • Ipod Touch Won't Start after Latest Upgrade

    I was just prompted to upgrade my Ipod Touch 4g to the latest version of software. It went through the download process and started to install the software. At the end of the installation I got an error message that said something to the effect that the software could not finish installing. Now my screen is stuck with the usb cable and the itunes logo and I can't reset my Ipod. I have pressed the ON/OFF button with the HOME key button for ten seconds and I can't get rid of the usb cable and Itunes logo.
    Do I have any options here? My Ipod is less than 3 months old.

    You can use RecBoot to get it out of recovery mode or try doing a manual install, as  outlined in link below.
    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • J2ee Can't start after JDK upgrade on system with Wily Introscope

    Hello All,
    For one of our portal server java patching is done from java 1.4.2.22 to java 1.4.2.25. And on this server Wily Introscope is installed.As per SAP when ever we upgrade java we need to re-create "AutoProbeConnector.jar" and update the JAVA VM parameters in configtool.
    I know the procedure to re-create "AutoProbeConnector.jar" if the Introscope agent is installed manually .
    Below are the steps to be followed to re-create if it is manual type.
    i)Re-create the AutoProbeConnector.jar file
    >wily>connector
    java -jar CreateAutoProbeConnector.jar -jvm /opt/java1.4 -output
    AutoProbeConnector.jar
    Output file AutoProbeConnector.jar created.
    ii)Setting Java vm parameters through configtool.
    Xbootclasspath/p:/usr/sap/ccms/wily/connectors/AutoProbeConnector.jar:/usr/sap/ccms/wily/Agent.jar
    Dcom.wily.introscope.agentProfile=/usr/sap/ccms/wily/IntroscopeAgent.profile
    -Dcom.wily.introscope.agent.agentName=<AgentName>
    But my systems Introscope agent is created automatically by SDM agent.if this is the case we need to re-execute the Introscope agent setup again to re-create the AutoProbeConnector.jar file.
    Can you any one tell me the procedure to do this activity, if possible with steps and the paths to be followed.
    Classpath parameter file which says it is installed automatically.
    ID27689350.JavaParameters=-Xbootclasspath/p:/usr/sap/SMD/J98/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.7.2.3.0-2008-08-11/wily/connec
    tors/AutoProbeConnector.jar:/usr/sap/SMD/J98/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAGENT.7.2.3.0-2008-08-11/wily/Agent.jar -Dcom.wily.i
    ntroscope.agent.agentName=BPD_JC02_server0 -Dcom.wily.introscope.agentProfile=/usr/sap/SMD/J98/SMDAgent/applications.config/com.sap.smd.agent.application.wily/BytecodeAgent/ISAG
    ENT.7.2.3.0-2008-08-11/wily/IntroscopeAgent.profile -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORB
    Proxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco
    .jarm=1 -Dsun.io.useCanonCaches=false -Djava.awt.headless=true -XX:SoftRefLRUPolicyMSPerMB=1 -verbose:gc -XX:PrintGCDetails -XX:PrintGCTimeStamps -XX:+UseParNewGC -Xms2048M -X
    X:NewSize=320M -XX:NewSize=320M -XX:HandlePromotionFailure -XX:PrintClassHistogram -XX:HeapDumpOnOutOfMemoryError -XX:DisableExplicitGC -XX:MaxPermSize=256M -XX:PermSize=256
    M -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Drdbms.driverLocation=/oracle/BPD/920_64/jdbc/lib/classes12.jar -Dsys.global.dir=/usr/sap/BPD/SYS/global/

    Hello Jansi,
    Thanks for the update.
    I have gone through the document, and currently i require to update the Introscope Agent via SMD.
    In the document it is mentioned as the navigation
    Launch the Introscope Setup application: Diagnostics Setup > Managed Systems>Introscope Agent.
    These are the below doubts i have.
    1>How should i enter to "Launch the Introscope setup application"
    2>and then followed by Diagnostics setup.
    Kindly help me in detailed navigation, for example to which server i need to login(is it the Enterprise Manager server ?)
    Awaiting your reply.
    best Regards
    Rakesh

  • After pacman -Syu my system won't boot (It is not grub problem!)

    My English is not very strong, so you can look at this photo:
    http://img262.imageshack.us/my.php?imag … 102os3.jpg
    After pacman -Syu I rebooted computer and my system crash.
    No hardware changes, notning else change, only I have done system upgrade.
    A little bit more information /etc/fstab:
    /dev/sda1 /boot blablabla
    /dev/sda2 /   blablabla
    /dev/vg-home/home /home blablabla
    Kernel is booting normal (located at /dev/sda1 ; HDD is OK??), but when system starting "software" and checking the file system / (/dev/sda2), you see in photo result.
    Any ideas?
    Last edited by SKazas (2008-12-05 07:48:39)

    I can boot computer from instaliation CD and mount partitions, it is not problem.
    I have forgot about  emergency booting. But this problem is temporary, there is real problem:
    - nvidia-71xx is no longer supported and has been removed from the repositories. Affected users should install xf86-video-nv or xf86-video-vesa, complaints can be sent to nvidia for not providing compatible drivers.
    nv driver doesn`t support direct rendering (and 3D), don`t?  And I can`t use more archlinux AND  other distros after updating to new Xorg?
    My video card is Geforce FX5700 (not very bad and old card).

  • OS 9 upgrade, then system won't boot

    I have a iMac 333MHz from 1999 with OS 9.0 on it. I went to apple updates and downloaded the upgrade to 9.1 (i think) I installed the upgrade and it called for a reboot.
    When I rebooted the screen came up with command line message:
    Apple iMac Open Firmware 3.0.f2 built on 04/23/99 at 14:31:03
    Copyright 1994-1999 Apple Computer Inc.
    All Rights Reserved
    ok
    0>_ (this is the blinking cursor)
    In the middle of the window is the folder with the mac face on it, then the folder flashes with a question mark on it.
    None of the commands I know work, I am stumped. Any help would be greatly appreciated.
    Tom Kerrigan

    Hi Tom, and welcome to the discussions.
    FYI, although most of us cruising this forum have a variety of experience with OS 9, you might have better luck posting in the OS 9 forum. But on to your problem.
    Here are two commands you can try. Type them in as is, followed by the return key:
    reset-nvram
    reset-all
    The iMac should automatically reboot after processing the second command. Let us know if it does any good. If you don't get any addition response here, give the Mac OS 9 forum a try.
    Andrew

  • [SOLVED] Xorg doesn't start after upgrade to 1.17.1

    Archlinux i686
    Intel Core 2 Duo 6600
    01:00.0 VGA compatible controller: NVIDIA Corporation G71 [GeForce 7900 GT/GTO] (rev a1)
    After following upgrades:
    [2015-02-26 03:27] [PACMAN] Running 'pacman -S mesa mesa-demos mesa-libgl'
    [2015-02-26 03:27] [ALPM] transaction started
    [2015-02-26 03:28] [ALPM] upgraded mesa (10.4.2-1 -> 10.4.5-1)
    [2015-02-26 03:28] [ALPM] upgraded mesa-libgl (10.4.2-1 -> 10.4.5-1)
    [2015-02-26 03:28] [ALPM] upgraded mesa-demos (8.2.0-3 -> 8.2.0-4)
    [2015-02-26 03:28] [ALPM] transaction completed
    [2015-02-26 03:28] [PACMAN] Running 'pacman -S xorg-server xorg-server-common'
    [2015-02-26 03:29] [ALPM] transaction started
    [2015-02-26 03:29] [ALPM] removed xf86-video-vesa (2.3.2-5)
    [2015-02-26 03:29] [ALPM] removed xf86-video-nouveau (1.0.11-2)
    [2015-02-26 03:29] [ALPM] removed xf86-video-modesetting (0.9.0-2)
    [2015-02-26 03:29] [ALPM] upgraded xorg-server-common (1.16.3-2 -> 1.17.1-3)
    [2015-02-26 03:29] [ALPM] upgraded xorg-server (1.16.3-2 -> 1.17.1-3)
    Xorg doesn't start after reboot and I found following kernel message:
    kernel: [drm:drm_mmap_locked] *ERROR* Could not find map
    and /var/log/Xorg.0.log looks like this:
    [ 5.591]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 5.591] X Protocol Version 11, Revision 0
    [ 5.591] Build Operating System: Linux 3.18.6-1-ARCH i686
    [ 5.591] Current Operating System: Linux emeria7 3.18.6-1-ARCH #1 SMP PREEMPT Sat Feb 7 08:59:29 CET 2015 i686
    [ 5.591] Kernel command line: root=/dev/disk/by-label/archroot rw
    [ 5.591] Build Date: 22 February 2015 12:52:47PM
    [ 5.591]
    [ 5.592] Current version of pixman: 0.32.6
    [ 5.592] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 5.592] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 5.592] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Feb 26 14:58:35 2015
    [ 5.597] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 5.597] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 5.598] (==) ServerLayout "ServerLayout0"
    [ 5.598] (==) No screen section available. Using defaults.
    [ 5.598] (**) |-->Screen "Default Screen Section" (0)
    [ 5.598] (**) | |-->Monitor "<default monitor>"
    [ 5.599] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 5.599] (**) | |-->Device "Device0"
    [ 5.599] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 5.599] (**) Option "BlankTime" "0"
    [ 5.599] (**) Option "StandbyTime" "0"
    [ 5.599] (**) Option "SuspendTime" "0"
    [ 5.599] (**) Option "OffTime" "0"
    [ 5.599] (==) Automatically adding devices
    [ 5.599] (==) Automatically enabling devices
    [ 5.599] (==) Automatically adding GPU devices
    [ 5.608] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 5.608] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 5.608] (**) Extension "Composite" is disabled
    [ 5.608] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 5.608] (II) Loader magic: 0x829e700
    [ 5.608] (II) Module ABI versions:
    [ 5.608] X.Org ANSI C Emulation: 0.4
    [ 5.608] X.Org Video Driver: 19.0
    [ 5.608] X.Org XInput driver : 21.0
    [ 5.608] X.Org Server Extension : 9.0
    [ 5.611] (EE) systemd-logind: failed to get session: PID 995 does not belong to any known session
    [ 5.611] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 5.612] (--) PCI:*(0:1:0:0) 10de:0291:107d:2a62 rev 161, Mem @ 0xfd000000/16777216, 0xc0000000/268435456, 0xfc000000/16777216, I/O @ 0x0000ac00/128, BIOS @ 0x????????/131072
    [ 5.612] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 5.613] (II) LoadModule: "glx"
    [ 5.616] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 5.632] (II) Module glx: vendor="X.Org Foundation"
    [ 5.632] compiled for 1.17.1, module version = 1.0.0
    [ 5.632] ABI class: X.Org Server Extension, version 9.0
    [ 5.632] (==) AIGLX enabled
    [ 5.632] (==) Matched nouveau as autoconfigured driver 0
    [ 5.632] (==) Matched nv as autoconfigured driver 1
    [ 5.632] (==) Matched nouveau as autoconfigured driver 2
    [ 5.632] (==) Matched nv as autoconfigured driver 3
    [ 5.632] (==) Matched modesetting as autoconfigured driver 4
    [ 5.632] (==) Matched fbdev as autoconfigured driver 5
    [ 5.632] (==) Matched vesa as autoconfigured driver 6
    [ 5.632] (==) Assigned the driver to the xf86ConfigLayout
    [ 5.632] (II) LoadModule: "nouveau"
    [ 5.632] (WW) Warning, couldn't open module nouveau
    [ 5.632] (II) UnloadModule: "nouveau"
    [ 5.632] (II) Unloading nouveau
    [ 5.632] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 5.633] (II) LoadModule: "nv"
    [ 5.633] (WW) Warning, couldn't open module nv
    [ 5.633] (II) UnloadModule: "nv"
    [ 5.633] (II) Unloading nv
    [ 5.633] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 5.633] (II) LoadModule: "modesetting"
    [ 5.633] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 5.634] (II) Module modesetting: vendor="X.Org Foundation"
    [ 5.634] compiled for 1.17.1, module version = 1.17.1
    [ 5.634] Module class: X.Org Video Driver
    [ 5.634] ABI class: X.Org Video Driver, version 19.0
    [ 5.634] (II) LoadModule: "fbdev"
    [ 5.634] (WW) Warning, couldn't open module fbdev
    [ 5.634] (II) UnloadModule: "fbdev"
    [ 5.634] (II) Unloading fbdev
    [ 5.634] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 5.634] (II) LoadModule: "vesa"
    [ 5.634] (WW) Warning, couldn't open module vesa
    [ 5.634] (II) UnloadModule: "vesa"
    [ 5.634] (II) Unloading vesa
    [ 5.634] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 5.634] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 5.634] (++) using VT number 7
    [ 5.635] (II) modeset(0): using drv /dev/dri/card0
    [ 5.635] (II) modeset(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 5.636] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
    [ 5.636] (==) modeset(0): RGB weight 888
    [ 5.636] (==) modeset(0): Default visual is TrueColor
    [ 5.636] (II) Loading sub module "glamoregl"
    [ 5.636] (II) LoadModule: "glamoregl"
    [ 5.636] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 5.647] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 5.647] compiled for 1.17.1, module version = 1.0.0
    [ 5.647] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 5.647] (II) glamor: OpenGL accelerated X.org driver based.
    [ 5.772] (II) glamor: EGL version 1.4 (DRI2):
    [ 5.786] (II) modeset(0): glamor initialized
    [ 5.786] (II) Loading sub module "dri2"
    [ 5.786] (II) LoadModule: "dri2"
    [ 5.786] (II) Module "dri2" already built-in
    [ 5.843] (II) modeset(0): Output DVI-0 has no monitor section
    [ 5.896] (II) modeset(0): Output DVI-1 has no monitor section
    [ 5.950] (II) modeset(0): Output TV-0 has no monitor section
    [ 6.006] (II) modeset(0): EDID for output DVI-0
    [ 6.006] (II) modeset(0): Manufacturer: SAM Model: 76f Serial#: 1110590261
    [ 6.006] (II) modeset(0): Year: 2011 Week: 8
    [ 6.006] (II) modeset(0): EDID Version: 1.3
    [ 6.006] (II) modeset(0): Digital Display Input
    [ 6.006] (II) modeset(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 6.006] (II) modeset(0): Gamma: 2.20
    [ 6.006] (II) modeset(0): DPMS capabilities: Off
    [ 6.006] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 6.006] (II) modeset(0): First detailed timing is preferred mode
    [ 6.006] (II) modeset(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 6.006] (II) modeset(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    [ 6.006] (II) modeset(0): Supported established timings:
    [ 6.006] (II) modeset(0): 720x400@70Hz
    [ 6.006] (II) modeset(0): 640x480@60Hz
    [ 6.006] (II) modeset(0): 640x480@67Hz
    [ 6.006] (II) modeset(0): 640x480@72Hz
    [ 6.006] (II) modeset(0): 640x480@75Hz
    [ 6.006] (II) modeset(0): 800x600@56Hz
    [ 6.006] (II) modeset(0): 800x600@60Hz
    [ 6.006] (II) modeset(0): 800x600@72Hz
    [ 6.006] (II) modeset(0): 800x600@75Hz
    [ 6.006] (II) modeset(0): 832x624@75Hz
    [ 6.006] (II) modeset(0): 1024x768@60Hz
    [ 6.006] (II) modeset(0): 1024x768@70Hz
    [ 6.006] (II) modeset(0): 1024x768@75Hz
    [ 6.006] (II) modeset(0): 1280x1024@75Hz
    [ 6.006] (II) modeset(0): 1152x864@75Hz
    [ 6.006] (II) modeset(0): Manufacturer's mask: 0
    [ 6.006] (II) modeset(0): Supported standard timings:
    [ 6.006] (II) modeset(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 6.006] (II) modeset(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 6.006] (II) modeset(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 6.006] (II) modeset(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 6.006] (II) modeset(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 6.006] (II) modeset(0): #5: hsize: 1440 vsize 900 refresh: 75 vid: 3989
    [ 6.007] (II) modeset(0): #6: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 6.007] (II) modeset(0): #7: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 148.5 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 6.007] (II) modeset(0): Ranges: V min: 50 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 175 MHz
    [ 6.007] (II) modeset(0): Monitor name: SMBX2331
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2448 h_sync_end 2492 h_blank_end 2640 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 74.2 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 720 h_sync: 732 h_sync_end 796 h_blank_end 864 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 576 v_sync: 581 v_sync_end 586 v_blanking: 625 v_border: 0
    [ 6.007] (II) modeset(0): Supported detailed timing:
    [ 6.007] (II) modeset(0): clock: 27.0 MHz Image Size: 509 x 286 mm
    [ 6.007] (II) modeset(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 6.007] (II) modeset(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 6.007] (II) modeset(0): Number of EDID sections to follow: 1
    [ 6.007] (II) modeset(0): EDID (in hex):
    [ 6.007] (II) modeset(0): 00ffffffffffff004c2d6f0735433242
    [ 6.007] (II) modeset(0): 0815010380331d782aee91a3544c9926
    [ 6.007] (II) modeset(0): 0f5054bfef80714f8100814081809500
    [ 6.007] (II) modeset(0): 950fa940b300023a801871382d40582c
    [ 6.007] (II) modeset(0): 4500fd1e1100001e011d007251d01e20
    [ 6.007] (II) modeset(0): 6e285500fd1e1100001e000000fd0032
    [ 6.007] (II) modeset(0): 4b1f5111000a202020202020000000fc
    [ 6.007] (II) modeset(0): 00534d4258323333310a2020202001ee
    [ 6.007] (II) modeset(0): 02031cf14890041f0514131203230907
    [ 6.007] (II) modeset(0): 078301000066030c00100080011d80d0
    [ 6.007] (II) modeset(0): 721c1620102c2580fd1e1100009e011d
    [ 6.007] (II) modeset(0): 8018711c1620582c2500fd1e1100009e
    [ 6.007] (II) modeset(0): 011d00bc52d01e20b8285540fd1e1100
    [ 6.007] (II) modeset(0): 001e8c0ad090204031200c405500fd1e
    [ 6.007] (II) modeset(0): 110000188c0ad08a20e02d10103e9600
    [ 6.007] (II) modeset(0): fd1e110000180000000000000000004c
    [ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    [ 6.007] (II) modeset(0): Not using default mode "1600x1200" (bad mode clock/interlace/doublescan)
    [ 6.007] (II) modeset(0): Printing probed modes for output DVI-0
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1600x1200"x65.0 175.50 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (81.2 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1400x1050"x74.8 155.80 1400 1464 1784 1912 1050 1052 1064 1090 +hsync +vsync (81.5 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1440x900"x75.0 136.75 1440 1536 1688 1936 900 903 909 942 -hsync +vsync (70.6 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 170.24 1024 1108 1220 1416 768 768 770 801 doublescan -hsync +vsync (120.2 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz d)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 6.007] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 6.008] (II) modeset(0): Modeline "960x720"x75.0 148.50 960 1032 1144 1320 720 720 722 750 doublescan -hsync +vsync (112.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "960x720"x60.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "928x696"x75.0 144.00 928 992 1104 1280 696 696 698 750 doublescan -hsync +vsync (112.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "928x696"x60.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 6.008] (II) modeset(0): Modeline "896x672"x75.0 130.50 896 944 1052 1228 672 672 674 708 doublescan -hsync +vsync (106.3 kHz d)
    [ 6.008] (II) modeset(0): Modeline "896x672"x60.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 6.008] (II) modeset(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x75.0 101.25 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (93.8 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x70.0 94.50 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (87.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x65.0 87.75 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (81.2 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x60.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 6.008] (II) modeset(0): Modeline "700x525"x74.8 77.90 700 732 892 956 525 526 532 545 doublescan +hsync +vsync (81.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "700x525"x60.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x512"x75.0 67.50 640 648 720 844 512 512 514 533 doublescan +hsync +vsync (80.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x512"x60.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x60.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 6.008] (II) modeset(0): Modeline "576x432"x75.0 54.00 576 608 672 800 432 432 434 450 doublescan +hsync +vsync (67.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x75.0 39.38 512 520 568 656 384 384 386 400 doublescan +hsync +vsync (60.0 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x70.1 37.50 512 524 592 664 384 385 388 403 doublescan -hsync -vsync (56.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "512x384"x60.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 6.008] (II) modeset(0): Modeline "416x312"x74.7 28.64 416 432 464 576 312 312 314 333 doublescan -hsync -vsync (49.7 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x72.2 25.00 400 428 488 520 300 318 321 333 doublescan +hsync +vsync (48.1 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x75.1 24.75 400 408 448 528 300 300 302 312 doublescan +hsync +vsync (46.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x60.3 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "400x300"x56.3 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x72.8 15.75 320 332 352 416 240 244 246 260 doublescan -hsync -vsync (37.9 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x75.0 15.75 320 328 360 420 240 240 242 250 doublescan -hsync -vsync (37.5 kHz d)
    [ 6.008] (II) modeset(0): Modeline "320x240"x60.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 6.063] (II) modeset(0): EDID for output DVI-1
    [ 6.116] (II) modeset(0): EDID for output TV-0
    [ 6.116] (II) modeset(0): Output DVI-0 connected
    [ 6.116] (II) modeset(0): Output DVI-1 disconnected
    [ 6.116] (II) modeset(0): Output TV-0 disconnected
    [ 6.116] (II) modeset(0): Using exact sizes for initial modes
    [ 6.116] (II) modeset(0): Output DVI-0 using initial mode 1920x1080
    [ 6.116] (II) modeset(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 6.116] (==) modeset(0): DPI set to (96, 96)
    [ 6.116] (II) Loading sub module "fb"
    [ 6.116] (II) LoadModule: "fb"
    [ 6.117] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 6.118] (II) Module fb: vendor="X.Org Foundation"
    [ 6.118] compiled for 1.17.1, module version = 1.0.0
    [ 6.118] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 6.118] (==) Depth 24 pixmap format is 32 bpp
    [ 6.462] (==) modeset(0): Backing store disabled
    [ 6.462] (==) modeset(0): Silken mouse enabled
    [ 6.464] (II) modeset(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6.535] (==) modeset(0): DPMS enabled
    [ 6.535] (WW) modeset(0): Option "EXANoComposite" is not used
    [ 6.535] (II) modeset(0): [DRI2] Setup complete
    [ 6.535] (II) modeset(0): [DRI2] DRI driver: nouveau
    [ 6.535] (II) modeset(0): [DRI2] VDPAU driver: nouveau
    [ 6.535] (--) RandR disabled
    [ 6.551] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 6.551] (II) AIGLX: enabled GLX_ARB_create_context
    [ 6.551] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 6.551] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 6.551] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 6.551] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 6.551] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 6.551] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 6.551] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 6.552] (II) AIGLX: Loaded and initialized nouveau
    [ 6.552] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 6.559] (II) modeset(0): Setting screen physical size to 507 x 285
    [ 6.741] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 6.741] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.741] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 6.741] (II) LoadModule: "evdev"
    [ 6.741] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 6.744] (II) Module evdev: vendor="X.Org Foundation"
    [ 6.744] compiled for 1.16.2, module version = 2.9.1
    [ 6.744] Module class: X.Org XInput Driver
    [ 6.744] ABI class: X.Org XInput driver, version 21.0
    [ 6.744] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.744] (**) Power Button: always reports core events
    [ 6.744] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 6.744] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.744] (--) evdev: Power Button: Found keys
    [ 6.744] (II) evdev: Power Button: Configuring as keyboard
    [ 6.744] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 6.744] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 6.744] (**) Option "xkb_rules" "evdev"
    [ 6.744] (**) Option "xkb_model" "pc104"
    [ 6.744] (**) Option "xkb_layout" "us"
    [ 6.744] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.780] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 6.780] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 6.780] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 6.780] (II) Using input driver 'evdev' for 'Power Button'
    [ 6.780] (**) Power Button: always reports core events
    [ 6.780] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 6.780] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 6.780] (--) evdev: Power Button: Found keys
    [ 6.780] (II) evdev: Power Button: Configuring as keyboard
    [ 6.780] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2"
    [ 6.780] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 6.780] (**) Option "xkb_rules" "evdev"
    [ 6.780] (**) Option "xkb_model" "pc104"
    [ 6.780] (**) Option "xkb_layout" "us"
    [ 6.780] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.781] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event4)
    [ 6.781] (II) No input driver specified, ignoring this device.
    [ 6.781] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Line Out Side (/dev/input/event10)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Rear Mic (/dev/input/event5)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.782] (II) config/udev: Adding input device HDA Intel Line (/dev/input/event6)
    [ 6.782] (II) No input driver specified, ignoring this device.
    [ 6.782] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Front (/dev/input/event7)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out Surround (/dev/input/event8)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.783] (II) config/udev: Adding input device HDA Intel Line Out CLFE (/dev/input/event9)
    [ 6.783] (II) No input driver specified, ignoring this device.
    [ 6.783] (II) This device may have been added with another device file.
    [ 6.784] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/event1)
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 6.784] (II) Using input driver 'evdev' for 'Logitech USB-PS/2 Optical Mouse'
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: always reports core events
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: Device: "/dev/input/event1"
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Vendor 0x46d Product 0xc050
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found 12 mouse buttons
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found scroll wheel(s)
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found relative axes
    [ 6.784] (--) evdev: Logitech USB-PS/2 Optical Mouse: Found x and y relative axes
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Configuring as mouse
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: Adding scrollwheel support
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 6.784] (**) evdev: Logitech USB-PS/2 Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 6.784] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.1/usb6/6-1/6-1:1.0/0003:046D:C050.0001/input/input1/event1"
    [ 6.784] (II) XINPUT: Adding extended input device "Logitech USB-PS/2 Optical Mouse" (type: MOUSE, id 8)
    [ 6.784] (II) evdev: Logitech USB-PS/2 Optical Mouse: initialized for relative axes.
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) keeping acceleration scheme 1
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration profile 0
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration factor: 2.000
    [ 6.784] (**) Logitech USB-PS/2 Optical Mouse: (accel) acceleration threshold: 4
    [ 6.785] (II) config/udev: Adding input device Logitech USB-PS/2 Optical Mouse (/dev/input/mouse0)
    [ 6.785] (II) No input driver specified, ignoring this device.
    [ 6.785] (II) This device may have been added with another device file.
    [ 6.785] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 6.785] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 6.785] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 6.785] (**) AT Translated Set 2 keyboard: always reports core events
    [ 6.785] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 6.785] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 6.785] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 6.785] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 6.785] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 6.785] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
    [ 6.785] (**) Option "xkb_rules" "evdev"
    [ 6.785] (**) Option "xkb_model" "pc104"
    [ 6.785] (**) Option "xkb_layout" "us"
    [ 6.785] (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    [ 6.803] (EE)
    [ 6.803] (EE) Backtrace:
    [ 6.803] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x132) [0x81df9e2]
    [ 6.804] (EE) 1: ? (?+0x132) [0xb7787cc5]
    [ 6.804] (EE) 2: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x4cd7) [0xb6e2a1c7]
    [ 6.806] (EE) 3: /usr/lib/xorg-server/Xorg (xf86_show_cursors+0x688) [0x80f9008]
    [ 6.806] (EE) 4: /usr/lib/xorg-server/Xorg (xf86DestroyCursorInfoRec+0xcf8) [0x8103fc8]
    [ 6.806] (EE) 5: /usr/lib/xorg-server/Xorg (RamDacHandleColormaps+0x67b) [0x810218b]
    [ 6.807] (EE) 6: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x25d) [0x81c648d]
    [ 6.808] (EE) 7: /usr/lib/xorg-server/Xorg (miPointerUpdateSprite+0x4c1) [0x81c6b31]
    [ 6.808] (EE) 8: /usr/lib/xorg-server/Xorg (CompositeRegisterImplicitRedirectionException+0x4199) [0x8114399]
    [ 6.809] (EE) 9: /usr/lib/xorg-server/Xorg (PanoramiXRenderReset+0x72a) [0x815915a]
    [ 6.810] (EE) 10: /usr/lib/xorg-server/Xorg (ConfineToShape+0x9f1) [0x80843b1]
    [ 6.810] (EE) 11: /usr/lib/xorg-server/Xorg (WindowHasNewCursor+0x3b) [0x8084f2b]
    [ 6.810] (EE) 12: /usr/lib/xorg-server/Xorg (ChangeWindowAttributes+0xb7c) [0x80aa9ec]
    [ 6.811] (EE) 13: /usr/lib/xorg-server/Xorg (ProcBadRequest+0x209) [0x8074a49]
    [ 6.811] (EE) 14: /usr/lib/xorg-server/Xorg (SendErrorToClient+0x3a6) [0x807abf6]
    [ 6.811] (EE) 15: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x42f) [0x807edaf]
    [ 6.811] (EE) 16: /usr/lib/xorg-server/Xorg (miPolyFillRect+0x27f) [0x8068ddf]
    [ 6.814] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xde) [0xb72d864e]
    [ 6.814] (EE) 18: /usr/lib/xorg-server/Xorg (_start+0x21) [0x8068bd9]
    [ 6.814] (EE)
    [ 6.814] (EE) Segmentation fault at address 0x0
    [ 6.814] (EE)
    Fatal server error:
    [ 6.814] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 6.814] (EE)
    [ 6.814] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 6.814] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 6.814] (EE)
    [ 6.815] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 6.817] (EE) Server terminated with error (1). Closing log file.
    Note the segfault in modesetting_drv.so!
    Any help?
    I tried to reinstall dependencies of xorg-server and mesa. And then I even went through with the whole system update which I postponed for a few weeks because of the KDE changes. Sadly even the whole system update didn't help.
    Is it possible that any old config files can cause this?
    EDIT:
    I tried kernel parameter "nouveau.modeset=0" but it didn't help.
    Last edited by cro (2015-02-26 16:33:19)

    Ok, I guess I solved it by reinstalling xf86-video-nouveau.
    Funny business! Why did the upgrade to xorg-server 1.17.1 force me to remove it when it is still needed??
    And why does that lead to mysterious error messages and segfault??
    I discovered it accidentally when I stumbled upon the fact that the package was still installed on my newer x86-64 Arch installation despite being on xorg-server 1.17.1.

  • My ipad revel app does not load after latest upgrade. When will this be fixed? Do we get a credit on our subscription?

    My Ipad app doesn't start after the latest upgrade. When will this be fixed? Do I get a credit on my subcription?

    Hi,
    This is Ian from the revel team. We are working actively with Apple to fix this issue. We are definitely aware of it and trying to fix as soon as possible. I am so sorry for the inconvenience.
    Best,
    Ian

  • "disp+work" process in not getting started after kernel upgradation

    Hello Experts,
    Good day…..,
    I am new to SAP. I installed SAP ECC6 EHP4 with default kernel version 701 and it was working fine.
    I have upgraded kernel version from 701 to 741, but the “disp+work” process is not getting started after kernel upgrade.
    I have posted “dev_W0” log &
    “disp+work” command result obtained in CMD prompt of respective server.
    Please help me out in this. Thanks all in advance.
    “dev_w0” Log”
    trc file: "dev_w0", trc level: 1, release: "741"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ
    M sysno      55
    M sid        TNG
    M systemid   562 (PC with Windows NT)
    M relno      7410
    M patchlevel 0
    M patchno    42
    M intno      20020600
    M make multithreaded, Unicode, 64 bit, optimized
    M profile D:\usr\sap\TNG\SYS\profile\TNG_DVEBMGS55_ABTHMSSB01
    M pid        2392
    M

    M Wed Jul 23 02:04:35 2014
    M  kernel runs with dp version 208000(ext=117000) (@(#) DPLIB-INT-VERSION-208000-UC)
    M  length of sys_adm_ext is 500 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workp. 0 2392) [dpInit.c 731]
    M  DpCommonParamInit: rdisp/core_file_size = default --> no change
    I  MtxInit: 30000 0 0

    M Wed Jul 23 02:04:36 2014
    M  DpIPCInit2: read dp-profile-values from sys_adm_ext
    M  DpShMCreate: alloate/attach shared memory (mode=ATTACH)
    M  DpShMCreate: sizeof(wp_adm)                         24288    (1104)
    M  DpShMCreate: sizeof(tm_adm)                          51472080             (256080)
    M  DpShMCreate: sizeof(ca_adm)                           432000  (72)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/16/7464064/7583152
    M  DpShMCreate: sizeof(comm_adm)                   7583152                (14904)
    M  DpSlockTableSize: max/headSize/ftSize/fiSize/tableSize=0/0/0/0/0
    M  DpShMCreate: sizeof(slock_adm)                      0              (296)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)                         0              (80)
    M  DpSockTableSize: max/headSize/ftSize/tableSize=500/16/520064/520080
    M  DpShMCreate: sizeof(sock_adm)                       520080  (1016)
    M  DpShMCreate: sizeof(vmc_adm)                       0              (3208)
    M  DpShMCreate: sizeof(wall_adm)                        (ft=41664/fi=67472/hd=64/rec=192)
    M  DpShMCreate: sizeof(amc_rec_adm)                              (ft=86464/fi=67472/hd=64/rec=416)
    M  DpShMCreate: sizeof(websocket_adm)                         (ft=28864/hd=64/rec=272)
    M  DpShMCreate: sizeof(gw_adm)          64
    M  DpShMCreate: sizeof(j2ee_adm)       3936
    M  DpShMCreate: SHM_DP_ADM_KEY                  (addr: 00000000103D0050, size: 60433936
    M  DpShMCreate: allocated sys_adm at 00000000103D0250
    M  DpShMCreate: allocated wp_adm_list at 00000000103E20F0
    M  DpShMCreate: allocated wp_adm at 00000000103E2410
    M  DpShMCreate: allocated tm_adm_list at 00000000103E84F0
    M  DpShMCreate: allocated tm_adm at 00000000103E8730
    M  DpShMCreate: allocated ca_adm at 00000000134FF000
    M  DpShMCreate: allocated comm_adm at 0000000013568980
    M  DpShMCreate: system runs without slock table
    M  DpShMCreate: allocated sock_adm at  0000000013CA4130
    M  DpShMCreate: allocated vmc_adm_list at 0000000013D232C0
    M  DpShMCreate: system runs without VMC
    M  DpShMCreate: allocated gw_adm at 0000000013D23560
    M  DpShMCreate: allocated j2ee_adm at 0000000013D237A0
    M  DpShMCreate: allocated ca_info at 0000000013D24900
    M  DpShMCreate: allocated wall_adm (ft) at 0000000013D24B40
    M  DpShMCreate: allocated wall_adm (fi) at 0000000013D2F000
    M  DpShMCreate: allocated wall_adm (head) at 0000000013D3F990
    M  DpShMCreate: allocated amc_rec_adm (ft) at 0000000013D3FBD0
    M  DpShMCreate: allocated amc_rec_adm (fi) at 0000000013D54F90
    M  DpShMCreate: allocated amc_rec_adm (head) at 0000000013D65920
    M  DpShMCreate: allocated websocket_adm (ft) at 0000000013D65B60
    M  DpShMCreate: allocated websocket_adm (head) at 0000000013D6CE20
    M  DpShMCreate: initialized 21 eyes
    M  DpCommAttachTable: attached comm table (header=0000000013568980/ft=0000000013568990/fi=0000000013C86E10)
    M  DpSockAttachTable: attached sock table (header=0000000013CA4130/ft=0000000013CA4140)
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  <ES> EsILock: use Semphore 33 for locking
    X  Using implementation view
    X  <EsNT> Using memory model view.
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    X Wed Jul 23 02:04:37 2014
    X  mm.dump: set maximum dump mem to 96 MB
    M  ThStart: taskhandler started
    M  ThInit: initializing DIA work process W0

    M Wed Jul 23 02:04:44 2014
    M  ThInit: running on host ABTHMSSB01
    I  MtxInit: 0 0 0

    M Wed Jul 23 02:04:45 2014
    M  calling db_connect ...
    B  Loading DB library 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\TNG\DVEBMGS55\exe\dboraslib.dll' is "741.10", patchlevel (0.42)
    C  Prepending D:\usr\sap\TNG\DVEBMGS55\exe to Path.
    C  Register application info.

    C Wed Jul 23 02:04:47 2014
    C  Oracle client version: 10.2.0.4.0, (dbsl 741 040714, UNICODE[2])
    C  Detailed Oracle client (patch) info not available.
    C  *** ERROR => Connect via SAPUSER not supported for kernel >= 740.
    [dbsloci.c    2406]
    C     Only Secure Connect method possible.
    M  ***LOG R19=> ThDbConnect, db_connect ( DB-Connect 000256) [thDatabase.c 76]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step TH_INIT, thRc ERROR-DB-CONNECT_ERROR, action STOP_WP, level 1) [thxxhead.c   2281]
    M Wed Jul 23 02:04:48 2014

    M  Info for wp 0

    M    pid = 2392
    M    severity = 0
    M    status = 0
    M    stat = WP_NEW
    M    waiting_for = NO_WAITING
    M    workerType = DP_WORKER_DIAWP
    M    act_cs_count = 0
    M    csTrack = 0
    M    csTrackRwExcl = 0
    M    csTrackRwShrd = 0
    M mode_cleaned_counter = 0
    M    control_flag = 0
    M    report = > <
    M    action = 0
    M    tab_name = >                              <

    M  ThIErrHandle: no current incoming request


    M *****************************************************************************
    M  *
    M  *  LOCATION SAP-Server ABTHMSSB01_TNG_55 on host ABTHMSSB01 (wp 0)
    M  *  ERROR ThInit: db_connect
    M  *
    M  *  TIME Wed Jul 23 02:04:48 2014
    M  *  RELEASE 741
    M  *  COMPONENT Taskhandler
    M  *  VERSION 1
    M  *  RC 16797709
    M  *  MODULE D:/depot/bas/741_REL/src/krn/si/th/thxxhead.c
    M  *  LINE 2470
    M  *  COUNTER 1
    M  *
    M  *****************************************************************************

    M  PfRejectStatistic: clear statistic record
    M  PfClearAllRec: clear statistic area
    M  PfClearAllRec: statRecordAction = STAT_RECORD_ACTION_REJECT
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hooks for event BEFORE_DUMP
    M  ThIErrHandle: entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workp. 0 2392) [dpnttool.c 335]
    “Desp+Work” Command result:
    C:\Users\tngadm>disp+work
    disp+work information
    kernel release 741
    kernel make variant 741_REL
    compiled on NT 6.0 6002 x86 MS VC++ 16.00 for NTAMD64
    compiled for                  64 BIT
    compilation mode UNICODE
    compile time Jul  9 2014 16:39:46
    update level 0
    patch number 42
    source id 0.042
    RKS compatibility level 0
    supported environment
    database (SAP, table SVERS) 700
    710
    701
    702
    703
                                  711
    720
    730
    731
    732
    738
    740
    operating system
    Windows NT 5.1
    Windows NT 5.2
    Windows NT 6.0
    Windows NT 6.1
    Windows NT 6.2
    Windows NT 6.3
    C:\Users\tng

    C  *** ERROR => Connect via SAPUSER not supported for kernel >= 740.
    [dbsloci.c    2406]
    C     Only Secure Connect method possible.
    For this issue you need to set up SSFS.
    1639578 - SSFS as password storage for primary database connect
    I am new to SAP. I installed SAP ECC6 EHP4 with default kernel version 701 and it was working fine.
    I have upgraded kernel version from 701 to 741
    Are you sure kernel 741 is compatible with an EHP 4 system ?
    Read this SAP note
    1969546 - Release Roadmap Kernel 740
    Regards
    RB

  • Itunes just won't start after the upgrade

    I've upgraded my itunes, and done all the double checks I've found on this site. My itunes just will not start after the upgrade. It's frustrating to say the least because I can't even access my libary or edit my ipod. I've tried everything including uninstalling and reinstalling.. please help! I wanted to put my audio books on my ipod for a roadtrip tomorrow!

    Thanks Katrina. I was able to find what I needed through the link that you provided.
    To those that are having this problem, here's what I did to fix this issue:
    +If I have a computer or device that does not work well with an AWD with the latest update, how can I install previous (earlier) versions of firmware?+
    +1. Open AirPort Utility.+
    +2. From the AirPort Utility menu, hold the Option key *(Control key in Windows XP and Vista)* and choose Check for Updates....+
    +3. Select the specific firmware version you require.+
    +4. Click Download.+
    +5. Select your base station and choose Manual Setup from the Base Station menu, or double-click on the AWD icon.+
    +6. Choose Base Station > Upload Firmware.+
    +7. Select a firmware version and click OK.+
    +An important note about installing firmware+
    +After you have successfully installed a firmware update, AirPort Utility will wait for the AWD to restart. Once the AWD is available, AirPort Utility will display the standard configuration setup window with the Manual Setup and Continue buttons. Unless you intentionally wish to change some configuration of one of your apple Wireless Devices, you do not need to click Continue. At this point, simply quit AirPort Utility. Your AWD should be functioning correctly.+
    http://support.apple.com/kb/HT1218
    I chose firmware: Airport Extreme with 8-2.11n (Fast Ethernet) 7.3.2 Be patient, as Airport Utility will report that it can't find the AEBS, but after a short while mine was back. I did not roll back my version of Airport Utility.
    All appears to be normal and the iTunes library is rebuilding as I type this. Hopefully, Apple will figure out what's causing the problem with firmware 7.4.1

  • The browser doesn't start after turning off and turning on the computer

    The browser doesn't start after turning off and turning on the computer. I tried to delete the program entirely (along with personal preferences), create a new account, install a different browser versions. All this did not help. (I have Windows 7.) Help, please! Every day I have to reinstall Firefox!

    Hello Nastena, try a clean re-install, certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you '''remove Firefox program files''' and then reinstall Firefox. Please follow these steps:
    '''Note:''' You might want to print these steps or view them in another browser.
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
    #Delete the Firefox installation folder, which is located in one of these locations, by default:
    #*'''Windows:'''
    #**C:\Program Files\Mozilla Firefox
    #**C:\Program Files (x86)\Mozilla Firefox
    #*'''Mac:''' Delete Firefox from the Applications folder.
    #*'''Linux:''' If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it - see [[Installing Firefox on Linux]]. If you downloaded and installed the binary package from the [http://www.mozilla.org/firefox#desktop Firefox download page], simply remove the folder ''firefox'' in your home directory.
    #Now, go ahead and reinstall Firefox:
    ##Double-click the downloaded installation file and go through the steps of the installation wizard.
    ##Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!
    * check also if your antivirus or other security software(firewall, antispyware etc) blocks firefox access.
    thank you

  • Dreamweaver doesn't work after Yosemite upgrade.

    Dreamweaver doesn't work after Yosemite upgrade, it asks to install Java Runtime SE 6, I've tried that, I've also installed latest Java and it still won't boot, keeps asking for for Java Runtime SE 6

    You need http://support.apple.com/kb/DL1572
    27" i7 iMac (Mid 2011) refurb, OS X Yo (10.10.1), Mavs, ML & SL, G4 450 MP w/10.5 & 9.2.2

  • Gtk messed up after latest upgrade

    After latest upgrades it seems that anything gtk-related (2 or 3) is drawn as garbage, see image on http://i.imgur.com/g57D0KS.jpg
    Tiled-qt on the left looks fine, however, as does chromium.
    Xorg.log here:
    [ 13.396]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 13.396] X Protocol Version 11, Revision 0
    [ 13.396] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 13.396] Current Operating System: Linux laite-arch 3.10.2-1-ARCH #1 SMP PREEMPT Mon Jul 22 08:47:24 CEST 2013 x86_64
    [ 13.396] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ea8eee16-3368-4aea-baf2-63f8483fc7b2 ro quiet
    [ 13.396] Build Date: 01 July 2013 10:48:42AM
    [ 13.396]
    [ 13.396] Current version of pixman: 0.30.0
    [ 13.396] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 13.396] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 13.396] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jul 26 17:41:33 2013
    [ 13.538] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 13.538] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 13.812] (==) No Layout section. Using the first Screen section.
    [ 13.812] (==) No screen section available. Using defaults.
    [ 13.812] (**) |-->Screen "Default Screen Section" (0)
    [ 13.813] (**) | |-->Monitor "<default monitor>"
    [ 13.813] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 13.813] (==) Automatically adding devices
    [ 13.813] (==) Automatically enabling devices
    [ 13.813] (==) Automatically adding GPU devices
    [ 14.042] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 14.261] Entry deleted from font path.
    [ 14.495] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 14.495] Entry deleted from font path.
    [ 14.495] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 14.495] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 14.495] Entry deleted from font path.
    [ 14.495] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 14.495] (**) FontPath set to:
    /usr/share/fonts/local,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 14.495] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 14.495] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 14.509] (II) Loader magic: 0x7fdc20
    [ 14.509] (II) Module ABI versions:
    [ 14.509] X.Org ANSI C Emulation: 0.4
    [ 14.509] X.Org Video Driver: 14.1
    [ 14.509] X.Org XInput driver : 19.1
    [ 14.509] X.Org Server Extension : 7.0
    [ 14.510] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 14.513] (--) PCI:*(0:2:0:0) 1002:94b3:174b:1170 rev 0, Mem @ 0xd0000000/268435456, 0xfbfe0000/65536, I/O @ 0x0000e800/256, BIOS @ 0x????????/131072
    [ 14.513] Initializing built-in extension Generic Event Extension
    [ 14.513] Initializing built-in extension SHAPE
    [ 14.513] Initializing built-in extension MIT-SHM
    [ 14.513] Initializing built-in extension XInputExtension
    [ 14.513] Initializing built-in extension XTEST
    [ 14.513] Initializing built-in extension BIG-REQUESTS
    [ 14.513] Initializing built-in extension SYNC
    [ 14.513] Initializing built-in extension XKEYBOARD
    [ 14.513] Initializing built-in extension XC-MISC
    [ 14.513] Initializing built-in extension SECURITY
    [ 14.513] Initializing built-in extension XINERAMA
    [ 14.513] Initializing built-in extension XFIXES
    [ 14.513] Initializing built-in extension RENDER
    [ 14.513] Initializing built-in extension RANDR
    [ 14.513] Initializing built-in extension COMPOSITE
    [ 14.513] Initializing built-in extension DAMAGE
    [ 14.513] Initializing built-in extension MIT-SCREEN-SAVER
    [ 14.513] Initializing built-in extension DOUBLE-BUFFER
    [ 14.513] Initializing built-in extension RECORD
    [ 14.513] Initializing built-in extension DPMS
    [ 14.514] Initializing built-in extension X-Resource
    [ 14.514] Initializing built-in extension XVideo
    [ 14.514] Initializing built-in extension XVideo-MotionCompensation
    [ 14.514] Initializing built-in extension XFree86-VidModeExtension
    [ 14.514] Initializing built-in extension XFree86-DGA
    [ 14.514] Initializing built-in extension XFree86-DRI
    [ 14.514] Initializing built-in extension DRI2
    [ 14.514] (II) "glx" will be loaded by default.
    [ 14.514] (II) LoadModule: "dri2"
    [ 14.514] (II) Module "dri2" already built-in
    [ 14.514] (II) LoadModule: "glamoregl"
    [ 14.724] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 16.917] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 16.917] compiled for 1.14.0, module version = 0.5.0
    [ 16.917] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.917] (II) LoadModule: "glx"
    [ 16.917] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 17.116] (II) Module glx: vendor="X.Org Foundation"
    [ 17.116] compiled for 1.14.2, module version = 1.0.0
    [ 17.116] ABI class: X.Org Server Extension, version 7.0
    [ 17.116] (==) AIGLX enabled
    [ 17.117] Loading extension GLX
    [ 17.117] (==) Matched ati as autoconfigured driver 0
    [ 17.117] (==) Matched ati as autoconfigured driver 1
    [ 17.117] (==) Matched vesa as autoconfigured driver 2
    [ 17.117] (==) Matched modesetting as autoconfigured driver 3
    [ 17.117] (==) Matched fbdev as autoconfigured driver 4
    [ 17.117] (==) Assigned the driver to the xf86ConfigLayout
    [ 17.117] (II) LoadModule: "ati"
    [ 17.117] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 17.162] (II) Module ati: vendor="X.Org Foundation"
    [ 17.162] compiled for 1.14.0, module version = 7.1.0
    [ 17.162] Module class: X.Org Video Driver
    [ 17.162] ABI class: X.Org Video Driver, version 14.1
    [ 17.162] (II) LoadModule: "radeon"
    [ 17.162] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 17.266] (II) Module radeon: vendor="X.Org Foundation"
    [ 17.266] compiled for 1.14.0, module version = 7.1.0
    [ 17.266] Module class: X.Org Video Driver
    [ 17.266] ABI class: X.Org Video Driver, version 14.1
    [ 17.266] (II) LoadModule: "vesa"
    [ 17.281] (WW) Warning, couldn't open module vesa
    [ 17.281] (II) UnloadModule: "vesa"
    [ 17.281] (II) Unloading vesa
    [ 17.281] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 17.281] (II) LoadModule: "modesetting"
    [ 17.281] (WW) Warning, couldn't open module modesetting
    [ 17.281] (II) UnloadModule: "modesetting"
    [ 17.281] (II) Unloading modesetting
    [ 17.281] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 17.281] (II) LoadModule: "fbdev"
    [ 17.282] (WW) Warning, couldn't open module fbdev
    [ 17.282] (II) UnloadModule: "fbdev"
    [ 17.282] (II) Unloading fbdev
    [ 17.282] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 17.282] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
    ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
    ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
    ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
    ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
    ATI Radeon 4100, ATI Mobility Radeon HD 4200,
    ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
    CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
    BARTS, BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
    ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
    TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
    PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
    VERDE, VERDE, VERDE, VERDE, VERDE, VERDE
    [ 17.292] (++) using VT number 7
    [ 17.307] (II) [KMS] Kernel modesetting enabled.
    [ 17.307] (II) RADEON(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 17.307] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    [ 17.307] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 17.307] (==) RADEON(0): Default visual is TrueColor
    [ 17.307] (==) RADEON(0): RGB weight 888
    [ 17.307] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    [ 17.307] (--) RADEON(0): Chipset: "ATI Radeon HD 4770" (ChipID = 0x94b3)
    [ 17.307] (II) Loading sub module "dri2"
    [ 17.307] (II) LoadModule: "dri2"
    [ 17.307] (II) Module "dri2" already built-in
    [ 17.307] (II) Loading sub module "exa"
    [ 17.307] (II) LoadModule: "exa"
    [ 17.308] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 17.350] (II) Module exa: vendor="X.Org Foundation"
    [ 17.350] compiled for 1.14.2, module version = 2.6.0
    [ 17.350] ABI class: X.Org Video Driver, version 14.1
    [ 17.350] (II) RADEON(0): KMS Color Tiling: enabled
    [ 17.350] (II) RADEON(0): KMS Color Tiling 2D: enabled
    [ 17.350] (II) RADEON(0): KMS Pageflipping: enabled
    [ 17.350] (II) RADEON(0): SwapBuffers wait for vsync: enabled
    [ 17.370] (II) RADEON(0): Output DVI-0 has no monitor section
    [ 17.390] (II) RADEON(0): Output DIN has no monitor section
    [ 17.421] (II) RADEON(0): Output DVI-1 has no monitor section
    [ 17.440] (II) RADEON(0): EDID for output DVI-0
    [ 17.460] (II) RADEON(0): EDID for output DIN
    [ 17.491] (II) RADEON(0): EDID for output DVI-1
    [ 17.491] (II) RADEON(0): Manufacturer: BNQ Model: 7841 Serial#: 21573
    [ 17.491] (II) RADEON(0): Year: 2009 Week: 38
    [ 17.491] (II) RADEON(0): EDID Version: 1.3
    [ 17.491] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 17.491] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    [ 17.491] (II) RADEON(0): Max Image Size [cm]: horiz.: 53 vert.: 29
    [ 17.491] (II) RADEON(0): Gamma: 2.20
    [ 17.491] (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    [ 17.491] (II) RADEON(0): Default color space is primary color space
    [ 17.491] (II) RADEON(0): First detailed timing is preferred mode
    [ 17.491] (II) RADEON(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 17.491] (II) RADEON(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 17.491] (II) RADEON(0): Supported established timings:
    [ 17.491] (II) RADEON(0): 720x400@70Hz
    [ 17.491] (II) RADEON(0): 640x480@60Hz
    [ 17.491] (II) RADEON(0): 640x480@75Hz
    [ 17.491] (II) RADEON(0): 800x600@60Hz
    [ 17.491] (II) RADEON(0): 800x600@75Hz
    [ 17.491] (II) RADEON(0): 832x624@75Hz
    [ 17.491] (II) RADEON(0): 1024x768@60Hz
    [ 17.491] (II) RADEON(0): 1024x768@75Hz
    [ 17.491] (II) RADEON(0): 1280x1024@75Hz
    [ 17.491] (II) RADEON(0): 1152x864@75Hz
    [ 17.491] (II) RADEON(0): Manufacturer's mask: 0
    [ 17.491] (II) RADEON(0): Supported standard timings:
    [ 17.491] (II) RADEON(0): #0: hsize: 1152 vsize 720 refresh: 60 vid: 113
    [ 17.491] (II) RADEON(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 17.491] (II) RADEON(0): #2: hsize: 1280 vsize 960 refresh: 60 vid: 16513
    [ 17.491] (II) RADEON(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 17.491] (II) RADEON(0): #4: hsize: 1600 vsize 900 refresh: 60 vid: 49321
    [ 17.491] (II) RADEON(0): #5: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 17.491] (II) RADEON(0): #6: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 17.491] (II) RADEON(0): Supported detailed timing:
    [ 17.491] (II) RADEON(0): clock: 148.5 MHz Image Size: 477 x 268 mm
    [ 17.491] (II) RADEON(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 17.491] (II) RADEON(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 17.491] (II) RADEON(0): Serial No: F9904610SL000
    [ 17.491] (II) RADEON(0): Ranges: V min: 50 V max: 76 Hz, H min: 24 H max: 83 kHz, PixClock max 175 MHz
    [ 17.491] (II) RADEON(0): Monitor name: BenQ G2420HDB
    [ 17.491] (II) RADEON(0): EDID (in hex):
    [ 17.491] (II) RADEON(0): 00ffffffffffff0009d1417845540000
    [ 17.491] (II) RADEON(0): 261301030e351d782e6085a6564a9c25
    [ 17.491] (II) RADEON(0): 125054a56b80710081c081408180a9c0
    [ 17.491] (II) RADEON(0): b300d1c00101023a801871382d40582c
    [ 17.491] (II) RADEON(0): 4500dd0c1100001e000000ff00463939
    [ 17.491] (II) RADEON(0): 3034363130534c303030000000fd0032
    [ 17.491] (II) RADEON(0): 4c185311000a202020202020000000fc
    [ 17.491] (II) RADEON(0): 0042656e512047323432304844420076
    [ 17.491] (II) RADEON(0): Printing probed modes for output DVI-1
    [ 17.491] (II) RADEON(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 17.491] (II) RADEON(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1600x900"x60.0 118.96 1600 1696 1864 2128 900 901 904 932 -hsync +vsync (55.9 kHz)
    [ 17.492] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 17.492] (II) RADEON(0): Modeline "1152x720"x60.0 67.28 1152 1208 1328 1504 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 17.492] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 17.492] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 17.492] (II) RADEON(0): Output DVI-0 disconnected
    [ 17.492] (II) RADEON(0): Output DIN disconnected
    [ 17.492] (II) RADEON(0): Output DVI-1 connected
    [ 17.492] (II) RADEON(0): Using exact sizes for initial modes
    [ 17.492] (II) RADEON(0): Output DVI-1 using initial mode 1920x1080
    [ 17.492] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 17.492] (II) RADEON(0): mem size init: gart size :1fdee000 vram size: s:20000000 visible:1f7d7000
    [ 17.492] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
    [ 17.492] (==) RADEON(0): DPI set to (96, 96)
    [ 17.492] (II) Loading sub module "fb"
    [ 17.492] (II) LoadModule: "fb"
    [ 17.492] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 17.567] (II) Module fb: vendor="X.Org Foundation"
    [ 17.567] compiled for 1.14.2, module version = 1.0.0
    [ 17.567] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 17.567] (II) Loading sub module "ramdac"
    [ 17.567] (II) LoadModule: "ramdac"
    [ 17.567] (II) Module "ramdac" already built-in
    [ 17.567] (--) Depth 24 pixmap format is 32 bpp
    [ 17.568] (II) RADEON(0): [DRI2] Setup complete
    [ 17.568] (II) RADEON(0): [DRI2] DRI driver: r600
    [ 17.568] (II) RADEON(0): [DRI2] VDPAU driver: r600
    [ 17.568] (II) RADEON(0): Front buffer size: 8160K
    [ 17.568] (II) RADEON(0): VRAM usage limit set to 456966K
    [ 17.569] (==) RADEON(0): Backing store disabled
    [ 17.569] (II) RADEON(0): Direct rendering enabled
    [ 17.569] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 17.569] (II) EXA(0): Driver registered support for the following operations:
    [ 17.569] (II) Solid
    [ 17.570] (II) Copy
    [ 17.570] (II) Composite (RENDER acceleration)
    [ 17.570] (II) UploadToScreen
    [ 17.570] (II) DownloadFromScreen
    [ 17.570] (II) RADEON(0): Acceleration enabled
    [ 17.570] (==) RADEON(0): DPMS enabled
    [ 17.570] (==) RADEON(0): Silken mouse enabled
    [ 17.570] (II) RADEON(0): Set up textured video
    [ 17.570] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
    [ 17.570] (II) RADEON(0): [XvMC] Extension initialized.
    [ 17.570] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 17.571] (--) RandR disabled
    [ 20.549] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 20.549] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 20.549] (II) AIGLX: enabled GLX_ARB_create_context
    [ 20.549] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 20.549] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 20.549] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 20.549] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 20.552] (II) AIGLX: Loaded and initialized r600
    [ 20.552] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 20.553] (II) RADEON(0): Setting screen physical size to 508 x 285
    [ 21.889] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 21.889] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 21.889] (II) LoadModule: "evdev"
    [ 21.890] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 21.925] (II) Module evdev: vendor="X.Org Foundation"
    [ 21.925] compiled for 1.14.2, module version = 2.8.1
    [ 21.925] Module class: X.Org XInput Driver
    [ 21.925] ABI class: X.Org XInput driver, version 19.1
    [ 21.925] (II) Using input driver 'evdev' for 'Power Button'
    [ 21.925] (**) Power Button: always reports core events
    [ 21.925] (**) evdev: Power Button: Device: "/dev/input/event5"
    [ 21.925] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 21.925] (--) evdev: Power Button: Found keys
    [ 21.925] (II) evdev: Power Button: Configuring as keyboard
    [ 21.925] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5/event5"
    [ 21.925] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 21.925] (**) Option "xkb_rules" "evdev"
    [ 21.925] (**) Option "xkb_model" "pc104"
    [ 21.925] (**) Option "xkb_layout" "fi"
    [ 21.925] (**) Option "xkb_options" "ctrl:nocaps"
    [ 22.026] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 22.027] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 22.027] (II) Using input driver 'evdev' for 'Power Button'
    [ 22.027] (**) Power Button: always reports core events
    [ 22.027] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 22.027] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 22.027] (--) evdev: Power Button: Found keys
    [ 22.027] (II) evdev: Power Button: Configuring as keyboard
    [ 22.027] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 22.027] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 22.027] (**) Option "xkb_rules" "evdev"
    [ 22.027] (**) Option "xkb_model" "pc104"
    [ 22.027] (**) Option "xkb_layout" "fi"
    [ 22.027] (**) Option "xkb_options" "ctrl:nocaps"
    [ 22.028] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/event1)
    [ 22.028] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "evdev keyboard catchall"
    [ 22.028] (II) Using input driver 'evdev' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
    [ 22.028] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
    [ 22.028] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Device: "/dev/input/event1"
    [ 22.028] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Vendor 0x45e Product 0x745
    [ 22.028] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found keys
    [ 22.028] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Configuring as keyboard
    [ 22.029] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-5/3-5:1.0/input/input1/event1"
    [ 22.029] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: KEYBOARD, id 8)
    [ 22.029] (**) Option "xkb_rules" "evdev"
    [ 22.029] (**) Option "xkb_model" "pc104"
    [ 22.029] (**) Option "xkb_layout" "fi"
    [ 22.029] (**) Option "xkb_options" "ctrl:nocaps"
    [ 22.030] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/event2)
    [ 22.030] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "evdev pointer catchall"
    [ 22.030] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "evdev keyboard catchall"
    [ 22.030] (II) Using input driver 'evdev' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
    [ 22.030] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
    [ 22.030] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Device: "/dev/input/event2"
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Vendor 0x45e Product 0x745
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found 9 mouse buttons
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found scroll wheel(s)
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found relative axes
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found x and y relative axes
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found absolute axes
    [ 22.030] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Forcing absolute x/y axes to exist.
    [ 22.030] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found keys
    [ 22.030] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Configuring as mouse
    [ 22.030] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Configuring as keyboard
    [ 22.030] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Adding scrollwheel support
    [ 22.031] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: YAxisMapping: buttons 4 and 5
    [ 22.031] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 22.031] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-5/3-5:1.1/input/input2/event2"
    [ 22.031] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: KEYBOARD, id 9)
    [ 22.031] (**) Option "xkb_rules" "evdev"
    [ 22.031] (**) Option "xkb_model" "pc104"
    [ 22.031] (**) Option "xkb_layout" "fi"
    [ 22.031] (**) Option "xkb_options" "ctrl:nocaps"
    [ 22.031] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: initialized for relative axes.
    [ 22.031] (WW) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: ignoring absolute axes.
    [ 22.032] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) keeping acceleration scheme 1
    [ 22.032] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration profile 0
    [ 22.032] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration factor: 2.000
    [ 22.032] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration threshold: 4
    [ 22.033] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/mouse1)
    [ 22.033] (II) No input driver specified, ignoring this device.
    [ 22.033] (II) This device may have been added with another device file.
    [ 22.033] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/event3)
    [ 22.033] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: Applying InputClass "evdev keyboard catchall"
    [ 22.033] (II) Using input driver 'evdev' for 'Microsoft Microsoft® 2.4GHz Transceiver v6.0'
    [ 22.033] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: always reports core events
    [ 22.033] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Device: "/dev/input/event3"
    [ 22.033] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Using mtdev for this device
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Vendor 0x45e Product 0x745
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found 1 mouse buttons
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found scroll wheel(s)
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found relative axes
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found absolute axes
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found absolute multitouch axes
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found x and y absolute axes
    [ 22.033] (--) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Found keys
    [ 22.033] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Forcing relative x/y axes to exist.
    [ 22.033] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Configuring as mouse
    [ 22.033] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Configuring as keyboard
    [ 22.033] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: Adding scrollwheel support
    [ 22.033] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: YAxisMapping: buttons 4 and 5
    [ 22.033] (**) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 22.033] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/usb3/3-5/3-5:1.2/input/input3/event3"
    [ 22.033] (II) XINPUT: Adding extended input device "Microsoft Microsoft® 2.4GHz Transceiver v6.0" (type: KEYBOARD, id 10)
    [ 22.033] (**) Option "xkb_rules" "evdev"
    [ 22.033] (**) Option "xkb_model" "pc104"
    [ 22.033] (**) Option "xkb_layout" "fi"
    [ 22.033] (**) Option "xkb_options" "ctrl:nocaps"
    [ 22.034] (II) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: initialized for relative axes.
    [ 22.034] (WW) evdev: Microsoft Microsoft® 2.4GHz Transceiver v6.0: ignoring absolute axes.
    [ 22.034] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) keeping acceleration scheme 1
    [ 22.034] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration profile 0
    [ 22.034] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration factor: 2.000
    [ 22.034] (**) Microsoft Microsoft® 2.4GHz Transceiver v6.0: (accel) acceleration threshold: 4
    [ 22.034] (II) config/udev: Adding input device Microsoft Microsoft® 2.4GHz Transceiver v6.0 (/dev/input/js0)
    [ 22.034] (II) No input driver specified, ignoring this device.
    [ 22.034] (II) This device may have been added with another device file.
    [ 22.034] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event0)
    [ 22.034] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 22.034] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 22.034] (**) Logitech USB Receiver: always reports core events
    [ 22.034] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event0"
    [ 22.034] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc51b
    [ 22.034] (--) evdev: Logitech USB Receiver: Found 12 mouse buttons
    [ 22.034] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 22.034] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 22.034] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 22.034] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 22.034] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 22.034] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 22.034] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 22.034] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:04.0/usb4/4-1/4-1:1.0/input/input0/event0"
    [ 22.034] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 11)
    [ 22.034] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 22.034] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 22.034] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 22.034] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 22.034] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 22.035] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 22.035] (II) config/udev: Adding input device HDA NVidia Line Out (/dev/input/event7)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 22.035] (II) config/udev: Adding input device HDA NVidia Line (/dev/input/event8)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 22.035] (II) config/udev: Adding input device HDA NVidia Rear Mic (/dev/input/event9)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 22.035] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 22.035] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event10)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 22.035] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
    [ 22.035] (II) No input driver specified, ignoring this device.
    [ 22.035] (II) This device may have been added with another device file.
    [ 30.896] (II) AIGLX: Suspending AIGLX clients for VT switch
    I'm using open drivers for my Radeon HD4770.
    Same problem persists with all gtk themes.
    Last edited by laite (2013-07-26 16:28:49)

    I have the same problem too. the same graphic card model.
    I temporarily change the driver to 'vesa' or 'fbdev' to make it render right.
    but it may cause the resolution smaller.
    any suggestion ?
    pacman -Qi linux
    Name : linux
    Version : 3.10.2-1
    Description : The Linux kernel and modules
    Architecture : x86_64
    URL : http://www.kernel.org/
    Licenses : GPL2
    Groups : base
    Provides : kernel26=3.10.2
    Depends On : coreutils linux-firmware kmod mkinitcpio>=0.7
    Optional Deps : crda: to set the correct wireless channels of your country
    [installed]
    Required By : None
    Optional For : None
    Conflicts With : kernel26
    Replaces : kernel26
    Installed Size : 66453.00 KiB
    Packager : Tobias Powalowski <[email protected]>
    Build Date : Mon Jul 22 14:52:41 2013
    Install Date : Fri Jul 26 00:23:13 2013
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    pacman -Qi pango
    Name : pango
    Version : 1.34.1-1
    Description : A library for layout and rendering of text
    Architecture : x86_64
    URL : http://www.pango.org/
    Licenses : LGPL
    Groups : None
    Provides : None
    Depends On : libthai cairo libxft harfbuzz
    Optional Deps : None
    Required By : cogl gst-plugins-base gstreamer0.10-base-plugins gtk2 gtk3
    librsvg libtiger pangomm
    Optional For : None
    Conflicts With : None
    Replaces : None
    Installed Size : 3682.00 KiB
    Packager : Jan Alexander Steffens (heftig) <[email protected]>
    Build Date : Tue May 14 01:42:00 2013
    Install Date : Fri Jul 26 01:08:47 2013
    Install Reason : Installed as a dependency for another package
    Install Script : Yes
    Validated By : Signature
    Last edited by Ashur (2013-07-26 17:48:58)

Maybe you are looking for

  • WHAT ALL MESSAGE'S ISSUED WHILE CREATING PO

    Sir, ply let me know after saving the po i want to know what all messages were issued while creating the po. Like "warning" or "information" message where  can i see this regards amey

  • IPod updater won't unistall and there's always a warning....HELP!!!

    I've got a problem with my iPod colour...I've just bought a new iPod and then i wanted to clear iTunes AND iPod updater. But the problem is that the iPod updater won't unistall. There's a warning saying: internal failure Error Number: 0x80040707 Desc

  • Macbook not opening iphoto when I connect my digital camera

    For some reason, my Macbook Pro has stopped recognising my camera when I connect it via USB.  Mine's a Sony Cybershot and I also tried with my husband's Canon DSLR just to check it wasn't the camera.  I recently did an SMC reset because my USB port w

  • Addition of Two char type fields

    Hi All In a custom (ZSTRUCTURE) structure, we have defined a field called 'ZQUAN". The field is associated with "ZZQUANT", which is Char 23 length. There is another field called lv_qty like VBRP-FKIMG, defined in source code. In source code, i need t

  • Error IPP printing - can someone help me out?

    Environment - WinXP Code: package xmlp; import java.io.*; import oracle.apps.xdo.delivery.*; public class xpdeltest { public static void main(String[] args) { try { DeliveryManager deliverymanager1 = new DeliveryManager(); System.out.println("done ne