Pacman seg fault(Solved but with comments on pacman-db-upgrade)

Performed an install from FTP and booted into root login.
Performed pacman -Syu  and received report system up to date.
Performed downloads via pacman of twelve packages including xorg and xfce4.
Performed download of abs package. 
Downloaded abs repos.
Modified abs extra vlc package and performed pacman -U install of modified package.
Pacman working well at this point.
Rebooted.
After reaching xfce4 Desktop, attemptd to install firefox.
Pacman -S firefox produced..... /usr/bin/pacman/ report(forget the exact error)
Subsequent trials with ...pacman -U .... produces seg fault.
Cannot use pacman.  All other programs seem to perform correctly.  Perhaps have lost DNS.
Cannot perform ...pacman -Syu --debug.....segfaults.
Last edited by lilsirecho (2011-07-19 18:19:49)

Solved the difficulty but have no idea what can be done to prevent it from occuring for another user.
It seems that the db did not get upgraded when the ...pacman-db-upgrade ...command was executed.  There was no statement for ..."pre 3.5 db" upgrade....while executing the command.
After re-install, the upgrade command performed correctly and pacman now performs correctly after reboots.
The question comes up as to what to do if the upgrade command does not work correctly and whether some indicator of correct response should appear in the beginners guide.  Additionally, what can be done in the event that the upgrade command fails to meet the correct response.
These questions will in time be resolved by a new .iso but the present exposure is amazing in its consequences!
Perhaps the upgrade command is also a function of properly synced mirrors but the command requesting the upgrade was ...pacman -Syy... the mirror sync function!
What do we have...catch22?
The resultant segfaults make sense if the pacman sync db is not upgraded.
How is a user to know the upgrade failed?  What to do about such a condition?
Marking this thread as solved ...with comments...

Similar Messages

  • Currently using Photoshop CS5, but with a replacement computer and upgrade to Yosemite, keep being told I need to install the legacy Java 6. Currently, Photoshop won't even open. I absolutely do not want to subscribe, don't want to mess with the cloud, ju

    Currently using Photoshop CS5, but with a replacement computer and upgrade to Yosemite, keep being told I need to install the legacy Java 6. Currently, Photoshop won't even open. I absolutely do not want to subscribe, don't want to mess with the cloud, just want to buy an upgrade to something that will run for a while longer. I don't care about Lightroom, Bridge, Illustrator, etc.; most of those I've deleted over the years. But I do use Photoshop - or would if it would still run. What options do I have?

    This is the java you need for photoshop cs5 to work on mac os x 10.10 Yosemite
    https://support.apple.com/kb/DL1572?locale=en_US
    It's also possible you may have to reinstall photoshop cs5 even after installing the above java, because sometimes the upgrade to mac os x 10.10 messes up the photoshop cs5 installation.
    You can download photoshop cs5 from here if you don't already have the install media.
    https://helpx.adobe.com/creative-suite/kb/cs5-product-downloads.html

  • [Solved] errors with keys after pacman update?

    Hi,
    I installed pacman 4.0.1-4, but now this is what happens when I try and update.
    Proceed with installation? [Y/n] Y
    (28/28) checking package integrity [######################] 100%
    error: binutils-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: libcap-ng: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: cifs-utils: signature from "Tobias Powalowski <[email protected]>" is unknown trust
    error: cmake: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: colord: signature from "Ionut Biru <[email protected]>" is unknown trust
    error: lib32-glibc: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: lib32-gcc-libs: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: gcc-libs-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: gcc-multilib: signature from "Jan Alexander Steffens (heftig) <[email protected]>" is unknown trust
    error: perl: key "6D1655C14CE1C13E" is unknown
    error: key "6D1655C14CE1C13E" could not be looked up remotely
    error: openssl: signature from "Pierre Schmitz <[email protected]>" is unknown trust
    error: git: signature from "Dan McGee <[email protected]>" is unknown trust
    error: gpgme: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: gvfs: signature from "Dave Reisner <[email protected]>" is unknown trust
    error: inetutils: key "FCF2CB179205AC90" is unknown
    :: Import PGP key 9205AC90, "Eric Belanger <[email protected]>", created 2011-04-19? [Y/n] Y
    error: key "Eric Belanger <[email protected]>" could not be imported
    error: intltool: key "FCF2CB179205AC90" is unknown
    :: Import PGP key 9205AC90, "Eric Belanger <[email protected]>", created 2011-04-19? [Y/n] ^C
    Interrupt signal received
    When pacman updated it suggested that I run this command,
    sudo pacman-key --init
    I know that usually I would say yes to a key and pacman should remember it, but what are all the errors?
    Last edited by mich04 (2012-01-20 17:19:26)

    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #CleanMethod = KeepInstalled
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    #CheckSpace
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Here it is.

  • Gtkpod seg fault : SOLVED

    I'm receiving a seg fault when attempting to run gtkpod
    libhal.c 2568 : LibHalContext *ctx is NULL
    Segmentation fault
    Anyone else having this problem?
    Edit: SOLVED. Apparently the /etc/rc.d/hal must be started. Didn't know that.

    Edit rc.conf (it's in /etc/)
    Go to the section "Daemons"
    (Mine looks like this)
    DAEMONS=(syslog-ng !hotplug !pcmcia network netfs crond alsa dbus hal timidity++ cups gdm)
    Just make sure you add hal somewhere.

  • (SOLVED) problem with dbus and pacman

    For whatever silly reason, I did a 'pacman -S dbus' to make sure I had it installed and the result has really screwed up dbus. Although pacman reads it as installed, other programs don't and I can't start anything that relies on dbus (like thunar for one). Trying to start thunar for example:
    thunar: error while loading shared libraries: libdbus-1.so.3: cannot open shared object file: no such file or directory
    Also, everytime I try to install anything I got the following error message from pacman a dozen times or so before it proceeds:
    error: could not open file /var/lib/pacman/local//dbus/1.0.2-4/depends: no such file or directory
    what happened. How do I get dbus back and working?
    Last edited by b9anders (2008-01-14 10:51:40)

    I might not know what happened, but maybe u can re-install base group packages from the CD and then boot back into arch linux and update from there?
    I have also setup a install from within another linux OS, follow the wiki. It uses a pacman.static that is self reliant upon itself. U should not need any dependencies like dbus for that to work. Maybe u can use pacman.static to fix your problem.
    Just a few ideas for you to ponder on.

  • [SOLVED]Problem with logging in after system upgrade

    Hi,
    I'm encountering some problem after rebooting my machine just after last upgrade. Few minutes ago I was sure I found the source of the problem when system hang on "Reached target Graphical Interface" message. Reason - nvidia drivers had to be replaced with legacy version (https://www.archlinux.org/news/nvidia-340xx-and-nvidia/). But it didn't help. Also it made things a little bit worse. Because now my system uses nvidia-340xx and it seems drivers are fine but when login screen of lightdm should appear screens stay blank... and nothing happens. I simply can't do anything.
    What I noticed is also xfce4-session was upgraded (4.10.1.3->4.10.1-5) and maybe this is the separate problem? but I can't downgrade this package as some time ago I removed all contents of /var/cache/pacman/pkg.
    What I have is arch on pendrive so I can chroot into existing system.
    Any ideas?
    Last edited by jakub (2014-10-08 22:09:02)

    I found something similar to line
    (EE) Mar 07 14:05:07 NVIDIA(0): WAIT: (E, 0, 0x837d, 0)
    these values are not exact as I'm too tired now to rewrite the real ones from screen 
    maybe I should install some older nvidia drivers (these 340xx are broken somehow I think). Unfortunately I don't have my /pkg content anymore.
    Where can I download packages like nvidia-340.32-1-x86_64.pkg.tar.xz from? (according to pacman.log I had this version back in July and it was working fine I think).
    I could also start X with Nouveau drivers but not xfce (anyway I would like to install old nvidia drivers back)
    Last edited by jakub (2014-10-08 22:03:11)

  • [Solved] Problem with xf86-video-intel after upgrade to xorg 1.16

    Hi everyone,
    since the upgrade to xorg-server 1.16 i can't get X to work again on my thinkpad R50e with an old intel integrated chip (Intel Extreme Graphics 2).
    I first encountered the error "cannot open /dev/tty0": http://okraits.de/upload/xorg/Xorg.0.log
    Then i created /etc/X11/Xwrapper.config: http://okraits.de/upload/xorg/Xwrapper.config
    Then i got the error "failed to set mode": http://okraits.de/upload/xorg/Xorg.1.log
    My xorg.conf looks like this: http://okraits.de/upload/xorg/xorg.conf
    I start X with startx and this .xinitrc: http://okraits.de/upload/xorg/.xinitrc
    I have no clue how to fix this. Any help would be much appreciated!
    Greetings,
    Oliver
    Last edited by okraits (2014-08-08 06:33:09)

    lolilolicon wrote:
    How do you start X? Note you must start X from the same VT where you login, if you use Xorg.bin (no setuid). From your log there're mentions of /dev/tty0 and "Using VT number 2", so I suppose that might be the problem.
    If you simply use `startx`, the actual process running will be something like
    /usr/bin/Xorg.bin -nolisten tcp :0 -auth /tmp/serverauth.XXXXXXXXXX vt1
    Note the `vt1` in the line must be specified, where 1 is the value of $XDG_VTNR in the VT where you login.
    Edit
    In my log there's something yours are missing
    [ 45.465] (++) using VT number 1
    [ 45.465] (--) controlling tty is VT number 1, auto-enabling KeepTty
    I login at tty1 (which is the first one visible after boot) and run startx from there.
    I added the following to my .xinitrc:
    echo "vt: $XDG_VTNR"
    The output was:
    vt: 1
    That would be ok, right? Or is it $XDG_VTNR + 1?
    So i am wondering what is forcing X to use vt 2. Or how i can tell X to use vt 1.
    Last edited by okraits (2014-08-07 12:37:17)

  • [SOLVED] Gnome 2.26 upgrade. Seg faults during upgrade.

    Hello.
    I have an huge problem...
    Yesterday I've tried to update my ArchLinux and I've got seg faults from gconf during the upgrade and my gnome won't start.
    Nautilus, gnome-settings-daemon, etc... All of them with seg faults.
    Anyone with the same problem?
    Last edited by sLUGo (2009-04-06 00:21:14)

    I tried rebuilding the schemas according to the instructions found inthe bug
    report:
    http://bugs.archlinux.org/task/14107
    but I still get segmentation fault. These occur at the points indicated below in
    the snip from the command output:
    --------output-from-command-----------------------
    Installerade schemat "/schemas/desktop/gnome/typing_break/enabled" för lokalen "C"
    Segmenteringsfel
    Installerade schemat "/schemas/apps/yelp/fixed_font" för lokalen "C"
    Segmenteringsfel
    Needless to say this means that trying to reinstall gnomelibs and yelp (which
    were the ones that seg-faulted during upgrade) still causes segmentation fault.

  • JVM 1.4 seg faults with pure java code?

    Has anybody else seen JVM 1.4 seg fault when running pure java code? This seems like it shouldn't be possible, but I get the following at indeterminate times. Unfortunately, it is difficult to isolate since decreasing the size of the program avoids the problem. When the seg fault happens, the size in memory is ~1GB and there is plenty of real and virtual memory to spare.
    Unexpected Signal : 11 occurred at PC=0xDE88BC8E
    Function=[Unknown. Nearest: +0x100E]
    Library=/usr/j2se/jre/lib/i386/server/libjvm.so
    Dynamic libraries:
    0x8050000 java
    0xdfb60000 /usr/lib/libthread.so.1
    0xdfba0000 /usr/lib/libdl.so.1
    0xdfab0000 /usr/lib/libc.so.1
    0xde800000 /usr/j2se/jre/lib/i386/server/libjvm.so
    0xdfa40000 /usr/lib/libCrun.so.1
    0xdfa20000 /usr/lib/libsocket.so.1
    0xdf980000 /usr/lib/libnsl.so.1
    0xdf960000 /usr/lib/libm.so.1
    0xdfa70000 /usr/lib/libw.so.1
    0xdf920000 /usr/lib/libmp.so.2
    0xdf8f0000 /usr/j2se/jre/lib/i386/native_threads/libhpi
    .so
    0xdf8c0000 /usr/j2se/jre/lib/i386/libverify.so
    0xdf880000 /usr/j2se/jre/lib/i386/libjava.so
    0xdf860000 /usr/j2se/jre/lib/i386/libzip.so
    0xda890000 /usr/lib/nss_files.so.1
    Local Time = Tue May 14 16:03:38 2002
    Elapsed Time = 72
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002D3
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.0-rc-b91 mixed
    mode)
    # An error report file has been saved as hs_err_pid945.log.
    # Please refer to the file for further information.

    Hi sevenM,
    Did you figure out a workaround for this problem?. Did you get it solved with the SUN people?. Is it a known bug?.
    I've got exactly the same problem on the same function and VM library.
    Any info on this is very much welcome.
    Thx
    Krithiga
    I get the same error sometimes with tomcat-4.0.4 on a
    Slackware 8.0.0 and JDK 1.4.0. I don't user any JSPs,
    only servlets and the business calls a remote SLSB on
    a remote JBOSS server and afterwards select some data
    form a remote DB2 7.1 over JDBC.
    Here is the log:
    Unexpected Signal : 11 occurred at PC=0x40267D98
    Function=copy_to_survivor_space__16DefNewGenerationP7oo
    DescPP7oopDesc+0x28
    Library=/usr/local/j2sdk1.4.0/jre/lib/i386/client/libjv
    .so
    Current Java thread:
    at
    at java.net.PlainSocketImpl.socketAccept(Native
    tive Method)
    at
    at
    at
    t
    java.net.PlainSocketImpl.accept(PlainSocketImpl.java:34
    - locked <0x44ed3400> (a
    400> (a java.net.PlainSocketImpl)
    at
    at
    at
    t
    java.net.ServerSocket.implAccept(ServerSocket.java:438)
    at
    at
    at
    t java.net.ServerSocket.accept(ServerSocket.java:409)
    at
    at
    at
    t
    org.apache.catalina.core.StandardServer.await(StandardS
    rver.java:293)
    at
    at
    at
    t
    org.apache.catalina.startup.Catalina.start(Catalina.jav
    :794)
    at
    at
    at
    t
    org.apache.catalina.startup.Catalina.execute(Catalina.j
    va:681)
    at
    at
    at
    t
    org.apache.catalina.startup.Catalina.process(Catalina.j
    va:179)
    at
    at
    at
    t sun.reflect.NativeMethodAccessorImpl.invoke0(Native
    Method)
    at
    at
    at
    t
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMetho
    AccessorImpl.java:39)
    at
    at
    at
    t
    sun.reflect.DelegatingMethodAccessorImpl.invoke(Delegat
    ngMethodAccessorImpl.java:25)
    at
    at
    at java.lang.reflect.Method.invoke(Method.java:324)
    at
    at
    at
    t
    org.apache.catalina.startup.Bootstrap.main(Bootstrap.ja
    a:243)
    Dynamic libraries:
    08048000-0804d000 r-xp 00000000 03:03 757599
    /usr/local/j2sdk1.4.0/bin/java
    0804d000-0804e000 rw-p 00004000 03:03 757599
    /usr/local/j2sdk1.4.0/bin/java
    40000000-40015000 r-xp 00000000 03:03 885142
    /lib/ld-2.2.3.so
    40015000-40016000 rw-p 00014000 03:03 885142
    /lib/ld-2.2.3.so
    40017000-40020000 r-xp 00000000 03:03 69536
    /usr/local/j2sdk1.4.0/jre/lib/i386/native_threads/libh
    i.so
    40020000-40021000 rw-p 00008000 03:03 69536
    /usr/local/j2sdk1.4.0/jre/lib/i386/native_threads/libh
    i.so
    40021000-40022000 r--p 00000000 03:03 33106
    /usr/lib/locale/en_US/LC_IDENTIFICATION
    40022000-40030000 r-xp 00000000 03:03 885133
    /lib/libpthread-0.9.so
    40030000-40038000 rw-p 0000d000 03:03 885133
    /lib/libpthread-0.9.so
    40038000-4003b000 r-xp 00000000 03:03 885149
    /lib/libdl-2.2.3.so
    4003b000-4003c000 rw-p 00002000 03:03 885149
    /lib/libdl-2.2.3.so
    4003c000-40143000 r-xp 00000000 03:03 885147
    /lib/libc-2.2.3.so
    40143000-40149000 rw-p 00106000 03:03 885147
    /lib/libc-2.2.3.so
    4014d000-40410000 r-xp 00000000 03:03 1150891
    /usr/local/j2sdk1.4.0/jre/lib/i386/client/libjvm.so
    40410000-40558000 rw-p 002c2000 03:03 1150891
    /usr/local/j2sdk1.4.0/jre/lib/i386/client/libjvm.so
    4056c000-4057d000 r-xp 00000000 03:03 885152
    /lib/libnsl-2.2.3.so
    4057d000-4057f000 rw-p 00010000 03:03 885152
    /lib/libnsl-2.2.3.so
    40581000-405b5000 r-xp 00000000 03:03 950285
    /usr/i386-slackware-linux/lib/libstdc++-2-libc6.1-1-2.
    .0.so
    405b5000-405c1000 rw-p 00033000 03:03 950285
    /usr/i386-slackware-linux/lib/libstdc++-2-libc6.1-1-2.
    .0.so
    405c3000-405e4000 r-xp 00000000 03:03 885138
    /lib/libm-2.2.3.so
    405e4000-405e5000 rw-p 00020000 03:03 885138
    /lib/libm-2.2.3.so
    405e5000-405f6000 r-xp 00000000 03:03 69542
    /usr/local/j2sdk1.4.0/jre/lib/i386/libverify.so
    405f6000-405f8000 rw-p 00010000 03:03 69542
    /usr/local/j2sdk1.4.0/jre/lib/i386/libverify.so
    405f8000-40619000 r-xp 00000000 03:03 69543
    /usr/local/j2sdk1.4.0/jre/lib/i386/libjava.so
    40619000-4061b000 rw-p 00020000 03:03 69543
    /usr/local/j2sdk1.4.0/jre/lib/i386/libjava.so
    4061c000-40630000 r-xp 00000000 03:03 69545
    /usr/local/j2sdk1.4.0/jre/lib/i386/libzip.so
    40630000-40633000 rw-p 00013000 03:03 69545
    /usr/local/j2sdk1.4.0/jre/lib/i386/libzip.so
    40633000-4063a000 r--s 00000000 03:03 890455
    /usr/local/jakarta-tomcat-4.0.4/bin/bootstrap.jar
    4063a000-40641000 r--s 00000000 03:03 890436
    /usr/local/jakarta-tomcat-4.0.4/common/lib/naming-comm
    n.jar
    40641000-40655000 r--s 00000000 03:03 890437
    /usr/local/jakarta-tomcat-4.0.4/common/lib/servlet.jar
    40655000-4065e000 r--s 00000000 03:03 890438
    /usr/local/jakarta-tomcat-4.0.4/common/lib/naming-reso
    rces.jar
    4065e000-40660000 r--s 00000000 03:03 890439
    /usr/local/jakarta-tomcat-4.0.4/common/lib/jdbc2_0-std
    xt.jar
    40660000-4066c000 r--s 00000000 03:03 890440
    /usr/local/jakarta-tomcat-4.0.4/common/lib/activation.
    ar
    4066c000-4066f000 r--s 00000000 03:03 890441
    /usr/local/jakarta-tomcat-4.0.4/common/lib/jta-spec1_0
    1.jar
    4066f000-4082a000 r--s 00000000 03:03 890443
    /usr/local/jakarta-tomcat-4.0.4/common/lib/xerces.jar
    4082a000-40874000 r--s 00000000 03:03 890444
    /usr/local/jakarta-tomcat-4.0.4/common/lib/tyrex-0.9.7
    0.jar
    40874000-408b9000 r--s 00000000 03:03 890445
    /usr/local/jakarta-tomcat-4.0.4/common/lib/mail.jar
    408b9000-408d2000 r--s 00000000 03:03 890446
    /usr/local/jakarta-tomcat-4.0.4/common/lib/jndi.jar
    408d2000-40958000 r--s 00000000 03:03 890482
    /usr/local/jakarta-tomcat-4.0.4/common/lib/db2java.jar
    40958000-4096e000 r--s 00000000 03:03 890483
    /usr/local/jakarta-tomcat-4.0.4/common/lib/jboss-clien
    .jar
    4096e000-4097c000 r--s 00000000 03:03 890484
    /usr/local/jakarta-tomcat-4.0.4/common/lib/jboss-j2ee.
    ar
    4097c000-40996000 r--s 00000000 03:03 890485
    /usr/local/jakarta-tomcat-4.0.4/common/lib/jaas.jar
    40996000-409a0000 r--s 00000000 03:03 890486
    /usr/local/jakarta-tomcat-4.0.4/common/lib/jbosssx-cli
    nt.jar
    409a0000-409a6000 r--s 00000000 03:03 890487
    /usr/local/jakarta-tomcat-4.0.4/common/lib/jnp-client.
    ar
    409a6000-40d10000 r--s 00000000 03:03 890488
    /usr/local/jakarta-tomcat-4.0.4/common/lib/jt400_3.0.j
    r
    40d10000-40d37000 r--s 00000000 03:03 890489
    /usr/local/jakarta-tomcat-4.0.4/common/lib/log4j.jar
    40d37000-423af000 r--s 00000000 03:03 69634
    /usr/local/j2sdk1.4.0/jre/lib/rt.jar
    423f1000-42408000 r--s 00000000 03:03 69566
    /usr/local/j2sdk1.4.0/jre/lib/sunrsasign.jar
    42408000-42476000 r--s 00000000 03:03 69568
    /usr/local/j2sdk1.4.0/jre/lib/jsse.jar
    42476000-42489000 r--s 00000000 03:03 69567
    /usr/local/j2sdk1.4.0/jre/lib/jce.jar
    42489000-4270a000 r--s 00000000 03:03 69632
    /usr/local/j2sdk1.4.0/jre/lib/charsets.jar
    447b2000-447b3000 r--p 00000000 03:03 33104
    /usr/lib/locale/en_US/LC_MEASUREMENT
    447b3000-447b4000 r--p 00000000 03:03 33102
    /usr/lib/locale/en_US/LC_TELEPHONE
    447b4000-447b5000 r--p 00000000 03:03 33103
    /usr/lib/locale/en_US/LC_ADDRESS
    447b5000-447b6000 r--p 00000000 03:03 33100
    /usr/lib/locale/en_US/LC_NAME
    447b6000-447b7000 r--p 00000000 03:03 33109
    /usr/lib/locale/en_US/LC_PAPER
    447b7000-447b8000 r--p 00000000 03:03 459106
    /usr/lib/locale/en_US/LC_MESSAGES/SYS_LC_MESSAGES
    447b8000-447b9000 r--p 00000000 03:03 33110
    /usr/lib/locale/en_US/LC_MONETARY
    447b9000-447bf000 r--p 00000000 03:03 33107
    /usr/lib/locale/en_US/LC_COLLATE
    447bf000-447c0000 r--p 00000000 03:03 33101
    /usr/lib/locale/en_US/LC_TIME
    4c840000-4c841000 r--p 00000000 03:03 33105
    /usr/lib/locale/en_US/LC_NUMERIC
    4c841000-4c85c000 r--p 00000000 03:03 33108
    /usr/lib/locale/en_US/LC_CTYPE
    4c85c000-4c85e000 r--s 00000000 03:03 36766
    /usr/local/j2sdk1.4.0/jre/lib/ext/dnsns.jar
    4c85e000-4c866000 r--s 00000000 03:03 890421
    /usr/local/jakarta-tomcat-4.0.4/server/lib/jakarta-reg
    xp-1.2.jar
    4c866000-4c867000 r--s 00000000 03:03 890422
    /usr/local/jakarta-tomcat-4.0.4/server/lib/servlets-co
    mon.jar
    4c867000-4c871000 r-xp 00000000 03:03 885148
    /lib/libnss_compat-2.2.3.so
    4c871000-4c873000 rw-p 00009000 03:03 885148
    /lib/libnss_compat-2.2.3.so
    4c89e000-4c8bb000 r--s 00000000 03:03 36765
    /usr/local/j2sdk1.4.0/jre/lib/ext/sunjce_provider.jar
    4c8bb000-4c95e000 r--s 00000000 03:03 36767
    /usr/local/j2sdk1.4.0/jre/lib/ext/localedata.jar
    4c95e000-4c96c000 r--s 00000000 03:03 36768
    /usr/local/j2sdk1.4.0/jre/lib/ext/ldapsec.jar
    4c96c000-4ce06000 r--s 00000000 03:03 298906
    /usr/local/j2sdk1.4.0/lib/tools.jar
    4ce06000-4ce0c000 r--s 00000000 03:03 890423
    /usr/local/jakarta-tomcat-4.0.4/server/lib/commons-log
    ing.jar
    4ce0c000-4ce0e000 r--s 00000000 03:03 890424
    /usr/local/jakarta-tomcat-4.0.4/server/lib/servlets-in
    oker.jar
    4ce0e000-4ce11000 r--s 00000000 03:03 890425
    /usr/local/jakarta-tomcat-4.0.4/server/lib/servlets-ma
    ager.jar
    4ce11000-4ce19000 r--s 00000000 03:03 890426
    /usr/local/jakarta-tomcat-4.0.4/server/lib/warp.jar
    4ce19000-4ceab000 r--s 00000000 03:03 890427
    /usr/local/jakarta-tomcat-4.0.4/server/lib/catalina.ja
    4ceab000-4ceb4000 r--s 00000000 03:03 890428
    /usr/local/jakarta-tomcat-4.0.4/server/lib/tomcat-http
    1.jar
    4ceb4000-4ceb9000 r--s 00000000 03:03 890429
    /usr/local/jakarta-tomcat-4.0.4/server/lib/servlets-de
    ault.jar
    4ceb9000-4cec9000 r--s 00000000 03:03 890430
    /usr/local/jakarta-tomcat-4.0.4/server/lib/tomcat-ajp.
    ar
    4cec9000-4ceed000 r--s 00000000 03:03 890431
    /usr/local/jakarta-tomcat-4.0.4/server/lib/tomcat-util
    jar
    4ceed000-4cefb000 r--s 00000000 03:03 890432
    /usr/local/jakarta-tomcat-4.0.4/server/lib/tomcat-coyo
    e.jar
    4cefb000-4cf01000 r--s 00000000 03:03 890434
    /usr/local/jakarta-tomcat-4.0.4/server/lib/servlets-we
    dav.jar
    4cf01000-4cf13000 r-xp 00000000 03:03 69548
    /usr/local/j2sdk1.4.0/jre/lib/i386/libnet.so
    4cf13000-4cf14000 rw-p 00011000 03:03 69548
    /usr/local/j2sdk1.4.0/jre/lib/i386/libnet.so
    4cf14000-4cf25000 r--s 00000000 03:03 890458
    /usr/local/jakarta-tomcat-4.0.4/lib/jasper-runtime.jar
    4cf25000-4cf59000 r--s 00000000 03:03 890459
    /usr/local/jakarta-tomcat-4.0.4/lib/jasper-compiler.ja
    4cf59000-4cf5e000 r--s 00000000 03:03 890460
    /usr/local/jakarta-tomcat-4.0.4/lib/naming-factory.jar
    4cf5e000-4cf5f000 r--s 00000000 03:03 789670
    /usr/local/jakarta-tomcat-4.0.4/temp/jar_cache46958.tm
    (deleted)
    4cf5f000-4cf60000 r--s 00000000 03:03 789673
    /usr/local/jakarta-tomcat-4.0.4/temp/jar_cache46959.tm
    (deleted)
    4cf60000-4cf63000 r--s 00000000 03:03 430785
    /usr/local/jakarta-tomcat-4.0.4/webapps/reporter/WEB-I
    F/lib/arenajobs.jar
    4cf63000-4d067000 r--s 00000000 03:03 430786
    /usr/local/jakarta-tomcat-4.0.4/webapps/reporter/WEB-I
    F/lib/arenatrading.jar
    4d067000-4d08c000 r--s 00000000 03:03 430787
    /usr/local/jakarta-tomcat-4.0.4/webapps/reporter/WEB-I
    F/lib/quartz.jar
    4d08c000-4d08e000 r--s 00000000 03:03 430788
    /usr/local/jakarta-tomcat-4.0.4/webapps/reporter/WEB-I
    F/lib/scheduler.jar
    4d08e000-4d091000 r--s 00000000 03:03 790391
    /usr/local/jakarta-tomcat-4.0.4/temp/jar_cache46960.tm
    (deleted)
    4d091000-4d195000 r--s 00000000 03:03 790392
    /usr/local/jakarta-tomcat-4.0.4/temp/jar_cache46961.tm
    (deleted)
    4d195000-4d1ba000 r--s 00000000 03:03 790394
    /usr/local/jakarta-tomcat-4.0.4/temp/jar_cache46962.tm
    (deleted)
    4d1ba000-4d1bc000 r--s 00000000 03:03 790395
    /usr/local/jakarta-tomcat-4.0.4/temp/jar_cache46963.tm
    (deleted)
    4d1bc000-4d1bd000 r-xp 00000000 03:03 69559
    /usr/local/j2sdk1.4.0/jre/lib/i386/librmi.so
    4d1bd000-4d1be000 rw-p 00000000 03:03 69559
    /usr/local/j2sdk1.4.0/jre/lib/i386/librmi.so
    4d1be000-4d1c2000 r-xp 00000000 03:03 69558
    /usr/local/j2sdk1.4.0/jre/lib/i386/libioser12.so
    4d1c2000-4d1c3000 rw-p 00003000 03:03 69558
    /usr/local/j2sdk1.4.0/jre/lib/i386/libioser12.so
    4d1c9000-4d1d2000 r-xp 00000000 03:03 885155
    /lib/libnss_files-2.2.3.so
    4d1d2000-4d1d3000 rw-p 00008000 03:03 885155
    /lib/libnss_files-2.2.3.so
    Local Time = Tue Oct 8 18:57:29 2002
    Elapsed Time = 32640
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002D3
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed
    mode)
    # An error report file has been saved as
    hs_err_pid26505.log.
    # Please refer to the file for further information.

  • [solved] fontforge seg faults on failure to find font

    I'm having what I suspect is a fairly standard problem but I've been unable to track it down using google, a forum search or the wiki.
    Basically, fontforge seg faults on start. More specifically, it displays the dialog which allows me to select the font I want to open and then crashes. Starting the application from the command line produces this:
    $ fontforge
    Copyright (c) 2000-2012 by George Williams.
    Executable based on sources from 14:57 GMT 31-Jul-2012-ML-D.
    Library based on sources from 14:57 GMT 31-Jul-2012.
    Help! Server claimed font
    -adobe-courier std-medium-r-normal--16-0-0-0-m-0-iso10646-1
    existed in the font list, but when I asked for it there was nothing.
    I may crash soon.
    Segmentation fault (core dumped)
    I've tried fc-cache both with and without -f as both root and me. I've also tried moving ~/.fontconfig and ~/.config/fontconfig to backups and creating empty directories in their places. I've also recreated every fonts.dir and fonts.scale which locate can find on my system. I've also grepped "adobe-courier" in all of these files, all copies of fonts.alias found by locate and through /var/cache/fontconfig/* and not found any trace. I've examined (as best I can but this is not saying very much) the font config under /etc/fonts/.
    The only even vaguely relevant information I've found references a fedora/red hat bug from two or three years ago and those bugs were marked as solved by updates and closed in fedora 10/11.  (Fedora is currently at 17.) Moreover, the problems there were traced to fonts.{dir,scale} not being updated and I've recreated all of these files as found by locate so they should all be current.
    I'm sure I'm missing the stunningly obvious. Can anybody tell me where this reference might be coming from? Or otherwise suggest what I'm missing?
    I haven't needed fontforge for a while so I don't know when it ceased to work and this is not helping with troubleshooting.
    Last edited by cfr (2012-12-14 00:11:37)

    The error may be caused by a bad entry in a fonts.dir file in one of your font directories. This file is used by an older method than fontconfig to index fonts for apps in X.
    I would use 'locate' to find all files named fonts.dir. (There is probably a better way to find these files than 'locate'). When the files are found, 'grep' can be used to find the one with the bad entry. The following line of combined commands should work:
    $ for file in $(locate fonts.dir); do grep -l 'adobe-courier std' $file; done
    Then navigate to that file's directory and run:
    $ mkfontscale
    $ mkfontdir
    Finally, as root, run
    # xset fp rehash
    See https://wiki.archlinux.org/index.php/Fo … plications.

  • [solved] problems with pacman after upgrading to 2.6.27-ARCH

    i'm not sure if my problem is related with the new version of software or the fact that i ran out of space during the upgrade. but once i restarted after the upgrade i was not able to boot into the system and the error i would get was:
    ERROR: Failed to parse block device name for '/dev/sda3'
    unknown
    ERROR: root fs cannot be detected. Try using the rootfstype= kernel parameter.
    i followed what some other people did and i booted with livecd, chrooted and regenerated mkinitcpio. since i saw some other people having the same problems here is what i used:
    http://wiki.archlinux.org/index.php/Boo … omplicated
    http://wiki.archlinux.org/index.php/Mki … ng_presets
    and just for good measure i decided to run fsck:
    http://wiki.archlinux.org/index.php/Fsck
    i was still seeing some segmentation faults so i decided to re-install all of the packages installed:
    http://wiki.archlinux.org/index.php/Pac … re_Restore
    now everything seems to work OK except when i run pacman. here is what i get:
    /sbin/ldconfig: /usr/lib/libgettextpo.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libwiretap.so.0.0.1 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libasprintf.so.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libasprintf.so.0.0.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libsigc-2.0.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libasprintf.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libwiretap.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextpo.so.0.4.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextsrc.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libsigc-2.0.so.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextsrc-0.17.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextpo.so.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextlib-0.17.so is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libsigc-2.0.so.0.0.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libwiretap.so.0 is not an ELF file - it has the wrong magic bytes at the start.
    /sbin/ldconfig: /usr/lib/libgettextlib.so is not an ELF file - it has the wrong magic bytes at the start.
    packages are still installed but i would like to get to the bottom of this and get it fixed. any ideas what went wrong (well... besides me running out of disk space!) and how to get it fixed?
    Last edited by djidji (2008-10-24 17:49:14)

    thanks for the reply. i tried finding out what packages these libraries beling to but for every single one of these listed i get an error saying that "No packages owns...". could it be something with ldconfig?
    EDIT:
    so i figured out that one of the files was related to wireshark. i tried re-installing wireshark and here is what i got:
    : sudo pacman -Sy wireshark
    :: Synchronizing package databases...
    core 31.4K 229.6K/s 00:00:00 [#############################################################################################] 100%
    extra 413.1K 508.9K/s 00:00:01 [#############################################################################################] 100%
    community 356.3K 298.9K/s 00:00:01 [#############################################################################################] 100%
    resolving dependencies...
    looking for inter-conflicts...
    Targets (1): wireshark-1.0.4-1
    Total Download Size: 11.89 MB
    Total Installed Size: 51.80 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    wireshark-1.0.4-1-i686 11.9M 455.5K/s 00:00:27 [#############################################################################################] 100%
    checking package integrity...
    (1/1) checking for file conflicts [#############################################################################################] 100%
    error: could not prepare transaction
    error: failed to commit transaction (conflicting files)
    wireshark: /usr/bin/capinfos exists in filesystem
    wireshark: /usr/bin/dftest exists in filesystem
    wireshark: /usr/bin/dumpcap exists in filesystem
    wireshark: /usr/bin/editcap exists in filesystem
    wireshark: /usr/bin/idl2wrs exists in filesystem
    wireshark: /usr/bin/mergecap exists in filesystem
    wireshark: /usr/bin/randpkt exists in filesystem
    wireshark: /usr/bin/rawshark exists in filesystem
    wireshark: /usr/bin/text2pcap exists in filesystem
    wireshark: /usr/bin/tshark exists in filesystem
    wireshark: /usr/bin/wireshark exists in filesystem
    wireshark: /usr/lib/libwireshark.so exists in filesystem
    wireshark: /usr/lib/libwireshark.so.0 exists in filesystem
    wireshark: /usr/lib/libwireshark.so.0.0.1 exists in filesystem
    wireshark: /usr/lib/libwiretap.so exists in filesystem
    wireshark: /usr/lib/libwiretap.so.0 exists in filesystem
    wireshark: /usr/lib/libwiretap.so.0.0.1 exists in filesystem
    wireshark: /usr/share/man/man1/capinfos.1 exists in filesystem
    wireshark: /usr/share/man/man1/dumpcap.1 exists in filesystem
    wireshark: /usr/share/man/man1/editcap.1 exists in filesystem
    wireshark: /usr/share/man/man1/idl2wrs.1 exists in filesystem
    wireshark: /usr/share/man/man1/mergecap.1 exists in filesystem
    wireshark: /usr/share/man/man1/rawshark.1 exists in filesystem
    wireshark: /usr/share/man/man1/text2pcap.1 exists in filesystem
    wireshark: /usr/share/man/man1/tshark.1 exists in filesystem
    wireshark: /usr/share/man/man1/wireshark.1 exists in filesystem
    wireshark: /usr/share/man/man4/wireshark-filter.4 exists in filesystem
    wireshark: /usr/share/wireshark/AUTHORS-SHORT exists in filesystem
    wireshark: /usr/share/wireshark/COPYING exists in filesystem
    wireshark: /usr/share/wireshark/capinfos.html exists in filesystem
    wireshark: /usr/share/wireshark/cfilters exists in filesystem
    wireshark: /usr/share/wireshark/colorfilters exists in filesystem
    wireshark: /usr/share/wireshark/dfilters exists in filesystem
    wireshark: /usr/share/wireshark/diameter/Ericsson.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/TGPPGmb.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/TGPPSh.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/chargecontrol.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/dictionary.dtd exists in filesystem
    wireshark: /usr/share/wireshark/diameter/dictionary.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/etsie2e4.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/gqpolicy.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/imscxdx.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/mobileipv4.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/nasreq.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/sip.xml exists in filesystem
    wireshark: /usr/share/wireshark/diameter/sunping.xml exists in filesystem
    wireshark: /usr/share/wireshark/dtds/dc.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/itunes.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/mscml.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/pocsettings.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/presence.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/reginfo.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/rlmi.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/rss.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/smil.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/watcherinfo.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/xcap-caps.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dtds/xcap-error.dtd exists in filesystem
    wireshark: /usr/share/wireshark/dumpcap.html exists in filesystem
    wireshark: /usr/share/wireshark/editcap.html exists in filesystem
    wireshark: /usr/share/wireshark/help/capture_filters.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/capturing.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/display_filters.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/faq.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/getting_started.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/overview.txt exists in filesystem
    wireshark: /usr/share/wireshark/help/toc exists in filesystem
    wireshark: /usr/share/wireshark/idl2wrs.html exists in filesystem
    wireshark: /usr/share/wireshark/manuf exists in filesystem
    wireshark: /usr/share/wireshark/mergecap.html exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.3com exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.3gpp exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.3gpp2 exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.acc exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.alcatel exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.alteon exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.altiga exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.aptis exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.ascend exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.bay exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.bintec exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.bristol exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cablelabs exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cabletron exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cisco exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cisco.bbsm exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cisco.vpn3000 exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cisco.vpn5000 exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.colubris exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.columbia_university exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.compat exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.cosine exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.ericsson exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.erx exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.extreme exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.foundry exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.freeradius exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.gandalf exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.garderos exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.gemtek exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.itk exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.juniper exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.karlnet exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.livingston exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.localweb exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.merit exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.microsoft exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.mikrotik exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.navini exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.netscreen exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.nokia exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.nomadix exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.propel exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.quintum exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.redback exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.redcreek exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.shasta exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.shiva exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.sonicwall exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.springtide exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.t_systems_nova exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.telebit exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.trapeze exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.tunnel exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.unisphere exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.unix exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.usr exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.valemount exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.versanet exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.wispr exists in filesystem
    wireshark: /usr/share/wireshark/radius/dictionary.xedia exists in filesystem
    wireshark: /usr/share/wireshark/rawshark.html exists in filesystem
    wireshark: /usr/share/wireshark/services exists in filesystem
    wireshark: /usr/share/wireshark/smi_modules exists in filesystem
    wireshark: /usr/share/wireshark/text2pcap.html exists in filesystem
    wireshark: /usr/share/wireshark/tpncp/tpncp.dat exists in filesystem
    wireshark: /usr/share/wireshark/tshark.html exists in filesystem
    wireshark: /usr/share/wireshark/wimaxasncp/dictionary.dtd exists in filesystem
    wireshark: /usr/share/wireshark/wimaxasncp/dictionary.xml exists in filesystem
    wireshark: /usr/share/wireshark/wireshark-filter.html exists in filesystem
    wireshark: /usr/share/wireshark/wireshark.html exists in filesystem
    wireshark: /usr/share/wireshark/ws.css exists in filesystem
    Errors occurred, no packages were upgraded.
    i'm hoping there is a way to sort this out. i'm loving the way my laptop is set up and would have re-install everything...
    Last edited by djidji (2008-10-24 01:27:00)

  • JVM Seg Fault With Multithreaded JNI Code

    Hello all:
    I'm having a problem with a multi threaded application. The application is used to bridge an exsisting C++ application with an exsisting Java application so I went with a JNI implementation. After I completed my implementation, I found that the bridge would crash after a few hours (or a few million JNI calls). At first I thought there was a memory leak but my memory usage was not going up (according to the task manager) and the heap was staying around 3 MB (according to a third party tool). I finally figured out that the problem was my JNI code. The JNI code is all in a wrapper DLL (built with MinGW) that four other DLL's call dynamically. So I made a test app to test the wrapper dll. The test app is a simple two threaded application that creates a java object and deletes the java object. CODE:
    #include <process.h>
    #include "JNIUtilityInterface.h"  // Link to the JNI dll (GetProcAdress, etc.)
    void test(void * arg) {   
       for (int i = 0; i < 4000000; i++) {
          jobject jTest = createObjectByClass(NULL, "JNITest", "()V");
          deleteObject(jTest);
       int num = (int)arg;
       printf("done - %d\n", num);              
    int main(int argc, char *argv[])
       clearJNIUtilityDll();
       initJNIUtilityDll();
       invokeJVM();         
       for (int i = 0; i < 3; i++) {
          if (i == 0) {
             _beginthread(test, 0, (void*)i);
          } else {           
             _beginthread(test, 0, (void*)i);
       Sleep(240000);
       exitJNIUtilityDll();
       return 0;
    }createObjectByClass code:
    jobject JNIUtility_API createObjectByClass(jboolean * hasException, 
                                               const char * className, 
                                               const char * descriptor, va_list args) {                                                                                                                    
       jclass clazz;
       jmethodID mid;
       jobject obj;
       JNIEnv * env;
       env = getEnv();
       if (env != NULL) {  
          if (env->EnsureLocalCapacity(2) == JNI_OK) {
             jclass clazz = env->FindClass(className);                                                
             jmethodID mid = env->GetMethodID(clazz, "<init>", descriptor);       
             if (mid) {
                obj = env->NewObjectV(clazz, mid, args);                                             
             env->DeleteLocalRef(clazz);          
          if (hasException) {
             *hasException = env->ExceptionCheck();
       env = NULL;
       return obj;
    } getEnv code:
    JNIEnv * getEnv() {          
       JNIEnv * env;
       jint result;
       result = jvm->GetEnv((void **)&env, JNI_VERSION_1_4);
       if (result == JNI_EDETACHED) {
          if (jvm->AttachCurrentThreadAsDaemon((void **)&env, NULL) == JNI_OK) {
             //printf("Attached current thread!\n");
       return env;
    }deleteObject code:
    void JNIUtility_API deleteObject(jobject obj) {
       JNIEnv * env;
       env = getEnv();
       if (env != NULL) {                                                                                                                                               
          env->DeleteLocalRef(obj);
       env = NULL;                             
    }The other code is not important since I know this is where the seg fault is happening. Again this is just test code but when I run this code with only one thread, it works fine (with the 4000000 for loop). The JavaVM is globally cached as well.
    If anybody nows how to properly run two or more native threads that use JNI methods, please let me know or if you have any tips, that will be good too! If you want any more code to try for yourself, I'm willing to send it to you.
    Thanks!!

    Nevermind, I found out that if you build you code using jni.h from 1.5.0_06 and run you code using 1.5.0_04 JRE, you run into problems with multi threading! Don't do this because it leads to headaches and high blood pressure :)

  • [SOLVED] Seg fault on Haswell processor (TSX+glibc)

    Hello,
    I just installed ArchLinux on a brand new Intel i7 4770S (Haswell) because my old laptop was unable to handle HD content properly under Kdenlive. I have the exact package versions on both machines but when disabling a simple effect in Kdenlive I get a seg fault.
    You can see my bug report on Kdenlive bug tracker here: http://www.kdenlive.org/mantis/view.php?id=3186
    I then looked at the trace and found this stuff about lock elision that seems very (hardware) specific to Haswell CPU.
    http://lwn.net/Articles/534758/
    http://halobates.de/adding-lock-elision-to-linux.pdf
    http://www.phoronix.com/scan.php?page=n … px=MTQzNDk
    http://www.anandtech.com/show/6290/maki … tensions/2
    I looked at the PKGBUILD for the current glibc 2.18-9 and it has the  "--enable-lock-elision" so I used ABS to recompile it without support for it to see if it would make my Kdenlive work again. And yes problem is gone.
    Is this a problem with Kdenlive code or lock elision implementation in current glibc?   Don't know if this is related but I also had some issues with Digikam when using the default glibc.
    Thanks
    Alphazo
    Bug reported: https://bugs.archlinux.org/task/37617#comment116170
    Last edited by alphazo (2013-11-06 08:11:46)

    I've managed to fix it by appending --opencc-options -OPT:Olimit=99999 to nvcc's compiling flags. It compiles and executes fine. Even though that's still a bug (no program should seg fault).

  • TS4123 I have problem with iTunes story (secure link to itunes store failed). I make In the "Command Prompt" screen, type in   netsh winsock reset the itune story is solve but after i close itunes the problem is back

    I have problem with iTunes story (secure link to itunes store failed). I make In the "Command Prompt" screen, type in   netsh winsock reset the itune story is solve but after i close itunes the problem is back

    The results show that you have a proxy server set and this can often cause problems with iTunes.
    The proxy setting can be accessed in Internet options>>Connections>>LAN Settings.
    Try un-checking the proxy server check box.
    It might also be a good idea to run a malware check if you didn't know you had the proxy server set.
    You can download a free version of an excellent scanner- Malwarebytes here:
    http://www.malwarebytes.org/

  • [Solved] Switch from nvidia driver to nouveau - libgl is seg faulting

    Hello,
    I recently tried to switch my desktop from using the proprietary nvidia driver to nouveua after having the proprietary driver crash randomly.
    I followed the wiki page for this (https://wiki.archlinux.org/index.php/nouveau) where I removed the nvidia driver packages and installed xf86-video-nouveau. I also regenerated the ramdisk image. After all of this I was unable to get xfce to load, although I can get X to successfully start running twm.
    The problem seems to be because libGL.so.1 is causing many things segfault. (emacs, xfce4-session). For example, if I run emacs through gdb from the console, the backtrace is from /usr/lib/libGL.so.1.
    Any suggestions on things I can try to stop the seg faulting and get a usable system again?
    Thanks
    Last edited by mikej_96 (2013-12-23 04:13:49)

    I did reboot.
    Here is the Xorg.0.log from a sucessful twm session:
    [ 1948.113]
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 1948.113] X Protocol Version 11, Revision 0
    [ 1948.113] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 1948.113] Current Operating System: Linux Neo 3.12.5-1-ARCH #1 SMP PREEMPT Thu Dec 12 12:57:31 CET 2013 x86_64
    [ 1948.113] Kernel command line: root=/dev/sda1 resume=/dev/sdb3 ro init=/usr/lib/systemd/systemd
    [ 1948.113] Build Date: 13 December 2013 03:11:42PM
    [ 1948.113]
    [ 1948.113] Current version of pixman: 0.32.4
    [ 1948.113] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1948.113] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1948.113] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 22 20:09:20 2013
    [ 1948.113] (==) Using config file: "/etc/X11/xorg.conf"
    [ 1948.113] (==) No Layout section. Using the first Screen section.
    [ 1948.113] (==) No screen section available. Using defaults.
    [ 1948.113] (**) |-->Screen "Default Screen Section" (0)
    [ 1948.113] (**) | |-->Monitor "<default monitor>"
    [ 1948.113] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 1948.113] (**) | |-->Device "Device0"
    [ 1948.113] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 1948.113] (**) Option "AutoAddDevices" "False"
    [ 1948.113] (**) Not automatically adding devices
    [ 1948.113] (==) Automatically enabling devices
    [ 1948.113] (==) Automatically adding GPU devices
    [ 1948.113] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1948.113] Entry deleted from font path.
    [ 1948.113] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 1948.113] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 1948.113] (==) |-->Input Device "Mouse0"
    [ 1948.113] (==) |-->Input Device "Keyboard0"
    [ 1948.113] (==) No Layout section. Using the first mouse device.
    [ 1948.113] (==) No Layout section. Using the first keyboard device.
    [ 1948.113] (II) Loader magic: 0x7fec20
    [ 1948.113] (II) Module ABI versions:
    [ 1948.113] X.Org ANSI C Emulation: 0.4
    [ 1948.113] X.Org Video Driver: 14.1
    [ 1948.113] X.Org XInput driver : 19.1
    [ 1948.113] X.Org Server Extension : 7.0
    [ 1948.114] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1948.114] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 1948.266] (--) PCI:*(0:1:0:0) 10de:1187:1458:360b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 1948.266] (--) PCI: (0:2:0:0) 10de:0622:3842:c858 rev 161, Mem @ 0xf4000000/16777216, 0xd0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 1948.266] Initializing built-in extension Generic Event Extension
    [ 1948.266] Initializing built-in extension SHAPE
    [ 1948.266] Initializing built-in extension MIT-SHM
    [ 1948.266] Initializing built-in extension XInputExtension
    [ 1948.266] Initializing built-in extension XTEST
    [ 1948.266] Initializing built-in extension BIG-REQUESTS
    [ 1948.266] Initializing built-in extension SYNC
    [ 1948.266] Initializing built-in extension XKEYBOARD
    [ 1948.266] Initializing built-in extension XC-MISC
    [ 1948.266] Initializing built-in extension SECURITY
    [ 1948.266] Initializing built-in extension XINERAMA
    [ 1948.266] Initializing built-in extension XFIXES
    [ 1948.266] Initializing built-in extension RENDER
    [ 1948.266] Initializing built-in extension RANDR
    [ 1948.266] Initializing built-in extension COMPOSITE
    [ 1948.266] Initializing built-in extension DAMAGE
    [ 1948.266] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1948.266] Initializing built-in extension DOUBLE-BUFFER
    [ 1948.266] Initializing built-in extension RECORD
    [ 1948.266] Initializing built-in extension DPMS
    [ 1948.266] Initializing built-in extension X-Resource
    [ 1948.266] Initializing built-in extension XVideo
    [ 1948.266] Initializing built-in extension XVideo-MotionCompensation
    [ 1948.266] Initializing built-in extension XFree86-VidModeExtension
    [ 1948.266] Initializing built-in extension XFree86-DGA
    [ 1948.266] Initializing built-in extension XFree86-DRI
    [ 1948.266] Initializing built-in extension DRI2
    [ 1948.266] (II) LoadModule: "glx"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1948.266] (II) Module glx: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.5, module version = 1.0.0
    [ 1948.266] ABI class: X.Org Server Extension, version 7.0
    [ 1948.266] (==) AIGLX enabled
    [ 1948.266] Loading extension GLX
    [ 1948.266] (II) LoadModule: "nouveau"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 1948.266] (II) Module nouveau: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.4, module version = 1.0.10
    [ 1948.266] Module class: X.Org Video Driver
    [ 1948.266] ABI class: X.Org Video Driver, version 14.1
    [ 1948.266] (II) LoadModule: "mouse"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 1948.266] (II) Module mouse: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.0, module version = 1.9.0
    [ 1948.266] Module class: X.Org XInput Driver
    [ 1948.266] ABI class: X.Org XInput driver, version 19.1
    [ 1948.266] (II) LoadModule: "kbd"
    [ 1948.266] (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    [ 1948.266] (II) Module kbd: vendor="X.Org Foundation"
    [ 1948.266] compiled for 1.14.4, module version = 1.8.0
    [ 1948.266] Module class: X.Org XInput Driver
    [ 1948.266] ABI class: X.Org XInput driver, version 19.1
    [ 1948.266] (II) NOUVEAU driver
    [ 1948.266] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 1948.266] RIVA TNT (NV04)
    [ 1948.266] RIVA TNT2 (NV05)
    [ 1948.266] GeForce 256 (NV10)
    [ 1948.266] GeForce 2 (NV11, NV15)
    [ 1948.266] GeForce 4MX (NV17, NV18)
    [ 1948.266] GeForce 3 (NV20)
    [ 1948.266] GeForce 4Ti (NV25, NV28)
    [ 1948.266] GeForce FX (NV3x)
    [ 1948.266] GeForce 6 (NV4x)
    [ 1948.266] GeForce 7 (G7x)
    [ 1948.266] GeForce 8 (G8x)
    [ 1948.266] GeForce GTX 200 (NVA0)
    [ 1948.266] GeForce GTX 400 (NVC0)
    [ 1948.266] (--) using VT number 4
    [ 1948.268] (II) [drm] nouveau interface version: 1.1.1
    [ 1948.268] (II) [drm] nouveau interface version: 1.1.1
    [ 1948.268] (II) Loading sub module "dri2"
    [ 1948.268] (II) LoadModule: "dri2"
    [ 1948.268] (II) Module "dri2" already built-in
    [ 1948.268] (--) NOUVEAU(0): Chipset: "NVIDIA NVE4"
    [ 1948.268] (II) NOUVEAU(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 1948.268] (==) NOUVEAU(0): Depth 24, (--) framebuffer bpp 32
    [ 1948.268] (==) NOUVEAU(0): RGB weight 888
    [ 1948.268] (==) NOUVEAU(0): Default visual is TrueColor
    [ 1948.268] (==) NOUVEAU(0): Using HW cursor
    [ 1948.268] (==) NOUVEAU(0): GLX sync to VBlank disabled.
    [ 1948.268] (==) NOUVEAU(0): Page flipping enabled
    [ 1948.268] (==) NOUVEAU(0): Swap limit set to 2 [Max allowed 2]
    [ 1948.301] (II) NOUVEAU(0): Output DVI-I-1 has no monitor section
    [ 1948.331] (II) NOUVEAU(0): Output DVI-D-1 has no monitor section
    [ 1948.389] (II) NOUVEAU(0): Output HDMI-1 has no monitor section
    [ 1948.482] (II) NOUVEAU(0): Output DP-1 has no monitor section
    [ 1948.511] (II) NOUVEAU(0): EDID for output DVI-I-1
    [ 1948.511] (II) NOUVEAU(0): Manufacturer: ACR Model: 1fb Serial#: 55586593
    [ 1948.511] (II) NOUVEAU(0): Year: 2010 Week: 35
    [ 1948.511] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.511] (II) NOUVEAU(0): Digital Display Input
    [ 1948.511] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.511] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.511] (II) NOUVEAU(0): DPMS capabilities: Off
    [ 1948.511] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.511] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.511] (II) NOUVEAU(0): redX: 0.644 redY: 0.336 greenX: 0.301 greenY: 0.611
    [ 1948.511] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.511] (II) NOUVEAU(0): Supported established timings:
    [ 1948.511] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.511] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.511] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.511] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.511] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.511] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.511] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.511] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1948.511] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.511] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.511] (II) NOUVEAU(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.511] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.511] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.511] (II) NOUVEAU(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1948.511] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.511] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.511] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.511] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.511] (II) NOUVEAU(0): Ranges: V min: 49 V max: 75 Hz, H min: 30 H max: 94 kHz, PixClock max 175 MHz
    [ 1948.511] (II) NOUVEAU(0): Monitor name: Acer P236H
    [ 1948.511] (II) NOUVEAU(0): Serial No: LQS0W0084321
    [ 1948.511] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.511] (II) NOUVEAU(0): 00ffffffffffff000472fb01212f5003
    [ 1948.512] (II) NOUVEAU(0): 2314010380331d782ac285a4564d9c25
    [ 1948.512] (II) NOUVEAU(0): 125054b30c00714f810081809500d1c0
    [ 1948.512] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.512] (II) NOUVEAU(0): 4500fe1f1100001e000000fd00314b1e
    [ 1948.512] (II) NOUVEAU(0): 5e11000a202020202020000000fc0041
    [ 1948.512] (II) NOUVEAU(0): 6365722050323336480a2020000000ff
    [ 1948.512] (II) NOUVEAU(0): 004c51533057303038343332310a004d
    [ 1948.512] (II) NOUVEAU(0): Printing probed modes for output DVI-I-1
    [ 1948.512] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.512] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.541] (II) NOUVEAU(0): EDID for output DVI-D-1
    [ 1948.541] (II) NOUVEAU(0): Manufacturer: ACR Model: 1a2 Serial#: 86013623
    [ 1948.541] (II) NOUVEAU(0): Year: 2010 Week: 52
    [ 1948.541] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.541] (II) NOUVEAU(0): Digital Display Input
    [ 1948.541] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.541] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.541] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1948.541] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.541] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.541] (II) NOUVEAU(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 1948.541] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.541] (II) NOUVEAU(0): Supported established timings:
    [ 1948.541] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.541] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.541] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.541] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.541] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.541] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.541] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.541] (II) NOUVEAU(0): Manufacturer's mask: 10
    [ 1948.541] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.541] (II) NOUVEAU(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.541] (II) NOUVEAU(0): #1: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.541] (II) NOUVEAU(0): #2: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.541] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.541] (II) NOUVEAU(0): #4: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1948.541] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.541] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 509 x 286 mm
    [ 1948.541] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.541] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.541] (II) NOUVEAU(0): Monitor name: P236H
    [ 1948.541] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
    [ 1948.541] (II) NOUVEAU(0): Serial No: LNW0C0064022
    [ 1948.541] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.541] (II) NOUVEAU(0): 00ffffffffffff000472a201b7762005
    [ 1948.541] (II) NOUVEAU(0): 3414010380331d78ea6085a6564a9c25
    [ 1948.541] (II) NOUVEAU(0): 125054b30c10714f810081809500d1c0
    [ 1948.541] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.541] (II) NOUVEAU(0): 4500fd1e1100001a000000fc00503233
    [ 1948.541] (II) NOUVEAU(0): 36480a20202020202020000000fd0038
    [ 1948.541] (II) NOUVEAU(0): 4c1f5312000a202020202020000000ff
    [ 1948.541] (II) NOUVEAU(0): 004c4e573043303036343032320a0092
    [ 1948.541] (II) NOUVEAU(0): Printing probed modes for output DVI-D-1
    [ 1948.541] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.541] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.542] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.599] (II) NOUVEAU(0): EDID for output HDMI-1
    [ 1948.599] (II) NOUVEAU(0): Manufacturer: ACR Model: 9a Serial#: 2433816882
    [ 1948.599] (II) NOUVEAU(0): Year: 2009 Week: 11
    [ 1948.599] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.599] (II) NOUVEAU(0): Digital Display Input
    [ 1948.599] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.599] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.599] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1948.599] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.599] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.599] (II) NOUVEAU(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 1948.599] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.599] (II) NOUVEAU(0): Supported established timings:
    [ 1948.599] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.599] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.599] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.599] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.599] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.599] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.599] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.599] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1948.599] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.599] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.599] (II) NOUVEAU(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.599] (II) NOUVEAU(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.599] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.599] (II) NOUVEAU(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Monitor name: X233H
    [ 1948.599] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
    [ 1948.599] (II) NOUVEAU(0): Serial No: LFM0C0234041
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.599] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.599] (II) NOUVEAU(0): h_active: 1920 h_sync: 1972 h_sync_end 2016 h_blank_end 2640 h_border: 0
    [ 1948.599] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.599] (II) NOUVEAU(0): Number of EDID sections to follow: 1
    [ 1948.599] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.599] (II) NOUVEAU(0): 00ffffffffffff0004729a0032191191
    [ 1948.599] (II) NOUVEAU(0): 0b13010380331d78ea6085a6564a9c25
    [ 1948.599] (II) NOUVEAU(0): 125054b30c008180714f81009500a940
    [ 1948.599] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.599] (II) NOUVEAU(0): 4500fe1f1100001a000000fc00583233
    [ 1948.599] (II) NOUVEAU(0): 33480a20202020202020000000fd0038
    [ 1948.599] (II) NOUVEAU(0): 4c1f5312000a202020202020000000ff
    [ 1948.599] (II) NOUVEAU(0): 004c464d3043303233343034310a01ec
    [ 1948.599] (II) NOUVEAU(0): 020322f223097f074e01020384050607
    [ 1948.599] (II) NOUVEAU(0): 10111215931f148301000066030c0010
    [ 1948.599] (II) NOUVEAU(0): 00108c0ad08a20e02d10103e9600fe1f
    [ 1948.599] (II) NOUVEAU(0): 11000018011d007251d01e206e285500
    [ 1948.599] (II) NOUVEAU(0): fe1f1100001e011d8018711c1620582c
    [ 1948.599] (II) NOUVEAU(0): 2500fe1f1100009e011d00bc52d01e20
    [ 1948.599] (II) NOUVEAU(0): b8285540fe1f1100001e011d80d0721c
    [ 1948.599] (II) NOUVEAU(0): 1620342c2500fe1f1100009e0000003b
    [ 1948.599] (II) NOUVEAU(0): Printing probed modes for output HDMI-1
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 1972 2016 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.599] (II) NOUVEAU(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x576i"x50.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x480i"x60.0 27.03 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "1440x480i"x59.9 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.600] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): EDID for output DP-1
    [ 1948.693] (II) NOUVEAU(0): Manufacturer: ACR Model: 9a Serial#: 2439097283
    [ 1948.693] (II) NOUVEAU(0): Year: 2009 Week: 16
    [ 1948.693] (II) NOUVEAU(0): EDID Version: 1.3
    [ 1948.693] (II) NOUVEAU(0): Digital Display Input
    [ 1948.693] (II) NOUVEAU(0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.693] (II) NOUVEAU(0): Gamma: 2.20
    [ 1948.693] (II) NOUVEAU(0): DPMS capabilities: StandBy Suspend Off
    [ 1948.693] (II) NOUVEAU(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.693] (II) NOUVEAU(0): First detailed timing is preferred mode
    [ 1948.693] (II) NOUVEAU(0): redX: 0.649 redY: 0.338 greenX: 0.289 greenY: 0.609
    [ 1948.693] (II) NOUVEAU(0): blueX: 0.146 blueY: 0.070 whiteX: 0.313 whiteY: 0.329
    [ 1948.693] (II) NOUVEAU(0): Supported established timings:
    [ 1948.693] (II) NOUVEAU(0): 720x400@70Hz
    [ 1948.693] (II) NOUVEAU(0): 640x480@60Hz
    [ 1948.693] (II) NOUVEAU(0): 640x480@67Hz
    [ 1948.693] (II) NOUVEAU(0): 800x600@56Hz
    [ 1948.693] (II) NOUVEAU(0): 800x600@60Hz
    [ 1948.693] (II) NOUVEAU(0): 1024x768@60Hz
    [ 1948.693] (II) NOUVEAU(0): 1024x768@70Hz
    [ 1948.693] (II) NOUVEAU(0): Manufacturer's mask: 0
    [ 1948.693] (II) NOUVEAU(0): Supported standard timings:
    [ 1948.693] (II) NOUVEAU(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.693] (II) NOUVEAU(0): #1: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.693] (II) NOUVEAU(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.693] (II) NOUVEAU(0): #3: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.693] (II) NOUVEAU(0): #4: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Monitor name: X233H
    [ 1948.693] (II) NOUVEAU(0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 185 MHz
    [ 1948.693] (II) NOUVEAU(0): Serial No: LFM0C0234040
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 27.0 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 720 h_sync: 736 h_sync_end 798 h_blank_end 858 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 480 v_sync: 489 v_sync_end 495 v_blanking: 525 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1280 h_sync: 1390 h_sync_end 1430 h_blank_end 1650 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1280 h_sync: 1720 h_sync_end 1760 h_blank_end 1980 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 720 v_sync: 725 v_sync_end 730 v_blanking: 750 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Supported detailed timing:
    [ 1948.693] (II) NOUVEAU(0): clock: 74.2 MHz Image Size: 510 x 287 mm
    [ 1948.693] (II) NOUVEAU(0): h_active: 1920 h_sync: 1972 h_sync_end 2016 h_blank_end 2640 h_border: 0
    [ 1948.693] (II) NOUVEAU(0): v_active: 540 v_sync: 542 v_sync_end 547 v_blanking: 562 v_border: 0
    [ 1948.693] (II) NOUVEAU(0): Number of EDID sections to follow: 1
    [ 1948.693] (II) NOUVEAU(0): EDID (in hex):
    [ 1948.693] (II) NOUVEAU(0): 00ffffffffffff0004729a00c3ab6191
    [ 1948.693] (II) NOUVEAU(0): 1013010380331d78ea6085a6564a9c25
    [ 1948.693] (II) NOUVEAU(0): 125054b30c008180714f81009500a940
    [ 1948.693] (II) NOUVEAU(0): 010101010101023a801871382d40582c
    [ 1948.693] (II) NOUVEAU(0): 4500fe1f1100001a000000fc00583233
    [ 1948.693] (II) NOUVEAU(0): 33480a20202020202020000000fd0038
    [ 1948.693] (II) NOUVEAU(0): 4c1f5312000a202020202020000000ff
    [ 1948.693] (II) NOUVEAU(0): 004c464d3043303233343034300a0175
    [ 1948.693] (II) NOUVEAU(0): 020322f223097f074e01020384050607
    [ 1948.693] (II) NOUVEAU(0): 10111215931f148301000066030c0010
    [ 1948.693] (II) NOUVEAU(0): 00108c0ad08a20e02d10103e9600fe1f
    [ 1948.693] (II) NOUVEAU(0): 11000018011d007251d01e206e285500
    [ 1948.693] (II) NOUVEAU(0): fe1f1100001e011d8018711c1620582c
    [ 1948.693] (II) NOUVEAU(0): 2500fe1f1100009e011d00bc52d01e20
    [ 1948.693] (II) NOUVEAU(0): b8285540fe1f1100001e011d80d0721c
    [ 1948.693] (II) NOUVEAU(0): 1620342c2500fe1f1100009e0000003b
    [ 1948.693] (II) NOUVEAU(0): Printing probed modes for output DP-1
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x50.0 148.50 1920 2448 2492 2640 1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x59.9 148.35 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x60.0 74.25 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 1972 2016 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x50.0 74.25 1920 2448 2492 2640 1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080i"x59.9 74.18 1920 2008 2052 2200 1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x720"x60.0 74.25 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x720"x50.0 74.25 1280 1720 1760 1980 720 725 730 750 +hsync +vsync (37.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x720"x59.9 74.18 1280 1390 1430 1650 720 725 730 750 +hsync +vsync (45.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x576i"x50.0 27.00 1440 1464 1590 1728 576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x480i"x60.0 27.03 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x480i"x59.9 27.00 1440 1478 1602 1716 480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x576"x50.0 27.00 720 732 796 864 576 581 586 625 -hsync -vsync (31.2 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x480"x60.0 27.03 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x480"x59.9 27.00 720 736 798 858 480 489 495 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.693] (II) NOUVEAU(0): Output DVI-I-1 connected
    [ 1948.693] (II) NOUVEAU(0): Output DVI-D-1 connected
    [ 1948.693] (II) NOUVEAU(0): Output HDMI-1 connected
    [ 1948.693] (II) NOUVEAU(0): Output DP-1 connected
    [ 1948.693] (II) NOUVEAU(0): Using exact sizes for initial modes
    [ 1948.693] (II) NOUVEAU(0): Output DVI-I-1 using initial mode 1920x1080
    [ 1948.693] (II) NOUVEAU(0): Output DVI-D-1 using initial mode 1920x1080
    [ 1948.693] (II) NOUVEAU(0): Output HDMI-1 using initial mode 1920x1080i
    [ 1948.693] (II) NOUVEAU(0): Output DP-1 using initial mode 1920x1080i
    [ 1948.693] (II) NOUVEAU(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1948.693] (--) NOUVEAU(0): Virtual size is 1920x1080 (pitch 0)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync -vsync (67.5 kHz eP)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.693] (**) NOUVEAU(0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 1948.693] (II) NOUVEAU(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.693] (==) NOUVEAU(0): DPI set to (96, 96)
    [ 1948.693] (II) Loading sub module "fb"
    [ 1948.693] (II) LoadModule: "fb"
    [ 1948.693] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1948.693] (II) Module fb: vendor="X.Org Foundation"
    [ 1948.693] compiled for 1.14.5, module version = 1.0.0
    [ 1948.693] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.693] (II) Loading sub module "exa"
    [ 1948.693] (II) LoadModule: "exa"
    [ 1948.693] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1948.693] (II) Module exa: vendor="X.Org Foundation"
    [ 1948.693] compiled for 1.14.5, module version = 2.6.0
    [ 1948.693] ABI class: X.Org Video Driver, version 14.1
    [ 1948.693] (II) Loading sub module "shadowfb"
    [ 1948.693] (II) LoadModule: "shadowfb"
    [ 1948.693] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1948.693] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1948.693] compiled for 1.14.5, module version = 1.0.0
    [ 1948.693] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.693] (II) Loading sub module "dri2"
    [ 1948.693] (II) LoadModule: "dri2"
    [ 1948.693] (II) Module "dri2" already built-in
    [ 1948.693] (--) NOUVEAU(G0): Chipset: "NVIDIA NV94"
    [ 1948.693] (==) NOUVEAU(G0): Depth 24, (--) framebuffer bpp 32
    [ 1948.693] (==) NOUVEAU(G0): RGB weight 888
    [ 1948.693] (==) NOUVEAU(G0): Default visual is TrueColor
    [ 1948.693] (==) NOUVEAU(G0): Using HW cursor
    [ 1948.693] (==) NOUVEAU(G0): GLX sync to VBlank disabled.
    [ 1948.693] (==) NOUVEAU(G0): Page flipping enabled
    [ 1948.693] (==) NOUVEAU(G0): Swap limit set to 2 [Max allowed 2]
    [ 1948.735] (II) NOUVEAU(G0): Output DVI-I-1-2 has no monitor section
    [ 1948.758] (II) NOUVEAU(G0): Output DVI-I-1-3 has no monitor section
    [ 1948.786] (II) NOUVEAU(G0): EDID for output DVI-I-1-2
    [ 1948.786] (II) NOUVEAU(G0): Manufacturer: ACR Model: e3 Serial#: 2247724
    [ 1948.786] (II) NOUVEAU(G0): Year: 2010 Week: 2
    [ 1948.786] (II) NOUVEAU(G0): EDID Version: 1.3
    [ 1948.786] (II) NOUVEAU(G0): Digital Display Input
    [ 1948.786] (II) NOUVEAU(G0): Max Image Size [cm]: horiz.: 51 vert.: 29
    [ 1948.786] (II) NOUVEAU(G0): Gamma: 2.20
    [ 1948.786] (II) NOUVEAU(G0): DPMS capabilities: StandBy Suspend
    [ 1948.786] (II) NOUVEAU(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 1948.786] (II) NOUVEAU(G0): First detailed timing is preferred mode
    [ 1948.786] (II) NOUVEAU(G0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    [ 1948.786] (II) NOUVEAU(G0): blueX: 0.150 blueY: 0.060 whiteX: 0.313 whiteY: 0.329
    [ 1948.786] (II) NOUVEAU(G0): Supported established timings:
    [ 1948.786] (II) NOUVEAU(G0): 720x400@70Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@60Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@67Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@72Hz
    [ 1948.786] (II) NOUVEAU(G0): 640x480@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@56Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@60Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@72Hz
    [ 1948.786] (II) NOUVEAU(G0): 800x600@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 832x624@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 1024x768@60Hz
    [ 1948.786] (II) NOUVEAU(G0): 1024x768@70Hz
    [ 1948.786] (II) NOUVEAU(G0): 1024x768@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 1280x1024@75Hz
    [ 1948.786] (II) NOUVEAU(G0): 1152x864@75Hz
    [ 1948.786] (II) NOUVEAU(G0): Manufacturer's mask: 0
    [ 1948.786] (II) NOUVEAU(G0): Supported standard timings:
    [ 1948.786] (II) NOUVEAU(G0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1948.786] (II) NOUVEAU(G0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1948.786] (II) NOUVEAU(G0): #2: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 1948.786] (II) NOUVEAU(G0): #3: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1948.786] (II) NOUVEAU(G0): #4: hsize: 1360 vsize 765 refresh: 60 vid: 49291
    [ 1948.786] (II) NOUVEAU(G0): #5: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1948.786] (II) NOUVEAU(G0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 1948.786] (II) NOUVEAU(G0): #7: hsize: 1920 vsize 1080 refresh: 60 vid: 49361
    [ 1948.786] (II) NOUVEAU(G0): Supported detailed timing:
    [ 1948.786] (II) NOUVEAU(G0): clock: 148.5 MHz Image Size: 510 x 287 mm
    [ 1948.786] (II) NOUVEAU(G0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1948.786] (II) NOUVEAU(G0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1948.786] (II) NOUVEAU(G0): Ranges: V min: 56 V max: 76 Hz, H min: 31 H max: 83 kHz, PixClock max 175 MHz
    [ 1948.786] (II) NOUVEAU(G0): Monitor name: H233H
    [ 1948.786] (II) NOUVEAU(G0): Serial No: LHB0D0228550
    [ 1948.786] (II) NOUVEAU(G0): EDID (in hex):
    [ 1948.786] (II) NOUVEAU(G0): 00ffffffffffff000472e3002c4c2200
    [ 1948.786] (II) NOUVEAU(G0): 0214010380331d78caee95a3544c9926
    [ 1948.786] (II) NOUVEAU(G0): 0f5054bfef80714f818081c081008bc0
    [ 1948.786] (II) NOUVEAU(G0): 9500b300d1c0023a801871382d40582c
    [ 1948.786] (II) NOUVEAU(G0): 4500fe1f1100001e000000fd00384c1f
    [ 1948.786] (II) NOUVEAU(G0): 5311000a202020202020000000fc0048
    [ 1948.786] (II) NOUVEAU(G0): 323333480a20202020202020000000ff
    [ 1948.786] (II) NOUVEAU(G0): 004c48423044303232383535300a0046
    [ 1948.786] (II) NOUVEAU(G0): Printing probed modes for output DVI-I-1-2
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1360x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.786] (II) NOUVEAU(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.809] (II) NOUVEAU(G0): EDID for output DVI-I-1-3
    [ 1948.809] (II) NOUVEAU(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1948.809] (--) NOUVEAU(G0): Virtual size is 1024x768 (pitch 0)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1920x1080": 148.5 MHz (scaled from 0.0 MHz), 67.5 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1680x1050": 119.0 MHz (scaled from 0.0 MHz), 64.7 kHz, 59.9 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1280x1024": 135.0 MHz (scaled from 0.0 MHz), 80.0 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1280x1024": 108.0 MHz (scaled from 0.0 MHz), 64.0 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1440x900": 88.8 MHz (scaled from 0.0 MHz), 55.5 kHz, 59.9 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1440x900"x59.9 88.75 1440 1488 1520 1600 900 903 909 926 +hsync -vsync (55.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Mode "1360x768": 84.8 MHz (scaled from 0.0 MHz), 47.7 kHz, 59.8 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1360x768"x59.8 84.75 1366 1431 1567 1776 768 771 781 798 -hsync +vsync (47.7 kHz)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1280x800": 71.0 MHz (scaled from 0.0 MHz), 49.3 kHz, 59.9 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1152x864": 108.0 MHz (scaled from 0.0 MHz), 67.5 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Mode "1280x720": 74.4 MHz (scaled from 0.0 MHz), 44.7 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1280x720"x60.0 74.44 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.7 kHz)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1024x768": 78.8 MHz (scaled from 0.0 MHz), 60.1 kHz, 75.1 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1024x768": 75.0 MHz (scaled from 0.0 MHz), 56.5 kHz, 70.1 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1024x768"x70.1 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "1024x768": 65.0 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "832x624": 57.3 MHz (scaled from 0.0 MHz), 49.7 kHz, 74.6 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "832x624"x74.6 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 50.0 MHz (scaled from 0.0 MHz), 48.1 kHz, 72.2 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x72.2 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 49.5 MHz (scaled from 0.0 MHz), 46.9 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 40.0 MHz (scaled from 0.0 MHz), 37.9 kHz, 60.3 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "800x600": 36.0 MHz (scaled from 0.0 MHz), 35.2 kHz, 56.2 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.5 kHz, 75.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 31.5 MHz (scaled from 0.0 MHz), 37.9 kHz, 72.8 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x72.8 31.50 640 664 704 832 480 489 491 520 -hsync -vsync (37.9 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 30.2 MHz (scaled from 0.0 MHz), 35.0 kHz, 66.7 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x66.7 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "640x480": 25.2 MHz (scaled from 0.0 MHz), 31.5 kHz, 60.0 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1948.809] (**) NOUVEAU(G0): Driver mode "720x400": 28.3 MHz (scaled from 0.0 MHz), 31.5 kHz, 70.1 Hz
    [ 1948.809] (II) NOUVEAU(G0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
    [ 1948.809] (==) NOUVEAU(G0): DPI set to (96, 96)
    [ 1948.809] (II) Loading sub module "fb"
    [ 1948.809] (II) LoadModule: "fb"
    [ 1948.809] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1948.809] (II) Module fb: vendor="X.Org Foundation"
    [ 1948.809] compiled for 1.14.5, module version = 1.0.0
    [ 1948.809] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.809] (II) Loading sub module "exa"
    [ 1948.809] (II) LoadModule: "exa"
    [ 1948.809] (II) Loading /usr/lib/xorg/modules/libexa.so
    [ 1948.809] (II) Module exa: vendor="X.Org Foundation"
    [ 1948.809] compiled for 1.14.5, module version = 2.6.0
    [ 1948.809] ABI class: X.Org Video Driver, version 14.1
    [ 1948.809] (II) Loading sub module "shadowfb"
    [ 1948.809] (II) LoadModule: "shadowfb"
    [ 1948.809] (II) Loading /usr/lib/xorg/modules/libshadowfb.so
    [ 1948.809] (II) Module shadowfb: vendor="X.Org Foundation"
    [ 1948.809] compiled for 1.14.5, module version = 1.0.0
    [ 1948.809] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1948.809] (--) Depth 24 pixmap format is 32 bpp
    [ 1948.810] (II) NOUVEAU(G0): Opened GPU channel 0
    [ 1948.816] (II) NOUVEAU(G0): [DRI2] Setup complete
    [ 1948.816] (II) NOUVEAU(G0): [DRI2] DRI driver: nouveau
    [ 1948.816] (II) NOUVEAU(G0): [DRI2] VDPAU driver: nouveau
    [ 1948.817] (II) EXA(256): Driver allocated offscreen pixmaps
    [ 1948.817] (II) EXA(256): Driver registered support for the following operations:
    [ 1948.817] (II) Solid
    [ 1948.817] (II) Copy
    [ 1948.817] (II) Composite (RENDER acceleration)
    [ 1948.817] (II) UploadToScreen
    [ 1948.817] (II) DownloadFromScreen
    [ 1948.817] (==) NOUVEAU(G0): Backing store disabled
    [ 1948.817] (==) NOUVEAU(G0): Silken mouse enabled
    [ 1948.817] (II) NOUVEAU(G0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1948.817] (II) NOUVEAU(G0): [XvMC] Extension initialized.
    [ 1948.817] (==) NOUVEAU(G0): DPMS enabled
    [ 1948.817] (II) NOUVEAU(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1948.820] (II) NOUVEAU(0): Opened GPU channel 0
    [ 1948.825] (II) NOUVEAU(0): [DRI2] Setup complete
    [ 1948.825] (II) NOUVEAU(0): [DRI2] DRI driver: nouveau
    [ 1948.825] (II) NOUVEAU(0): [DRI2] VDPAU driver: nouveau
    [ 1948.825] (II) EXA(0): Driver allocated offscreen pixmaps
    [ 1948.825] (II) EXA(0): Driver registered support for the following operations:
    [ 1948.825] (II) Solid
    [ 1948.825] (II) Copy
    [ 1948.825] (II) Composite (RENDER acceleration)
    [ 1948.825] (II) UploadToScreen
    [ 1948.825] (II) DownloadFromScreen
    [ 1948.825] (==) NOUVEAU(0): Backing store disabled
    [ 1948.825] (==) NOUVEAU(0): Silken mouse enabled
    [ 1948.825] (II) NOUVEAU(0): [XvMC] Associated with Nouveau GeForce 8/9 Textured Video.
    [ 1948.825] (II) NOUVEAU(0): [XvMC] Extension initialized.
    [ 1948.825] (==) NOUVEAU(0): DPMS enabled
    [ 1948.825] (II) NOUVEAU(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1948.825] (--) RandR disabled
    [ 1948.841] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 1948.841] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 1948.841] (II) AIGLX: enabled GLX_ARB_create_context
    [ 1948.841] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 1948.841] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 1948.841] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 1948.841] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 1948.842] (II) AIGLX: Loaded and initialized nouveau
    [ 1948.842] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 1948.844] (II) NOUVEAU(G0): NVEnterVT is called.
    [ 1948.845] (II) NOUVEAU(0): NVEnterVT is called.
    [ 1948.924] (II) NOUVEAU(0): Setting screen physical size to 508 x 285
    [ 1948.924] resize called 1920 1080
    [ 1948.961] (II) Using input driver 'mouse' for 'Mouse0'
    [ 1948.961] (**) Option "CorePointer" "on"
    [ 1948.961] (**) Mouse0: always reports core events
    [ 1948.961] (**) Option "Protocol" "auto"
    [ 1948.961] (**) Option "Device" "/dev/psaux"
    [ 1948.961] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 1948.961] (**) Mouse0: Protocol: "auto"
    [ 1948.961] (**) Mouse0: always reports core events
    [ 1949.009] (**) Option "Emulate3Buttons" "no"
    [ 1949.009] (**) Option "ZAxisMapping" "4 5"
    [ 1949.009] (**) Mouse0: ZAxisMapping: buttons 4 and 5
    [ 1949.009] (**) Mouse0: Buttons: 9
    [ 1949.009] (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE, id 6)
    [ 1949.009] (**) Mouse0: (accel) keeping acceleration scheme 1
    [ 1949.009] (**) Mouse0: (accel) acceleration profile 0
    [ 1949.010] (**) Mouse0: (accel) acceleration factor: 2.000
    [ 1949.010] (**) Mouse0: (accel) acceleration threshold: 4
    [ 1949.010] (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    [ 1949.302] (II) Mouse0: ps2EnableDataReporting: succeeded
    [ 1949.302] (II) Using input driver 'kbd' for 'Keyboard0'
    [ 1949.302] (**) Option "CoreKeyboard" "on"
    [ 1949.302] (**) Keyboard0: always reports core events
    [ 1949.302] (**) Keyboard0: always reports core events
    [ 1949.302] (**) Option "Protocol" "standard"
    [ 1949.302] (**) Option "XkbRules" "base"
    [ 1949.302] (**) Option "XkbModel" "pc105"
    [ 1949.302] (**) Option "XkbLayout" "us"
    [ 1949.302] (**) Option "XkbOptions" "altwin:ctrl_win"
    [ 1949.302] (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD, id 7)
    [ 1949.312] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.312] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.312] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 1949.312] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event18)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.312] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event17)
    [ 1949.312] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event16)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 1949.313] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device UVC Camera (046d:081a) (/dev/input/event19)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event8)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Line Out Side (/dev/input/event7)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event6)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event13)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.313] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event12)
    [ 1949.313] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event11)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event10)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event14)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    [ 1949.314] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 1949.314] (II) AutoAddDevices is off - not adding device.
    If I try to start xfce with startx, the Xorg.0.log is as follows:
    X.Org X Server 1.14.5
    Release Date: 2013-12-12
    [ 2456.395] X Protocol Version 11, Revision 0
    [ 2456.395] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 2456.395] Current Operating System: Linux Neo 3.12.5-1-ARCH #1 SMP PREEMPT Thu Dec 12 12:57:31 CET 2013 x86_64
    [ 2456.395] Kernel command line: root=/dev/sda1 resume=/dev/sdb3 ro init=/usr/lib/systemd/systemd
    [ 2456.395] Build Date: 13 December 2013 03:11:42PM
    [ 2456.395]
    [ 2456.396] Current version of pixman: 0.32.4
    [ 2456.396] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2456.396] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2456.397] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Dec 22 20:17:49 2013
    [ 2456.397] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2456.397] (==) No Layout section. Using the first Screen section.
    [ 2456.397] (==) No screen section available. Using defaults.
    [ 2456.397] (**) |-->Screen "Default Screen Section" (0)
    [ 2456.397] (**) | |-->Monitor "<default monitor>"
    [ 2456.397] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 2456.397] (**) | |-->Device "Device0"
    [ 2456.397] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 2456.397] (**) Option "AutoAddDevices" "False"
    [ 2456.397] (**) Not automatically adding devices
    [ 2456.397] (==) Automatically enabling devices
    [ 2456.397] (==) Automatically adding GPU devices
    [ 2456.397] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2456.397] Entry deleted from font path.
    [ 2456.397] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 2456.397] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2456.397] (==) |-->Input Device "Mouse0"
    [ 2456.397] (==) |-->Input Device "Keyboard0"
    [ 2456.397] (==) No Layout section. Using the first mouse device.
    [ 2456.397] (==) No Layout section. Using the first keyboard device.
    [ 2456.397] (II) Loader magic: 0x7fec20
    [ 2456.397] (II) Module ABI versions:
    [ 2456.397] X.Org ANSI C Emulation: 0.4
    [ 2456.397] X.Org Video Driver: 14.1
    [ 2456.397] X.Org XInput driver : 19.1
    [ 2456.397] X.Org Server Extension : 7.0
    [ 2456.397] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2456.397] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 2456.549] (--) PCI:*(0:1:0:0) 10de:1187:1458:360b rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 2456.549] (--) PCI: (0:2:0:0) 10de:0622:3842:c858 rev 161, Mem @ 0xf4000000/16777216, 0xd0000000/268435456, 0xf2000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
    [ 2456.549] Initializing built-in extension Generic Event Extension
    [ 2456.549] Initializing built-in extension SHAPE
    [ 2456.549] Initializing built-in extension MIT-SHM
    [ 2456.549] Initializing built-in extension XInputExtension
    [ 2456.550] Initializing built-in extension XTEST
    [ 2456.550] Initializing built-in extension BIG-REQUESTS
    [ 2456.550] Initializing built-in extension SYNC
    [ 2456.550] Initializing built-in extension XKEYBOARD
    [ 2456.550] Initializing built-in extension XC-MISC
    [ 2456.550] Initializing built-in extension SECURITY
    [ 2456.551] Initializing built-in extension XINERAMA
    [ 2456.551] Initializing built-in extension XFIXES
    [ 2456.551] Initializing built-in extension RENDER
    [ 2456.551] Initializing built-in extension RANDR
    [ 2456.551] Initializing built-in extension COMPOSITE
    [ 2456.551] Initializing built-in extension DAMAGE
    [ 2456.552] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2456.552] Initializing built-in extension DOUBLE-BUFFER
    [ 2456.552] Initializing built-in extension RECORD
    [ 2456.552] Initializing built-in extension DPMS
    [ 2456.552] Initializing built-in extension X-Resource
    [ 2456.553] Initializing built-in extension XVideo
    [ 2456.553] Initializing built-in extension XVideo-MotionCompensation
    [ 2456.553] Initializing built-in extension XFree86-VidModeExtension
    [ 2456.553] Initializing built-in extension XFree86-DGA
    [ 2456.553] Initializing built-in extension XFree86-DRI
    [ 2456.553] Initializing built-in extension DRI2
    [ 2456.553] (II) LoadModule: "glx"
    [ 2456.553] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2456.553] (II) Module glx: vendor="X.Org Foundation"
    [ 2456.553] compiled for 1.14.5, module version = 1.0.0
    [ 2456.553] ABI class: X.Org Server Extension, version 7.0
    [ 2456.553] (==) AIGLX enabled
    [ 2456.554] Loading extension GLX
    [ 2456.554] (II) LoadModule: "nouveau"
    [ 2456.554] (II) Loading /usr/lib/xorg/modules/drivers/nouveau_drv.so
    [ 2456.554] (II) Module nouveau: vendor="X.Org Foundation"
    [ 2456.554] compiled for 1.14.4, module version = 1.0.10
    [ 2456.554] Module class: X.Org Video Driver
    [ 2456.554] ABI class: X.Org Video Driver, version 14.1
    [ 2456.554] (II) Loa

Maybe you are looking for