Loading perl module LWP::Simple causes seg fault

I just ran pacman -Syu (upgraded 400 packages and the kernel went from 3.12.9-2 to 3.16.1-1 to give an idea of the last time I updated this system).
Now when I run:
perl -e 'use LWP::Simple'
It seg faults and dumps core.
pacman says: /usr/share/perl5/vendor_perl/LWP/Simple.pm is owned by perl-libwww 6.08-1 Which is the current version.  I tried reverting to 6.05-1 (the version I had previously) but it give the same result.
Checking pacman.log, I see two errors:
[2014-08-30 21:31] [PACMAN] installed perl-xml-sax-base (1.08-3)
[2014-08-30 21:31] [ALPM-SCRIPTLET] /tmp/alpm_TUIVDd/.INSTALL: line 1: 21528 Segmentation fault (core dumped) perl -MXML::SAX -e "XML::SAX->add_parser(q(XML::SAX::PurePerl))->save_parsers()" &> /dev/null
[2014-08-30 21:31] [PACMAN] installed perl-xml-sax (0.99-4)
[2014-08-30 21:31] [ALPM-SCRIPTLET] could not find ParserDetails.ini in /usr/share/perl5/vendor_perl/XML/SAX
So I uninstalled those packages and when I reinstalled, there were no errors... that didn't help.
Any ideas?

I found what's causing it, but still don't know how it got there.  For anyone else who has similar problems, here's how I found which module was the problem:
strace perl -e 'use LWP::Simple' |& grep '^open' | tail -1
In my case, it shows:
open("/usr/lib/perl5/site_perl/auto/Storable/Storable.so", O_RDONLY|O_CLOEXEC) = 5
I'm not sure why I have that file when I also have the proper /usr/lib/perl5/core_perl/auto/Storable/Storable.so.  Perhaps I was installing stuff from CPAN and it did that to fulfill a dependency?
And it's far from the only one:  I found 27 other .so duplicates in site_perl that are also in core_perl:
cd /usr/lib/perl5/site_perl
find . -name "*.so" | xargs -n1 pacman -Qo |& grep "No package owns" | cut -c24- | xargs -n1 -I{} ls -l ../core_perl/{} |& grep -v "cannot access"
Cleaning this up isn't going to be fun... I have 12 more .so's in site_perl that do NOT exist in core_perl or vendor_perl... so I can't just delete all unowned files in site_perl.

Similar Messages

  • RAC - CRS - TieRegistry.pm can't load perl module SetDualVar.pm

    Hi,
    I seem to be having an issue configuring a cluster with enterprise manager grid control.
    Here's the test scenario.
    Test #1
    - CRS installed and patched to 11.1.0.7.0 on two nodes running Windows 2003 R2 x64
    - ASM installed and patched to 11.1.0.7.0 on cluster config
    - DB installed and patched to 11.1.0.7.0 on cluster config
    - DB created via DBCA (dropped em via emca)
    - Agent 10.2.0.5.0 x64 installed on cluster config
    Test #2
    - CRS installed and patched to 10.2.0.4.0 on two nodes running Windows 2003 R2 x64
    - ASM installed and patched to 10.2.0.4.0 on cluster config
    - DB installed and patched to 10.2.0.4.0 on cluster config
    - Agent installed 10.2.0.5.0 x64 on cluster config
    (Note I haven't updated 10.2.0 release to 10.2.0.5.0, as this is production)
    1. I'm receiving the following in Critical Alerts, and its showing Pending Status in target list.
    2. Both test scenarios produce similar error and showing pending status.
    3. Note that SetDualVar.pm is non-existent in any %ORACLE_HOME%/perl
    Target          pre-db-crs
         Type          Cluster
         Metric          Clusterware
         Collection Timestamp          Jun 10, 2009 2:47:06 PM
         Error Type          Collection Failure
         Message          em_error=ERROR|Can't locate SetDualVar.pm in @INC (@INC contains: c:\oracle\product\10.2.0\agent10g\\perl\5.8.3\bin\MSWin32-x64-multi-thread c:\oracle\product\10.2.0\agent10g\perl\lib c:\oracle\product\10.2.0\agent10g\perl\lib\site_perl c:\oracle\product\10.2.0\agent10g\perl\site\lib c:\oracle\product\10.2.0\agent10g\sysman\admin\scripts c:\oracle\product\10.2.0\agent10g\sysman\admin\scripts\Net-DNS-0.48\lib c:\oracle\product\10.2.0\agent10g\bin c:\oracle\product\10.2.0\agent10g\bin c:/oracle/product/10.2.0/agent10g/perl/5.8.3/lib/MSWin32-X64-multi-thread c:/oracle/product/10.2.0/agent10g/perl/5.8.3/lib c:/oracle/product/10.2.0/agent10g/perl/site/5.8.3/lib/MSWin32-X64-multi-thread c:/oracle/product/10.2.0/agent10g/perl/site/5.8.3/lib .) at c:/oracle/product/10.2.0/agent10g/perl/site/5.8.3/lib/MSWin32-X64-multi-thread/Win32/TieRegistry.pm line 42. em_error=ERROR|Failed Execution
    Any ideas?
    Thanks.
    Edited by: Kaz on Jun 10, 2009 11:05 AM

    I'm curious, did you ever find a resolution to this? I'm experiencing a similar issue, but on slightly different platform:
    Agents:
    2-node RAC cluster on Windows Server Enterprise 2003 SP2
    RDBMS/CRS version 10.2.0.4 (was also occurring on 10.2.0.3), CPU July 2009
    Grid Control agent version 10.2.0.5
    OMS:
    Windows Server Enterprise 2003 SP2
    RDBMS/Repository 10.2.0.4 CPU July 2009
    Grid Control 10.2.0.5
    From emagent_perl.trc:
    has_metrics.pl: Fri Sep 25 15:21:23 2009: ERROR: ERROR:has::Common:: Can't locate SetDualVar.pm in @INC (@INC contains: E:\oracle\product\10.2.0\agent10g\\perl\5.8.3\bin\MSWin32-x86-multi-thread E:\oracle\product\10.2.0\agent10g\perl\lib E:\oracle\product\10.2.0\agent10g\perl\lib\site_perl E:\oracle\product\10.2.0\agent10g\perl\site\lib E:\oracle\product\10.2.0\agent10g\sysman\admin\scripts E:\oracle\product\10.2.0\agent10g\sysman\admin\scripts\Net-DNS-0.48\lib E:\oracle\product\10.2.0\agent10g\bin E:\oracle\product\10.2.0\agent10g\bin E:/oracle/product/10.2.0/agent10g/perl/5.8.3/lib/MSWin32-x86-multi-thread E:/oracle/product/10.2.0/agent10g/perl/5.8.3/lib E:/oracle/product/10.2.0/agent10g/perl/site/5.8.3/lib/MSWin32-x86-multi-thread E:/oracle/product/10.2.0/agent10g/perl/site/5.8.3/lib .) at E:/oracle/product/10.2.0/agent10g/perl/site/5.8.3/lib/MSWin32-x86-multi-thread/Win32/TieRegistry.pm line 42.
    has_metrics.pl: Fri Sep 25 15:21:23 2009: ERROR: HAS:Failed execution in fnexitfail
    I just submitted a TAR & will let you know if I find out anything.

  • Creating logical host on zone cluster causing SEG fault

    As noted in previous questions, I've got a two node cluster. I am now creating zone clusters on these nodes. I've got two problems that seem to be showing up.
    I have one working zone cluster with the application up and running with the required resources including a logical host and a shared address.
    I am now trying to configure the resource groups and resources on additional zone clusters.
    In some cases when I install the zone cluster the clzc command core dumps at the end. The resulting zones appear to be bootable and running.
    I log onto the zone and I create a failover resource group, no problem. I then try to create a logical host and I get:
    "Method hafoip_validate on resource xxx stopped or terminated due to receipt of signal 11"
    This error appears to be happening on the other node, ie: not the one that I'm building from.
    Anyone seen anything like, this have any thoughts on where I should go with it?
    Thanks.

    Hi,
    In some cases when I install the zone cluster the clzc command core dumps at the end. The resulting zones appear to be bootable and running.Look at the stack from your core dump and see whether this is matching with the bug:
    6763940 clzc dumped core after zones were installed
    As far as I know, the above bug is harmless and no functionality should be impacted. This bug is already fixed in the later release.
    "Method hafoip_validate on resource xxx stopped or terminated due to receipt of signal 11" The above message is not enough to figure out what's wrong. Please look at the below:
    1) Check the /var/adm/messages on the nodes and observe the messages that got printed around the same time that the above
    message got printed and see whether that gives more clues.
    2) Also see whether there is a core dump associated with the above message and that might also provide more information.
    If you need more help, please provide the output for the above.
    Thanks,
    Prasanna Kunisetty

  • FreeRADIUS rlm_krb5 seg fault

    I'm having a few problems setting up freeRadius with a kerberos backend on arch and would really appreciate a little help.
    Kernal: Linux 3.11.6-1-ARCH i686
    freeradius 3.0.0-1
    All the configuration changes I have made to the default configs are listed below:
    /etc/raddb/users
    Added the following line at the top of the file:
    DEFAULT Auth-Type = Kerberos
    /etc/raddb/sites-enabled/default and /etc/raddb/sites-enabled/inner-tunnel
    Added the following in the Authenticate section directly after the pap entry
    Auth-Type Kerberos {
    krb5
    I have also copied the file /etc/raddb/mods-available/krb5 to /etc/raddb/mods-enabled/krb5 and edited the entries to point to the keytab and principle im using for radius. The keytab contains two entries one for radius/hostname.domain and one for host/hostname.domain.
    I have verified the keytab is ok by using it with kinit to get a valid ticket for both principles. Additionally im sure my kerberos setup is ok as it works fine with ldap, nslcd and ssh.
    The problem is when I run radiusd -X and then attempt a radtest I get the following:
    (0) files : users: Matched entry DEFAULT at line 1
    (0) [files] = ok
    (0) [expiration] = noop
    (0) [logintime] = noop
    (0) WARNING: pap: No “known good” password found for the user. Not setting Auth-Type.
    (0) WARNING: pap: Authentication will fail unless a “known good” password is available.
    (0) [pap] = noop
    (0) } # authorize = ok
    (0) Found Auth-Type = Kerberos
    (0) # Executing group from file /etc/raddb/sites-enabled/default
    (0) Auth-Type Kerberos {
    at which point the server dies with no further output. Running the server using systemctl start freeradius and then looking at the status after its died shows its failed with Main PID: 21835 (code=dumped, signal=SEGV)
    I have looked all over the internet but the only place I have found someone with the same problem is here:
    http://www.mail-archive.com/freeradius- … 77744.html
    I have also enabled core dumps in the radiusd.conf however I have no idea how to actually view the dump or where it is (and yes I did google it, but all the responses made no sence to me)
    I have also tried the freeradius-git package on the AUR however that throws errors when building, something to do with undefined symbols while making radattr.
    CC src/main/radattr.c
    LINK build/bin/radattr
    UNIT-TEST rfc.txt
    ./build/bin/radattr: symbol lookup error: ./build/bin/radattr: undefined symbol: _fr_cursor_init
    src/tests/unit/all.mk:23: recipe for target 'build/tests/unit/rfc.txt' failed
    make: *** [build/tests/unit/frc.txt] Error 127
    => ERROR: A failure occurred in build().
    Aborting...
    => ERROR: Makepkg was unable to build freeradius-git.
    => Restart building freeradius-git ? [y/N]
    => -----------------------------------------------
    =>
    I don't usually post here as every problem i've had using arch so far, I've solved after reading the wiki/forums or random googling. However i'm at a complete loss this time, i have literally no idea how to solve this...
    Thanks

    Just as a quick update, the rlm_krb module still seems to be causing seg faults, however it is possible to get it working by configuring freeRadius to use PAM and then telling PAM to authenticate with kerberos.

  • Xorg upgrade causes Xinerama to seg fault

    I have searched tirelessly for a resolution to this fault, so hopefully this is not a repeat...
    I recently upgraded to xorg-server 1.5.3.4. Since then, if I enable Xinerama in xorg.conf, I receive a segmentation fault.
    I am using nvidia-173 driver as I have two cards, a Geforce 9600 GT and a Geforce PCX 5900 (with three monitors). The 5900 does not work with the latest driver, and the 9600 does not work with the nvidia-96 driver
    In my efforts to identify the problem, I have disabled all modules and composite support in xorg.conf, and tried X, KDM and Gnome, all of which bomb out after about 5 seconds of black screen. When I run X, I receive a seg fault in twm. I have tried other window managers, and they also cause a seg fault. I have also tried installing the nvidia 32 bit libraries as well, but no go. Setting Xinerama to 0 stops the seg fault, but unfortunately does not allow me to seamlessly move windows onto my third monitor.
    Attached is my original xorg.conf file if this helps.
    I am running arch 86_64.
    Any assistance would be really appreciated.
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "xtrap"
    Load "glx"
    Load "freetype"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "1"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "BenQ"
    ModelName "BenQ FP222W"
    HorizSync 30.0 - 84.0
    VertRefresh 56.0 - 76.0
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "BenQ"
    ModelName "BenQ FP93GX"
    HorizSync 31.0 - 83.0
    VertRefresh 56.0 - 76.0
    EndSection
    Section "Monitor"
    Identifier "Monitor2"
    VendorName "BenQ"
    ModelName "BenQ FP91G+"
    HorizSync 31.0 - 83.0
    VertRefresh 56.0 - 76.0
    EndSection
    Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 9600 GT"
    BusID "PCI:1:0:0"
    Option "NoLogo" "True"
    Option "TripleBuffer" "True"
    Option "BackingStore" "False"
    Option "DamageEvents" "True"
    Option "DPMS" "True"
    Option "RegistryDwords" "PerfLevelSrc=0x3333"
    EndSection
    Section "Device"
    Identifier "Videocard1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce PCX 5900"
    BusID "PCI:4:0:0"
    Option "NoLogo" "True"
    Option "ConnectedMonitor" "DFP"
    Option "TripleBuffer" "True"
    Option "BackingStore" "False"
    Option "DamageEvents" "True"
    Option "DPMS" "True"
    Option "RegistryDwords" "PerfLevelSrc=0x3333"
    EndSection
    Section "Device"
    Identifier "Videocard2"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce PCX 5900"
    BusID "PCI:4:0:0"
    Option "NoLogo" "True"
    Option "ConnectedMonitor" "DFP"
    Option "TripleBuffer" "True"
    Option "BackingStore" "False"
    Option "DamageEvents" "True"
    Option "DPMS" "True"
    Option "RegistryDwords" "PerfLevelSrc=0x3333"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Videocard0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "1"
    Option "TwinViewXineramaInfoOrder" "DFP-0"
    Option "metamodes" "DFP-0: 1680x1050_60 +1280+0, DFP-1: 1280x1024_72 +0+0; DFP-0: nvidia-auto-select +1280+0, DFP-1: nvidia-auto-select +0+0"
    Option "AddARGBGLXVisuals" "True"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Videocard1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1280x1024_72 +0+0; nvidia-auto-select +0+0"
    Option "AddARGBGLXVisuals" "True"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "Videocard2"
    Monitor "Monitor2"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "metamodes" "1280x1024_72 +0+0; nvidia-auto-select +0+0"
    Option "AddARGBGLXVisuals" "True"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Last edited by markbb33 (2009-01-02 08:48:24)

    Thanks SamC.
    I did some research, and unfortunately it appears that XRandR v1.2 does not support multiple boards...it is planned for the next release though.
    Looks like I'll have to hold out until then.

  • Acrobat Professional 6.0, lauching error: 'fault while loading the module 'Comments' - an invalid parameter'.

    When I try to launch my Adobe Acrobat Professional 6.0, I get an error: 'fault while loading the module 'Comments' - an invalid parameter'. I have a Mac 10.5.8 (an oldy, I know). Can't make any PDF-files now...

    Thank you Bill,
    Yeah, of course you are rigt: my AA is a dinosaur... But somehow - and to be quite honest, I don't know exactly how I managed - I CAN make PDF-files now. (?!) I changed some settings in my printing menu and, well... it worked again.
    Thanx anyway for your time and energy to help me. Appreciated!
    Grtz from the Netherlands,
    Ingrid

  • [S]Systemd can't start Load Kernel Modules after upgrade to Linux 4.0

    After upgrading from linux 3.19.3-3 to 4.0.1-1 I've been having a bit of an issue. At that same time I upgraded readline (6.3.006-1 → 6.3.008-1), linux-firmware (20150206.17657c3-1 → 20150410.ec89525-1), nvidia (349.16-1 → 349.16-2) , wpa_suplican (2.4-1 → 1:2.3-1), and  arpack (3.1.5-1 → 3.2.0-1). There may be some typos there since I'm copying by hand. Normally this wouldn't be much of a problem because I have been, priory to a few weeks ago, really good about back ups and would just roll my OS back 15 minutes. But things like that tend to fly out the window when the semester gets heavy. My last snapshot was on May 22nd, which I could still use, but would rather not. Also, it seems like a good idea to try to actual fix things for a change.
    [edit] I should mention that this upgrade was run April 30th.[/edit]
    When I finished booting the system after the upgrade, I got an error message during boot “systemd[1]: Failed to start Load Kernel Modules.” When it finished booting I run “dmesg -l err” to confirm that I'm not having a bad day dream or something. I'm also still seeing the errors that I described in this thread. Don't know if the two are related. I also noticed, when I was logging in, that it said that my stystem was still using the old kernel. Indeed, according to “uname -r” I'm still using 3.19.3-3-ARCH.
    The closest thing to experience I have with this is when I forget to mount /boot before upgrading linux, so I made sure /boot was mounted and rand “sudo pacman -S linux” to reinstall, but this didn't help. Just to check I ran “ls /lib/modules” and see the directorys “4.0.1-1-ARCH” and “extramodules-4.0-ARCH” as I would expect after a succesful upgrade of the kernel.
    Running “systemctl –failed, shows that in addition to systemd-modules-load.service, lm_sensors.service has also failed. I somehow expect lm_sensors depends on systemd-modules-load. I tried “systemctl restart systemd-modules-load”, but was rewarded with a message telling me that it failed. The “journalctl -xe” log has the lines
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'sg': Function not implemented
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'nfs': Function not implemented
    Looking at the Wiki for Systemd under troubleshooting it actually has an example of trying to work through this exact issue. Following that I tried
    journalctl _PID=1799
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'sg': Function not implemented
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'nfs': Function not implemented
    which I already mentioned. At this point that bit of the Wiki stopped being useful.
    Looking up on Google Failed to look up alias 'nfs': Function not implemented returned this thread from two years ago. Running “lsmod |grep sg” or $lsmod |grep nfs” returns nothing, but it also returns nothing on this laptop I'm using as well, so I don't imagine that is useful. Also, “# grep nfs /lib/modules/4.0.1-1-ARCH/modules.alias” returns a “Nosuch file or directory” error.
    Searching for something on 'sg' turned up https://bbs.archlinux.org/viewtopic.php?id=165361, which was also not useful.
    As a sort of last resort I tried https://wiki.archlinux.org/index.php/Do … the_kernel
    I reboot and boot into my fallback installation, running 3.19.3-3, mount the partition with my main Arch on it, and arch-chroot into it.
    I downgraded linux, and nvidia, exited chroot, and rebooted hoping to the Great Bacon that I didn't do anything too damaging. After all, my back ups are more than a week out of date.
    This worked. I'm still getting those annyoing (they are only annoying right?) error messages I mentioned earlier. My system seems fine, if somewhat out of date.
    Still, the question remains, “why did that happen, and how do I actually fix it?”
    [edit2=solution]
    There were two problems. First, my grub.cfg entry was pointing to the wrong UUID. I fixed this by regenerating it. Then I noticed the UUID in the grub menu itself (during the boot prosses) did not match what was in grub.cfg. To fix this I reinstalled grub.
    Last edited by nstgc (2015-05-05 12:07:30)

    Well, I took snapshots, not back ups but they work well enough for this, and rsynced /boot/ to where it use to be, moved/renamed the subvolume boot, and commented out the appropriate line in fstab. I also deleted that other /boot from before. I unmount /boot, and regenerate my grub.cfg. If my machine still boots, I'll try for an upgrade.
    grub.cfg now looks like
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    font="/arch/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows Vista (loader) (on /dev/sdd2)' --class windows --class os $menuentry_id_option 'osprober-chain-30F403F0F403B75E' {
    insmod part_gpt
    insmod ntfs
    set root='hd3,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt2 --hint-efi=hd3,gpt2 --hint-baremetal=ahci3,gpt2 30F403F0F403B75E
    else
    search --no-floppy --fs-uuid --set=root 30F403F0F403B75E
    fi
    chainloader +1
    menuentry 'Windows Vista (loader) (on /dev/sdd4)' --class windows --class os $menuentry_id_option 'osprober-chain-FE2648382647EFE7' {
    insmod part_gpt
    insmod ntfs
    set root='hd3,gpt4'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt4 --hint-efi=hd3,gpt4 --hint-baremetal=ahci3,gpt4 FE2648382647EFE7
    else
    search --no-floppy --fs-uuid --set=root FE2648382647EFE7
    fi
    chainloader +1
    menuentry 'Arch (on /dev/sdd5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    insmod part_gpt
    insmod ext2
    set root='hd3,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt5 --hint-efi=hd3,gpt5 --hint-baremetal=ahci3,gpt5 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    else
    search --no-floppy --fs-uuid --set=root 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    fi
    linux /boot/vmlinuz-linux root=/dev/sdd5
    initrd /boot/initramfs-linux.img
    submenu 'Advanced options for Arch (on /dev/sdd5)' $menuentry_id_option 'osprober-gnulinux-advanced-832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    menuentry 'Arch (on /dev/sdd5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    insmod part_gpt
    insmod ext2
    set root='hd3,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt5 --hint-efi=hd3,gpt5 --hint-baremetal=ahci3,gpt5 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    else
    search --no-floppy --fs-uuid --set=root 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    fi
    linux /boot/vmlinuz-linux root=/dev/sdd5
    initrd /boot/initramfs-linux.img
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    if [ "${grub_platform}" == "pc" ]; then
    menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
    search --fs-uuid --no-floppy --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    linux16 /arch/boot/memtest86+/memtest.bin
    fi
    ### END /etc/grub.d/60_memtest86+ ###
    It seems as if the lines you mentioned, Scimmia, have changed. I'll take that as a good sign.
    [edit] System still boots. Trying for the upgrade.
    [edit2] Still can't use Linux 4.0. I'm getting the same errors as before.
    [edit3] Successfully downgraded.
    [edit4] I looked through /etc/mkinitcpio.conf and there isn't anything in there that isn't in my laptop's. I don't know if this will help, but here is the output of "pacman -Q"
    a52dec 0.7.4-8
    aalib 1.4rc5-10
    abs 2.4.4-2
    accountsservice 0.6.40-1
    acl 2.2.52-2
    adobe-source-han-sans-jp-fonts 1.002-1
    adwaita-icon-theme 3.16.0-1
    alsa-lib 1.0.29-1
    alsa-plugins 1.0.29-2
    alsa-utils 1.0.29-1
    alsi 0.4.7-1
    arch-install-scripts 15-1
    arch-wiki-docs 20150219-1
    arch-wiki-lite 20150219-2
    archlinux-keyring 20150212-1
    arpack 3.2.0-1
    aspell 0.60.6.1-2
    asunder 2.7-1
    at-spi2-atk 2.16.0-1
    at-spi2-core 2.16.0-1
    atk 2.16.0-1
    atkmm 2.22.7-1
    attr 2.4.47-1
    autoconf 2.69-2
    automake 1.15-1
    avahi 0.6.31-15
    awesome 3.5.6-1
    bash 4.3.033-1
    bash-completion 2.1-5
    bc 1.06.95-1
    bcache-tools 1.0.8-1
    bigpkg 0.4.0-2
    binutils 2.25-2
    bison 3.0.4-1
    blas 3.5.0-1
    bluez 5.30-1
    bluez-libs 5.30-1
    bonnie++ 1.97-1
    boost 1.58.0-1
    boost-libs 1.58.0-1
    btrfs-progs 3.19.1-1
    bullet 2.82-1
    bzip2 1.0.6-5
    ca-certificates 20150402-1
    ca-certificates-cacert 20140824-2
    ca-certificates-mozilla 3.18-3
    ca-certificates-utils 20150402-1
    cabextract 1.4-3
    cairo 1.14.2-1
    cairo-clock 0.3.4-4
    cairo-dock 3.4.1-1
    cairo-dock-plug-ins 3.4.1-1
    cairomm 1.10.0-3
    calibre 2.27.0-1
    cantarell-fonts 0.0.16-2
    caribou 0.4.18.1-1
    cddb-py 1.4-7
    cdparanoia 10.2-5
    cdrdao 1.2.3-7
    cdrtools 3.01a28-1
    celt 0.11.3-2
    cfv 1.18.3-6
    cheese 3.16.1-1
    chmlib 0.40-4
    chromaprint 1.1-2
    chromium 42.0.2311.135-1
    chromium-pepper-flash 1:17.0.0.169-3
    cifs-utils 6.4-1
    cinnamon-desktop 2.4.2-1
    cinnamon-translations 2.4.4-1
    clementine 1.2.3-5
    clucene 2.3.3.4-8
    clutter 1.22.0-2
    clutter-gst2 2.0.14-1
    clutter-gtk 1.6.0-2
    cmus 2.6.0-4
    cogl 1.20.0-1
    colord 1.2.9-2
    colord-gtk 0.1.26-2
    compositeproto 0.4.2-3
    confuse 2.7-3
    coreutils 8.23-1
    cracklib 2.9.4-1
    cryptsetup 1.6.6-1
    cups 2.0.2-4
    cups-filters 1.0.68-1
    cups-pk-helper 0.2.5-1
    curl 7.42.0-1
    damageproto 1.2.1-3
    db 5.3.28-2
    dbus 1.8.16-2
    dbus-glib 0.102-2
    dconf 0.24.0-1
    desktop-file-utils 0.22-1
    device-mapper 2.02.116-1
    dhclient 4.3.2-1
    dhcpcd 6.8.1-1
    dia 0.97.3-1
    dialog 1:1.2_20150225-1
    dictd 1.12.1-4
    diffutils 3.3-2
    ding-libs 0.4.0-3
    djvulibre 3.5.27-1
    dnssec-anchors 20150403-1
    dotconf 1.3-4
    dri2proto 2.8-2
    dri3proto 1.0-1
    dvd+rw-tools 7.1-5
    dvdisaster 0.72.6-1
    e2fsprogs 1.42.12-2
    ecryptfs-utils 106-1
    ed 1.11-1
    efl 1.13.2-1
    elementary 1.13.2-1
    elfutils 0.161-3
    enca 1.16-1
    enchant 1.6.0-5
    enlightenment 0.19.4-1
    evas_generic_loaders 1.13.2-1
    evince 3.16.0-1
    exempi 2.2.2-1
    exfat-utils 1.1.1-1
    exif-py 1.2.0-1
    exiv2 0.24-1
    expac 4-3
    expat 2.1.0-4
    extcalc 0.9.3_1-3
    faac 1.28-5
    faad2 2.7-4
    fakeroot 1.20.2-1
    fbreader 0.99.4-4
    ffmpeg 1:2.6.2-1
    fftw 3.3.4-1
    file 5.22-1
    file-roller 3.16.1-1
    filesystem 2015.02-1
    findutils 4.4.2-6
    firefox 37.0.2-1
    fixesproto 5.0-3
    flac 1.3.1-1
    flashplugin 11.2.202.457-1
    flex 2.5.39-1
    fltk 1.3.3-4
    fluidsynth 1.1.6-4
    fontconfig 2.11.1-1
    fontsproto 2.1.3-1
    foomatic-db 3:20150308-1
    foomatic-db-engine 3:20150308-1
    freetype2 2.5.5-1
    fribidi 0.19.6-2
    fsarchiver 0.6.19-1
    fuse 2.9.3-2
    fuse-exfat 1.1.0-1
    gawk 4.1.2-1
    gc 7.4.2-2
    gcc-fortran 4.9.2-4
    gcc-libs-multilib 4.9.2-4
    gcc-multilib 4.9.2-4
    gconf 3.2.6-3
    gcr 3.15.92-1
    gd 2.1.1-2
    gdb 7.9-1
    gdbm 1.11-1
    gdk-pixbuf2 2.31.3-1
    geany 1.24.1-1
    gemrb 0.8.2-1
    geoclue 0.12.99-2
    geoclue2 2.2.0-2
    geocode-glib 3.16.0-1
    gettext 0.19.4-1
    ghostscript 9.16-1
    giflib 5.1.1-1
    git 2.3.7-1
    gjs 1.43.3-1
    glew 1.12.0-1
    glib-networking 2.44.0-2
    glib2 2.44.0-1
    glibc 2.21-3
    glibmm 2.44.0-1
    glproto 1.4.17-1
    glu 9.0.0-3
    gmime 2.6.20-2
    gmp 6.0.0-2
    gnome-bluetooth 3.16.1-1
    gnome-color-manager 3.16.0-1
    gnome-control-center 3.16.1-2
    gnome-desktop 1:3.16.1-1
    gnome-dictionary 3.16.1-1
    gnome-disk-utility 3.16.0-1
    gnome-menus 3.13.3-1
    gnome-online-accounts 3.16.0-2
    gnome-session 3.16.0-1
    gnome-settings-daemon 3.16.1-1
    gnome-shell 3.16.1-2
    gnome-shell-extensions 3.16.1-1
    gnome-system-monitor 3.16.0-1
    gnome-themes-standard 3.16.0-1
    gnome-tweak-tool 3.16.1-1
    gnome-video-effects 0.4.1-1
    gnupg 2.1.3-3
    gnuplot 5.0.0-2
    gnutls 3.4.0-1
    gobject-introspection 1.44.0-1
    gobject-introspection-runtime 1.44.0-1
    google-chrome 42.0.2311.135-1
    gparted 0.22.0-1
    gpgme 1.5.4-1
    gpm 1.20.7-4
    graphite 1:1.2.4-1
    grep 2.21-2
    grilo 0.2.12-1
    groff 1.22.3-3
    grsync 1.2.5-1
    grub 1:2.02.beta2-5
    gsettings-desktop-schemas 3.16.1-1
    gsfonts 20150122-1
    gsm 1.0.13-8
    gssproxy 0.4.1-1
    gst-libav 1.4.5-1
    gst-plugins-bad 1.4.5-2
    gst-plugins-base 1.4.5-1
    gst-plugins-base-libs 1.4.5-1
    gst-plugins-good 1.4.5-2
    gst-plugins-ugly 1.4.5-2
    gstreamer 1.4.5-1
    gstreamer0.10 0.10.36-4
    gstreamer0.10-base 0.10.36-3
    gstreamer0.10-base-plugins 0.10.36-3
    gstreamer0.10-good 0.10.31-6
    gstreamer0.10-good-plugins 0.10.31-6
    gstreamer0.10-python 0.10.22-2
    gstreamer0.10-ugly 0.10.19-14
    gstreamer0.10-ugly-plugins 0.10.19-14
    gthumb 3.4.0-1
    gtk-update-icon-cache 2.24.27-1
    gtk2 2.24.27-1
    gtk3 3.16.2-1
    gtkmm 2.24.4-1
    gtkmm3 3.16.0-1
    guile 2.0.11-2
    gvfs 1.24.1-1
    gvfs-mtp 1.24.1-1
    gzip 1.6-1
    hal-info 0.20091130-2
    harfbuzz 0.9.40-2
    harfbuzz-icu 0.9.40-2
    haveged 1.9.1-2
    hdparm 9.45-1
    hdsentinel 0.8-2
    help2man 1.46.4-1
    hicolor-icon-theme 0.13-1
    hplip 3.15.4-1
    hspell 1.2-2
    htmlcxx 0.85-4
    htop 1.0.3-2
    hunspell 1.3.3-1
    hwids 20150129-1
    hwinfo 21.10.1.1-1
    hwloc 1.10.1-1
    hyphen 2.8.8-1
    i3-wm 4.10.2-1
    i3lock 2.6-1
    i3status 2.9-1
    i7z 0.27.2.git1-1
    iana-etc 2.30-4
    icedtea-web 1.5.2-1
    icu 55.1-1
    imagemagick 6.9.1.0-1
    imagewriter 1.10.1420800585.134a9b3-1
    imlib2 1.4.7-1
    inetutils 1.9.2-2
    innoextract 1.4-0
    inputproto 2.3.1-1
    intel-tbb 4.3_20150209-1
    intel-ucode 20150121-1
    inxi 2.2.19-1
    iproute2 3.19.0-1
    iptables 1.4.21-3
    iputils 20121221-3
    ipython 3.1.0-1
    iso-codes 3.57-1
    jack 0.124.1-3
    jansson 2.7-1
    jasper 1.900.1-13
    java-environment-common 2-2
    java-runtime-common 2-2
    jdk7-openjdk 7.u79_2.5.5-1
    jfsutils 1.1.15-4
    jmtpfs 0.5-1
    jre7-openjdk 7.u79_2.5.5-1
    jre7-openjdk-headless 7.u79_2.5.5-1
    js 24.2.0-1
    js17 17.0.0-1
    json-c 0.12-2
    json-glib 1.0.2-1
    jsoncpp 1.4.4-1
    julia 2:0.3.7-1
    julia-docs 2:0.3.7-1
    kbd 2.0.2-1
    kbproto 1.0.7-1
    keyutils 1.5.9-1
    kmod 20-1
    krb5 1.13.1-1
    kvirc 4.2.0-4
    lame 3.99.5-2
    lapack 3.5.0-1
    lcms 1.19-5
    lcms2 2.6-1
    ldb 1.1.20-1
    ldns 1.6.17-2
    less 471-1
    lgogdownloader-git 20150310-1
    lib32-acl 2.2.52-2
    lib32-alsa-lib 1.0.29-1
    lib32-alsa-plugins 1.0.29-2
    lib32-atk 2.16.0-1
    lib32-attr 2.4.47-1
    lib32-bzip2 1.0.6-2
    lib32-cairo 1.14.2-1
    lib32-curl 7.41.0-1
    lib32-db 5.3.28-2
    lib32-e2fsprogs 1.42.12-1
    lib32-elfutils 0.161-2
    lib32-expat 2.1.0-2
    lib32-fakeroot 1.20.2-1
    lib32-flac 1.3.1-1
    lib32-flashplugin 11.2.202.457-1
    lib32-fontconfig 2.11.1-1
    lib32-freetype2 2.5.5-1
    lib32-gcc-libs 4.9.2-4
    lib32-gdk-pixbuf2 2.31.3-2
    lib32-gettext 0.19.4-1
    lib32-giflib 5.1.1-1
    lib32-glew 1.12.0-1
    lib32-glib2 2.44.0-1
    lib32-glibc 2.21-2
    lib32-glu 9.0.0-2
    lib32-gmp 6.0.0-1
    lib32-gnutls 3.4.0-2
    lib32-gsm 1.0.13-9
    lib32-gtk2 2.24.27-1
    lib32-harfbuzz 0.9.40-2
    lib32-icu 55.1-1
    lib32-jack 0.124.1-1
    lib32-json-c 0.12-1
    lib32-keyutils 1.5.9-1
    lib32-krb5 1.13.1-1
    lib32-lcms2 2.6-1
    lib32-libaio 0.3.110-1
    lib32-libasyncns 0.8-7
    lib32-libcanberra 0.30-4
    lib32-libcap 2.24-1
    lib32-libcl 1.1-1
    lib32-libcups 2.0.2-2
    lib32-libdbus 1.8.16-1
    lib32-libdrm 2.4.60-1
    lib32-libffi 3.2.1-1
    lib32-libgcrypt 1.6.3-1
    lib32-libgpg-error 1.18-1
    lib32-libice 1.0.9-1
    lib32-libidn 1.30-1
    lib32-libjpeg-turbo 1.4.0-1
    lib32-libldap 2.4.40-1
    lib32-libltdl 2.4.5-1
    lib32-libnl 3.2.25-1
    lib32-libogg 1.3.2-1
    lib32-libpcap 1.6.2-1
    lib32-libpciaccess 0.13.4-1
    lib32-libpng 1.6.16-1
    lib32-libpulse 6.0-1
    lib32-libsamplerate 0.1.8-2
    lib32-libsm 1.2.2-1
    lib32-libsndfile 1.0.25-3
    lib32-libssh2 1.5.0-1
    lib32-libtasn1 4.4-1
    lib32-libtiff 4.0.3-3
    lib32-libtxc_dxtn 1.0.1-5
    lib32-libusb 1.0.19-1
    lib32-libvorbis 1.3.5-1
    lib32-libx11 1.6.3-1
    lib32-libxau 1.0.8-1
    lib32-libxcb 1.11-1
    lib32-libxcomposite 0.4.4-2
    lib32-libxcursor 1.1.14-1
    lib32-libxdamage 1.1.4-2
    lib32-libxdmcp 1.1.2-1
    lib32-libxext 1.3.3-1
    lib32-libxfixes 5.0.1-1
    lib32-libxft 2.3.2-1
    lib32-libxi 1.7.4-1
    lib32-libxinerama 1.1.3-1
    lib32-libxml2 2.9.2-1
    lib32-libxmu 1.1.2-1
    lib32-libxrandr 1.4.2-1
    lib32-libxrender 0.9.8-1
    lib32-libxshmfence 1.2-1
    lib32-libxslt 1.1.28-2
    lib32-libxt 1.1.4-1
    lib32-libxtst 1.2.2-1
    lib32-libxxf86vm 1.1.4-1
    lib32-llvm-libs 3.6.0-1
    lib32-mesa 10.5.4-1
    lib32-mpg123 1.22.1-1
    lib32-ncurses 5.9-3
    lib32-nettle 3.1.1-1
    lib32-nspr 4.10.8-1
    lib32-nss 3.18-1
    lib32-nvidia-libgl 349.16-1
    lib32-nvidia-utils 349.16-1
    lib32-openal 1.16.0-1
    lib32-openssl 1.0.2.a-1
    lib32-p11-kit 0.23.1-2
    lib32-pango 1.36.8-1
    lib32-pcre 8.36-1
    lib32-pixman 0.32.6-1
    lib32-portaudio 19_20140130-1
    lib32-readline 6.3.008-1
    lib32-sdl 1.2.15-6
    lib32-soundtouch 1.8.0-1
    lib32-sqlite 3.8.9-1
    lib32-systemd 219-1
    lib32-tdb 1.3.4-1
    lib32-util-linux 2.26.1-1
    lib32-v4l-utils 1.6.0-1
    lib32-wayland 1.7.0-1
    lib32-wxgtk 3.0.2-4
    lib32-xz 5.2.1-1
    lib32-zlib 1.2.8-1
    libabw 0.1.1-1
    libaio 0.3.110-1
    libao 1.2.0-1
    libarchive 3.1.2-8
    libart-lgpl 2.3.21-3
    libass 0.12.1-1
    libassuan 2.2.0-1
    libasyncns 0.8-5
    libatasmart 0.19-3
    libatomic_ops 7.4.2-1
    libavc1394 0.5.4-2
    libbluray 0.8.0-1
    libbsd 0.7.0-1
    libcaca 0.99.beta18-2
    libcanberra 0.30-5
    libcanberra-pulse 0.30-5
    libcap 2.24-2
    libcap-ng 0.7.4-1
    libcddb 1.3.2-4
    libcdio 0.93-1
    libcdio-paranoia 10.2+0.93+1-1
    libcdr 0.1.1-2
    libcl 1.1-4
    libcroco 0.6.8-2
    libcue 1.4.0-4
    libcups 2.0.2-4
    libdaemon 0.14-3
    libdatrie 0.2.8-1
    libdbus 1.8.16-2
    libdca 0.0.5-4
    libdrm 2.4.60-2
    libdv 1.0.0-6
    libdvbpsi 1:1.1.2-1
    libdvdcss 1.3.0-1
    libdvdnav 5.0.2-1
    libdvdread 5.0.1-1
    libe-book 0.1.2-2
    libebml 1.3.1-1
    libedit 20150325_3.1-1
    libepoxy 1.2-2
    libetonyek 0.1.1-1
    libev 4.19-1
    libevdev 1.4.2-1
    libevent 2.0.22-1
    libexif 0.6.21-2
    libffi 3.2.1-1
    libfontenc 1.1.3-1
    libftdi-compat 0.20-1
    libgcrypt 1.6.3-2
    libgcrypt15 1.5.4-4
    libgdm 3.16.1.1-1
    libgee 0.18.0-1
    libglade 2.6.4-5
    libgme 0.6.0-3
    libgnome-keyring 3.12.0-2
    libgnomekbd 3.6.0-2
    libgpg-error 1.19-1
    libgpod 0.8.3-4
    libgssglue 0.4-2
    libgsystem 2015.1-1
    libgtop 2.30.0-1
    libgusb 0.2.4-1
    libgweather 3.16.1-1
    libgxps 0.2.2-3
    libibus 1.5.10-1
    libical 1.0.1-2
    libice 1.0.9-1
    libid3tag 0.15.1b-8
    libidn 1.30-1
    libiec61883 1.2.0-4
    libimobiledevice 1.2.0-1
    libinput 0.14.1-1
    libirman 0.4.5-4
    libjpeg-turbo 1.4.0-1
    libkate 0.4.1-5
    libksba 1.3.3-1
    liblastfm 1.0.9-1
    libldap 2.4.40-2
    liblqr 0.4.2-1
    libmaa 1.3.2-2
    libmad 0.15.1b-7
    libmatroska 1.4.2-1
    libmediainfo 0.7.73-1
    libmikmod 3.3.7-1
    libmm-glib 1.4.6-1
    libmms 0.6.4-1
    libmng 2.0.2-3
    libmodplug 0.8.8.5-1
    libmp4v2 2.0.0-3
    libmpc 1.0.3-1
    libmpcdec 1.2.6-4
    libmpeg2 0.5.1-5
    libmspub 0.1.2-2
    libmtp 1.1.8-1
    libmwaw 0.3.4-1
    libmygpo-qt 1.0.8-1
    libndp 1.4-1
    libnewt 0.52.18-2
    libnl 3.2.25-1
    libnm-glib 1.0.0-2
    libnotify 0.7.6-1
    liboauth 1.0.3-1
    libodfgen 0.1.3-1
    libofa 0.9.3-5
    libogg 1.3.2-1
    libomxil-bellagio 0.9.3-1
    libpagemaker 0.0.2-1
    libpaper 1.1.24-7
    libpcap 1.6.2-1
    libpciaccess 0.13.4-1
    libpipeline 1.4.0-1
    libplist 1.12-1
    libpng 1.6.16-1
    libproxy 0.4.11-5
    libpulse 6.0-1
    libpwquality 1.2.3-1
    libquvi 0.9.4-3
    libquvi-scripts 0.9.20131130-2
    libqzeitgeist 0.8.0-4
    libraw 0.16.0-3
    libraw1394 2.1.0-2
    libreoffice-fresh 4.4.2-1
    librevenge 0.0.2-1
    librpcsecgss 0.19-8
    librsvg 1:2.40.9-1
    libsamplerate 0.1.8-3
    libsasl 2.1.26-7
    libseccomp 2.2.0-1
    libsecret 0.18-1
    libshout 1:2.3.1-2
    libsidplay 1.36.59-6
    libsigc++ 2.4.1-1
    libsigsegv 2.10-2
    libsm 1.2.2-2
    libsndfile 1.0.25-3
    libsodium 1.0.2-1
    libsoup 2.50.0-1
    libspectre 0.2.7-2
    libsrtp 15.1c9bd90-3
    libssh 0.6.5-1
    libssh2 1.5.0-1
    libsystemd 219-6
    libtar 1.2.20-2
    libtasn1 4.4-1
    libteam 1.14-2
    libthai 0.1.21-1
    libtheora 1.1.1-3
    libtiff 4.0.3-5
    libtiger 0.3.4-4
    libtirpc 0.2.5-1
    libtool 2.4.6-1
    libtxc_dxtn 1.0.1-6
    libunibreak 1.1-1
    libunistring 0.9.5-1
    libunwind 1.1-2
    libupnp 1.6.19-1
    libusb 1.0.19-1
    libusb-compat 0.1.5-1
    libusbmuxd 1.0.10-1
    libutempter 1.1.6-2
    libutil-linux 2.26.1-3
    libva 1.5.1-1
    libvdpau 1.1-1
    libvisio 0.1.1-2
    libvisual 0.4.0-5
    libvorbis 1.3.5-1
    libvpx 1.4.0-2
    libwacom 0.11-1
    libwbclient 4.2.1-1
    libwebp 0.4.3-1
    libwmf 0.2.8.4-12
    libwpd 0.10.0-1
    libwpg 0.3.0-1
    libwps 0.3.1-1
    libx11 1.6.3-1
    libx264 2:144.20150223-1
    libx86 1.1-4
    libx86emu 1.1.23.1-1
    libxau 1.0.8-2
    libxaw 1.0.13-1
    libxcb 1.11-1
    libxcomposite 0.4.4-2
    libxcursor 1.1.14-2
    libxdamage 1.1.4-2
    libxdg-basedir 1.2.0-3
    libxdmcp 1.1.2-1
    libxext 1.3.3-1
    libxfixes 5.0.1-1
    libxfont 1.5.1-1
    libxft 2.3.2-1
    libxi 1.7.4-1
    libxinerama 1.1.3-2
    libxkbcommon 0.5.0-1
    libxkbcommon-x11 0.5.0-1
    libxkbfile 1.0.9-1
    libxklavier 5.4-1
    libxml2 2.9.2-2
    libxmu 1.1.2-1
    libxp 1.0.3-1
    libxpm 3.5.11-1
    libxrandr 1.4.2-2
    libxrender 0.9.9-1
    libxshmfence 1.2-1
    libxslt 1.1.28-3
    libxss 1.2.2-2
    libxt 1.1.5-1
    libxtst 1.2.2-1
    libxv 1.0.10-1
    libxvmc 1.0.9-1
    libxxf86dga 1.1.4-1
    libxxf86vm 1.1.4-1
    libyaml 0.1.6-1
    libzen 0.4.31-1
    libzip 0.11.2-1
    licenses 20140629-1
    links 2.9-1
    linux 3.19.3-3
    linux-api-headers 3.18.5-1
    linux-firmware 20150410.ec89525-1
    lirc 1:0.9.2.a-1
    llvm-libs 3.6.0-5
    lm_sensors 3.3.5-1
    logrotate 3.8.9-1
    lpsolve 5.5.2.0-3
    lrzip 0.621-1
    lua 5.2.4-1
    lua-bitop 1.0.2-5
    lua-expat 1.3.0-1
    lua-lgi 0.8.0-2
    lua-socket 3.0rc1-4
    lua51 5.1.5-4
    luajit 2.0.3-3
    lvm2 2.02.116-1
    lxdream 0.9.1-3
    lz4 128-1
    lzo 2.09-1
    m4 1.4.17-1
    make 4.1-1
    man-db 2.7.1-1
    man-pages 3.83-1
    mcomix 1.01-1
    mcpp 2.7.2-5
    mdadm 3.3.2-1
    memtest86+ 5.01-1
    mencoder 37379-3
    mesa 10.5.4-1
    metamorphose2 0.8.3-2
    mime-types 9-1
    minitube 2.4-1
    mjpegtools 2.1.0-1
    mkinitcpio 18-2
    mkinitcpio-busybox 1.21.1-2
    mkvtoolnix-cli 7.8.0-3
    mobile-broadband-provider-info 20120614-2
    morituri-git 0.2.3.r3.gb1d685f-1
    mozilla-common 1.4-4
    mpfr 3.1.2.p11-1
    mpg123 1.22.1-1
    mplayer 37379-3
    mtdev 1.1.5-1
    mutagen 1.28-1
    mutter 3.16.1.1-1
    ncurses 5.9-7
    nemo 2.4.5-1
    neon 0.30.1-1
    net-snmp 5.7.3-1
    netctl 1.10-2
    nettle 3.1.1-1
    network-manager-applet 1.0.0-2
    networkmanager 1.0.0-2
    nfs-utils 1.3.2-6
    nfsidmap 0.26-1
    nm-connection-editor 1.0.0-2
    npth 1.2-1
    nspr 4.10.8-1
    nss 3.18-3
    ntfs-3g 2015.3.14-1
    nvidia 349.16-1
    nvidia-libgl 349.16-1
    nvidia-utils 349.16-1
    ogmtools 1.5-5
    openal 1.16.0-1
    opencore-amr 0.1.3-2
    openjpeg 1.5.2-1
    openmpi 1.8.4-1
    openresolv 3.6.1-1
    openssh 6.8p1-2
    openssl 1.0.2.a-1
    opus 1.1-1
    orc 0.4.23-1
    os-prober 1.64-1
    p11-kit 0.23.1-2
    p7zip 9.38.1-3
    package-query 1.5-2
    pacman 4.2.1-1
    pacman-mirrorlist 20150315-1
    pacmatic 20150126-1
    pam 1.1.8-5
    pambase 20130928-1
    pango 1.36.8-1
    pangomm 2.36.0-1
    par2cmdline-tbb 20141125-1
    parallel 20150322-1
    parted 3.2-2
    patch 2.7.5-1
    pciutils 3.3.1-1
    pcmciautils 018-7
    pcre 8.36-2
    pcsx2-git 1.3.1.r978.1aebca3-1
    perl 5.20.2-1
    perl-clone 0.37-2
    perl-data-dump 1.22-1
    perl-dbi 1.633-1
    perl-encode-locale 1.04-1
    perl-error 0.17023-1
    perl-file-basedir 0.07-1
    perl-file-listing 6.04-2
    perl-file-which 1.09-4
    perl-html-parser 3.71-3
    perl-html-tagset 3.20-4
    perl-http-cookies 6.01-2
    perl-http-daemon 6.01-2
    perl-http-date 6.02-2
    perl-http-message 6.06-2
    perl-http-negotiate 6.01-2
    perl-ipc-system-simple 1.25-1
    perl-libwww 6.08-1
    perl-locale-gettext 1.05-11
    perl-lwp-mediatypes 6.02-2
    perl-net-http 6.07-1
    perl-uri 1.67-1
    perl-www-robotrules 6.02-2
    perl-xml-libxml 2.0121-1
    perl-xml-namespacesupport 1.11-3
    perl-xml-sax 0.99-4
    perl-xml-sax-base 1.08-3
    phonon-qt4 4.8.3-1
    phonon-qt4-gstreamer 4.8.2-1
    phoronix-test-suite 5.6.0-1
    php 5.6.8-2
    pinentry 0.9.1-1
    pixman 0.32.6-1
    pkg-config 0.28-2
    pkgfile 15-1
    pms 1.90.1-1
    podofo 0.9.3-1
    polkit 0.112-2
    poppler 0.32.0-1
    poppler-glib 0.32.0-1
    poppler-qt5 0.32.0-1
    popt 1.16-7
    portaudio 19_20140130-1
    presentproto 1.0-1
    printproto 1.0.5-3
    procps-ng 3.3.10-2
    protobuf 2.6.1-1
    psmisc 22.21-2
    pth 2.0.7-5
    pulseaudio 6.0-1
    pulseaudio-alsa 2-3
    pv 1.6.0-1
    pygobject-devel 3.16.1-1
    pygobject2-devel 2.28.6-11
    pygtk 2.24.0-5
    pyqt4-common 4.11.3-4
    pyqt5-common 5.4.1-2
    python 3.4.3-2
    python-dateutil 2.4.1-1
    python-dbus 1.2.0-4
    python-dbus-common 1.2.0-4
    python-gmpy2 2.0.5-2
    python-gobject 3.16.1-1
    python-html2text 2015.4.14-1
    python-matplotlib 1.4.3-2
    python-mpmath 0.19-1
    python-nose 1.3.6-1
    python-numexpr 2.4.3-1
    python-numpy 1.9.2-2
    python-pandas 0.16.0-2
    python-pygments 2.0.2-2
    python-pyparsing 2.0.3-1
    python-pyqt4 4.11.3-4
    python-pyqt5 5.4.1-2
    python-pytz 2015.2-1
    python-pyzmq 14.5.0-2
    python-scipy 0.15.1-2
    python-setuptools 1:15.2-1
    python-sip 4.16.7-1
    python-six 1.9.0-1
    python-sympy 0.7.6-2
    python-tornado 4.1.0-2
    python-xdg 0.25-2
    python2 2.7.9-1
    python2-apsw 3.8.9-1
    python2-atspi 2.16.0-1
    python2-beaker 1.7.0-1
    python2-cairo 1.10.0-2
    python2-chardet 2.3.0-1
    python2-cherrypy 3.6.0-1
    python2-cssselect 0.9.1-2
    python2-cssutils 1.0-2
    python2-dateutil 2.4.1-1
    python2-dbus 1.2.0-4
    python2-dnspython 1.12.0-1
    python2-gobject 3.16.1-1
    python2-gobject2 2.28.6-11
    python2-html5lib 0.999-5
    python2-lxml 3.4.4-1
    python2-mako 1.0.1-1
    python2-markupsafe 0.23-2
    python2-mechanize 0.2.5-4
    python2-netifaces 0.10.4-1
    python2-pillow 2.8.1-1
    python2-psutil 2.2.1-2
    python2-pycdio 0.20-3
    python2-pygments 2.0.2-2
    python2-pyqt5 5.4.1-2
    python2-setuptools 1:15.2-1
    python2-sip 4.16.7-1
    python2-six 1.9.0-1
    python2-xdg 0.25-2
    qca 2.0.3-5
    qca-ossl 2.0.0-7
    qjson 0.8.1-3
    qpdf 5.1.2-1
    qt4 4.8.6-5
    qt5-base 5.4.1-4
    qt5-declarative 5.4.1-4
    qt5-location 5.4.1-4
    qt5-script 5.4.1-4
    qt5-sensors 5.4.1-4
    qt5-svg 5.4.1-4
    qt5-tools 5.4.1-4
    qt5-translations 5.4.1-4
    qt5-webchannel 5.4.1-4
    qt5-webkit 5.4.1-4
    qt5-xmlpatterns 5.4.1-4
    qtchooser 48-1
    qtwebkit 2.3.4-1
    randrproto 1.4.1-1
    raptor 2.0.15-2
    rasqal 1:0.9.32-1
    readline 6.3.008-1
    recode 3.6-8
    recordproto 1.14.2-2
    redland 1:1.0.17-2
    reflector 2014.11-1
    reiserfsprogs 3.6.24-1
    renderproto 0.11.1-3
    resourceproto 1.2.0-3
    rest 0.7.93-1
    rhash 1.3.3-1
    rng-tools 5-3
    rpcbind 0.2.3-1
    rsync 3.1.1-2
    rtkit 0.11-5
    rtmpdump 20140918-2
    ruby 2.2.2-1
    s-nail 14.8.0-1
    sbc 1.3-1
    schroedinger 1.0.11-2
    scrnsaverproto 1.2.2-2
    sdcv 0.4.2-8
    sdl 1.2.15-7
    sdl_image 1.2.12-3
    sdl_mixer 1.2.12-4
    sdl_net 1.2.8-2
    sdl_ttf 2.0.11-3
    sed 4.2.2-3
    sg3_utils 1.40-1
    shadow 4.2.1-3
    shared-color-targets 0.1.5-1
    shared-mime-info 1.4-1
    sip 4.16.7-1
    slang 2.3.0-1
    smartmontools 6.3-2
    smbclient 4.2.1-1
    smpeg 0.4.5-1
    snappy 1.1.1-1
    sound-theme-freedesktop 0.8-2
    soundtouch 1.8.0-1
    spandsp 0.0.6-1
    speech-dispatcher 0.8.1-1
    speedtest-cli 0.3.1-1
    speex 1.2rc2-1
    speexdsp 1.2rc3-1
    spotify 0.9.17.1-1
    spotify-gnome-git 20141010-1
    sqlite 3.8.9-1
    startup-notification 0.12-4
    steam 1.0.0.49-3
    sudo 1.8.13-1
    suitesparse 4.4.4-1
    sysfsutils 2.1.0-9
    systemd 219-6
    systemd-sysvcompat 219-6
    t1lib 5.1.2-5
    taglib 1.9.1-1
    talloc 2.1.2-1
    tar 1.28-1
    tdb 1.3.4-1
    telepathy-glib 0.24.1-1
    telepathy-logger 0.8.1-1
    telepathy-mission-control 5.16.3-1
    terminology 0.8.0-1
    tevent 0.9.24-1
    texinfo 5.2-3
    texlive-bin 2014.34260-7
    texlive-core 2014.36709-1
    texlive-langchinese 2014.35921-1
    texlive-langcjk 2014.0-1
    texlive-langjapanese 2014.36466-1
    texlive-langkorean 2014.36573-1
    texlive-latexextra 2014.36706-1
    texlive-pictures 2014.36605-1
    texlive-science 2014.36659-1
    texmaker 4.4.1-1
    thin-provisioning-tools 0.4.1-1
    thunderbird 31.6.0-2
    tinyxml 2.6.2-3
    tmux 1.9_a-2
    totem-plparser 3.10.4-1
    transmission-gtk 2.84-1
    tsmuxer 1.10.6-14
    ttf-dejavu 2.34-2
    ttf-ms-fonts 2.0-10
    tzdata 2015d-1
    udisks2 2.1.5-1
    unrar 1:5.2.7-1
    unzip 6.0-10
    upower 0.99.2-2
    usbutils 008-1
    util-linux 2.26.1-3
    v4l-utils 1.6.2-1
    vi 1:050325-4
    videoproto 2.3.2-1
    vim 7.4.712-1
    vim-latexsuite 20130126-2
    vim-runtime 7.4.712-1
    vlc 2.2.1-2
    vte-common 0.40.0-2
    vte3 0.40.0-2
    wavpack 4.70.0-2
    wayland 1.7.0-1
    webkit2gtk 2.8.1-1
    webkitgtk 2.4.8-2
    webrtc-audio-processing 0.1-2
    wesnoth 1.12.2-2
    wesnoth-data 1.12.2-1
    wget 1.16.3-1
    which 2.21-1
    wildmidi 0.3.8-1
    wine 1.7.42-2
    winetricks 20141130-1
    wireless_tools 30.pre9-1
    wpa_supplicant 1:2.3-1
    wxgtk 3.0.2-4
    wxgtk2.8 2.8.12.1-3
    wxpython 3.0.2.0-1
    wxpython2.8 2.8.12.1-1
    x265 1.6-1
    xboxdrv 0.8.5-3
    xcb-proto 1.11-1
    xcb-util 0.4.0-1
    xcb-util-cursor 0.1.2-1
    xcb-util-image 0.4.0-1
    xcb-util-keysyms 0.4.0-1
    xcb-util-renderutil 0.3.9-1
    xcb-util-wm 0.4.1-1
    xdg-su 1.2.3-1
    xdg-utils 1.1.0.git20150323-1
    xdiskusage 1.51-1
    xextproto 7.3.0-1
    xf86-input-evdev 2.9.2-1
    xf86dgaproto 2.1-3
    xf86driproto 2.1.1-3
    xf86vidmodeproto 2.3.1-3
    xfsprogs 3.2.2-1
    xineramaproto 1.2.1-3
    xkeyboard-config 2.14-1
    xorg-appres 1.0.4-1
    xorg-bdftopcf 1.0.5-1
    xorg-font-util 1.3.1-1
    xorg-font-utils 7.6-4
    xorg-fonts-alias 1.0.3-1
    xorg-fonts-encodings 1.0.4-4
    xorg-fonts-misc 1.0.3-3
    xorg-iceauth 1.0.7-1
    xorg-mkfontdir 1.0.7-2
    xorg-mkfontscale 1.1.2-1
    xorg-server 1.17.1-5
    xorg-server-common 1.17.1-5
    xorg-server-devel 1.17.1-5
    xorg-server-utils 7.6-4
    xorg-sessreg 1.1.0-1
    xorg-setxkbmap 1.3.1-1
    xorg-util-macros 1.19.0-1
    xorg-xauth 1.0.9-1
    xorg-xbacklight 1.2.1-1
    xorg-xcmsdb 1.0.5-1
    xorg-xgamma 1.0.6-1
    xorg-xhost 1.0.7-1
    xorg-xinit 1.3.4-2
    xorg-xinput 1.6.1-1
    xorg-xkbcomp 1.3.0-1
    xorg-xmessage 1.0.4-2
    xorg-xmodmap 1.0.9-1
    xorg-xrandr 1.4.3-1
    xorg-xrdb 1.1.0-1
    xorg-xrefresh 1.0.5-1
    xorg-xset 1.2.3-1
    xorg-xsetroot 1.1.1-2
    xproto 7.0.27-1
    xscreensaver 5.32-1
    xvidcore 1.3.3-1
    xz 5.2.1-1
    yajl 2.1.0-1
    yaourt 1.5-1
    zenity 3.14.0-1
    zeromq 4.0.5-1
    zita-alsa-pcmi 0.2.0-2
    zita-resampler 1.3.0-3
    zlib 1.2.8-3
    zvbi 0.2.35-1
    zziplib 0.13.62-2
    [edit5] My /etc/modules-load.d directory is empty by the way, and "sudo /usr/lib/systemd/systemd-modules-load" returns nothing. Note, this is all while running Linux 3.19, but I believe it should demonstrate that I don't have any special modules running. Or so I believe.
    Last edited by nstgc (2015-05-04 13:16:09)

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

  • Problem installing css perl module

    Hey,
    my problem isn't probably arch-related (and possibly very dumb), but I hope someone can help me anyway.
    I'm trying to install a CSS perl module - and here is what I get -
    [root@vlsi-wiki ~]# perl -MCPAN -eshell
    Terminal does not support AddHistory.
    cpan shell -- CPAN exploration and modules installation (v1.9456)
    Enter 'h' for help.
    cpan[1]> install CSS
    Going to read '/root/.cpan/Metadata'
    Database was generated on Mon, 24 May 2010 09:27:04 GMT
    Fetching with LWP:
    ftp://cpan.noris.de/pub/CPAN/authors/01mailrc.txt.gz
    Going to read '/root/.cpan/sources/authors/01mailrc.txt.gz'
    ............................................................................DONE
    Fetching with LWP:
    ftp://cpan.noris.de/pub/CPAN/modules/02packages.details.txt.gz
    Going to read '/root/.cpan/sources/modules/02packages.details.txt.gz'
    Database was generated on Tue, 25 May 2010 09:27:47 GMT
    ............................................................................DONE
    Fetching with LWP:
    ftp://cpan.noris.de/pub/CPAN/modules/03modlist.data.gz
    Going to read '/root/.cpan/sources/modules/03modlist.data.gz'
    ............................................................................DONE
    Going to write /root/.cpan/Metadata
    Running install for module 'CSS'
    Running make for I/IA/IAMCAL/CSS-1.08.tar.gz
    Checksum for /root/.cpan/sources/authors/id/I/IA/IAMCAL/CSS-1.08.tar.gz ok
    Scanning cache /root/.cpan/build for sizes
    ............................................................................DONE
    CPAN.pm: Going to build I/IA/IAMCAL/CSS-1.08.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for CSS
    cp CSS.pm blib/lib/CSS.pm
    cp CSS/Value.pm blib/lib/CSS/Value.pm
    cp CSS/Parse/Compiled.pm blib/lib/CSS/Parse/Compiled.pm
    cp CSS/Property.pm blib/lib/CSS/Property.pm
    cp CSS/Style.pm blib/lib/CSS/Style.pm
    cp CSS/Parse/PRDGrammar.pm blib/lib/CSS/Parse/PRDGrammar.pm
    cp CSS/Parse/Heavy.pm blib/lib/CSS/Parse/Heavy.pm
    cp CSS/Selector.pm blib/lib/CSS/Selector.pm
    cp CSS/Parse/Lite.pm blib/lib/CSS/Parse/Lite.pm
    cp CSS/Adaptor/Debug.pm blib/lib/CSS/Adaptor/Debug.pm
    cp CSS/Adaptor/Pretty.pm blib/lib/CSS/Adaptor/Pretty.pm
    cp CSS/Parse.pm blib/lib/CSS/Parse.pm
    cp CSS/Adaptor.pm blib/lib/CSS/Adaptor.pm
    cp CSS/Parse/CompiledGrammar.pm blib/lib/CSS/Parse/CompiledGrammar.pm
    Manifying blib/man3/CSS.3pm
    Manifying blib/man3/CSS::Value.3pm
    Manifying blib/man3/CSS::Parse::Compiled.3pm
    Manifying blib/man3/CSS::Property.3pm
    Manifying blib/man3/CSS::Parse::Heavy.3pm
    Manifying blib/man3/CSS::Parse::PRDGrammar.3pm
    Manifying blib/man3/CSS::Style.3pm
    Manifying blib/man3/CSS::Parse::Lite.3pm
    Manifying blib/man3/CSS::Selector.3pm
    Manifying blib/man3/CSS::Adaptor::Debug.3pm
    Manifying blib/man3/CSS::Parse.3pm
    Manifying blib/man3/CSS::Adaptor::Pretty.3pm
    Manifying blib/man3/CSS::Adaptor.3pm
    IAMCAL/CSS-1.08.tar.gz
    /usr/bin/make -- OK
    Running make test
    PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/01_basic.t ........... ok
    t/02_parse_lite.t ...... ok
    t/03_parse_heavy.t ..... ok
    t/04_parse_compiled.t .. 1/8 Unknown starting rule (Parse::RecDescent::namespace000001::stylesheet) called
    at /root/.cpan/build/CSS-1.08-pVKcD1/blib/lib/CSS/Parse/Compiled.pm line 28
    Compilation failed in require at t/04_parse_compiled.t line 3.
    # Looks like you planned 8 tests but ran 4.
    # Looks like your test exited with 255 just after 4.
    t/04_parse_compiled.t .. Dubious, test returned 255 (wstat 65280, 0xff00)
    Failed 4/8 subtests
    t/05_search.t .......... ok
    t/06_adaptor_simple.t .. ok
    t/07_adaptor_pretty.t .. ok
    t/08_adaptor_debug.t ... ok
    Test Summary Report
    t/04_parse_compiled.t (Wstat: 65280 Tests: 4 Failed: 0)
    Non-zero exit status: 255
    Parse errors: Bad plan. You planned 8 tests but ran 4.
    Files=8, Tests=38, 2 wallclock secs ( 0.05 usr 0.06 sys + 1.15 cusr 0.19 csys = 1.45 CPU)
    Result: FAIL
    Failed 1/8 test programs. 0/38 subtests failed.
    make: *** [test_dynamic] Error 255
    IAMCAL/CSS-1.08.tar.gz
    /usr/bin/make test -- NOT OK
    //hint// to see the cpan-testers results for installing this module, try:
    reports IAMCAL/CSS-1.08.tar.gz
    Running make install
    make test had returned bad status, won't install without force
    Failed during this command:
    IAMCAL/CSS-1.08.tar.gz : make_test NO
    I've tried with both perl 5.10.1 and perl from testing (5.12), didn't help.
    Does anyone have any idea?

    There is a bug upstream according to CPAN's bugtracker.  Someone provided a fix there to regenerate the buggy file that is causing the test to fail.  Here is a source package file I made.  You can build it to apply their fix and make the package.

  • Could not load app module after upgrade to R12.1.3

    Hello,
    We migrated from 11.5.10.2 to R12.1.3 and I have a small custom app on my hands which worked fine in 11i but I am getting
    "Could not load application module 'xx.oracle.apps.ak.xxgl.MapAM'" message.
    I checked that the MapAMImpl.class is there (classes are under $XBOL_TOP/java) and permissions are OK. The xml page loaded into the DB has a correct reference to the module as
    amDefName="xx.oracle.apps.ak.xxgl.MapAM"
    and I am running of other options I should check. Appreciate any feedback.
    Thank you
    Anatoliy
    The full stack is below:
    Exception Details.
    oracle.apps.fnd.framework.OAException: Could not load application module 'xx.oracle.apps.ak.xxgl.MapAM'.
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:204)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:889)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    JBO-30003: The application pool (vmohspetm001.oracleoutsourcing.comDPET1I11710xx.oracle.apps.ak.xxgl.MapAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.lang.NoClassDefFoundError, msg=jxl/JXLException
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:511)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:204)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:889)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NoClassDefFoundError, msg=jxl/JXLException
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:511)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:204)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:889)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    java.lang.NoClassDefFoundError: jxl/JXLException
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)
         at oracle.jbo.common.JBOClass.forName(JBOClass.java:164)
         at oracle.jbo.common.JBOClass.findCustomClass(JBOClass.java:177)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:836)
         at oracle.jbo.server.ApplicationModuleDefImpl.loadFromXML(ApplicationModuleDefImpl.java:770)
         at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:534)
         at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:547)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:425)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)
         at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)
         at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
         at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:401)
         at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:139)
         at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
         at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:511)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
         at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
         at OA.jspService(_OA.java:204)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
         at RF.jspService(_RF.java:225)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:889)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: jxl.JXLException
         Dependent class: oracle.jbo.common.java2.JDK2ClassLoader
         Loader: oacore.root:0.0.0
         Code-Source: /dpet1i/applmgr/common/java/classes/
         Configuration: <library> in /dpet1i/applmgr/common/webapps/oacore/
    This load was initiated at oacore.root:0.0.0 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2078)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1679)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1635)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1620)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         ... 68 more
    JBO-30003: The application pool (vmohspetm001.oracleoutsourcing.comDPET1I11710xx.oracle.apps.ak.xxgl.MapAM) failed to checkout an application module due to the following exception:
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.lang.NoClassDefFoundError, msg=jxl/JXLException
         at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
         at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: java.lang.NoClassDefFoundError, msg=jxl/JXLException
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
         at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:889)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    java.lang.NoClassDefFoundError: jxl/JXLException
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:38)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
         Missing class: jxl.JXLException
         Dependent class: oracle.jbo.common.java2.JDK2ClassLoader
         Loader: oacore.root:0.0.0
         Code-Source: /dpet1i/applmgr/common/java/classes/
         Configuration: <library> in /dpet1i/applmgr/common/webapps/oacore/
    This load was initiated at oacore.root:0.0.0 using the Class.forName() method.
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2078)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1679)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1635)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1620)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         ... 68 more

    Syed,
    Thank you for the reply.
    Were you following some documentation from Oracle related to R12? What was that?
    I guess you can place your class files anywhere but just update the CLASSPATH accordingly? Is it correct or wrong? Because I am hearing different opinions and some people talk about XBOL_TOP, some mention JAVA_TOP etc...
    And in your case all you did was place the class files where you said and appended the entry to the CLASSPATH, bounced apache, correct?
    Please let me know.
    Thank you
    Anatoliy

  • SQL Server Driver for Linux causes Segmentation Fault

    Hello,
    I'm using the SQL Server Driver 11.0.1790 on Linux with mod_perl and Apache. While running fine with all my CLI Perl apps I occasionally get Segmentation Faults when using it from within mod_perl applications. Sometimes every other connect to the database
    segfaults. I've created a core dump and did a stack backtrace:
    Loaded symbols for /usr/lib/../lib64/libxml2.so.2
    Core was generated by `/usr/sbin/httpd2 -X'.
    Program terminated with signal 11, Segmentation fault.
    #0 0x0000000000000000 in ?? ()
    (gdb) bt
    #0 0x0000000000000000 in ?? ()
    #1 0x00007f8a8aeda803 in __connect_part_two (connection=0x7f8a99c885e0) at SQLConnect.c:1891
    #2 0x00007f8a8aedffd6 in SQLDriverConnect (hdbc=0x7f8a99c885e0, hwnd=0x0, conn_str_in=0x7fff1e7369ee "",
    len_conn_str_in=<value optimized="" out="">,
    conn_str_out=0x7fff1e736a80 "DSN=XXXXX;UID=XXX;PWD=XXXXXXXX;WSID=XXXXXXXX;DATABASE=XXXXX;MARS_Connection=Yes;",
    conn_str_out_max=512, ptr_conn_str_out=0x7fff1e736a7e, driver_completion=0) at SQLDriverConnect.c:1530
    #3 0x00007f8a8b1458ee in odbc_db_login6 (dbh=0x7f8a99938ca0, imp_dbh=0x7f8a99c8acd0,
    dbname=0x7fff1e736c80 "DSN=XXXXX;MARS_Connection=Yes;UID=XXX;PWD=XXXXXXXX", uid=0x7f8a9996e8b0 "XXX",
    pwd=0x7f8a9996e8d0 "XXXXXXXX", attr=0x7f8a99938c40) at dbdimp.c:942
    #4 0x00007f8a8b141822 in XS_DBD__ODBC__db__login (my_perl=<value optimized="" out="">, cv=<value optimized="" out="">) at ./ODBC.xsi:98
    #5 0x00007f8a9125b091 in Perl_pp_entersub (my_perl=0x7f8a96274f50) at pp_hot.c:3046
    #6 0x00007f8a912595f6 in Perl_runops_standard (my_perl=0x7f8a96274f50) at run.c:41
    #7 0x00007f8a911eb755 in Perl_call_sv (my_perl=0x7f8a96274f50, sv=0x7f8a99938bc8, flags=2) at perl.c:2632
    #8 0x00007f8a8b791d02 in XS_DBI_dispatch (my_perl=0x7f8a96274f50, cv=0x7f8a98cbbe60) at DBI.xs:3473
    #9 0x00007f8a9125b091 in Perl_pp_entersub (my_perl=0x7f8a96274f50) at pp_hot.c:3046
    #10 0x00007f8a912595f6 in Perl_runops_standard (my_perl=0x7f8a96274f50) at run.c:41
    #11 0x00007f8a911ebab0 in Perl_call_sv (my_perl=0x7f8a96274f50, sv=0x7f8a97db4f68, flags=10) at perl.c:2647
    #12 0x00007f8a9154ba31 in modperl_callback (my_perl=0x7f8a96274f50, handler=0x7f8a96230c90, p=0x7f8a96334838, r=0x7f8a963348b0,
    s=0x7f8a962303b0, args=0x7f8a998376a8) at modperl_callback.c:101
    #13 0x00007f8a9154c79c in modperl_callback_run_handlers (idx=6, type=4, r=0x7f8a963348b0, c=<value optimized="" out="">, s=0x7f8a962303b0,
    pconf=<value optimized="" out="">, plog=0x0, ptemp=0x0, run_mode=MP_HOOK_RUN_FIRST) at modperl_callback.c:262
    #14 0x00007f8a9154cb6f in modperl_callback_per_dir (idx=-1714610816, r=<value optimized="" out="">, run_mode=<value optimized="" out="">)
    at modperl_callback.c:369
    #15 0x00007f8a91546b93 in modperl_response_handler_run (r=0x7f8a963348b0) at mod_perl.c:1000
    #16 modperl_response_handler (r=0x7f8a963348b0) at mod_perl.c:1039
    #17 0x00007f8a95f01e08 in ap_run_handler ()
    #18 0x00007f8a95f0226c in ap_invoke_handler ()
    #19 0x00007f8a95f0ff00 in ap_process_request ()
    #20 0x00007f8a95f0ce98 in ?? ()
    #21 0x00007f8a95f08b28 in ap_run_process_connection ()
    #22 0x00007f8a95f14e5a in ?? ()
    #23 0x00007f8a95f15126 in ?? ()
    #24 0x00007f8a95f15903 in ap_mpm_run ()
    #25 0x00007f8a95eec9be in main ()
    </value></value></value></value></value></value></value>
    Calling something at NULL obviously doesn't look right…
    Can onebody help fixing this issue?
    Best regards,
    Stephan

    Hi Stephan,
    This is a bug in the unixODBC Driver Manager 2.3.0.  Essentially, you can only have one HDBC per HENV.  The mod_perl must be creating the connections upon the same HENV.
    The bug appears to be fixed in version 2.3.1 but we have not yet certified that out driver can work with 2.3.1.  See the 2.3.1 release notes at
    http://www.unixodbc.org/ where the last item says:
    "Driver version was not being held when a second connection was made to the driver"
    The Driver Manager would "forget" that we are an ODBC V3 driver and try intereacting with us as an ODBC V2 driver for the second connection (which fails).
    The workaround is to create a new HENV for each connection but I'm not sure if this is possible in mod_perl.

  • Radeon HD 7800 (catalyst) + Intel HD graphics (intel-dri) seg fault

    Hello, Arch community!
    I'm using two monitors setup: one is connected to the Radeon HD 7800 other is connected to the motherboard D-SUB socket.
    Symptoms:
    - X starts if to use opensource radeon driver.
    - X starts if to use only one screen inside ServerLayout section.
    - X fails to start If two screens are chosen in ServerLayout section and it prints the following log:
    [ 1418.961]
    X.Org X Server 1.15.2
    Release Date: 2014-06-27
    [ 1419.012] X Protocol Version 11, Revision 0
    [ 1419.027] Build Operating System: Linux 3.15.1-1-ARCH x86_64
    [ 1419.042] Current Operating System: Linux Aiur 3.16.1-1-ARCH #1 SMP PREEMPT Thu Aug 14 07:40:19 CEST 2014 x86_64
    [ 1419.042] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=99bb2cbc-e482-402e-a1ec-91956ac95e90 rw nomodeset i915.modeset=1
    [ 1419.070] Build Date: 27 June 2014 07:32:26PM
    [ 1419.082]
    [ 1419.095] Current version of pixman: 0.32.6
    [ 1419.118] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 1419.118] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 1419.164] (==) Log file: "/var/log/Xorg.1.log", Time: Sun Sep 7 00:53:38 2014
    [ 1419.175] (++) Using config file: "xorg.conf"
    [ 1419.187] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 1419.198] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 1419.199] (==) ServerLayout "aticonfig Layout"
    [ 1419.199] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 1419.199] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 1419.199] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 1419.199] (**) |-->Screen "Screen1" (1)
    [ 1419.199] (**) | |-->Monitor "Monitor1"
    [ 1419.199] (**) | |-->Device "Card1"
    [ 1419.199] (**) Option "Xinerama" "on"
    [ 1419.199] (==) Automatically adding devices
    [ 1419.199] (==) Automatically enabling devices
    [ 1419.199] (==) Automatically adding GPU devices
    [ 1419.199] (**) Xinerama: enabled
    [ 1419.199] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 1419.199] Entry deleted from font path.
    [ 1419.199] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 1419.199] Entry deleted from font path.
    [ 1419.199] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 1419.199] Entry deleted from font path.
    [ 1419.199] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 1419.199] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 1419.199] Entry deleted from font path.
    [ 1419.199] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 1419.199] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 1419.199] (**) ModulePath set to "/usr/lib/fglrx,/usr/lib/xorg/modules,/usr/lib/dri/"
    [ 1419.199] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 1419.199] (II) Loader magic: 0x811cc0
    [ 1419.199] (II) Module ABI versions:
    [ 1419.199] X.Org ANSI C Emulation: 0.4
    [ 1419.199] X.Org Video Driver: 15.0
    [ 1419.199] X.Org XInput driver : 20.0
    [ 1419.199] X.Org Server Extension : 8.0
    [ 1419.199] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 1419.200] (--) PCI: (0:0:2:0) 8086:0162:1849:0162 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 1419.200] (--) PCI:*(0:1:0:0) 1002:6819:1787:201c rev 0, Mem @ 0xe0000000/268435456, 0xf7c00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
    [ 1419.200] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 1419.212] Initializing built-in extension Generic Event Extension
    [ 1419.223] Initializing built-in extension SHAPE
    [ 1419.235] Initializing built-in extension MIT-SHM
    [ 1419.247] Initializing built-in extension XInputExtension
    [ 1419.259] Initializing built-in extension XTEST
    [ 1419.271] Initializing built-in extension BIG-REQUESTS
    [ 1419.282] Initializing built-in extension SYNC
    [ 1419.294] Initializing built-in extension XKEYBOARD
    [ 1419.306] Initializing built-in extension XC-MISC
    [ 1419.318] Initializing built-in extension SECURITY
    [ 1419.330] Initializing built-in extension XINERAMA
    [ 1419.341] Initializing built-in extension XFIXES
    [ 1419.353] Initializing built-in extension RENDER
    [ 1419.365] Initializing built-in extension RANDR
    [ 1419.377] Initializing built-in extension COMPOSITE
    [ 1419.388] Initializing built-in extension DAMAGE
    [ 1419.400] Initializing built-in extension MIT-SCREEN-SAVER
    [ 1419.412] Initializing built-in extension DOUBLE-BUFFER
    [ 1419.424] Initializing built-in extension RECORD
    [ 1419.435] Initializing built-in extension DPMS
    [ 1419.447] Initializing built-in extension Present
    [ 1419.459] Initializing built-in extension DRI3
    [ 1419.470] Initializing built-in extension X-Resource
    [ 1419.481] Initializing built-in extension XVideo
    [ 1419.492] Initializing built-in extension XVideo-MotionCompensation
    [ 1419.504] Initializing built-in extension XFree86-VidModeExtension
    [ 1419.515] Initializing built-in extension XFree86-DGA
    [ 1419.526] Initializing built-in extension XFree86-DRI
    [ 1419.537] Initializing built-in extension DRI2
    [ 1419.537] (II) "glx" will be loaded by default.
    [ 1419.537] (II) LoadModule: "glx"
    [ 1419.537] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 1419.537] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 1419.537] compiled for 6.9.0, module version = 1.0.0
    [ 1419.548] Loading extension GLX
    [ 1419.548] (II) LoadModule: "fglrx"
    [ 1419.548] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 1419.559] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 1419.559] compiled for 1.4.99.906, module version = 14.20.7
    [ 1419.559] Module class: X.Org Video Driver
    [ 1419.559] (II) Loading sub module "fglrxdrm"
    [ 1419.559] (II) LoadModule: "fglrxdrm"
    [ 1419.559] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 1419.559] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 1419.559] compiled for 1.4.99.906, module version = 14.20.7
    [ 1419.559] (II) LoadModule: "intel"
    [ 1419.559] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 1419.560] (II) Module intel: vendor="X.Org Foundation"
    [ 1419.560] compiled for 1.15.2, module version = 2.99.912
    [ 1419.560] Module class: X.Org Video Driver
    [ 1419.560] ABI class: X.Org Video Driver, version 15.0
    [ 1419.560] (II) AMD Proprietary Linux Driver Version Identifier:14.20.7
    [ 1419.560] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-14.20
    [ 1419.560] (II) AMD Proprietary Linux Driver Build Date: May 29 2014 10:25:55
    [ 1419.560] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [ 1419.560] (II) intel: Driver for Intel(R) HD Graphics: 2000-5000
    [ 1419.560] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100
    [ 1419.560] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200
    [ 1419.560] (--) using VT number 7
    [ 1419.615] (WW) Falling back to old probe method for fglrx
    [ 1419.626] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 1419.628] ukiDynamicMajor: found major device number 251
    [ 1419.628] ukiDynamicMajor: found major device number 251
    [ 1419.628] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 1419.628] ukiOpenDevice: node name is /dev/ati/card0
    [ 1419.628] ukiOpenDevice: open result is 11, (OK)
    [ 1419.628] ukiOpenByBusid: ukiOpenMinor returns 11
    [ 1419.628] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 1419.631] (--) Chipset Supported AMD Graphics Processor (0x6819) found
    [ 1419.631] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 1419.632] (II) fglrx(0): pEnt->device->identifier=0x222aea0
    [ 1419.632] (II) intel(1): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
    [ 1419.632] (II) intel(G0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
    [ 1419.632] (II) fglrx(0): === [xdl_xs115_atiddxPreInit] === begin
    [ 1419.632] (II) Loading sub module "vgahw"
    [ 1419.632] (II) LoadModule: "vgahw"
    [ 1419.632] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 1419.632] (II) Module vgahw: vendor="X.Org Foundation"
    [ 1419.632] compiled for 1.15.2, module version = 0.1.0
    [ 1419.632] ABI class: X.Org Video Driver, version 15.0
    [ 1419.634] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 1419.634] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 1419.634] (==) fglrx(0): Default visual is TrueColor
    [ 1419.634] (**) fglrx(0): Option "DPMS" "true"
    [ 1419.634] (==) fglrx(0): RGB weight 888
    [ 1419.634] (II) fglrx(0): Using 8 bits per RGB
    [ 1419.634] (==) fglrx(0): Buffer Tiling is ON
    [ 1419.634] (II) Loading sub module "fglrxdrm"
    [ 1419.634] (II) LoadModule: "fglrxdrm"
    [ 1419.634] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 1419.634] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 1419.634] compiled for 1.4.99.906, module version = 14.20.7
    [ 1419.635] ukiDynamicMajor: found major device number 251
    [ 1419.635] ukiDynamicMajor: found major device number 251
    [ 1419.635] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 1419.636] ukiOpenDevice: node name is /dev/ati/card0
    [ 1419.636] ukiOpenDevice: open result is 15, (OK)
    [ 1419.636] ukiOpenByBusid: ukiOpenMinor returns 15
    [ 1419.636] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 1419.636] (**) fglrx(0): NoAccel = NO
    [ 1419.636] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 1419.636] (--) fglrx(0): Chipset: "AMD Radeon HD 7800 Series " (Chipset = 0x6819)
    [ 1419.636] (--) fglrx(0): (PciSubVendor = 0x1787, PciSubDevice = 0x201c)
    [ 1419.636] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 1419.636] (--) fglrx(0): Linear framebuffer (phys) at 0xe0000000
    [ 1419.636] (--) fglrx(0): MMIO registers at 0xf7c00000
    [ 1419.636] (--) fglrx(0): I/O port at 0x0000e000
    [ 1419.636] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 1419.636] (II) fglrx(0): AC Adapter is used
    [ 1419.636] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 1419.637] (II) Loading sub module "vbe"
    [ 1419.637] (II) LoadModule: "vbe"
    [ 1419.637] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 1419.637] (II) Module vbe: vendor="X.Org Foundation"
    [ 1419.637] compiled for 1.15.2, module version = 1.1.0
    [ 1419.637] ABI class: X.Org Video Driver, version 15.0
    [ 1419.637] (II) fglrx(0): VESA BIOS detected
    [ 1419.637] (II) fglrx(0): VESA VBE Version 3.0
    [ 1419.637] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 1419.637] (II) fglrx(0): VESA VBE OEM: AMD ATOMBIOS
    [ 1419.637] (II) fglrx(0): VESA VBE OEM Software Rev: 15.20
    [ 1419.637] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2010, Advanced Micro Devices, Inc.
    [ 1419.637] (II) fglrx(0): VESA VBE OEM Product: 01
    [ 1419.637] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 1419.637] (II) fglrx(0): AMD Video BIOS revision 9 or later detected
    [ 1419.637] (--) fglrx(0): Video RAM: 2097152 kByte, Type: GDDR5
    [ 1419.637] (II) fglrx(0): PCIE card detected
    [ 1419.637] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 1419.637] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 1419.637] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf400000000, MCFBSize = 0x80000000)
    [ 1419.637] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 1419.637] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 1419.637] (II) Loading sub module "fb"
    [ 1419.637] (II) LoadModule: "fb"
    [ 1419.637] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 1419.638] (II) Module fb: vendor="X.Org Foundation"
    [ 1419.638] compiled for 1.15.2, module version = 1.0.0
    [ 1419.638] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 1419.638] (II) fglrx(0): EDID Management option: EDID Management is enabled
    [ 1419.638] (II) Loading sub module "ddc"
    [ 1419.638] (II) LoadModule: "ddc"
    [ 1419.638] (II) Module "ddc" already built-in
    [ 1419.746] (II) fglrx(0): Output DFP1 using monitor section aticonfig-Monitor[0]-0
    [ 1419.746] (II) fglrx(0): Output DFP2 has no monitor section
    [ 1419.746] (II) fglrx(0): Output DFP3 has no monitor section
    [ 1419.746] (II) fglrx(0): Output DFP4 has no monitor section
    [ 1419.746] (II) fglrx(0): Output DFP5 has no monitor section
    [ 1419.746] (II) fglrx(0): Output DFP6 has no monitor section
    [ 1419.746] (II) fglrx(0): Output DFP7 has no monitor section
    [ 1419.746] (II) fglrx(0): Output DFP8 has no monitor section
    [ 1419.746] (II) fglrx(0): Output DFP9 has no monitor section
    [ 1419.746] (II) fglrx(0): Output DFP10 has no monitor section
    [ 1419.746] (II) fglrx(0): Output CRT1 has no monitor section
    [ 1419.746] (II) Loading sub module "ddc"
    [ 1419.746] (II) LoadModule: "ddc"
    [ 1419.746] (II) Module "ddc" already built-in
    [ 1419.746] (II) fglrx(0): Connected Display0: CRT1
    [ 1419.746] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 1419.746] (II) fglrx(0): Manufacturer: SAM Model: 8d7 Serial#: 842282293
    [ 1419.746] (II) fglrx(0): Year: 2012 Week: 35
    [ 1419.746] (II) fglrx(0): EDID Version: 1.3
    [ 1419.746] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 1419.746] (II) fglrx(0): Sync: Separate Composite SyncOnGreen
    [ 1419.747] (II) fglrx(0): Max Image Size [cm]: horiz.: 52 vert.: 29
    [ 1419.747] (II) fglrx(0): Gamma: 2.20
    [ 1419.747] (II) fglrx(0): DPMS capabilities: Off; RGB/Color Display
    [ 1419.747] (II) fglrx(0): First detailed timing is preferred mode
    [ 1419.747] (II) fglrx(0): redX: 0.641 redY: 0.338 greenX: 0.315 greenY: 0.629
    [ 1419.747] (II) fglrx(0): blueX: 0.159 blueY: 0.059 whiteX: 0.312 whiteY: 0.329
    [ 1419.747] (II) fglrx(0): Supported established timings:
    [ 1419.747] (II) fglrx(0): 720x400@70Hz
    [ 1419.747] (II) fglrx(0): 640x480@60Hz
    [ 1419.747] (II) fglrx(0): 640x480@67Hz
    [ 1419.747] (II) fglrx(0): 640x480@72Hz
    [ 1419.747] (II) fglrx(0): 640x480@75Hz
    [ 1419.747] (II) fglrx(0): 800x600@56Hz
    [ 1419.747] (II) fglrx(0): 800x600@60Hz
    [ 1419.747] (II) fglrx(0): 800x600@72Hz
    [ 1419.747] (II) fglrx(0): 800x600@75Hz
    [ 1419.747] (II) fglrx(0): 832x624@75Hz
    [ 1419.747] (II) fglrx(0): 1024x768@60Hz
    [ 1419.747] (II) fglrx(0): 1024x768@70Hz
    [ 1419.747] (II) fglrx(0): 1024x768@75Hz
    [ 1419.747] (II) fglrx(0): 1280x1024@75Hz
    [ 1419.747] (II) fglrx(0): 1152x864@75Hz
    [ 1419.747] (II) fglrx(0): Manufacturer's mask: 0
    [ 1419.747] (II) fglrx(0): Supported standard timings:
    [ 1419.747] (II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1419.747] (II) fglrx(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 1419.747] (II) fglrx(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1419.747] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1419.747] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1419.747] (II) fglrx(0): #5: hsize: 1600 vsize 900 refresh: 60 vid: 49321
    [ 1419.747] (II) fglrx(0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 1419.747] (II) fglrx(0): Supported detailed timing:
    [ 1419.747] (II) fglrx(0): clock: 148.5 MHz Image Size: 521 x 293 mm
    [ 1419.747] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1419.747] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1419.747] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
    [ 1419.747] (II) fglrx(0): Monitor name: S24B350
    [ 1419.747] (II) fglrx(0): Serial No: HLNC800121
    [ 1419.747] (II) fglrx(0): EDID (in hex):
    [ 1419.747] (II) fglrx(0): 00ffffffffffff004c2dd70835353432
    [ 1419.747] (II) fglrx(0): 231601030e341d782a2cc1a45650a128
    [ 1419.747] (II) fglrx(0): 0f5054bfef80714f81c0810081809500
    [ 1419.747] (II) fglrx(0): a9c0b3000101023a801871382d40582c
    [ 1419.747] (II) fglrx(0): 450009252100001e000000fd00384b1e
    [ 1419.747] (II) fglrx(0): 5111000a202020202020000000fc0053
    [ 1419.747] (II) fglrx(0): 3234423335300a2020202020000000ff
    [ 1419.747] (II) fglrx(0): 00484c4e433830303132310a202000cc
    [ 1419.747] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 1419.747] (II) fglrx(0): Dynamic Surface Resizing Enabled
    [ 1419.747] (II) fglrx(0): EDID for output DFP1
    [ 1419.747] (II) fglrx(0): EDID for output DFP2
    [ 1419.747] (II) fglrx(0): EDID for output DFP3
    [ 1419.747] (II) fglrx(0): EDID for output DFP4
    [ 1419.747] (II) fglrx(0): EDID for output DFP5
    [ 1419.747] (II) fglrx(0): EDID for output DFP6
    [ 1419.747] (II) fglrx(0): EDID for output DFP7
    [ 1419.747] (II) fglrx(0): EDID for output DFP8
    [ 1419.747] (II) fglrx(0): EDID for output DFP9
    [ 1419.747] (II) fglrx(0): EDID for output DFP10
    [ 1419.747] (II) fglrx(0): EDID for output CRT1
    [ 1419.747] (II) fglrx(0): Manufacturer: SAM Model: 8d7 Serial#: 842282293
    [ 1419.747] (II) fglrx(0): Year: 2012 Week: 35
    [ 1419.747] (II) fglrx(0): EDID Version: 1.3
    [ 1419.747] (II) fglrx(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    [ 1419.747] (II) fglrx(0): Sync: Separate Composite SyncOnGreen
    [ 1419.747] (II) fglrx(0): Max Image Size [cm]: horiz.: 52 vert.: 29
    [ 1419.747] (II) fglrx(0): Gamma: 2.20
    [ 1419.747] (II) fglrx(0): DPMS capabilities: Off; RGB/Color Display
    [ 1419.747] (II) fglrx(0): First detailed timing is preferred mode
    [ 1419.747] (II) fglrx(0): redX: 0.641 redY: 0.338 greenX: 0.315 greenY: 0.629
    [ 1419.747] (II) fglrx(0): blueX: 0.159 blueY: 0.059 whiteX: 0.312 whiteY: 0.329
    [ 1419.748] (II) fglrx(0): Supported established timings:
    [ 1419.748] (II) fglrx(0): 720x400@70Hz
    [ 1419.748] (II) fglrx(0): 640x480@60Hz
    [ 1419.748] (II) fglrx(0): 640x480@67Hz
    [ 1419.748] (II) fglrx(0): 640x480@72Hz
    [ 1419.748] (II) fglrx(0): 640x480@75Hz
    [ 1419.748] (II) fglrx(0): 800x600@56Hz
    [ 1419.748] (II) fglrx(0): 800x600@60Hz
    [ 1419.748] (II) fglrx(0): 800x600@72Hz
    [ 1419.748] (II) fglrx(0): 800x600@75Hz
    [ 1419.748] (II) fglrx(0): 832x624@75Hz
    [ 1419.748] (II) fglrx(0): 1024x768@60Hz
    [ 1419.748] (II) fglrx(0): 1024x768@70Hz
    [ 1419.748] (II) fglrx(0): 1024x768@75Hz
    [ 1419.748] (II) fglrx(0): 1280x1024@75Hz
    [ 1419.748] (II) fglrx(0): 1152x864@75Hz
    [ 1419.748] (II) fglrx(0): Manufacturer's mask: 0
    [ 1419.748] (II) fglrx(0): Supported standard timings:
    [ 1419.748] (II) fglrx(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    [ 1419.748] (II) fglrx(0): #1: hsize: 1280 vsize 720 refresh: 60 vid: 49281
    [ 1419.748] (II) fglrx(0): #2: hsize: 1280 vsize 800 refresh: 60 vid: 129
    [ 1419.748] (II) fglrx(0): #3: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    [ 1419.748] (II) fglrx(0): #4: hsize: 1440 vsize 900 refresh: 60 vid: 149
    [ 1419.748] (II) fglrx(0): #5: hsize: 1600 vsize 900 refresh: 60 vid: 49321
    [ 1419.748] (II) fglrx(0): #6: hsize: 1680 vsize 1050 refresh: 60 vid: 179
    [ 1419.748] (II) fglrx(0): Supported detailed timing:
    [ 1419.748] (II) fglrx(0): clock: 148.5 MHz Image Size: 521 x 293 mm
    [ 1419.748] (II) fglrx(0): h_active: 1920 h_sync: 2008 h_sync_end 2052 h_blank_end 2200 h_border: 0
    [ 1419.748] (II) fglrx(0): v_active: 1080 v_sync: 1084 v_sync_end 1089 v_blanking: 1125 v_border: 0
    [ 1419.748] (II) fglrx(0): Ranges: V min: 56 V max: 75 Hz, H min: 30 H max: 81 kHz, PixClock max 175 MHz
    [ 1419.748] (II) fglrx(0): Monitor name: S24B350
    [ 1419.748] (II) fglrx(0): Serial No: HLNC800121
    [ 1419.748] (II) fglrx(0): EDID (in hex):
    [ 1419.748] (II) fglrx(0): 00ffffffffffff004c2dd70835353432
    [ 1419.748] (II) fglrx(0): 231601030e341d782a2cc1a45650a128
    [ 1419.748] (II) fglrx(0): 0f5054bfef80714f81c0810081809500
    [ 1419.748] (II) fglrx(0): a9c0b3000101023a801871382d40582c
    [ 1419.748] (II) fglrx(0): 450009252100001e000000fd00384b1e
    [ 1419.748] (II) fglrx(0): 5111000a202020202020000000fc0053
    [ 1419.748] (II) fglrx(0): 3234423335300a2020202020000000ff
    [ 1419.748] (II) fglrx(0): 00484c4e433830303132310a202000cc
    [ 1419.748] (II) fglrx(0): Printing probed modes for output CRT1
    [ 1419.748] (II) fglrx(0): Modeline "1920x1080"x60.0 148.50 1920 2008 2052 2200 1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
    [ 1419.748] (II) fglrx(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1400x1050"x60.0 146.25 1400 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1600x900"x60.0 108.00 1600 1624 1704 1800 900 901 904 1000 +hsync +vsync (60.0 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1440x900"x60.0 106.50 1440 1520 1672 1904 900 903 909 934 -hsync +vsync (55.9 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1280x960"x75.0 135.00 1280 1296 1440 1688 960 1025 1028 1066 +hsync +vsync (80.0 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1280x960"x60.0 108.00 1280 1328 1440 1688 960 1025 1028 1066 +hsync +vsync (64.0 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1280x800"x60.0 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1152x864"x60.0 148.50 1152 2008 2052 2200 864 1084 1089 1125 +hsync +vsync (67.5 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1280x768"x60.0 83.50 1280 1352 1480 1680 768 803 809 831 -hsync +vsync (49.7 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1280x720"x60.0 74.48 1280 1336 1472 1664 720 721 724 746 -hsync +vsync (44.8 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1024x768"x75.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1024x768"x70.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "800x600"x72.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "800x600"x60.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "800x600"x56.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "640x480"x72.0 31.50 640 656 696 832 480 481 484 520 -hsync -vsync (37.9 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "640x480"x67.0 27.28 640 664 728 816 480 481 484 499 -hsync +vsync (33.4 kHz e)
    [ 1419.748] (II) fglrx(0): Modeline "640x480"x60.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
    [ 1419.748] (II) fglrx(0): Output DFP1 disconnected
    [ 1419.748] (II) fglrx(0): Output DFP2 disconnected
    [ 1419.748] (II) fglrx(0): Output DFP3 disconnected
    [ 1419.748] (II) fglrx(0): Output DFP4 disconnected
    [ 1419.748] (II) fglrx(0): Output DFP5 disconnected
    [ 1419.748] (II) fglrx(0): Output DFP6 disconnected
    [ 1419.748] (II) fglrx(0): Output DFP7 disconnected
    [ 1419.748] (II) fglrx(0): Output DFP8 disconnected
    [ 1419.748] (II) fglrx(0): Output DFP9 disconnected
    [ 1419.748] (II) fglrx(0): Output DFP10 disconnected
    [ 1419.748] (II) fglrx(0): Output CRT1 connected
    [ 1419.748] (II) fglrx(0): Using exact sizes for initial modes
    [ 1419.748] (II) fglrx(0): Output CRT1 using initial mode 1920x1080
    [ 1419.748] (II) fglrx(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 1419.748] (II) fglrx(0): DPI set to (96, 96)
    [ 1419.748] (II) fglrx(0): Eyefinity capable adapter detected.
    [ 1419.748] (II) fglrx(0): Adapter AMD Radeon HD 7800 Series has 6 configurable heads and 1 displays connected.
    [ 1419.748] (==) fglrx(0): PseudoColor visuals disabled
    [ 1419.748] (II) Loading sub module "ramdac"
    [ 1419.748] (II) LoadModule: "ramdac"
    [ 1419.748] (II) Module "ramdac" already built-in
    [ 1419.748] (==) fglrx(0): NoDRI = NO
    [ 1419.748] (==) fglrx(0): Capabilities: 0x00000000
    [ 1419.748] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 1419.748] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 1419.748] (==) fglrx(0): UseFastTLS=0
    [ 1419.748] (II) fglrx(0): Shadow Primary option: ShadowPrimary is enabled
    [ 1419.748] (--) intel(1): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
    [ 1419.748] (--) intel(1): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 1419.748] (==) intel(1): Depth 24, (--) framebuffer bpp 32
    [ 1419.748] (==) intel(1): RGB weight 888
    [ 1419.748] (==) intel(1): Default visual is TrueColor
    [ 1419.748] (**) intel(1): Option "AccelMethod" "sna"
    [ 1419.749] (**) intel(1): Framebuffer tiled
    [ 1419.749] (**) intel(1): Pixmaps tiled
    [ 1419.749] (**) intel(1): Forcing per-crtc-pixmaps? no
    [ 1419.749] (II) intel(1): Output VGA1 using monitor section Monitor1
    [ 1419.749] (II) intel(1): Output HDMI1 has no monitor section
    [ 1419.749] (II) intel(1): Output DP1 has no monitor section
    [ 1419.749] (II) intel(1): Output HDMI2 has no monitor section
    [ 1419.749] (II) intel(1): Output HDMI3 has no monitor section
    [ 1419.749] (II) intel(1): Output DP2 has no monitor section
    [ 1419.749] (II) intel(1): Output DP3 has no monitor section
    [ 1419.749] (--) intel(1): Using a maximum size of 256x256 for hardware cursors
    [ 1419.749] (II) intel(1): Output VIRTUAL1 has no monitor section
    [ 1419.749] (--) intel(1): Output VGA1 using initial mode 1366x768 on pipe 0
    [ 1419.749] (**) intel(1): TearFree disabled
    [ 1419.749] (==) intel(1): DPI set to (96, 96)
    [ 1419.749] (II) Loading sub module "dri3"
    [ 1419.749] (II) LoadModule: "dri3"
    [ 1419.749] (WW) Warning, couldn't open module dri3
    [ 1419.749] (II) UnloadModule: "dri3"
    [ 1419.749] (II) Unloading dri3
    [ 1419.749] (EE) intel: Failed to load module "dri3" (module does not exist, 0)
    [ 1419.749] (II) Loading sub module "dri2"
    [ 1419.749] (II) LoadModule: "dri2"
    [ 1419.749] (II) Module "dri2" already built-in
    [ 1419.749] (II) Loading sub module "present"
    [ 1419.749] (II) LoadModule: "present"
    [ 1419.749] (WW) Warning, couldn't open module present
    [ 1419.749] (II) UnloadModule: "present"
    [ 1419.749] (II) Unloading present
    [ 1419.749] (EE) intel: Failed to load module "present" (module does not exist, 0)
    [ 1421.895] (EE) intel(G0): [drm] failed to set drm interface version: Permission denied [13].
    [ 1421.895] (EE) intel(G0): Failed to claim DRM device.
    [ 1421.895] (II) UnloadModule: "intel"
    [ 1421.895] (--) Depth 24 pixmap format is 32 bpp
    [ 1421.895] Loading extension ATIFGLRXDRI
    [ 1421.895] (II) fglrx(0): doing swlDriScreenInit
    [ 1421.895] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 1421.895] ukiDynamicMajor: found major device number 251
    [ 1421.895] ukiDynamicMajor: found major device number 251
    [ 1421.895] ukiDynamicMajor: found major device number 251
    [ 1421.895] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 1421.895] ukiOpenDevice: node name is /dev/ati/card0
    [ 1421.895] ukiOpenDevice: open result is 17, (OK)
    [ 1421.895] ukiOpenByBusid: ukiOpenMinor returns 17
    [ 1421.895] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 1421.895] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 1421.895] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 1421.895] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x6277000
    [ 1421.895] (II) fglrx(0): [uki] mapped SAREA 0x6277000 to 0x7f0fb99f3000
    [ 1421.895] (II) fglrx(0): [uki] framebuffer handle = 0x31000
    [ 1421.896] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 1421.896] (II) fglrx(0): swlDriScreenInit done
    [ 1421.896] (II) fglrx(0): Kernel Module Version Information:
    [ 1421.896] (II) fglrx(0): Name: fglrx
    [ 1421.896] (II) fglrx(0): Version: 14.20.7
    [ 1421.896] (II) fglrx(0): Date: May 29 2014
    [ 1421.896] (II) fglrx(0): Desc: AMD FireGL DRM kernel module
    [ 1421.896] (II) fglrx(0): Kernel Module version matches driver.
    [ 1421.896] (II) fglrx(0): Kernel Module Build Time Information:
    [ 1421.896] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.16.1-1-ARCH
    [ 1421.896] (II) fglrx(0): Build-Kernel MODVERSIONS: yes
    [ 1421.896] (II) fglrx(0): Build-Kernel __SMP__: yes
    [ 1421.896] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 1421.896] (II) fglrx(0): [uki] register handle = 0x00032000
    [ 1421.896] (II) fglrx(0): DRI initialization successfull
    [ 1421.896] (II) fglrx(0): FBADPhys: 0xf403280000 FBMappedSize: 0x010e0000
    [ 1421.897] (==) fglrx(0): Backing store enabled
    [ 1421.897] Loading extension FGLRXEXTENSION
    [ 1421.897] (**) fglrx(0): DPMS enabled
    [ 1421.897] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 1421.897] (**) fglrx(0): Textured Video is enabled.
    [ 1421.897] (II) LoadModule: "glesx"
    [ 1421.897] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 1421.898] (II) Module glesx: vendor="X.Org Foundation"
    [ 1421.898] compiled for 1.4.99.906, module version = 1.0.0
    [ 1421.898] Loading extension GLESX
    [ 1421.898] (II) fglrx(0): GLESX enableFlags = 8784
    [ 1421.898] (II) fglrx(0): GLESX is enabled
    [ 1421.898] (II) LoadModule: "amdxmm"
    [ 1421.898] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 1421.898] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 1421.898] compiled for 1.4.99.906, module version = 2.0.0
    [ 1421.913] Loading extension AMDXVOPL
    [ 1421.913] Loading extension AMDXVBA
    [ 1421.914] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 1421.916] (II) fglrx(0): Composite extension is not loaded
    [ 1421.916] (WW) fglrx(0): Option "VendorName" is not used
    [ 1421.916] (WW) fglrx(0): Option "ModelName" is not used
    [ 1421.916] (II) fglrx(0): X context handle = 0x4
    [ 1421.916] (II) fglrx(0): [DRI] installation complete
    [ 1421.916] (==) fglrx(0): Silken mouse enabled
    [ 1421.916] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 1421.917] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1422.048] (--) RandR disabled
    [ 1422.048] (II) intel(1): SNA initialized with Ivybridge (gen7, gt2) backend
    [ 1422.048] (==) intel(1): Backing store disabled
    [ 1422.048] (==) intel(1): Silken mouse enabled
    [ 1422.048] (II) intel(1): HW Cursor enabled
    [ 1422.048] (II) intel(1): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 1422.048] (==) intel(1): DPMS enabled
    [ 1422.048] (II) intel(1): [DRI2] Setup complete
    [ 1422.048] (II) intel(1): [DRI2] DRI driver: i965
    [ 1422.048] (II) intel(1): [DRI2] VDPAU driver: i965
    [ 1422.048] (II) intel(1): direct rendering: DRI2 enabled
    [ 1422.048] (==) intel(1): hotplug detection: "enabled"
    [ 1422.048] (--) RandR disabled
    [ 1422.052] ukiDynamicMajor: found major device number 251
    [ 1422.052] ukiDynamicMajor: found major device number 251
    [ 1422.052] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 1422.052] ukiOpenDevice: node name is /dev/ati/card0
    [ 1422.052] ukiOpenDevice: open result is 19, (OK)
    [ 1422.052] ukiOpenByBusid: ukiOpenMinor returns 19
    [ 1422.052] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 1422.052] (EE) AIGLX error: failed to open /usr/X11R6/lib64/modules/dri/fglrx_dri.so, error[/usr/X11R6/lib64/modules/dri/fglrx_dri.so: cannot open shared object file: No such file or directory]
    [ 1422.053] ukiDynamicMajor: found major device number 251
    [ 1422.053] ukiDynamicMajor: found major device number 251
    [ 1422.053] ukiDynamicMajor: found major device number 251
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card0
    [ 1422.053] ukiOpenDevice: open result is 20, (OK)
    [ 1422.053] ukiGetBusid returned 'PCI:1:0:0'
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card1
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: Open failed
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card2
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: Open failed
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card3
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: Open failed
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card4
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: Open failed
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card5
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: Open failed
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card6
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: Open failed
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card7
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: Open failed
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card8
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: Open failed
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card9
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.053] ukiOpenDevice: Open failed
    [ 1422.053] ukiOpenDevice: node name is /dev/ati/card10
    [ 1422.053] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: Open failed
    [ 1422.054] ukiOpenDevice: node name is /dev/ati/card11
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: Open failed
    [ 1422.054] ukiOpenDevice: node name is /dev/ati/card12
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: Open failed
    [ 1422.054] ukiOpenDevice: node name is /dev/ati/card13
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: Open failed
    [ 1422.054] ukiOpenDevice: node name is /dev/ati/card14
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: Open failed
    [ 1422.054] ukiOpenDevice: node name is /dev/ati/card15
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: open result is -1, (No such device)
    [ 1422.054] ukiOpenDevice: Open failed
    [ 1422.054] ukiDynamicMajor: found major device number 251
    [ 1422.054] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 1422.054] ukiOpenDevice: node name is /dev/ati/card0
    [ 1422.054] ukiOpenDevice: open result is 20, (OK)
    [ 1422.054] ukiOpenByBusid: ukiOpenMinor returns 20
    [ 1422.054] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 1422.074] (EE)
    [ 1422.074] (EE) Backtrace:
    [ 1422.074] (EE) 0: X (xorg_backtrace+0x56) [0x58f186]
    [ 1422.074] (EE) 1: X (0x400000+0x192fc9) [0x592fc9]
    [ 1422.074] (EE) 2: /usr/lib/libpthread.so.0 (0x7f0fb8eeb000+0xf4b0) [0x7f0fb8efa4b0]
    [ 1422.075] (EE) 3: /usr/lib/xorg/modules/drivers/fglrx_drv.so (xdl_xs115_atiddxGetGPUMapInfo+0x19c) [0x7f0fb51ecf5c]
    [ 1422.075] (EE) 4: /usr/lib/xorg/modules/drivers/fglrx_drv.so (atiddxGetGPUMapInfo+0xd) [0x7f0fb4fffb2d]
    [ 1422.075] (EE) 5: /usr/lib/xorg/modules/extensions/libglx.so (0x7f0fb5e26000+0x1ddfd) [0x7f0fb5e43dfd]
    [ 1422.075] (EE) 6: /usr/lib/xorg/modules/extensions/libglx.so (0x7f0fb5e26000+0x1f6f5) [0x7f0fb5e456f5]
    [ 1422.075] (EE) 7: X (InitExtensions+0x41) [0x4aa4a1]
    [ 1422.075] (EE) 8: X (0x400000+0x3ab4f) [0x43ab4f]
    [ 1422.075] (EE) 9: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f0fb7b55000]
    [ 1422.075] (EE) 10: X (0x400000+0x250fe) [0x4250fe]
    [ 1422.075] (EE)
    [ 1422.075] (EE) Segmentation fault at address 0x30000014c
    [ 1422.075] (EE)
    Fatal server error:
    [ 1422.075] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 1422.075] (EE)
    [ 1422.075] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 1422.075] (EE) Please also check the log file at "/var/log/Xorg.1.log" for additional information.
    [ 1422.075] (EE)
    [ 1422.075] (II) fglrx(0): Backup framebuffer data.
    [ 1422.107] (II) fglrx(0): Backup complete.
    [ 1422.416] (EE) Server terminated with error (1). Closing log file.
    My xorg.conf (I've merged output from ati-config with existing one for intel):
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    Screen 1 "Screen1" RightOf "aticonfig-Screen[0]-0"
    Option "Xinerama" "on"
    Option "Clone" "off"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/fglrx"
    ModulePath "/usr/lib/xorg/modules"
    ModulePath "/usr/lib/dri/"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "AccelMethod" # <str>
    Option "AccelMethod" "uxa"
    #Option "Backlight" # <str>
    #Option "DRI" # <str>
    #Option "ColorKey" # <i>
    #Option "VideoKey" # <i>
    #Option "Tiling" # [<bool>]
    #Option "LinearFramebuffer" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    #Option "TripleBuffer" # [<bool>]
    #Option "XvPreferOverlay" # [<bool>]
    #Option "HotPlug" # [<bool>]
    #Option "RelaxedFencing" # [<bool>]
    #Option "XvMC" # [<bool>]
    #Option "ZaphodHeads" # <str>
    #Option "TearFree" # [<bool>]
    #Option "PerCrtcPixmaps" # [<bool>]
    #Option "FallbackDebug" # [<bool>]
    #Option "DebugFlushBatches" # [<bool>]
    #Option "DebugFlushCaches" # [<bool>]
    #Option "DebugWait" # [<bool>]
    #Option "BufferCache" # [<bool>]
    Identifier "Card1"
    Driver "intel"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    lscpi:
    00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
    00:02.0 Display controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
    00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
    00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
    00:1c.3 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 (rev c4)
    00:1c.4 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 5 (rev c4)
    00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4)
    00:1c.6 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 7 (rev c4)
    00:1c.7 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 8 (rev c4)
    00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation Z77 Express Chipset LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 7 Series/C210 Series Chipset Family 6-port SATA Controller [AHCI mode] (rev 04)
    00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Pitcairn PRO [Radeon HD 7850]
    01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde/Pitcairn HDMI Audio [Radeon HD 7700/7800 Series]
    03:00.0 SATA controller: ASMedia Technology Inc. ASM1062 Serial ATA Controller (rev 01)
    04:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57781 Gigabit Ethernet PCIe (rev 10)
    05:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03)
    07:00.0 Network controller: Qualcomm Atheros AR93xx Wireless Network Adapter (rev 01)
    08:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller
    I've made a few changes that were mentioned on the Catalyst wiki. They are below:
    1. /etc/default/grub
    GRUB_CMDLINE_LINUX_DEFAULT="nomodeset i915.modeset=1"
    2. /etc/modprobe.d/no_radeon.conf
    blacklist radeon
    Unfortunately I can't use open-source driver for radeon since I'm getting random frezees of my PC. Especially when some video-content is playing in my browser.
    It doesn't relates to main topic (I hope), but let this log be placed here:
    Sep 06 04:24:23 Aiur kernel: radeon 0000:01:00.0: ring 5 stalled for more than 10000msec
    Sep 06 04:24:23 Aiur kernel: radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000000004 last fence id 0x0000000000
    Sep 06 04:24:23 Aiur kernel: [drm:uvd_v1_0_ib_test] *ERROR* radeon: fence wait failed (-35).
    Sep 06 04:24:23 Aiur kernel: [drm:radeon_ib_ring_tests] *ERROR* radeon: failed testing IB on ring 5 (-35).
    Sep 06 04:24:23 Aiur kernel: [drm:radeon_pm_resume_dpm] *ERROR* radeon: dpm resume failed
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x00c28404
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00012206
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084004
    Sep 06 04:24:24 Aiur kernel: VM fault (0x04, vmid 1) at page 74246, read from TC (132)
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x00c28404
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00012206
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02084004
    Sep 06 04:24:24 Aiur kernel: VM fault (0x04, vmid 1) at page 74246, read from TC (132)
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x00c2c804
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00012206
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020C8004
    Sep 06 04:24:24 Aiur kernel: VM fault (0x04, vmid 1) at page 74246, read from TC (200)
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x00c2c404
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00012206
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x020C4004
    Sep 06 04:24:24 Aiur kernel: VM fault (0x04, vmid 1) at page 74246, read from TC (196)
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: GPU fault detected: 146 0x00c2c404
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_ADDR 0x00012207
    Sep 06 04:24:24 Aiur kernel: radeon 0000:01:00.0: VM_CONTEXT1_PROTECTION_FAULT_STATUS 0x02048004
    Thanks for everyone!
    Max

     Search the forums for "ati fglrx intel xorg", try using the default aticonfig setup for dual heads with:
    aticonfig --initial=dual-head

  • Problem with module loading another module

    I have run into what appears to be a bug in Adobe Flex 3.3, but would like others opinion.  I have a simple application which loads a module.
    If a user checks a box, then the module loads a submodule and calls a funtion in that submodule which modifies the UI slightly.
    It really is simple code, but not easy to explain, so bear with me on this :-)  All code is attached.  Rename from *.txt to *.mxml.
    I have added an event listener to the submodule loader for the ModuleEvent.READY event so that I can call a function in it once it is loaded (the function modifies the UI):
    private function onModuleReady(event:Event):void{     Alert.show(
    "Module load successful", "Success");
         if (loader2.child is SubModule) {
              var module:SubModule = loader2.child as SubModule;          module.createCompleteHandler();
              module.modifyUI(pnlMain);
         }else {          Alert.show(
    "loader is NOT SubModule", "Failure");     }
    Stepping through the debugger, loader2.child IS INDEED a SubModule Class, yet I consistantly step into the else clause.  As I debugged this, I added a similar event listener for the READY even on the loading of the first module.  By just defining a new function in the main module, this code now works.  I don't have to actually call that function, just define it, meaning that if I comment out the entire function onModuleReady (the one defined in the main application that is just printing out a trace), I get the error stated above.
    <?xml version="1.0" encoding="utf-8"?><mx:Application 
    xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="createCompleteHandler()">
    <mx:Script>
    <![CDATA[
    importMainModule; 
    importmx.events.ModuleEvent; 
    private function createCompleteHandler():void{loader.url =
    "MainModule.swf";
    // loader.addEventListener(ModuleEvent.READY, onModuleReady);loader.loadModule();
    private function onModuleReady(event:Event):void{ 
    if (loader.child isMainModule) { 
    trace("here");}
    Please try the attached code, and try running it with the function onModuleReady implelented in the Application body and with it removed.  Why would defining a function that is never called for the first module affect the second module?

    I figured this out.  I needed to add loader.applicationDomain = ApplicationDomain.currentDomain;
    This fixes the problem.
     

  • ADL buffer overflow crash when loading external module

    Hi,
    ADL version: 1.5.3
    Flex SDK version: 3.5
    Flash Builder version: 4.5
    OS: Vista 64bit
    I have a project that uses various external Flex modules at runtime.
    With Flash Builder 4, the Debug Launcher runs fine when compiling on a Windows XP box. The app behaves correctly, no crash.
    When debugging the same project on a Vista 64bit using Flash Builder 4.5, all seems fine until I load an external module. At that point, the adl.exe process crashes with the following report:
    Problem signature:
      Problem Event Name: BEX
      Application Name: adl.exe
      Application Version: 1.5.3.9120
      Application Timestamp: 4b06f734
      Fault Module Name: Adobe AIR.dll
      Fault Module Version: 2.6.0.19120
      Fault Module Timestamp: 4d7a8030
      Exception Offset: 005ef27a
      Exception Code: c0000417
      Exception Data: 00000000
      OS Version: 6.0.6002.2.2.0.768.3
      Locale ID: 4105
      Additional Information 1: 6495
      Additional Information 2: 5d54e5c02589ce8bdd8a34774c75928b
      Additional Information 3: 819d
      Additional Information 4: edcc4aab88b7f32eab72edc2ecc4f717
    BEX is a buffer overflow.
    Does anyone have any clue why the ADL would crash with such a configuration.
    Thank you,
    Martin

    Hi
    I have the same problem.
    Flex version 4.6
    AIR: 3.1
    Fb: 4.5
    code to reproduce:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                           xmlns:s="library://ns.adobe.com/flex/spark"
                           xmlns:mx="library://ns.adobe.com/flex/mx"
                           width="1200" height="800" minWidth="1200" minHeight="800"
                           applicationComplete="applicationConpleteHandler(event)"
                           resizing="windowedapplication1_resizingHandler(event)">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <fx:Script>
            <![CDATA[           
                import mx.controls.Alert;
                import mx.events.FlexEvent;        
                var loader:Loader;
                protected function applicationConpleteHandler(event:FlexEvent):void
                    loader = new Loader;
                    loader.width = this.stage.width;
                    loader.height = this.stage.height;
                    stage.addChild(loader);               
                    var f:File = new File("C:/Users/Мурзик/AppData/Roaming/com.oreilly.WhiteSpace/Local Store/sandler/sandler_0.2.37.swf");             
                    var urlReq:URLRequest = new URLRequest("C:/Users/username/AppData/Roaming/flash_file.swf");
                    loader.load(urlReq);               
                protected function windowedapplication1_resizingHandler(event:NativeWindowBoundsEvent):void
                    //loader.width = this.stage.width;
                    //loader.height = this.stage.height;
            ]]>
        </fx:Script>
    </s:WindowedApplication>
    Is there any solution?

  • Seg fault using catalyst(-total) driver for my ATI/intel hybrid card

    I am using a HP Envy 14 with Radeon 5650.
    This is my lspci: http://pastebin.com/5w7SFdrK
    What I've done so far is I've installed xf86-video-intel (for the onboard card) and catalyst-total (from AUR) for the discrete card. I am using the proprietary version since I need the HDMI output.
    Then I've done a aticonfig --initial , blacklisted radeon module in modprobe.d , and then installed the relevant packages for startx to work.
    This is the seg fault log from /var/log/Xorg.0.log: http://pastebin.com/PsPbiXj7
    This is the my xorg.conf: http://www.pastebin.com/NviWjr0i
    I am stuck now, how can I proceed?
    Thanks!

    I wanted to Bump this because I have the same laptop with the same setup and get the same errors.  I have tried all methods suggested for installing the catalyst to this intel/ati setup including the AUR files catalyst and catalyst-utils, the unofficial catalyst repository and the official ATI installer.  Hope somebody might be able to help us out with this.
    Thanks in advance.

Maybe you are looking for

  • In Premiere Pro CS5.5 AVI file imports audio only - no video.

    I've got a file (one of 3) I've been given to create a smaller file (320x480) from. The file is an avi file and plays (video and audio) just fine in the native Windows media player. (I'm on Windows 7 Ultimate 64-bit) There are no issues of memory or

  • BO 4.1 WEBI reports are not refreshing and FWB 00032 error while login

    Hello All, First, We are not able to refresh our WEBI reports its hanging in between and throwing errors sometimes. Second, while login its giving below error. Account information not recognized: Invalid confidential channel. (FWB 00032) found releva

  • First Name first in composing mail

    in my address book, I sort by the last name. When I want to compose an email, the name comes up with the last name first and then the first name (like the address book). I would like the first name first in my emails. How do I change this.

  • HT4796 Trouble with Windows Migration Assistant

    I was trying to transfer my information from window to mac; then, I diconnected it because I thought I did not need anything from my old laptop. Now, my MacBook is freezing up. What can I do to refresh it?

  • Error while extracting bits

    Hi, I am getting the following error when I try to run the downloaded weblogic binary server910_solaris32.bin onto my solaris 9 sparc64 machine - " End-of-central-directory signature not found. ** Error during init, error code = 2." Any ideas what co