Gtk 1.2.10 library

is it possible that because a library was not fully unloaded and replaced in same directory can cause errors when a new executable based on the library (or the same executable) is executed while the other executables are still loaded with their own "copy" of the library ?
does ldconfig solve this ? or do the libraries have to be first fully unloaded ? or does ldconfig has nothing to do with this because it only updates libdirs ?
Last edited by hopper (2009-05-27 22:44:04)

is it possible that because a library was not fully unloaded and replaced in same directory can cause errors when a new executable based on the library (or the same executable) is executed while the other executables are still loaded with their own "copy" of the library ?
does ldconfig solve this ? or do the libraries have to be first fully unloaded ? or does ldconfig has nothing to do with this because it only updates libdirs ?
Last edited by hopper (2009-05-27 22:44:04)

Similar Messages

  • Problem accessing basic data types

    Hi,
    I am a newbie at using JNI so please don't mind if I am asking something trivial.
    I have a JNI wrapper for a native C code. The C code is a Gtk+ application using GLib library. This library has it's own basic data types. For example, "gchar" corresponding to "char". I have generated the JNI Wrappers using the tool named "Swig" which is an interface between the C and other programming languages such as Java. What Swig has come up with is since "gchar" is not understood by it as "char" so it has taken the "gchar" as come Reference Type and generated another class for it. And instead of accepting simple char it is expecting a long.
    Even if I pass a numerical value like 11111 after instantiating this newly generated gchar class while running the program the JVM is crashing complaining SIGSEGV recieved from the underlying libraries.
    I am confused first of all since the error is not understood and secondly how can I tell the JNI that gchar is similar to char.
    What approach should I follow to solve the problem that I am facing? Any feedback on this will be appreciated.
    Thanks & Regards

    At run time you can see all the data........ like what i have shown...
    but if you clearly see, DATE will be in the internal format..but if you print it, it will be in dd:mm:yyyy
    can you suggest me if i have a dynamic field symbol (table data) ,,,, How can i convert data types dynamically..
    if it is a static internal table i am achieving with WRITE TO statement.....but i have huge data in field symbols...
    Instead of all these , please specify the exact problem your are facing . What is it with date field ? . In SAP while printing the internal format will be converted to external. What is your requirement with this date field?
    My output looks some thing like this:
    04 36876 15.09.2011 39600 1999
    06 36960 15.09.2011 39600 2632
    07 36874 15.09.2011 39541 9232
    My expected output
    04 36.876 15.09.2011 39.600 1.999
    06 36.960 15.09.2011 39.600 2.632
    07 36.874 15.09.2011 39.541 9.232
    I dont see any problems mentioned in your date field. Both your actual and expected outputs reflects the same in date field.
    In SCN you will only get solutions if your question is precise.
    Kesav

  • How to run SWT project using Netbeans?

    I get run time exception:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3236 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1030)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:123)
    at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
    at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
    at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
    at org.eclipse.swt.widgets.Display.<clinit>(Display.java:126)
    at swttest.Main.formLayout(Main.java:41)
    at swttest.Main.main(Main.java:36)
    Java Result: 1
    thanks;

    UnsatisfiedLinkError is a native library error, not classpath error, not to mention it's very common when starting to work with SWT. I've never tried SWT with NetBeans, in fact I don't use NetBeans much at all, I use Eclipse, personal preference, I've tried NetBeans but I'm just more comfortable with Eclipse. Anyway, to get this to work you need to add this argument to the launch configuration:
    -Djava.library.path=*path to the SWT dlls*
    There should be 3 of them and you just have to put the path to that directory, not each individual DLL.
    Being unfamiliar with NetBeans I can't tell you exactly how to do this, but I assume there is some sort of launch dialog where you can specify JVM arguments. Hopefully this helps.

  • Vuze won't start

    I installed vuze from the aur but it won't start.I tried installing "jre7-openjdk jdk7-openjdk eclipse" but it didn't help.
    Here is my output:
    [unilx@online ~]$ vuze
    Starting Azureus...
    Suitable java version found [java = 1.7.0_147-icedtea]
    Configuring environment...
    Java exec found in PATH. Verifying...
    GRE/XULRunner automatically found
    Loading Azureus:
    java -Xmx128m -cp "./Azureus2.jar:./swt.jar" -Djava.library.path="/usr/share/vuze" -Dazureus.install.path="/usr/share/vuze" -Dazureus.script="/usr/bin/vuze" -Dazureus.script.version=2 org.gudy.azureus2.ui.swt.Main
    file:/usr/share/vuze/Azureus2.jar ; file:/usr/share/vuze/swt.jar ; file:/usr/share/vuze/
    changeLocale: *Default Language* != English (United States). Searching without country..
    changeLocale: Searching for language English in *any* country..
    changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
    at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:114)
    at org.gudy.azureus2.ui.swt.Main.main(Main.java:292)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
    at java.lang.Thread.run(Thread.java:722)
    Caused by: java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
    no swt-gnome-gtk-3802 in java.library.path
    no swt-gnome-gtk in java.library.path
    /home/unilx/.swt/lib/linux/x86_64/libswt-gnome-gtk-3802.so: libgnomevfs-2.so.0: cannot open shared object file: No such file or directory
    Can't load library: /home/unilx/.swt/lib/linux/x86_64/libswt-gnome-gtk.so
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194)
    at org.eclipse.swt.internal.gnome.GNOME.<clinit>(GNOME.java:21)
    at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397)
    at org.eclipse.swt.program.Program.launch(Program.java:1086)
    at org.eclipse.swt.program.Program.launch(Program.java:1042)
    at org.gudy.azureus2.ui.swt.Utils.launch(Utils.java:955)
    at com.aelitis.azureus.ui.swt.Initializer.checkInstallID(Initializer.java:303)
    at com.aelitis.azureus.ui.swt.Initializer.runInSWTThread(Initializer.java:272)
    at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:271)
    at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:63)
    at com.aelitis.azureus.ui.swt.Initializer.<init>(Initializer.java:162)
    ... 12 more
    Exit from Azureus complete
    No shutdown tasks to do
    Azureus TERMINATED.
    [unilx@online ~]$
    Last edited by unilx (2012-02-03 01:44:29)

    It didn't work, I end up with this output:
    [unilx@online java]$ sudo ln -s swt-gtk.jar swt.jar
    ln: failed to create symbolic link `swt.jar': File exists
    [unilx@online java]$

  • [Solved] Vuze not starting?

    I have installed vuze and it's dependencies, however when starting I get this:
    Suitable java version found [java = 1.6.0_24]
    Configuring environment...
    Java exec found in PATH. Verifying...
    Browser check failed with: InvocationTargetException, No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
    Auto-scanning for GRE/XULRunner. You can skip this by appending the GRE path to LD_LIBRARY_PATH and setting MOZILLA_FIVE_HOME.
    checking /usr/lib/xulrunner-10.0 for GRE
    GRE found at /usr/lib/xulrunner-10.0.
    Browser check failed with: InvocationTargetException, XPCOM error -2147467261
    Can't create browser. Will try to set LD_LIBRARY_PATH and hope Vuze has better luck.
    setting LD_LIBRARY_PATH to: /usr/lib/xulrunner-10.0
    setting MOZILLA_FIVE_HOME to: /usr/lib/xulrunner-10.0
    Loading Azureus:
    java -Xmx128m -cp "./Azureus2.jar:./swt.jar" -Djava.library.path="/usr/share/vuze" -Dazureus.install.path="/usr/share/vuze" -Dazureus.script="/usr/bin/vuze" -Dazureus.script.version=2 org.gudy.azureus2.ui.swt.Main
    file:/usr/share/vuze/Azureus2.jar ; file:/usr/share/vuze/swt.jar ; file:/usr/share/vuze/
    changeLocale: *Default Language* != English (United States). Searching without country..
    changeLocale: Searching for language English in *any* country..
    changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:114)
    at org.gudy.azureus2.ui.swt.Main.main(Main.java:292)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
    at java.lang.Thread.run(Thread.java:679)
    Caused by: java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
    no swt-gnome-gtk-3802 in java.library.path
    no swt-gnome-gtk in java.library.path
    /home/user/.swt/lib/linux/x86/libswt-gnome-gtk-3802.so: libgnomevfs-2.so.0: cannot open shared object file: No such file or directory
    Can't load library: /home/user/.swt/lib/linux/x86/libswt-gnome-gtk.so
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194)
    at org.eclipse.swt.internal.gnome.GNOME.<clinit>(GNOME.java:21)
    at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397)
    at org.eclipse.swt.program.Program.launch(Program.java:1086)
    at org.eclipse.swt.program.Program.launch(Program.java:1042)
    at org.gudy.azureus2.ui.swt.Utils.launch(Utils.java:955)
    at com.aelitis.azureus.ui.swt.Initializer.checkInstallID(Initializer.java:303)
    at com.aelitis.azureus.ui.swt.Initializer.runInSWTThread(Initializer.java:272)
    at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:271)
    at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:63)
    at com.aelitis.azureus.ui.swt.Initializer.<init>(Initializer.java:162)
    ... 12 more
    Exit from Azureus complete
    No shutdown tasks to do
    Azureus TERMINATED.
    Thanks
    DoctorZeus
    Last edited by doctorzeus (2012-02-22 21:21:12)

    Mr.Elendig wrote:1. start using aur
    2. install gnome-vfs
    Thanks for the reply..
    1. I have been using AUR for ages (got Vuze from the AUR)
    2. Still getting errors unfortunatly:
    Starting Azureus...
    Suitable java version found [java = 1.6.0_24]
    Configuring environment...
    Java exec found in PATH. Verifying...
    Browser check failed with: InvocationTargetException, No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]
    Auto-scanning for GRE/XULRunner. You can skip this by appending the GRE path to LD_LIBRARY_PATH and setting MOZILLA_FIVE_HOME.
    checking /usr/lib/xulrunner-10.0.2 for GRE
    GRE found at /usr/lib/xulrunner-10.0.2.
    Browser check failed with: InvocationTargetException, XPCOM error -2147467261
    Can't create browser. Will try to set LD_LIBRARY_PATH and hope Vuze has better luck.
    setting LD_LIBRARY_PATH to: /usr/lib/xulrunner-10.0.2
    setting MOZILLA_FIVE_HOME to: /usr/lib/xulrunner-10.0.2
    Loading Azureus:
    java -Xmx128m -cp "./Azureus2.jar:./swt.jar" -Djava.library.path="/usr/share/vuze" -Dazureus.install.path="/usr/share/vuze" -Dazureus.script="/usr/bin/vuze" -Dazureus.script.version=2 org.gudy.azureus2.ui.swt.Main
    file:/usr/share/vuze/Azureus2.jar ; file:/usr/share/vuze/swt.jar ; file:/usr/share/vuze/
    changeLocale: *Default Language* != English (United States). Searching without country..
    changeLocale: Searching for language English in *any* country..
    changeLocale: no message properties for Locale 'English (United States)' (en_US), using 'English (default)'
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
    at org.gudy.azureus2.ui.swt.Main.<init>(Main.java:114)
    at org.gudy.azureus2.ui.swt.Main.main(Main.java:292)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
    at com.aelitis.azureus.launcher.MainExecutor$1.run(MainExecutor.java:37)
    at java.lang.Thread.run(Thread.java:679)
    Caused by: java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
    no swt-gnome-gtk-3802 in java.library.path
    no swt-gnome-gtk in java.library.path
    /home/user/.swt/lib/linux/x86/libswt-gnome-gtk-3802.so: libgnome-2.so.0: cannot open shared object file: No such file or directory
    Can't load library: /home/user/.swt/lib/linux/x86/libswt-gnome-gtk.so
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:285)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:194)
    at org.eclipse.swt.internal.gnome.GNOME.<clinit>(GNOME.java:21)
    at org.eclipse.swt.program.Program.gnome_24_launch(Program.java:397)
    at org.eclipse.swt.program.Program.launch(Program.java:1086)
    at org.eclipse.swt.program.Program.launch(Program.java:1042)
    at org.gudy.azureus2.ui.swt.Utils.launch(Utils.java:955)
    at com.aelitis.azureus.ui.swt.Initializer.checkInstallID(Initializer.java:303)
    at com.aelitis.azureus.ui.swt.Initializer.runInSWTThread(Initializer.java:272)
    at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.<init>(SWTThread.java:271)
    at org.gudy.azureus2.ui.swt.mainwindow.SWTThread.createInstance(SWTThread.java:63)
    at com.aelitis.azureus.ui.swt.Initializer.<init>(Initializer.java:162)
    ... 12 more
    Exit from Azureus complete
    No shutdown tasks to do
    Azureus TERMINATED.
    From the look of the output it seems that Vuze on Linux is extremly gnome dependent, would you recomend using a different bittorent client instead?
    Thanks
    DoctorZeus
    Last edited by doctorzeus (2012-02-22 00:21:08)

  • Remanents of EL4 after upgrading to EL5

    After upgrading from Enterprise Linux 4 to Enterprise Linux 5 on an x86_64 platform I noticed the following rpm's were still installed. My question is whether it is safe to erase these:
    [root@dtest1-64 ~]# rpm -q -a | grep el4
    spamassassin-3.1.8-2.el4
    gtk-engines-0.12-6.el4
    gaim-1.5.0-12.el4
    gsl-1.5-2.rhel4
    gnome-games-2.8.0-4.rhel4.1
    evolution-2.0.2-27.rhel4.6
    gtk-engines-0.12-6.el4
    Note: This discovery was quite by accident since it occured to me while I was running up2date and it complained about conflicts with some of the older el4 rpm's (example: seamonkey and an older duplicate rpm for e2fsprogs). I removed those and the up2date process completed without incident.
    What I would like to do is clean up any of these other remnants that are no longer needed. Someone please let me know whether I need any of this stuff now that my installation is running Enterprise Linux 5.
    Thanks,
    Steve P.

    I believe these can be removed. I noticed the same during an upgrade and removed the exact list below without issues.
    spamassassin - function is obvious.
    gtk-engines - contains sample themes for GTK+ which is a library containing higher level UI elements for use by application developers. You do need gtk+ however so don't nuke that!
    gaim - IM client for Linux
    gsl - GNU scientific library, open source library offering http://www.gnu.org/software/gsl/
    gnome-games - enough said
    evolution - PIM suite with email, calendaring, address book, etc.
    The only exception might be if, for example, you have ProC or other custom software written and running on the box with dependencies on GTK+ or GSL. It's not going to hurt to keep these around, though.

  • [Solved] Gtk-WARNING **: Locale not supported by C library

    Hi all,
    Since the gnome 3.2 update I have the following error while working on the terminal:
    "Gtk-WARNING **: Locale not supported by C library"
    I have follow the wiki but nothing change, any idea?
    Regards,
    Last edited by sweetthdevil (2011-10-07 16:48:52)

    fixed - the problem was with the system settings > Region and language
    All needed to be set there...

  • Gtk-WARNING **: Locale not supported by C library.

    Hi, I'm pretty new to Linux and I could really use some help on this one! This is my second Arch install. After the first, which I installed to learn about Linux,  I figured there'd be more user-friendly and complete distro's (like SUSE, Debian, etc.). I was wrong
    Anyway, this is my second install, but ever since I installed it (and X11, ati-fglrx, gnome and gnome-extra) certain apps give my this error when run from a console. All of them start and work perfectly, except one: gnome-keyboard-properties. I fails to run and starts a bug buddy report window, while outputting the following messages on the console:
    [***@*** ~]$ gnome-keyboard-properties
    (gnome-keyboard-properties:4727): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    (gnome-keyboard-properties:4727): Gdk-WARNING **: locale not supported by C library
    (gnome_segv2:4728): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    (gnome_segv2:4728): Gdk-WARNING **: locale not supported by C library
    (bug-buddy:4729): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    (bug-buddy:4729): Gdk-WARNING **: locale not supported by C library
    ** (bug-buddy:4729): WARNING **: Couldn't load icon for Open Folder
    Failed to read a valid object file image from memory.
    I've generated the en_US.utf8 locale using locale-gen, edited rc.conf accordingly and I used the hwd-generated keyboard entry for xorg.conf that worked on my previous install.
    I've been trying things with my xorg.conf. I used to leave XkbLayout and XkbVariant empty, like in the hwd-generated example, but now I'm using this:
    Section "InputDevice"
    Identifier "Cherry"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    Option "XkbVariant" "intl"
    EndSection
    This has a noticable effect: both ' and " require an extra spacebar hit. Pretty anoying, but this at least shows is had effect on gnome. Also, the Keyboard Indicator Applet shows the layout correctly.
    I've tried other things, like uninstalling gnome and gnome-extra using pacman -Rnd as to leave no trace, and reïnstalling it. And I can't find anything on Google...
    PS I'm running this on an athlon64 with a radeon x700, ftp-install from a 0.7.2 i686 base CD.

    I've done a total reïnstall - again. gnome-keyboard-properties works again! However, I still get these errors when opening Gtk-apps:
    (gksu:4669): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    I've left xorg.conf's XkbLayout emply, which defaults to "us". There's a related option called "KEYMAP" in rc.conf, which has "us" as default, too. As I said, gnome-keyboard-properties now works and correctly displays "Generic 105-key.." etc. and "U.S. English".
    I think I now have /etc/hosts' loopback correctly setup:
    127.0.0.1 localhost.localdomain myhostname
    192.168.x.xxx myhostname.localdomain myhostname
    I'm really out of ideas here. Does anyone know whether this is normal or harmful?
    [[ EDIT ]]
    Solved. I actually forgot to generate the locales this time. I don't know what it was last time...
    Last edited by ppvg (2007-02-05 21:21:21)

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

  • Math library not generating errno values or SIGFPE on Intel!!

    Hello. I posted this a long while back and got no responses, so I decided to ask again. I am writing a calculator, and it is not very nice for testing if I have to wind up with this:
    <pre style="width: 600px; background-color: #F0F0F0">$ hoc
    sqrt(-4)
    nan
    atan2(0,0)
    0
    pow(-4, 1/2)
    nan
    1e4000 * 1e4000
    inf
    (-1e4000) * (1e40000)
    -inf
    1e-40000
    0
    </pre>
    My program handles SIGFPE and there is a function errcheck() that checks the value of errno. It seems like the atan2(), pow(), and sqrt() functions do not assign to errno like they should. I'm running on an Intel Mac, and it makes making sure this calculator works right a big pain. Does anyone PLEASE know how to fix this? THANKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    What x-bc does is: convert long function names (sin(), ...) to the short ones (s(), ...), save the final result in a temporary file, and just pipe bc -lq (include math library, no GNU bc banner) redirecting standard input to that temporary file over to their GTK+ text box. There's something that has to do with GNU bc then, and that results in a weird value (1) in my testing...
    PS - The file is src/main_window.cc; function int main_window::executeBc() - on version 2.0: lines 376 through 408. The code that does converting long to short is unknown to me.
    Message was edited by: andlabs
    Message was edited by: andlabs

  • Acroread 8.1.2 fontconfig/gtk+ errors Solaris 9 (SunOS 5.9)

    I have been trying to get Adobe Reader 8.1.2 to run on a 64-bit SPARC
    Solaris 9 (SunOS 5.9) system for the past week. I started trying to
    upgrade all necessary dependencies, including GTK+ 2.12.x, from
    sunfreeware.com and then using pkg-get.
    No matter how I set my permissions or system vars, I either get an error
    about a poorly configured fontconfig library (though I have tried
    'fc-cache -f -v <several_different_paths_with_font_directory_or_file_containing_.pcf.Z_files>', and 'fc-cache -f -v' a gazillion times),
    or I get the error "GTK+ UI Toolkit libraries, ver. 2.4.9 or greater were
    not found.".
    Below is my current $PATH and $LD_LIBRARY_PATH values as determined by my
    .bashrc file (note that I did change the name of the user and computer for
    security purposes):
    user@computer$ echo $PATH
    /SGE/bin/sol-sparc64:/opt/SUNWspro/bin:/usr/ccs/bin:/SGE/bin:/SGE/bin/sol-s
    parc64:/SGE/lib/sol-sparc64:/usr/local/teTeX/bin/sparc-sun-solaris2.9:/usr/
    ucb/:/usr/xpg4/bin/:/usr/local/bin/:/usr/jdk/jdk1.6.0_04/bin:/public/progra
    ms/simulations:/usr/sfw/bin:/opt/csw/bin:/home/user/Adobe/Reader8/bin:/usr/
    bin:/usr/bin::/usr/openwin/bin:/bin:/usr/ucb:/usr/dt/bin:/usr/openwin/bin
    user@computer$ echo $LD_LIBRARY_PATH
    /usr/csw/lib:/usr/local/lib:/home/user/Adobe/Reader8/Reader/sparcsolaris/li
    b/:/SGE/bin/sol-sparc64:/opt/SUNWspro/bin:/usr/ccs/bin:/SGE/bin:/SGE/bin/so
    l-sparc64:/SGE/lib/sol-sparc64:/usr/local/teTeX/bin/sparc-sun-solaris2.9:/u
    sr/ucb/:/usr/xpg4/bin/:/usr/local/bin/:/usr/jdk/jdk1.6.0_04/bin:/public/pro
    grams/simulations:/usr/sfw/bin:/opt/csw/bin:/home/user/Adobe/Reader8/bin:/u
    sr/bin:/usr/bin::/usr/openwin/bin:/bin:/usr/ucb:/usr/dt/bin:/usr/openwin/bi
    n:/SGE/lib/sol-sparc64
    If I try to run acroread as a user I get the errors shown below. If I try
    to run acroread as root, I either get the fontconfig error shown below, or
    the GTK+ UI Toolkit error mentioned above:
    user@computer$ /home/user/Adobe/Reader8/bin/acroread
    rm: /home/user/.adobe/Acrobat/8.0/Preferences/mozilla/prefs.js not removed: Permission denied
    rm: Unable to remove directory /home/user/.adobe/Acrobat/8.0/Preferences/mozilla: File exists
    cp: cannot create /home/user/.adobe/Acrobat/8.0/Preferences/mozilla/prefs.js: Permission denied
    No fonts found; this probably means that the fontconfig
    library is not correctly configured. You may need to
    edit the fonts.conf configuration file. More information
    about fontconfig can be found in the fontconfig(3) manual
    page and on http://fontconfig.org
    user@computer$
    Also, I have had to remove some file from ~/Adobe/Reader8/Reader/sparcsolaris/lib and link them to libs of the same
    name on my system (as suggested to someone, on these forums, trying to install Reader 8.1.1. The entry even says then problems have been fixed
    for Reader 8.1.2!):
    libgcc_s.so.1 -> /usr/local/lib/libgcc_s.so.1
    libpangoxft-1.0.so.0 -> /usr/local/lib/libpangoxft-1.0.so.0.1800.2
    What do i do?

    Thank you, Gauvrav! I can now launch acroread as a non-root user from a terminal. The user did not have write access to the .adobe directory. As for the GTK libraries, I realized I was using /usr/csw/lib instead of /opt/csw/lib...
    If I double click on the acroread sh script icon in nautilus, I still get errors about GTK libraries. I tried updating the files in /usr/lib/, /usr/lib/sparcv9/ and /usr/local/lib, by copying some of what is in the /opt/csw/lib folder and recreating the proper links, but that just made most of my account unusable.
    Any ideas on how to properly update nautilus?

  • [SOLVED] Arch64, Opera and plugins library problem

    I have Arch64 with Opera 64-bit as default browser. I have succesfully installed 32-bit flashplugin and it works nicely. The only problem is that fonts cannot be read from the flash player context menu and Open File dialog opened from flash player. The problem is that flashplugin tries to load 64-bit GTK from /usr/lib/gtk-2.0/2.10.0/ and it fails. 32-bit version is installed and it's located in /opt/lib32/usr/lib/gtk-2.0/2.10.0/.
    Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so: wrong ELF class: ELFCLASS64
    Gtk-WARNING **: /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so: wrong ELF class: ELFCLASS64
    Also I have library loading problem with totem-plugin. It cannot find libxul.so and libxpcom.so, but both library files are located in /usr/lib/xulrunner-1.9.0.1/. The plugin loads fine if I create links to both files in /usr/lib/. But that doesn't seem like right solution to me.
    $ ldd libtotem-mully-plugin.so
    libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x00007f94e19d9000)
    libtotem-plparser-mini.so.10 => /usr/lib/libtotem-plparser-mini.so.10 (0x00007f94e17d6000)
    libxul.so => not found
    libxpcom.so => not found
    libplds4.so => /usr/lib/libplds4.so (0x00007f94e15d2000)
    What would be a most elegant way of solving these two library loading problems?
    I think that symbolic links and moving files are not the most elegant way to solve the problem. Maybe some environment variable or some configuration setting would solve the problem (LDPATH comes to mind, but it seems that it doesn't work).
    EDIT: I wasn't sure in which section to post this question, so feel free to move it if necessary.
    Last edited by SnapShot (2008-09-12 02:50:01)

    I have solved my problem and I will post my solution because it can be usefull to others.
    First the problem with flashplugin and GTK library path. Opera uses operapluginwrapper scirpt to detect if the plugin is 32-bit or 64-bit and after detection it uses operapluiginwrapper-ia32-linux for 32-bit or operapluginwrapper-native for 64-bit plugins. operapluiginwrapper-ia32-linux loads the 32-bit flashplugin in my case which requires GTK, but it incorectly tries to load it form /usr/lib/gtk-2.0/ where 64-bit version of GTK resides.
    The solution is to set the GTK_PATH environment variable to point to /opt/lib32/usr/lib/gtk-2.0/ where 32-bit version resides. But if you set it globaly it will result in problems with other 64-bit applications. So the correct solution is to add following lines on the bottom of the operapluginwrapper script above the exec line:
    case "$wrapper" in
    *ia32*)
    export GTK_PATH="/opt/lib32/usr/lib/gtk-2.0"
    export PANGO_RC_FILE="/opt/lib32/config/pango/pangorc"
    esac
    In this way the 32-bit paths will be active only for operapluginwrapper-ia32-linux process.
    I have solved the other problem with totem-plugin requesting libxul.so and libxpcom.so, but the solution idoesn't matter because, although totem-plugin loads coreclty it doesn't work in opera. I have installed mplayer-plugin which works as it should. Also gecko-mediaplayer works correctly with opera, I have tested them both. Install one of the two plugins that work, and you will be fine.

  • [solved] broken gtk aps after recent updates

    I have critical problem with gtk based apps, most of them ends with segmenation faults.
    bagheera@tux:~$ empathy
    Naruszenie ochrony pamięci
    bagheera@tux:~$ linphone
    ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 0
    ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:0
    ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 1
    ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:1
    ALSA lib pcm_dsnoop.c:612:(snd_pcm_dsnoop_open) unable to open slave
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    Naruszenie ochrony pamięci
    bagheera@tux:~$ nautilus
    Naruszenie ochrony pamięci
    bagheera@tux:~$ brasero
    ** Message: player creation error
    Naruszenie ochrony pamięci
    bagheera@tux:~$
    Witch package might by faulty?
    I can provide more info if u guide me.
    Last edited by bagheera (2011-09-30 19:32:06)

    bagheera@tux:~$ nautilus
    Segmentation fault
    bagheera@tux:~$ brasero
    ** Message: player creation error
    Segmentation fault
    bagheera@tux:~$ linphone
    ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 0
    ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:0
    ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 1
    ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:1
    ALSA lib pcm_dsnoop.c:612:(snd_pcm_dsnoop_open) unable to open slave
    ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
    Segmentation fault
    bagheera@tux:~$ empathy
    Segmentation fault
    bagheera@tux:~$
    I'm using KDE.
    bagheera@tux:~$ pacman -Qs gtk2
    extra/gtk2 2.24.5-3
    The GTK+ Toolkit (v2)
    local/gtk-engine-murrine-git 20110812-1
    GTK2 engine murrine from GIT
    extra/gtkmm 2.24.2-1
    C++ bindings for gtk2
    local/gtk-theme-aldabra 0.7.5-2
    A GTK2 port of the GTK3 theme Adwaita.
    local/gtk-theme-hope 20110706-1
    Matching GTK2, GTK3 Gnome-shell, & XFCE Hope Themes
    community/gtk-theme-switch2 2.1.0-1
    Gtk2 theme switcher
    multilib/lib32-gdk-pixbuf2 2.23.3-1
    An image loading library for gtk2 (32-bit)
    multilib/lib32-gtk2 2.24.6-1
    The GTK+ Toolkit (v2) (32-bit)
    extra/qtcurve-gtk2 1.8.9-1 (qtcurve)
    A configurable set of widget styles for KDE and Gtk
    extra/vte 0.28.2-1
    Virtual Terminal Emulator widget for use with GTK2
    bagheera@tux:~$ pacman -Qs gtk3
    local/adwance-gtk3-theme 1-1
    Adwance GTK3 Theme
    extra/gtk3 3.0.12-1
    The GTK+ Toolkit (v3)
    local/gtk-theme-aldabra 0.7.5-2
    A GTK2 port of the GTK3 theme Adwaita.
    local/gtk-theme-hope 20110706-1
    Matching GTK2, GTK3 Gnome-shell, & XFCE Hope Themes
    extra/libunique3 3.0.2-1
    Library for writing single instance applications for GTK3
    extra/libwebkit3 1.4.3-1
    An opensource web content engine (for GTK3)
    local/oxygen-gtk3-git 20110812-1
    Port of the Oxygen theme to gtk
    No gnome-unstable, no partial update, a lot of free space on root partition. Unclean shutdown, none afair.
    Repos witch i'm using:
    core, extra,  community, multilib, archlinuxfr
    from systemlog:
    28/09/2011 22:57:37 tux kernel [ 2335.918630] linphone[6371] general protection ip:7f400955b2ce sp:7fff2a055e30 error:0 in libswscale.so.0.14.1[7f400954b000+39000]
    28/09/2011 22:58:17 tux kernel [ 2375.440055] nautilus[6440]: segfault at 0 ip 00007f04e98dd34e sp 00007fffed532ab0 error 4 in liboxygen-gtk.so[7f04e97db000+134000]
    28/09/2011 22:58:38 tux kernel [ 2396.356621] linphone[6509] general protection ip:7ff1a26822ce sp:7fff285b0850 error:0 in libswscale.so.0.14.1[7ff1a2672000+39000]
    28/09/2011 22:58:44 tux kernel [ 2403.136183] empathy[6522]: segfault at 0 ip 00007f09c705134e sp 00007fff2488e770 error 4 in liboxygen-gtk.so[7f09c6f4f000+134000]

  • Best featured "non-bloat" audio library aoftware out there?

    I've serached for several days, and read many reviews about different types of players, music library organizers, etc.  Comming from KDE my favorite (and still is) is Amarok, but I do not really care much for the interface now as it moves through 2.0, and contstantly reminds me of my dislike for KDE4.  Not to mention, I'm trying to avoid having any KDE overhead installed on my system, but I just recently put K3B on, and I may have to bite the KDE bullet.
    I've tried the following GTK ones, however I get loaded down with GNOME dependencies, which to me are no different than having KDE libs/dependencies installed:
    Sonata
    Banshee
    Exaile
    Songbird
    Rhythmbox
    Qoud Libet
    All require some type of GNOME dependencies.  What I'm looking for is something without all the dependencies and similiar functionality to Amarok (devices, album art, lyrics, podcasts, internet radio streaming, all in one place).  Maybe it's too much to ask?
    The only one that had potential was ATunes, written in Java, but some of the functionality is messed up.  When I minimize the window, it would dissappear, the tray icon never showed up, and the fonts did not display properly.  other than that it functioned like what I was looking for.

    I know is not amarok style, but i love qmmp (qt4 winamp clone) It's light, fast and stable. I found my songs very fast on my playlist (18.000 songs) searching with key J
    If you want something similar to amarok you can test cuberok   " yaourt -S cuberok "
    Cuberok is a music player and a collection manager based on Qt4. It has lightweight interface, music collection support and many features, e.g. music autorating and Last.FM scrobbler.
    Features
    English and Russian interface.
    CUE support. Codepage selection for CUE sheets
    Shoutcast/icecast support (for GStreamer and Phonon)
    Support internet services Jamendo and MagnaTune (New in v.0.0.9)
    Last.FM and Libre.FM scrobblers
    Downloading images for albums and artists from Last.FM
    Loading artist and album info from Last.FM, loading lyrics from LyricWiki.org
    Auto rating for songs. Rating for albums, artists and genres automatically calculated from rating of songs.
    Easy collection browsing. Just double click on genre to view all artist in this genre.
    Smart playlists (custom SQL requests)
    Support for AlbumArt as separate file on disk. Art can be assinged to genre and atrist too.
    Many supported music formats (see engines section).
    DND (drag-and-drop) support to collec music and append playlists.
    Support for many play lists at one time. Play lists may be played in a certain configurable order, or browsed through like the main music library.
    Tag editing capability. Buildin tag converter QTagConvert
    Save/Load play lists to/from XSPF and M3U.
    Collect playlist files into Library. Supported XSPF, M3U, ASX/ASP and CUE files.
    Installer for Windows.
    Clean and fast database backend using SQLite 3.
    Configurable user interface.
    Last edited by agapito (2010-03-22 06:38:10)

  • Trouble compiling GTK

    Hi everyone,
    I'm trying to compile gtk+ 2.13.7, but Make fails with an error about libcairo.
    As far as I know, I've successfully compiled all of gtk's dependencies, but for
    some reason gtk is looking for libcairo in my X11 directory instead of in my
    /usr/local/lib directory. This is on OS X 10.5.4, and I've compiled everything
    myself (not using fink or darwin ports). Here's the last part of the Make output:
    <pre>
    Extracting /Users/jeff/Desktop/gtk+-2.13.7/gdk/x11/.libs/libgdk-x11.a
    (cd .libs/libgdk-x11-2.0.lax/libgdk-x11.a && ar x /Users/jberman/Downloads/forPan/gtk+-2.13.7/gdk/x11/.libs/libgdk-x11.a)
    sed 's,^,_,' < .libs/libgdk-x11-2.0.exp > .libs/libgdk-x11-2.0-symbols.expsym
    gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/libgdk-x11-2.0.0.1307.0.dylib .libs/gdk.o .libs/gdkapplaunchcontext.o .libs/gdkcairo.o .libs/gdkcolor.o .libs/gdkcursor.o .libs/gdkdisplay.o .libs/gdkdisplaymanager.o .libs/gdkdnd.o .libs/gdkdraw.o .libs/gdkevents.o .libs/gdkfont.o .libs/gdkgc.o .libs/gdkglobals.o .libs/gdkimage.o .libs/gdkkeys.o .libs/gdkkeyuni.o .libs/gdkpango.o .libs/gdkpixbuf-drawable.o .libs/gdkpixbuf-render.o .libs/gdkpixmap.o .libs/gdkpolyreg-generic.o .libs/gdkrectangle.o .libs/gdkregion-generic.o .libs/gdkrgb.o .libs/gdkscreen.o .libs/gdkselection.o .libs/gdkvisual.o .libs/gdkwindow.o .libs/gdkwindowimpl.o .libs/gdkenumtypes.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkapplaunchcontext-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkasync.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkcolor-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkcursor-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkdisplay-x11.o
    .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkdnd-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkdrawable-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkevents-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkfont-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkgc-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkgeometry-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkglobals-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkim-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkimage-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkinput-none.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkinput.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkkeys-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkmain-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkpixmap-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkproperty-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkscreen-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkselection-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkspawn-x11.o
    .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdktestutils-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkvisual-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkwindow-x11.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkxftdefaults.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/gdkxid.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/xsettings-client.o .libs/libgdk-x11-2.0.lax/libgdk-x11.a/xsettings-common.o -L/usr/X11/lib /usr/X11/lib/libXinerama.1.0.0.dylib /usr/X11/lib/libXdmcp.6.0.0.dylib /usr/X11/lib/libXau.6.0.0.dylib /usr/X11/lib/libXext.6.4.0.dylib /usr/X11/lib/libX11.6.2.0.dylib -L/usr/local/lib /usr/local/lib/libpangocairo-1.0.dylib /usr/local/lib/libcairo.dylib /usr/local/lib/libpng12.dylib /usr/X11/lib/libXrender.1.3.0.dylib /usr/X11/lib/libSM.6.0.0.dylib /usr/X11/lib/libICE.6.3.0.dylib /usr/local/lib/libpixman-1.dylib /usr/local/lib/libpangoft2-1.0.dylib /usr/local/lib/libfontconfig.dylib /usr/lib/libiconv.dylib /usr/local/lib/libfreetype.dylib /usr/lib/libz.dylib
    /usr/lib/libexpat.dylib /usr/local/lib/libpango-1.0.dylib /usr/lib/libc.dylib /usr/lib/libm.dylib /usr/X11/lib/libcairo.2.17.5.dylib /usr/X11/lib/libfreetype.dylib /usr/local/lib/libgio-2.0.dylib /usr/local/lib/libgobject-2.0.dylib /usr/local/lib/libgmodule-2.0.dylib /usr/local/lib/libglib-2.0.dylib /usr/local/lib/libintl.dylib /usr/X11/lib/libfontconfig.dylib -lm ../gdk-pixbuf/.libs/libgdk_pixbuf-2.0.dylib -install_name /usr/local/lib/libgdk-x11-2.0.0.dylib -compatibility_version 1308 -current_version 1308.0 -Wl,-single_module -Wl,-exportedsymbolslist,.libs/libgdk-x11-2.0-symbols.expsym
    i686-apple-darwin9-gcc-4.0.1: /usr/X11/lib/libcairo.2.17.5.dylib: No such file or directory
    make[4]: * [libgdk-x11-2.0.la] Error 1
    make[3]: * [all-recursive] Error 1
    make[2]: * [all] Error 2
    make[1]: * [all-recursive] Error 1
    make: * [all] Error 2
    </pre>
    Does anyone have any idea why it would suddenly look for libcairo in
    /usr/X11/lib when pango found the correct libcairo? Any ideas on how to get
    around this? A few months ago I actually successfully compiled GTK on a
    different Mac, so I know it can be done. Help!
    Thanks!

    I think you just need to do that for whatever library (or libraries) you want to explicitly direct it to.
    It might be easier first to try
    LDFLAGS="-L/path/to/your/lib"
    configure --help
    will tell you more about how explicitly to feed in the information.
    Nobody "needs" to use fink, but I find with stuff like gtk+2, which I care about only because I need it to run programs I am interested in, it is far easier to let an expert worry about how to make it work.
    What works or does not work out of the box is highly package-dependent. As time goes on, more and more developers try to make their stuff work out of the box for OS X.
    Here's the version of gtk+2 I have installed with fink, fwiw:
    fink list gtk+2
    Information about 7126 packages read in 1 seconds.
    i gtk+2 2.12.11-2 The Gimp Toolkit
    Not quite as new as 2.14, but a lot closer. (I use fink "unstable", which more accurately translates to "current.")
    There are several vocal people who post here who think no one should use fink or darwinports. It is simply a matter of personal preference. But if you want to roll your own, sometimes it is worth peaking to see how the packages are tweaked by the fink maintainers (browse the .info files).

Maybe you are looking for

  • Visio Web Access web part connection order

    I have a Visio Web Access webpart that is currently connected to 3 different query filter webparts.  Here is what the query filter webparts are doing  - #1 - This is passing in the page name to the "Web Drawing Url and Page Name" connection  - #2 - T

  • Minimize a window in Standalone mode

    hi, How to minimize a browser window or force the window to lost the focus in standalone mode? The window is open with the getURL command (getURl("www.adobe.com","_blank","Post"). Thanks Maurício

  • Error 1 at Invoke Node

    This VI was always working perfectly and no changes have been made to it but yet i am now seeing an error. Any ideas? Attachments: TBIMon_EmailAsynchronus.vi ‏32 KB

  • Export large xml file in PL/SQL

    How to export large or big xml (XMLTYPE) into file system. I have tried with... 1. UTL_FILE.PUT -- it has a limitation of 32767 chars 2. DBMS_XSLPROCESSOR.CLOB2FILE supports little more than UTL_FILE but not in MB's i'm looking for options to export

  • Windows Update not working after HDD replacemen​t

    I have a toshiba L675D-S4047 that I just replaced the HDD in.  I cannot get windows update to work.  I have tried this link https://downloadcenter.intel.com/Detail_Desc.aspx?​agr=Y&ProdId=2101&DwnldID=21730&ProductFamily=Soft​... for the Intel driver