Linux bug ?

Hi,
this is a bug concerning Java3D for linux (problem not seen under windows (!!) )
from demo installed with the jdk : in directory OffScreenCanvas3D, in file PrintFromButton.java
here is some code which works :
GraphicsConfiguration config = SimpleUniverse.getPreferredConfiguration();
u = new SimpleUniverse(d);
// create an off Screen Buffer
c = new OffScreenCanvas3D(config, true, drawRaster);
and here is some code which does NOT works : (crash !!)
GraphicsConfiguration config = SimpleUniverse.getPreferredConfiguration();
// create an off Screen Buffer
c = new OffScreenCanvas3D(config, true, drawRaster);
u = new SimpleUniverse(d);
compiling is ok, but when running,
I've got this error :
An unexepcted exception has been detected in native ocde outside the VM.
Unexpected Signal : 11 occured at PC=0x4bd6ab6a
Function name = java_javax_media_j3d_Canvas3D_createOffScreenBuffer
Library=/usr/java/jdk1.3.1_01/jre/lib/i386/libJ3D.so
Current java thread: at javax.media.j3d.Canvas3D.createOffscreenBuffer(Native Method)
This error doesn't occur under Windows (W2000, jdk 1.3.1_03)
In my application I don't want to use a SimpleUniverse, and don't want to have some On-screen canvas.
Another thing : if I instanciate u = SimpleUniverse, I have a new windows which appears (under Windows too) how can I avoid it ?
does anybody works under linux in this forum ?
Gilles Parisot.
[email protected]

after searching a lot, it seems that it is about a GraphicsConfiguration thing :
when creating a object of class "Viewer", there is a Canvas3D object created.
But I have not the code source of Viewer.java (can someone helps ?)
Maybe it is in the linux version only.
When trying to instanciate a Canvas3D with "null" as param, I got an exception OR a warning, depending on where in the code I do it !!!
With the warning I have a crash as before,
with the exception, I don't know what to do... (see last post)
Gilles.
to LouisGL :
RedHat 7.2
j3d 1.3b
jdk 1.3.1_01

Similar Messages

  • JAVA or LINUX bug?

    My Java program crashes (on a Linux system) with the following log:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x4c949182, pid=2672, tid=2981530512
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode, sharing)
    # Problematic frame:
    # C [libc.so.6+0x68182]
    Is this a bug in my Java code, JVM or the Linux system?
    I am not sure, but i would say that any bug in my Java Code would give me an exception ERROR not a SIGSEGV.
    As it is a segmentation fault error it probably is JVM or Linux?
    Does anyone know?
    //Paul

    Hi!
    From what i have seen in the err-logs the crash is always in libc. When i look into the stack trace i can see that
    there has always been a malloc or calloc (2'nd or 3'rd pos in stack trace) just before the crash.
    I run Fedora 7. But i have the same problem when trying it on FC8 too.
    Here is the complete error log:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0x4c949182, pid=2672, tid=2981530512
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_12-b04 mixed mode, sharing)
    # Problematic frame:
    # C  [libc.so.6+0x68182]
    ---------------  T H R E A D  ---------------
    Current thread (0x08f229f0):  JavaThread "AWT-XAWT" daemon [_thread_in_vm, id=2681]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x0000000a
    Registers:
    EAX=0x4ca32150, EBX=0x4ca30ff4, ECX=0x4ca32120, EDX=0x08f42758
    ESP=0xb1b67c50, EBP=0xb1b67cf8, ESI=0x00000060, EDI=0x00000002
    EIP=0x4c949182, CR2=0x0000000a, EFLAGS=0x00210202
    Top of Stack: (sp=0xb1b67c50)
    0xb1b67c50:   4cc8f361 08f18c30 b7b4442c 9138ccc0
    0xb1b67c60:   08f229f0 b1b67c94 b7a37986 08f18c34
    0xb1b67c70:   4ca324a0 b1b67ce3 08f229f0 000001d5
    0xb1b67c80:   4ca32150 b1b67db4 b7b4442c 00000068
    0xb1b67c90:   08f229f0 b1b67d14 00000002 9138ccc8
    0xb1b67ca0:   00000000 00000001 08f229f0 08f22d88
    0xb1b67cb0:   b7b4442c 00000000 b1b67d78 b7a4684e
    0xb1b67cc0:   08f22da0 08f22d88 08f42758 00000010
    Instructions: (pc=0x4c949182)
    0x4c949172:   88 0f 84 16 01 00 00 8b 45 88 39 75 94 89 78 0c
    0x4c949182:   89 47 08 0f 84 05 03 00 00 81 fe ff 01 00 00 0f
    Stack: [0xb1ae8000,0xb1b69000),  sp=0xb1b67c50,  free space=511k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [libc.so.6+0x68182]
    C  [libc.so.6+0x69ebe]  __libc_malloc+0x7e
    V  [libjvm.so+0x28a3fa]
    V  [libjvm.so+0x315af7]
    j  sun.misc.Unsafe.allocateMemory(J)J+0
    j  sun.awt.X11.XEvent.<init>()V+28
    j  sun.awt.X11.XToolkit.getCurrentServerTime()J+83
    j  sun.awt.X11.XToolkit.nowMillisUTC_offset(J)J+91
    j  sun.awt.X11.XWindow.handleMotionNotify(J)V+128
    j  sun.awt.X11.XBaseWindow.dispatchEvent(Lsun/awt/X11/XAnyEvent;)V+220
    j  sun.awt.X11.XBaseWindow.dispatchToWindow(Lsun/awt/X11/XAnyEvent;)V+29
    j  sun.awt.X11.XToolkit.dispatchEvent(Lsun/awt/X11/XAnyEvent;)V+1
    J  sun.awt.X11.XToolkit.run(Z)V
    v  ~OSRAdapter
    j  sun.awt.X11.XToolkit.run()V+5
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    V  [libjvm.so+0x17b19c]
    V  [libjvm.so+0x28fb38]
    V  [libjvm.so+0x17a9f5]
    V  [libjvm.so+0x17aa8e]
    V  [libjvm.so+0x1f29f5]
    V  [libjvm.so+0x2f93d3]
    V  [libjvm.so+0x290748]
    C  [libpthread.so.0+0x544b]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  sun.misc.Unsafe.allocateMemory(J)J+0
    j  sun.awt.X11.XEvent.<init>()V+28
    j  sun.awt.X11.XToolkit.getCurrentServerTime()J+83
    j  sun.awt.X11.XToolkit.nowMillisUTC_offset(J)J+91
    j  sun.awt.X11.XWindow.handleMotionNotify(J)V+128
    j  sun.awt.X11.XBaseWindow.dispatchEvent(Lsun/awt/X11/XAnyEvent;)V+220
    j  sun.awt.X11.XBaseWindow.dispatchToWindow(Lsun/awt/X11/XAnyEvent;)V+29
    j  sun.awt.X11.XToolkit.dispatchEvent(Lsun/awt/X11/XAnyEvent;)V+1
    J  sun.awt.X11.XToolkit.run(Z)V
    v  ~OSRAdapter
    j  sun.awt.X11.XToolkit.run()V+5
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x08e77108 JavaThread "Thread-4" [_thread_in_native, id=2731]
      0x08deea10 JavaThread "DestroyJavaVM" [_thread_blocked, id=2672]
      0x090cecd0 JavaThread "Loop thread" [_thread_blocked, id=2723]
      0x090be460 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2719]
      0x090a3468 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2718]
      0x090bd7b0 JavaThread "Loop thread" [_thread_blocked, id=2717]
      0x090a2248 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2713]
      0x090a1450 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2712]
      0x090bcfe8 JavaThread "Loop thread" [_thread_blocked, id=2711]
      0x090a1058 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2707]
      0x0909ccf0 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2706]
      0x090a0ce8 JavaThread "Loop thread" [_thread_blocked, id=2705]
      0x08ff0df0 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2701]
      0x08fed9b8 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2700]
      0x08fdcd10 JavaThread "Loop thread" [_thread_blocked, id=2699]
      0x08ff2a70 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2695]
      0x08ead6c0 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2694]
      0x08ff2090 JavaThread "Loop thread" [_thread_blocked, id=2693]
      0x08e4f1e8 JavaThread "JMF thread: SendEventQueue: com.sun.media.PlaybackEngine" [_thread_blocked, id=2689]
      0x08e878c0 JavaThread "JMF thread: SendEventQueue: com.sun.media.content.unknown.Handler" [_thread_blocked, id=2688]
      0x08f2da30 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=2684]
      0x08f2c2c8 JavaThread "AWT-Shutdown" [_thread_blocked, id=2683]
      0x08f2cc70 JavaThread "TimerQueue" daemon [_thread_blocked, id=2682]
    =>0x08f229f0 JavaThread "AWT-XAWT" daemon [_thread_in_vm, id=2681]
      0x08f18028 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=2680]
      0x08e37be8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2678]
      0x08e366d8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2677]
      0x08e35728 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2676]
      0x08e2fc30 JavaThread "Finalizer" daemon [_thread_blocked, id=2675]
      0x08e2dda8 JavaThread "Reference Handler" daemon [_thread_blocked, id=2674]
    Other Threads:
      0x08e2c968 VMThread [id=2673]
      0x08e391b0 WatcherThread [id=2679]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 1728K, used 930K [0x88b60000, 0x88d30000, 0x89040000)
      eden space 1600K,  50% used [0x88b60000, 0x88c28950, 0x88cf0000)
      from space 128K, 100% used [0x88d10000, 0x88d30000, 0x88d30000)
      to   space 128K,   0% used [0x88cf0000, 0x88cf0000, 0x88d10000)
    tenured generation   total 21068K, used 16657K [0x89040000, 0x8a4d3000, 0x8cb60000)
       the space 21068K,  79% used [0x89040000, 0x8a0844e0, 0x8a084600, 0x8a4d3000)
    compacting perm gen  total 8192K, used 2366K [0x8cb60000, 0x8d360000, 0x90b60000)
       the space 8192K,  28% used [0x8cb60000, 0x8cdafb30, 0x8cdafc00, 0x8d360000)
        ro space 8192K,  68% used [0x90b60000, 0x910e07a8, 0x910e0800, 0x91360000)
        rw space 12288K,  48% used [0x91360000, 0x9192b520, 0x9192b600, 0x91f60000)
    Dynamic libraries:
    08048000-08057000 r-xp 00000000 fd:00 1278110    /usr/java/jdk1.5.0_12/bin/java
    08057000-08059000 rwxp 0000e000 fd:00 1278110    /usr/java/jdk1.5.0_12/bin/java
    08deb000-090f1000 rwxp 08deb000 00:00 0
    4c8c2000-4c8dd000 r-xp 00000000 fd:00 1277987    /lib/ld-2.6.so
    4c8dd000-4c8de000 r-xp 0001a000 fd:00 1277987    /lib/ld-2.6.so
    4c8de000-4c8df000 rwxp 0001b000 fd:00 1277987    /lib/ld-2.6.so
    4c8e1000-4ca2f000 r-xp 00000000 fd:00 1278180    /lib/libc-2.6.so
    4ca2f000-4ca31000 r-xp 0014e000 fd:00 1278180    /lib/libc-2.6.so
    4ca31000-4ca32000 rwxp 00150000 fd:00 1278180    /lib/libc-2.6.so
    4ca32000-4ca35000 rwxp 4ca32000 00:00 0
    4ca37000-4ca5e000 r-xp 00000000 fd:00 1279203    /lib/libm-2.6.so
    4ca5e000-4ca5f000 r-xp 00026000 fd:00 1279203    /lib/libm-2.6.so
    4ca5f000-4ca60000 rwxp 00027000 fd:00 1279203    /lib/libm-2.6.so
    4ca62000-4ca65000 r-xp 00000000 fd:00 1279201    /lib/libdl-2.6.so
    4ca65000-4ca66000 r-xp 00002000 fd:00 1279201    /lib/libdl-2.6.so
    4ca66000-4ca67000 rwxp 00003000 fd:00 1279201    /lib/libdl-2.6.so
    4cb1f000-4cb24000 r-xp 00000000 fd:00 9576673    /usr/lib/libXdmcp.so.6.0.0
    4cb24000-4cb25000 rwxp 00004000 fd:00 9576673    /usr/lib/libXdmcp.so.6.0.0
    4cb27000-4cc25000 r-xp 00000000 fd:00 9572154    /usr/lib/libX11.so.6.2.0
    4cc25000-4cc29000 rwxp 000fe000 fd:00 9572154    /usr/lib/libX11.so.6.2.0
    4cc2b000-4cc2d000 r-xp 00000000 fd:00 9579207    /usr/lib/libXau.so.6.0.0
    4cc2d000-4cc2e000 rwxp 00001000 fd:00 9579207    /usr/lib/libXau.so.6.0.0
    4cc71000-4cc80000 r-xp 00000000 fd:00 9577025    /usr/lib/libXext.so.6.4.0
    4cc80000-4cc81000 rwxp 0000e000 fd:00 9577025    /usr/lib/libXext.so.6.4.0
    4cc88000-4cc9c000 r-xp 00000000 fd:00 1279448    /lib/libpthread-2.6.so
    4cc9c000-4cc9d000 r-xp 00013000 fd:00 1279448    /lib/libpthread-2.6.so
    4cc9d000-4cc9e000 rwxp 00014000 fd:00 1279448    /lib/libpthread-2.6.so
    4cc9e000-4cca0000 rwxp 4cc9e000 00:00 0
    4ce44000-4ce4d000 r-xp 00000000 fd:00 9572633    /usr/lib/libXcursor.so.1.0.2
    4ce4d000-4ce4e000 rwxp 00008000 fd:00 9572633    /usr/lib/libXcursor.so.1.0.2
    4ce5a000-4ce62000 r-xp 00000000 fd:00 9589202    /usr/lib/libXrender.so.1.3.0
    4ce62000-4ce63000 rwxp 00007000 fd:00 9589202    /usr/lib/libXrender.so.1.3.0
    4d306000-4d30a000 r-xp 00000000 fd:00 9572635    /usr/lib/libXfixes.so.3.1.0
    4d30a000-4d30b000 rwxp 00003000 fd:00 9572635    /usr/lib/libXfixes.so.3.1.0
    4d400000-4d415000 r-xp 00000000 fd:00 1279197    /lib/libnsl-2.6.so
    4d415000-4d416000 r-xp 00014000 fd:00 1279197    /lib/libnsl-2.6.so
    4d416000-4d417000 rwxp 00015000 fd:00 1279197    /lib/libnsl-2.6.so
    4d417000-4d419000 rwxp 4d417000 00:00 0
    88b60000-88d30000 rwxp 88b60000 00:00 0
    88d30000-89040000 rwxp 88d30000 00:00 0
    89040000-8a4d3000 rwxp 89040000 00:00 0
    8a4d3000-8cb60000 rwxp 8a4d3000 00:00 0
    8cb60000-8d360000 rwxp 8cb60000 00:00 0
    8d360000-90b60000 rwxp 8d360000 00:00 0
    90b60000-910e1000 r-xs 00001000 fd:00 2066370    /usr/java/jdk1.5.0_12/jre/lib/i386/client/classes.jsa
    910e1000-91360000 rwxp 910e1000 00:00 0
    91360000-9192c000 rwxp 00582000 fd:00 2066370    /usr/java/jdk1.5.0_12/jre/lib/i386/client/classes.jsa
    9192c000-91f60000 rwxp 9192c000 00:00 0
    91f60000-92030000 rwxp 00b4e000 fd:00 2066370    /usr/java/jdk1.5.0_12/jre/lib/i386/client/classes.jsa
    92030000-92360000 rwxp 92030000 00:00 0
    92360000-92364000 r-xs 00c1e000 fd:00 2066370    /usr/java/jdk1.5.0_12/jre/lib/i386/client/classes.jsa
    92364000-92760000 rwxp 92364000 00:00 0
    b0a63000-b0a7b000 rwxs 00000000 00:09 1245197    /SYSV00000000 (deleted)
    b0a91000-b0b6e000 rwxs 00000000 00:09 491530     /SYSV00000000 (deleted)
    b0b75000-b0b78000 rwxp b0b75000 00:00 0
    b0b78000-b0bf6000 rwxp b0b78000 00:00 0
    b0bf6000-b0bf9000 --xp b0bf6000 00:00 0
    b0bf9000-b0c77000 rwxp b0bf9000 00:00 0
    b0c77000-b0c7a000 rwxp b0c77000 00:00 0
    b0c7a000-b0cf8000 rwxp b0c7a000 00:00 0
    b0cf8000-b0cfb000 --xp b0cf8000 00:00 0
    b0cfb000-b0d79000 rwxp b0cfb000 00:00 0
    b0d79000-b0d7c000 --xp b0d79000 00:00 0
    b0d7c000-b0dfa000 rwxp b0d7c000 00:00 0
    b0dfa000-b0dfd000 --xp b0dfa000 00:00 0
    b0dfd000-b0e7b000 rwxp b0dfd000 00:00 0
    b0e7b000-b0e7e000 --xp b0e7b000 00:00 0
    b0e7e000-b0efc000 rwxp b0e7e000 00:00 0
    b0efc000-b0eff000 --xp b0efc000 00:00 0
    b0eff000-b0f7d000 rwxp b0eff000 00:00 0
    b0f7d000-b0f80000 --xp b0f7d000 00:00 0
    b0f80000-b0ffe000 rwxp b0f80000 00:00 0
    b0ffe000-b1001000 --xp b0ffe000 00:00 0
    b1001000-b107f000 rwxp b1001000 00:00 0
    b107f000-b1082000 --xp b107f000 00:00 0
    b1082000-b11c2000 rwxp b1082000 00:00 0
    b11c2000-b1200000 --xp b11c2000 00:00 0
    b1200000-b1201000 r-xp 00000000 fd:00 65719      /usr/lib/gconv/ISO8859-1.so
    b1201000-b1203000 rwxp 00000000 fd:00 65719      /usr/lib/gconv/ISO8859-1.so
    b1203000-b120a000 r-xs 00000000 fd:00 65796      /usr/lib/gconv/gconv-modules.cache
    b120a000-b1210000 r-xp 00000000 fd:00 2066553    /usr/java/jdk1.5.0_12/jre/lib/i386/libLinuxSerialParallel.so
    b1210000-b1211000 rwxp 00005000 fd:00 2066553    /usr/java/jdk1.5.0_12/jre/lib/i386/libLinuxSerialParallel.so
    b1211000-b1214000 --xp b1211000 00:00 0
    b1214000-b1292000 rwxp b1214000 00:00 0
    b1292000-b1295000 --xp b1292000 00:00 0
    b1295000-b1313000 rwxp b1295000 00:00 0
    b1313000-b1316000 --xp b1313000 00:00 0
    b1316000-b1394000 rwxp b1316000 00:00 0
    b1394000-b1397000 --xp b1394000 00:00 0
    b1397000-b1415000 rwxp b1397000 00:00 0
    b1415000-b141c000 r-xp 00000000 fd:00 2065970    /usr/java/jdk1.5.0_12/jre/lib/i386/libnio.so
    b141c000-b141d000 rwxp 00006000 fd:00 2065970    /usr/java/jdk1.5.0_12/jre/lib/i386/libnio.so
    b141d000-b142e000 r-xp 00000000 fd:00 2065969    /usr/java/jdk1.5.0_12/jre/lib/i386/libnet.so
    b142e000-b142f000 rwxp 00011000 fd:00 2065969    /usr/java/jdk1.5.0_12/jre/lib/i386/libnet.so
    b142f000-b14eb000 r-xp 00000000 fd:00 692736     /usr/tools/JMF-2.1.1e/lib/libjffmpeg.so
    b14eb000-b14ee000 rwxp 000bb000 fd:00 692736     /usr/tools/JMF-2.1.1e/lib/libjffmpeg.so
    b14ee000-b1535000 rwxp b14ee000 00:00 0
    b1535000-b1538000 --xp b1535000 00:00 0
    b1538000-b15b6000 rwxp b1538000 00:00 0
    b15b6000-b15b9000 --xp b15b6000 00:00 0
    b15b9000-b1637000 rwxp b15b9000 00:00 0
    b1637000-b163a000 --xp b1637000 00:00 0
    b163a000-b16b8000 rwxp b163a000 00:00 0
    b16b8000-b16bb000 --xp b16b8000 00:00 0
    b16bb000-b1739000 rwxp b16bb000 00:00 0
    b1739000-b173c000 --xp b1739000 00:00 0
    b173c000-b17ba000 rwxp b173c000 00:00 0
    b17ba000-b17e1000 r-xp 00000000 fd:00 2065962    /usr/java/jdk1.5.0_12/jre/lib/i386/libjpeg.so
    b17e1000-b17e2000 rwxp 00026000 fd:00 2065962    /usr/java/jdk1.5.0_12/jre/lib/i386/libjpeg.so
    b17e2000-b17e5000 rwxp b17e2000 00:00 0
    b17e5000-b1863000 rwxp b17e5000 00:00 0
    b1863000-b1866000 rwxp b1863000 00:00 0
    b1866000-b18e4000 rwxp b1866000 00:00 0
    b18e4000-b18e7000 --xp b18e4000 00:00 0
    b18e7000-b1965000 rwxp b18e7000 00:00 0
    b1965000-b1968000 --xp b1965000 00:00 0
    b1968000-b19e6000 rwxp b1968000 00:00 0
    b19e6000-b19e9000 --xp b19e6000 00:00 0
    b19e9000-b1a67000 rwxp b19e9000 00:00 0
    b1a67000-b1a6a000 --xp b1a67000 00:00 0
    b1a6a000-b1ae8000 rwxp b1a6a000 00:00 0
    b1ae8000-b1aeb000 --xp b1ae8000 00:00 0
    b1aeb000-b1b69000 rwxp b1aeb000 00:00 0
    b1b69000-b1b6c000 --xp b1b69000 00:00 0
    b1b6c000-b1bea000 rwxp b1b6c000 00:00 0
    b1bea000-b1c64000 r-xp 00000000 fd:00 2065949    /usr/java/jdk1.5.0_12/jre/lib/i386/libfontmanager.so
    b1c64000-b1c6e000 rwxp 00079000 fd:00 2065949    /usr/java/jdk1.5.0_12/jre/lib/i386/libfontmanager.so
    b1c6e000-b1c72000 rwxp b1c6e000 00:00 0
    b1c72000-b1cb8000 r-xs 00000000 fd:00 692730     /usr/tools/JMF-2.1.1e/lib/jffmpeg.jar
    b1cb8000-b1e74000 r-xs 00000000 fd:00 688176     /usr/tools/JMF-2.1.1e/lib/jmf.jar
    b1e74000-b1ea3000 r-xp 00000000 fd:00 2065985    /usr/java/jdk1.5.0_12/jre/lib/i386/xawt/libmawt.so
    b1ea3000-b1ea6000 rwxp 0002e000 fd:00 2065985    /usr/java/jdk1.5.0_12/jre/lib/i386/xawt/libmawt.so
    b1ea6000-b1ea7000 rwxp b1ea6000 00:00 0
    b1ea7000-b1f6d000 r-xp 00000000 fd:00 2065967    /usr/java/jdk1.5.0_12/jre/lib/i386/libmlib_image.so
    b1f6d000-b1f6e000 rwxp 000c5000 fd:00 2065967    /usr/java/jdk1.5.0_12/jre/lib/i386/libmlib_image.so
    b1f6e000-b1fce000 r-xp 00000000 fd:00 2065944    /usr/java/jdk1.5.0_12/jre/lib/i386/libawt.so
    b1fce000-b1fd4000 rwxp 0005f000 fd:00 2065944    /usr/java/jdk1.5.0_12/jre/lib/i386/libawt.so
    b1fd4000-b1ff8000 rwxp b1fd4000 00:00 0
    b1ff8000-b20bd000 r-xs 00000000 fd:00 2065883    /usr/java/jdk1.5.0_12/jre/lib/ext/localedata.jar
    b20bd000-b20e8000 r-xs 00000000 fd:00 2065899    /usr/java/jdk1.5.0_12/jre/lib/ext/sunpkcs11.jar
    b20e8000-b2105000 r-xs 00000000 fd:00 2066554    /usr/java/jdk1.5.0_12/jre/lib/ext/comm.jar
    b2105000-b2107000 r-xs 00000000 fd:00 2065896    /usr/java/jdk1.5.0_12/jre/lib/ext/dnsns.jar
    b2107000-b212e000 r-xs 00000000 fd:00 2065898    /usr/java/jdk1.5.0_12/jre/lib/ext/sunjce_provider.jar
    b212e000-b212f000 --xp b212e000 00:00 0
    b212f000-b21af000 rwxp b212f000 00:00 0
    b21af000-b21b2000 --xp b21af000 00:00 0
    b21b2000-b2230000 rwxp b21b2000 00:00 0
    b2230000-b2233000 --xp b2230000 00:00 0
    b2233000-b22b1000 rwxp b2233000 00:00 0
    b22b1000-b22b4000 --xp b22b1000 00:00 0
    b22b4000-b2332000 rwxp b22b4000 00:00 0
    b2332000-b2532000 r-xp 00000000 fd:00 9571617    /usr/lib/locale/locale-archive
    b2532000-b2535000 --xp b2532000 00:00 0
    b2535000-b25b3000 rwxp b2535000 00:00 0
    b25b3000-b25b6000 --xp b25b3000 00:00 0
    b25b6000-b2634000 rwxp b25b6000 00:00 0
    b2634000-b2635000 --xp b2634000 00:00 0
    b2635000-b26c1000 rwxp b2635000 00:00 0
    b26c1000-b26dd000 rwxp b26c1000 00:00 0
    b26dd000-b26e8000 rwxp b26dd000 00:00 0
    b26e8000-b26fb000 rwxp b26e8000 00:00 0
    b26fb000-b26fc000 rwxp b26fb000 00:00 0
    b26fc000-b26fd000 rwxp b26fc000 00:00 0
    b26fd000-b2708000 rwxp b26fd000 00:00 0
    b2708000-b271b000 rwxp b2708000 00:00 0
    b271b000-b271f000 rwxp b271b000 00:00 0
    b271f000-b273b000 rwxp b271f000 00:00 0
    b273b000-b274c000 rwxp b273b000 00:00 0
    b274c000-b27c6000 rwxp b274c000 00:00 0
    b27c6000-b2926000 rwxp b27c6000 00:00 0
    b2926000-b47c6000 rwxp b2926000 00:00 0
    b47c6000-b5035000 r-xs 00000000 fd:00 2066020    /usr/java/jdk1.5.0_12/jre/lib/charsets.jar
    b5035000-b504a000 r-xs 00000000 fd:00 2066019    /usr/java/jdk1.5.0_12/jre/lib/jce.jar
    b504a000-b50cf000 r-xs 00000000 fd:00 2066078    /usr/java/jdk1.5.0_12/jre/lib/jsse.jar
    b50cf000-b5138000 rwxp b50cf000 00:00 0
    b5138000-b775d000 r-xs 00000000 fd:00 2066551    /usr/java/jdk1.5.0_12/jre/lib/rt.jar
    b775d000-b776c000 r-xp 00000000 fd:00 2065975    /usr/java/jdk1.5.0_12/jre/lib/i386/libzip.so
    b776c000-b776e000 rwxp 0000e000 fd:00 2065975    /usr/java/jdk1.5.0_12/jre/lib/i386/libzip.so
    b776e000-b778f000 r-xp 00000000 fd:00 2065955    /usr/java/jdk1.5.0_12/jre/lib/i386/libjava.so
    b778f000-b7791000 rwxp 00020000 fd:00 2065955    /usr/java/jdk1.5.0_12/jre/lib/i386/libjava.so
    b7791000-b779c000 r-xp 00000000 fd:00 2065974    /usr/java/jdk1.5.0_12/jre/lib/i386/libverify.so
    b779c000-b779d000 rwxp 0000b000 fd:00 2065974    /usr/java/jdk1.5.0_12/jre/lib/i386/libverify.so
    b779d000-b77a7000 r-xp 00000000 fd:00 1277992    /lib/libnss_files-2.6.so
    b77a7000-b77a8000 r-xp 00009000 fd:00 1277992    /lib/libnss_files-2.6.so
    b77a8000-b77a9000 rwxp 0000a000 fd:00 1277992    /lib/libnss_files-2.6.so
    b77af000-b77b7000 rwxs 00000000 fd:00 2097473    /tmp/hsperfdata_root/2672
    b77b7000-b7b29000 r-xp 00000000 fd:00 2065938    /usr/java/jdk1.5.0_12/jre/lib/i386/client/libjvm.so
    b7b29000-b7b47000 rwxp 00371000 fd:00 2065938    /usr/java/jdk1.5.0_12/jre/lib/i386/client/libjvm.so
    b7b47000-b7f65000 rwxp b7b47000 00:00 0
    b7f65000-b7f6b000 r-xp 00000000 fd:00 2065979    /usr/java/jdk1.5.0_12/jre/lib/i386/native_threads/libhpi.so
    b7f6b000-b7f6c000 rwxp 00006000 fd:00 2065979    /usr/java/jdk1.5.0_12/jre/lib/i386/native_threads/libhpi.so
    b7f6c000-b7f6d000 rwxp b7f6c000 00:00 0
    b7f6d000-b7f6e000 r-xp b7f6d000 00:00 0
    b7f6e000-b7f6f000 r-xp b7f6e000 00:00 0          [vdso]
    bfdc2000-bfdc5000 --xp bfdc2000 00:00 0
    bfdc5000-bffc2000 rwxp bfe02000 00:00 0          [stack]
    VM Arguments:
    java_command: navigator/NavigatorFrame
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java/jdk1.5.0_12
    CLASSPATH=.:/usr/java/jdk1.5.0_12/lib:/usr/java/jdk1.5.0_12/bin/comm.jar:/usr/java/jdk1.5.0_12/jre/lib/ext/jcl.jar:/usr/tools/JMF-2.1.1e/lib/jmf.jar:/usr/tools/JMF-2.1.1e/lib/jffmpeg.jar:/usr/applications/navigator
    PATH=/usr/java/jdk1.5.0_12/bin:/usr/java/jdk1.5.0_12/bin:/usr/include:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/tools/JMF-2.1.1e/lib:.
    LD_LIBRARY_PATH=/usr/java/jdk1.5.0_12/jre/lib/i386/client:/usr/java/jdk1.5.0_12/jre/lib/i386:/usr/java/jdk1.5.0_12/jre/../lib/i386:/usr/tools/JMF-2.1.1e/lib
    SHELL=/bin/bash
    DISPLAY=:0.0
    HOSTTYPE=i386-linux
    OSTYPE=linux
    MACHTYPE=i386
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x32b1b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x32b1b0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x28eb70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x28eb70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x28eb70], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x290fc0], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x2909f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: [libjvm.so+0x2909f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x2909f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x2909f0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    ---------------  S Y S T E M  ---------------
    OS:Fedora release 7 (Moonshine)
    uname:Linux 2.6.23.12-52.fc7 #1 SMP Tue Dec 18 21:18:02 EST 2007 i686
    libc:glibc 2.6 NPTL 2.6
    rlimit: STACK 10240k, CORE 0k, NPROC 3583, NOFILE 1024, AS infinity
    load average:0.35 0.76 0.38
    CPU:total 1 (cores per cpu 1, threads per core 1) family 6 model 9 stepping 8, cmov, cx8, fxsr, mmx, sse
    Memory: 4k page, physical 222820k(3468k free), swap 524280k(503880k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_12-b04) for linux-x86, built on May  2 2007 03:26:22 by java_re with gcc 3.2.1-7a (J2SE release)

  • Ideapad N585 wifi (AR9285) does not work in Linux

    Hi, I'm using Ubuntu Precise (12.04.1) and I cannot get the wifi card (AR9285) to activate properly as it is "physically blocked". The BIOS is configured to have the WLAN on. Using fn+F5 to turn on/off the wifi only affects the "software block":
    fn+F5 (deactivate):
    # rfkill list
    0: ideapad_wlan: Wireless LAN
        Soft blocked: yes
        Hard blocked: no
    2: phy0: Wireless LAN
        Soft blocked: yes
        Hard blocked: yes
    fn+F5 (activate):
    # rfkill list
    0: ideapad_wlan: Wireless LAN
        Soft blocked: no
        Hard blocked: no
    2: phy0: Wireless LAN
        Soft blocked: no
        Hard blocked: yes
    I tried various workarounds mentioned in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/577114 with no success.
    If anyone has an idea, I would really appreciate it.
    Thanks,
    Simon

    Hi sdeziel,
    thanks for posting.
    I'm not not very well verse with the Ubuntu OS but have played a little with it. But in regards to ur enquiry maybe the 2 two links below might help. Just be informed that I don't guarantee how successful or if the fix can help and by following this link is at your own risk.
    http://linuxplained.com/how-to-fix-atheros-ar9285-ar9287-wireless-problems-in-ubuntu-1104/
    http://linuxplained.com/fix-atheros-ar9287-wireless-card-problems-in-ubuntu/
    hope this helps.
    regards

  • MOVED: MSI Z97 and Linux (sound) ?

    This topic has been moved to GAMING Motherboards.
    https://forum-en.msi.com/index.php?topic=256793.0

    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1321421/comments/21
    Take a look at that once....

  • It seems the OSFM player streaming causes init problems for Flash Player in Linux

    I've been running a number of tests with the MediaPlayerSprite. When the video is to be streamed via RTMP FlashPlayer10 Linux debugger hangs for quite a while before drawing anything to the stage. The problem lies in the OSFMplayer/FlashPlayer because if you do not add the player to the stage via addChild you can hear the video almost instantaneously. However once you addChild the Flash Player goes dead for about 15 secs at least before the stage items appear.
    In addition if you set the MPS autoplay to false all your onstage assets appear, however once you click a the play button things freeze up before they stream. The workaround here is to wait about 15 secs before clicking the play button then streaming is instant ( on most occasions ). With non streamed media assets appear once the compile is done.
    Ubuntu 9.10 64 bit / FlashBuilder

    This sounds like a Flash Player (Linux) bug, as the addChild call wouldn't go through any OSMF code.
    I did a quick search in the Flash Player bug database, and the only issue that looks similar is this one:
    https://bugs.adobe.com/jira/browse/FP-2914
    Recommend you file a bug with the Flash Player team.

  • MOVED: MSI Wind PC, Linux (Kubuntu) - Suspend/Resume issue...

    This topic has been moved to Linux/Unix.
    https://forum-en.msi.com/index.php?topic=125243.0

    Hi,
    i just bought an E540, upgrade the BIOS to v2.16 and installed Ubuntu 14.04. Now everytime i close the lid and the laptop goes into suspend mode the fan doesn't stop spinning and i can't wake it up. The only thing left to do is to force a restart, which is very annoying. I know many other people are affected by this, too. The only known workaround is to disable USB 3.0 in the BIOS, but this can only be a temporary solution. Reports from other users in
    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1331077
    ,who first encountered this issue by upgrading their BIOS from v1.61 to v2.07,
    and linux kernel developers in
    https://bugzilla.kernel.org/show_bug.cgi?id=80351
    suggest that this is indeed a BIOS issue which can only be resolved by LENOVO BIOS developers.
    I would like to know if LENOVO is aware of this issue and how are they going to proceed.
    Best regards,
    Mahene

  • MSI Z97 and Linux (sound) ?

    Hello
    I have MSI Z97 Gaming 3 mobo, i tried multiple Linux distros, and there is always problem with sound, the sound output is very low, and there is some weird noise which is increasing when i move my mouse.
    This problem doesn't exist on any Windows, is it bad driver or what?
    Thanks

    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1321421/comments/21
    Take a look at that once....

  • [concluded] Enabling SLI (Lenovo Ideapad y500 / dual gt 650m)

    final edit:
    Apparently there is no support for sli on mobile nvidia gpu. Thank you ever so much Nvidia, you willf orever hold a special place in my heart..
    I've miracously gotten everything else to work. Only thing left is enabling sli, which I haven't been able to.
    As far as I know, I've follow the instruction to the letter, but all I get i a black screen and a log with no particular useful information that I can find:
    [ 13.106]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 13.106] X Protocol Version 11, Revision 0
    [ 13.106] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 13.106] Current Operating System: Linux zarchbook 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64
    [ 13.106] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw quiet nomodeset rcutree.rcu_idle_gp_delay=1 loglevel=3
    [ 13.106] Build Date: 14 April 2014 08:39:09AM
    [ 13.106]
    [ 13.106] Current version of pixman: 0.32.4
    [ 13.106] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 13.106] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 13.107] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 31 17:50:00 2014
    [ 13.108] (==) Using config file: "/etc/X11/xorg.conf"
    [ 13.108] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 13.109] (==) ServerLayout "Layout0"
    [ 13.109] (**) |-->Screen "Screen0" (0)
    [ 13.109] (**) | |-->Monitor "Monitor0"
    [ 13.110] (**) | |-->Device "Device0"
    [ 13.110] (**) |-->Input Device "Keyboard0"
    [ 13.110] (**) |-->Input Device "Mouse0"
    [ 13.110] (**) Option "BlankTime" "0"
    [ 13.110] (==) Automatically adding devices
    [ 13.110] (==) Automatically enabling devices
    [ 13.110] (==) Automatically adding GPU devices
    [ 13.112] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 13.112] Entry deleted from font path.
    [ 13.113] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 13.113] Entry deleted from font path.
    [ 13.113] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 13.114] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 13.114] Entry deleted from font path.
    [ 13.114] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 13.114] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 13.114] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 13.114] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 13.114] (WW) Disabling Keyboard0
    [ 13.114] (WW) Disabling Mouse0
    [ 13.114] (II) Loader magic: 0x804c80
    [ 13.114] (II) Module ABI versions:
    [ 13.114] X.Org ANSI C Emulation: 0.4
    [ 13.114] X.Org Video Driver: 15.0
    [ 13.114] X.Org XInput driver : 20.0
    [ 13.114] X.Org Server Extension : 8.0
    [ 13.114] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 13.114] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 13.117] (--) PCI:*(0:1:0:0) 10de:0fd1:17aa:3972 rev 161, Mem @ 0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 13.117] (--) PCI: (0:2:0:0) 10de:0fd1:17aa:3972 rev 161, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
    [ 13.117] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 13.117] Initializing built-in extension Generic Event Extension
    [ 13.117] Initializing built-in extension SHAPE
    [ 13.117] Initializing built-in extension MIT-SHM
    [ 13.117] Initializing built-in extension XInputExtension
    [ 13.117] Initializing built-in extension XTEST
    [ 13.117] Initializing built-in extension BIG-REQUESTS
    [ 13.117] Initializing built-in extension SYNC
    [ 13.117] Initializing built-in extension XKEYBOARD
    [ 13.118] Initializing built-in extension XC-MISC
    [ 13.118] Initializing built-in extension SECURITY
    [ 13.118] Initializing built-in extension XINERAMA
    [ 13.118] Initializing built-in extension XFIXES
    [ 13.118] Initializing built-in extension RENDER
    [ 13.118] Initializing built-in extension RANDR
    [ 13.118] Initializing built-in extension COMPOSITE
    [ 13.118] Initializing built-in extension DAMAGE
    [ 13.118] Initializing built-in extension MIT-SCREEN-SAVER
    [ 13.118] Initializing built-in extension DOUBLE-BUFFER
    [ 13.118] Initializing built-in extension RECORD
    [ 13.118] Initializing built-in extension DPMS
    [ 13.118] Initializing built-in extension Present
    [ 13.118] Initializing built-in extension DRI3
    [ 13.118] Initializing built-in extension X-Resource
    [ 13.118] Initializing built-in extension XVideo
    [ 13.118] Initializing built-in extension XVideo-MotionCompensation
    [ 13.118] Initializing built-in extension XFree86-VidModeExtension
    [ 13.118] Initializing built-in extension XFree86-DGA
    [ 13.119] Initializing built-in extension XFree86-DRI
    [ 13.119] Initializing built-in extension DRI2
    [ 13.119] (II) LoadModule: "glx"
    [ 13.121] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 13.212] (II) Module glx: vendor="NVIDIA Corporation"
    [ 13.212] compiled for 4.0.2, module version = 1.0.0
    [ 13.212] Module class: X.Org Server Extension
    [ 13.212] (II) NVIDIA GLX Module 337.19 Tue Apr 29 19:48:33 PDT 2014
    [ 13.212] Loading extension GLX
    [ 13.212] (II) LoadModule: "nvidia"
    [ 13.212] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 13.219] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 13.219] compiled for 4.0.2, module version = 1.0.0
    [ 13.219] Module class: X.Org Video Driver
    [ 13.220] (II) NVIDIA dlloader X Driver 337.19 Tue Apr 29 19:22:36 PDT 2014
    [ 13.220] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 13.220] (++) using VT number 1
    [ 13.221] (II) Loading sub module "fb"
    [ 13.221] (II) LoadModule: "fb"
    [ 13.221] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 13.222] (II) Module fb: vendor="X.Org Foundation"
    [ 13.222] compiled for 1.15.1, module version = 1.0.0
    [ 13.222] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 13.222] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 13.222] (II) Loading sub module "wfb"
    [ 13.222] (II) LoadModule: "wfb"
    [ 13.222] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 13.223] (II) Module wfb: vendor="X.Org Foundation"
    [ 13.223] compiled for 1.15.1, module version = 1.0.0
    [ 13.223] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 13.223] (II) Loading sub module "ramdac"
    [ 13.224] (II) LoadModule: "ramdac"
    [ 13.224] (II) Module "ramdac" already built-in
    [ 13.237] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 13.237] (==) NVIDIA(0): RGB weight 888
    [ 13.237] (==) NVIDIA(0): Default visual is TrueColor
    [ 13.237] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 13.238] (**) NVIDIA(0): Option "NoLogo" "True"
    [ 13.238] (**) NVIDIA(0): Option "SLI" "Auto"
    [ 13.238] (**) NVIDIA(0): Option "ModeValidation" "AllowNonEdidModes"
    [ 13.238] (**) NVIDIA(0): NVIDIA SLI auto-select rendering option.
    [ 13.238] (**) NVIDIA(0): Option "UseEDID" "FALSE"
    [ 13.238] (**) NVIDIA(0): Option "MetaModes" "1920x1080_60 +0+0 { ForceFullCompositionPipeline = On }"
    [ 13.238] (**) NVIDIA(0): Enabling 2D acceleration
    [ 13.238] (**) NVIDIA(0): Ignoring EDIDs
    [ 17.131] (WW) NVIDIA(GPU-0): Failed to initialize the SLI configuration for the NVIDIA
    [ 17.131] (WW) NVIDIA(GPU-0): graphics device PCI:1:0:0. Please see Chapter 29:
    [ 17.131] (WW) NVIDIA(GPU-0): Configuring SLI and Multi-GPU FrameRendering in the README
    [ 17.131] (WW) NVIDIA(GPU-0): for troubleshooting suggestions.
    In the end, all that I can learn from this is that stuff don't work, not why or how to fix it. A bit annoying to be blunt.
    I've been googling around for answers, but the closest thing I've come to an answer, and I do hope it isn't true, is that sli om mobile nvidia gpu is not supported under linux. I've been unable to confirm this.
    I do hope you can help.
    Best regards.
    edit:
    Just for kicks, here's my xorg.conf:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 337.19 (buildmeister@swio-display-x64-rhel04-03) Tue Apr 29 20:34:50 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "BlankTime" "0"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 66.5 - 66.5
    VertRefresh 59.9
    ModeLine "1920x1080" 138.500 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync
    Option "DPMS"
    EndSection
    Section "Device"
    BusID "PCI:1:0:0"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "metamodes" "1920x1080_60 +0+0 { ForceFullCompositionPipeline = On }"
    Option "NoLogo" "True"
    Option "ModeValidation" "AllowNonEdidModes"
    Option "UseEDID" "FALSE"
    Option "SLI" "Auto"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Ya, it's a mess, but nothing particular wrong with is that I can see.
    edit2:
    Just in case some information is lagging, here is the nvidia compiled bug report in it's entirety:
    Start of NVIDIA bug report log file. Please include this file, along
    with a detailed description of your problem, when reporting a graphics
    driver bug via the NVIDIA Linux forum (see devtalk.nvidia.com)
    or by sending email to '[email protected]'.
    nvidia-bug-report.sh Version: 17818519
    Date: lør maj 31 21:11:50 CEST 2014
    uname: Linux zarchbook 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64 GNU/Linux
    command line flags:
    *** /etc/issue
    *** ls: -rw-r--r-- 1 root root 20 2013-05-31 20:40:23.000000000 +0200 /etc/issue
    Arch Linux \r (\l)
    *** /var/log/nvidia-installer.log does not exist
    *** /var/log/Xorg.0.log
    *** ls: -rw-r--r-- 1 root zacariaz 7488 2014-05-31 21:10:38.492892729 +0200 /var/log/Xorg.0.log
    [ 11.874]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 11.874] X Protocol Version 11, Revision 0
    [ 11.874] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 11.875] Current Operating System: Linux zarchbook 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64
    [ 11.875] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw quiet nomodeset rcutree.rcu_idle_gp_delay=1 loglevel=3
    [ 11.875] Build Date: 14 April 2014 08:39:09AM
    [ 11.875]
    [ 11.875] Current version of pixman: 0.32.4
    [ 11.875] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 11.875] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 11.875] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 31 21:10:34 2014
    [ 11.877] (==) Using config file: "/etc/X11/xorg.conf"
    [ 11.877] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 11.878] (==) ServerLayout "Layout0"
    [ 11.878] (**) |-->Screen "Screen0" (0)
    [ 11.878] (**) | |-->Monitor "Monitor0"
    [ 11.878] (**) | |-->Device "Device0"
    [ 11.878] (**) |-->Input Device "Keyboard0"
    [ 11.878] (**) |-->Input Device "Mouse0"
    [ 11.878] (**) Option "BlankTime" "0"
    [ 11.878] (==) Automatically adding devices
    [ 11.878] (==) Automatically enabling devices
    [ 11.878] (==) Automatically adding GPU devices
    [ 11.881] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 11.881] Entry deleted from font path.
    [ 11.882] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 11.882] Entry deleted from font path.
    [ 11.882] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 11.882] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 11.882] Entry deleted from font path.
    [ 11.882] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 11.882] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 11.882] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 11.882] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 11.882] (WW) Disabling Keyboard0
    [ 11.882] (WW) Disabling Mouse0
    [ 11.882] (II) Loader magic: 0x804c80
    [ 11.882] (II) Module ABI versions:
    [ 11.882] X.Org ANSI C Emulation: 0.4
    [ 11.882] X.Org Video Driver: 15.0
    [ 11.882] X.Org XInput driver : 20.0
    [ 11.882] X.Org Server Extension : 8.0
    [ 11.883] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 11.883] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 11.885] (--) PCI:*(0:1:0:0) 10de:0fd1:17aa:3972 rev 161, Mem @ 0xb3000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 11.885] (--) PCI: (0:2:0:0) 10de:0fd1:17aa:3972 rev 161, Mem @ 0xb2000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00003000/128
    [ 11.885] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 11.886] Initializing built-in extension Generic Event Extension
    [ 11.886] Initializing built-in extension SHAPE
    [ 11.886] Initializing built-in extension MIT-SHM
    [ 11.886] Initializing built-in extension XInputExtension
    [ 11.886] Initializing built-in extension XTEST
    [ 11.886] Initializing built-in extension BIG-REQUESTS
    [ 11.886] Initializing built-in extension SYNC
    [ 11.886] Initializing built-in extension XKEYBOARD
    [ 11.886] Initializing built-in extension XC-MISC
    [ 11.886] Initializing built-in extension SECURITY
    [ 11.886] Initializing built-in extension XINERAMA
    [ 11.886] Initializing built-in extension XFIXES
    [ 11.886] Initializing built-in extension RENDER
    [ 11.886] Initializing built-in extension RANDR
    [ 11.886] Initializing built-in extension COMPOSITE
    [ 11.886] Initializing built-in extension DAMAGE
    [ 11.886] Initializing built-in extension MIT-SCREEN-SAVER
    [ 11.886] Initializing built-in extension DOUBLE-BUFFER
    [ 11.887] Initializing built-in extension RECORD
    [ 11.887] Initializing built-in extension DPMS
    [ 11.887] Initializing built-in extension Present
    [ 11.887] Initializing built-in extension DRI3
    [ 11.887] Initializing built-in extension X-Resource
    [ 11.887] Initializing built-in extension XVideo
    [ 11.887] Initializing built-in extension XVideo-MotionCompensation
    [ 11.887] Initializing built-in extension XFree86-VidModeExtension
    [ 11.887] Initializing built-in extension XFree86-DGA
    [ 11.887] Initializing built-in extension XFree86-DRI
    [ 11.887] Initializing built-in extension DRI2
    [ 11.887] (II) LoadModule: "glx"
    [ 11.889] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 11.978] (II) Module glx: vendor="NVIDIA Corporation"
    [ 11.978] compiled for 4.0.2, module version = 1.0.0
    [ 11.978] Module class: X.Org Server Extension
    [ 11.978] (II) NVIDIA GLX Module 337.19 Tue Apr 29 19:48:33 PDT 2014
    [ 11.979] Loading extension GLX
    [ 11.979] (II) LoadModule: "nvidia"
    [ 11.979] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 11.986] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 11.986] compiled for 4.0.2, module version = 1.0.0
    [ 11.986] Module class: X.Org Video Driver
    [ 11.986] (II) NVIDIA dlloader X Driver 337.19 Tue Apr 29 19:22:36 PDT 2014
    [ 11.986] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 11.987] (++) using VT number 1
    [ 11.988] (II) Loading sub module "fb"
    [ 11.988] (II) LoadModule: "fb"
    [ 11.988] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 11.989] (II) Module fb: vendor="X.Org Foundation"
    [ 11.989] compiled for 1.15.1, module version = 1.0.0
    [ 11.989] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.989] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 11.989] (II) Loading sub module "wfb"
    [ 11.989] (II) LoadModule: "wfb"
    [ 11.989] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 11.990] (II) Module wfb: vendor="X.Org Foundation"
    [ 11.990] compiled for 1.15.1, module version = 1.0.0
    [ 11.990] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.990] (II) Loading sub module "ramdac"
    [ 11.990] (II) LoadModule: "ramdac"
    [ 11.990] (II) Module "ramdac" already built-in
    [ 12.004] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 12.004] (==) NVIDIA(0): RGB weight 888
    [ 12.004] (==) NVIDIA(0): Default visual is TrueColor
    [ 12.004] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 12.004] (**) NVIDIA(0): Option "NoLogo" "True"
    [ 12.004] (**) NVIDIA(0): Option "SLI" "Auto"
    [ 12.004] (**) NVIDIA(0): Option "ModeValidation" "AllowNonEdidModes"
    [ 12.004] (**) NVIDIA(0): NVIDIA SLI auto-select rendering option.
    [ 12.004] (**) NVIDIA(0): Option "UseEDID" "FALSE"
    [ 12.004] (**) NVIDIA(0): Option "MetaModes" "1920x1080_60 +0+0 { ForceFullCompositionPipeline = On }"
    [ 12.004] (**) NVIDIA(0): Enabling 2D acceleration
    [ 12.004] (**) NVIDIA(0): Ignoring EDIDs
    [ 15.847] (WW) NVIDIA(GPU-0): Failed to initialize the SLI configuration for the NVIDIA
    [ 15.847] (WW) NVIDIA(GPU-0): graphics device PCI:1:0:0. Please see Chapter 29:
    [ 15.847] (WW) NVIDIA(GPU-0): Configuring SLI and Multi-GPU FrameRendering in the README
    [ 15.847] (WW) NVIDIA(GPU-0): for troubleshooting suggestions.
    *** /etc/X11/xorg.conf
    *** ls: -rw-r--r-- 1 root root 1733 2014-05-31 21:10:12.876322985 +0200 /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 337.19 (buildmeister@swio-display-x64-rhel04-03) Tue Apr 29 20:34:50 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "BlankTime" "0"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 66.5 - 66.5
    VertRefresh 59.9
    ModeLine "1920x1080" 138.500 1920 1968 2000 2080 1080 1083 1088 1111 -hsync -vsync
    Option "DPMS"
    EndSection
    Section "Device"
    BusID "PCI:1:0:0"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "metamodes" "1920x1080_60 +0+0 { ForceFullCompositionPipeline = On }"
    Option "NoLogo" "True"
    Option "ModeValidation" "AllowNonEdidModes"
    Option "UseEDID" "FALSE"
    Option "SLI" "Auto"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    *** /etc/X11/xorg.conf.d/10-evdev.conf
    *** ls: -rw-r--r-- 1 root root 1099 2014-04-14 10:40:04.000000000 +0200 /etc/X11/xorg.conf.d/10-evdev.conf
    # Catch-all evdev loader for udev-based systems
    # We don't simply match on any device since that also adds accelerometers
    # and other devices that we don't really want to use. The list below
    # matches everything but joysticks.
    Section "InputClass"
    Identifier "evdev pointer catchall"
    MatchIsPointer "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchpad catchall"
    MatchIsTouchpad "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev tablet catchall"
    MatchIsTablet "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    Section "InputClass"
    Identifier "evdev touchscreen catchall"
    MatchIsTouchscreen "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    EndSection
    *** /etc/X11/xorg.conf.d/10-keyboard.conf
    *** ls: -rw-r--r-- 1 root root 201 2014-05-07 20:02:13.920335503 +0200 /etc/X11/xorg.conf.d/10-keyboard.conf
    Section "InputClass"
    Identifier "system-keyboard"
    MatchIsKeyboard "on"
    Option "XkbLayout" "dk"
    Option "XkbModel" "pc104"
    Option "XkbVariant" "qwerty"
    EndSection
    *** /etc/X11/xorg.conf.d/10-quirks.conf
    *** ls: -rw-r--r-- 1 root root 377 2014-04-14 10:40:06.000000000 +0200 /etc/X11/xorg.conf.d/10-quirks.conf
    # Collection of quirks and blacklist/whitelists for specific devices.
    # Accelerometer device, posts data through ABS_X/ABS_Y, making X unusable
    # http://bugs.freedesktop.org/show_bug.cgi?id=22442
    Section "InputClass"
    Identifier "ThinkPad HDAPS accelerometer blacklist"
    MatchProduct "ThinkPad HDAPS accelerometer data"
    Option "Ignore" "on"
    EndSection
    *** /home/zacariaz/.nvidia-settings-rc
    *** ls: -rw-r--r-- 1 zacariaz users 1982 2014-05-31 20:34:36.266975242 +0200 /home/zacariaz/.nvidia-settings-rc
    # /home/zacariaz/.nvidia-settings-rc
    # Configuration file for nvidia-settings - the NVIDIA X Server Settings utility
    # Generated on Sat May 31 20:34:36 2014
    # ConfigProperties:
    RcFileLocale = C
    ToolTips = Yes
    DisplayStatusBar = Yes
    SliderTextEntries = Yes
    IncludeDisplayNameInConfigFile = No
    ShowQuitDialog = Yes
    UpdateRulesOnProfileNameChange = Yes
    Timer = PowerMizer_Monitor_(GPU_1),Yes,1000
    Timer = Thermal_Monitor_(GPU_1),Yes,1000
    Timer = Memory_Used_(GPU_1),Yes,3000
    Timer = Memory_Used_(GPU_0),Yes,3000
    Timer = Thermal_Monitor_(GPU_0),Yes,1000
    Timer = PowerMizer_Monitor_(GPU_0),Yes,1000
    # Attributes:
    0/SyncToVBlank=1
    0/LogAniso=0
    0/FSAA=0
    0/TextureSharpen=0
    0/TextureClamping=1
    0/FXAA=0
    0/AllowFlipping=1
    0/FSAAAppControlled=1
    0/LogAnisoAppControlled=1
    0/OpenGLImageSettings=3
    0/FSAAAppEnhanced=0
    0/XVideoSyncToDisplayID=VGA-0
    [DPY:VGA-0]/Dithering=0
    [DPY:VGA-0]/DitheringMode=0
    [DPY:VGA-0]/DitheringDepth=0
    [DPY:VGA-0]/SynchronousPaletteUpdates=0
    [DPY:LVDS-0]/Dithering=0
    [DPY:LVDS-0]/DitheringMode=0
    [DPY:LVDS-0]/DitheringDepth=0
    [DPY:LVDS-0]/SynchronousPaletteUpdates=0
    [DPY:HDMI-0]/Dithering=0
    [DPY:HDMI-0]/DitheringMode=0
    [DPY:HDMI-0]/DitheringDepth=0
    [DPY:HDMI-0]/SynchronousPaletteUpdates=0
    [DPY:VGA-0]/Dithering=0
    [DPY:VGA-0]/DitheringMode=0
    [DPY:VGA-0]/DitheringDepth=0
    [DPY:VGA-0]/SynchronousPaletteUpdates=0
    [DPY:LVDS-0]/RedBrightness=0.000000
    [DPY:LVDS-0]/GreenBrightness=0.000000
    [DPY:LVDS-0]/BlueBrightness=0.000000
    [DPY:LVDS-0]/RedContrast=0.000000
    [DPY:LVDS-0]/GreenContrast=0.000000
    [DPY:LVDS-0]/BlueContrast=0.000000
    [DPY:LVDS-0]/RedGamma=1.000000
    [DPY:LVDS-0]/GreenGamma=1.000000
    [DPY:LVDS-0]/BlueGamma=1.000000
    [DPY:LVDS-0]/Dithering=0
    [DPY:LVDS-0]/DitheringMode=0
    [DPY:LVDS-0]/DitheringDepth=0
    [DPY:LVDS-0]/DigitalVibrance=0
    [DPY:LVDS-0]/ColorSpace=0
    [DPY:LVDS-0]/ColorRange=0
    [DPY:LVDS-0]/SynchronousPaletteUpdates=0
    [DPY:HDMI-0]/Dithering=0
    [DPY:HDMI-0]/DitheringMode=0
    [DPY:HDMI-0]/DitheringDepth=0
    [DPY:HDMI-0]/SynchronousPaletteUpdates=0
    *** /usr/share/nvidia/nvidia-application-profiles-337.19-rc
    *** ls: -rw-r--r-- 1 root root 2310 2014-05-20 14:28:33.000000000 +0200 /usr/share/nvidia/nvidia-application-profiles-337.19-rc
    # Application profiles for the NVIDIA Linux graphics driver, version 337.19
    # Last modified: Tue Apr 29 19:51:54 PDT 2014
    # These profiles were provided by NVIDIA and should not be modified. If you
    # wish to change the defaults provided here, you can override them by creating
    # custom rules in /etc/nvidia/nvidia-application-profiles-rc (which will apply
    # system-wide) or, for a given user, $HOME/.nv/nvidia-application-profiles-rc
    # (which will apply to that particular user). See the "APPLICATION PROFILE
    # SEARCH PATH" section of the NVIDIA Linux Graphics Driver README for more
    # information.
    "profiles" : [
    "name" : "NonConformantBlitFramebufferScissor",
    "settings" : [ "GLConformantBlitFramebufferScissor", false ]
    "name" : "CL1C",
    "settings" : [ "0x528ab3", 1 ]
    "name" : "FA0",
    "settings" : [ "10572898", 0 ]
    "name" : "ExactGLESVersion",
    "settings" : [ "ForceRequestedESVersion", 1 ]
    "name" : "BGTE",
    "settings" : [ "GLAppReturnOnlyBasicGlslType", 1 ]
    "rules" : [
    # Work around GNOME bug 690451 (see
    # https://bugzilla.gnome.org/show_bug.cgi?id=690451)
    "pattern" : {
    "feature" : "dso",
    "matches" : "libcogl.so"
    "profile" : "NonConformantBlitFramebufferScissor"
    { "pattern" : "Maya2014", "profile" : "CL1C" },
    { "pattern" : "xsi", "profile" : "CL1C" },
    { "pattern" : "HoudiniFX", "profile" : "CL1C" },
    { "pattern" : "katana", "profile" : "CL1C" },
    { "pattern" : "Autodesk Mudbox 2014 64-bit", "profile" : "CL1C" },
    { "pattern" : "octane", "profile" : "CL1C" },
    { "pattern" : "Fusion64_6.4", "profile" : "CL1C" },
    { "pattern" : "Nuke7.0", "profile" : "CL1C" },
    { "pattern" : "vray.exe", "profile" : "CL1C" },
    { "pattern" : "vray.bin", "profile" : "CL1C" },
    { "pattern" : "kwin_gles", "profile" : "FA0" },
    { "pattern" : "kwin_gles", "profile" : "ExactGLESVersion" },
    { "pattern" : "heaven_x86", "profile" : "BGTE" },
    { "pattern" : "heaven_x64", "profile" : "BGTE" }
    Skipping ldd output (glxinfo not found)
    /sbin/lspci -d "10de:*" -v -xxx
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Lenovo Device 3972
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at b3000000 (32-bit, non-prefetchable) [size=16M]
    Memory at a0000000 (64-bit, prefetchable) [size=256M]
    Memory at b0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at 4000 [size=128]
    Expansion ROM at b4080000 [disabled] [size=512K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [b4] Vendor Specific Information: Len=14 <?>
    Capabilities: [100] Virtual Channel
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Capabilities: [900] #19
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    00: de 10 d1 0f 07 00 10 00 a1 00 00 03 10 00 80 00
    10: 00 00 00 b3 0c 00 00 a0 00 00 00 00 0c 00 00 b0
    20: 00 00 00 00 01 40 00 00 00 00 00 00 aa 17 72 39
    30: 00 00 f8 ff 60 00 00 00 00 00 00 00 00 01 00 00
    40: aa 17 72 39 00 00 00 00 00 00 00 00 00 00 00 00
    50: 00 00 00 00 01 00 00 00 ce d6 23 00 00 00 00 00
    60: 01 68 03 00 08 00 00 00 05 78 80 00 00 00 00 00
    70: 00 00 00 00 00 00 00 00 10 b4 02 00 e1 8d 2c 01
    80: 30 29 00 00 03 3d 45 00 43 00 81 10 00 00 00 00
    90: 00 00 00 00 00 00 00 00 00 00 00 00 13 00 00 00
    a0: 00 00 00 00 0e 00 00 00 03 00 01 00 00 00 00 00
    b0: 00 00 00 00 09 00 14 01 00 00 00 00 00 00 00 00
    c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    01:00.1 Audio device: NVIDIA Corporation GK107 HDMI Audio Controller (rev a1)
    Subsystem: Lenovo Device 3977
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at b4000000 (32-bit, non-prefetchable) [size=16K]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    00: de 10 1b 0e 06 00 10 00 a1 00 03 04 10 00 80 00
    10: 00 00 00 b4 00 00 00 00 00 00 00 00 00 00 00 00
    20: 00 00 00 00 00 00 00 00 00 00 00 00 aa 17 77 39
    30: 00 00 00 00 60 00 00 00 00 00 00 00 00 02 00 00
    40: aa 17 77 39 00 00 00 00 00 00 00 00 00 00 00 00
    50: 00 00 00 00 00 00 00 00 ce d6 23 00 00 00 00 00
    60: 01 68 03 00 08 00 00 00 05 78 80 00 00 00 00 00
    70: 00 00 00 00 00 00 00 00 10 00 02 00 e1 8d 2c 01
    80: 30 29 00 00 03 3d 45 00 43 00 81 10 00 00 00 00
    90: 00 00 00 00 00 00 00 00 00 00 00 00 13 00 00 00
    a0: 00 00 00 00 0e 00 00 00 00 00 01 00 00 00 00 00
    b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    02:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 650M] (rev a1) (prog-if 00 [VGA controller])
    Subsystem: Lenovo Device 3972
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at b2000000 (32-bit, non-prefetchable) [size=16M]
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Memory at d0000000 (64-bit, prefetchable) [size=32M]
    I/O ports at 3000 [size=128]
    Expansion ROM at <ignored> [disabled]
    Capabilities: [60] Power Management version 3
    Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [78] Express Endpoint, MSI 00
    Capabilities: [b4] Vendor Specific Information: Len=14 <?>
    Capabilities: [100] Virtual Channel
    Capabilities: [128] Power Budgeting <?>
    Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
    Capabilities: [900] #19
    Kernel driver in use: nvidia
    Kernel modules: nouveau, nvidia
    00: de 10 d1 0f 07 00 10 00 a1 00 00 03 10 00 00 00
    10: 00 00 00 b2 0c 00 00 c0 00 00 00 00 0c 00 00 d0
    20: 00 00 00 00 01 30 00 00 00 00 00 00 aa 17 72 39
    30: 00 00 f8 ff 60 00 00 00 00 00 00 00 00 01 00 00
    40: aa 17 72 39 00 00 00 00 00 00 00 00 00 00 00 00
    50: 00 00 00 00 01 00 00 00 ce d6 23 00 00 00 00 00
    60: 01 68 03 00 08 00 00 00 05 78 80 00 00 00 00 00
    70: 00 00 00 00 00 00 00 00 10 b4 02 00 e1 8d 2c 01
    80: 10 29 00 00 03 3d 45 01 43 00 82 10 00 00 00 00
    90: 00 00 00 00 00 00 00 00 00 00 00 00 13 00 00 00
    a0: 00 00 00 00 0e 00 00 00 03 00 01 00 00 00 00 00
    b0: 00 00 00 00 09 00 14 01 00 00 00 00 00 00 00 00
    c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    /sbin/lspci -d "10b5:*" -v -xxx
    /sbin/lspci -t
    -[0000:00]-+-00.0
    +-01.0-[01]--+-00.0
    | \-00.1
    +-01.1-[02]----00.0
    +-14.0
    +-16.0
    +-1a.0
    +-1b.0
    +-1c.0-[03]----00.0
    +-1c.1-[04]----00.0
    +-1c.3-[05]--+-00.0
    | +-00.2
    | +-00.3
    | \-00.4
    +-1d.0
    +-1f.0
    +-1f.2
    \-1f.3
    /sbin/lspci -nn
    00:00.0 Host bridge [0600]: Intel Corporation 3rd Gen Core processor DRAM Controller [8086:0154] (rev 09)
    00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0151] (rev 09)
    00:01.1 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port [8086:0155] (rev 09)
    00:14.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller [8086:1e31] (rev 04)
    00:16.0 Communication controller [0780]: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 [8086:1e3a] (rev 04)
    00:1a.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 [8086:1e2d] (rev 04)
    00:1b.0 Audio device [0403]: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller [8086:1e20] (rev 04)
    00:1c.0 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 [8086:1e10] (rev c4)
    00:1c.1 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 2 [8086:1e12] (rev c4)
    00:1c.3 PCI bridge [0604]: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 4 [8086:1e16] (rev c4)
    00:1d.0 USB controller [0c03]: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 [8086:1e26] (rev 04)
    00:1f.0 ISA bridge [0601]: Intel Corporation HM76 Express Chipset LPC Controller [8086:1e59] (rev 04)
    00:1f.2 SATA controller [0106]: Intel Corporation 7 Series Chipset Family 6-port SATA Controller [AHCI mode] [8086:1e03] (rev 04)
    00:1f.3 SMBus [0c05]: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller [8086:1e22] (rev 04)
    01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107M [GeForce GT 650M] [10de:0fd1] (rev a1)
    01:00.1 Audio device [0403]: NVIDIA Corporation GK107 HDMI Audio Controller [10de:0e1b] (rev a1)
    02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK107M [GeForce GT 650M] [10de:0fd1] (rev a1)
    03:00.0 Ethernet controller [0200]: Qualcomm Atheros AR8161 Gigabit Ethernet [1969:1091] (rev 10)
    04:00.0 Network controller [0280]: Intel Corporation Centrino Wireless-N 2230 [8086:0888] (rev c4)
    05:00.0 System peripheral [0880]: JMicron Technology Corp. SD/MMC Host Controller [197b:2392] (rev 30)
    05:00.2 SD Host controller [0805]: JMicron Technology Corp. Standard SD Host Controller [197b:2391] (rev 30)
    05:00.3 System peripheral [0880]: JMicron Technology Corp. MS Host Controller [197b:2393] (rev 30)
    05:00.4 System peripheral [0880]: JMicron Technology Corp. xD Host Controller [197b:2394] (rev 30)
    /sbin/lsusb
    Bus 004 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 003 Device 003: ID 8087:07da Intel Corp.
    Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
    Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 002: ID 04f2:b331 Chicony Electronics Co., Ltd
    Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
    Bus 001 Device 003: ID 046d:c52b Logitech, Inc. Unifying Receiver
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Skipping dmidecode output (dmidecode not found)
    /sbin/modinfo nvidia | grep vermagic
    vermagic: 3.14.4-1-ARCH SMP preempt mod_unload modversions
    Scanning kernel log files for NVRM messages:
    /var/log/messages is not readable
    /var/log/kernel.log is not readable
    dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.14.4-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140507 (prerelease) (GCC) ) #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014
    [ 0.000000] Command line: initrd=\initramfs-linux.img root=/dev/sda2 rw quiet nomodeset rcutree.rcu_idle_gp_delay=1 loglevel=3
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000087fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000995affff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000995b0000-0x000000009a9affff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009a9b0000-0x000000009efbefff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009efbf000-0x000000009f6befff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009f6bf000-0x000000009f7befff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009f7bf000-0x000000009f7fefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009f7ff000-0x000000009f7fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009f800000-0x000000009fffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000045effffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] e820: update [mem 0x985ad018-0x985d3057] usable ==> usable
    [ 0.000000] e820: update [mem 0x98586018-0x985ac057] usable ==> usable
    [ 0.000000] e820: update [mem 0x98579018-0x98585057] usable ==> usable
    [ 0.000000] extended physical RAM map:
    [ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x0000000000087fff] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000000088000-0x00000000000bffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000098579017] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000098579018-0x0000000098585057] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000098585058-0x0000000098586017] usable
    [ 0.000000] reserve setup_data: [mem 0x0000000098586018-0x00000000985ac057] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000985ac058-0x00000000985ad017] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000985ad018-0x00000000985d3057] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000985d3058-0x00000000995affff] usable
    [ 0.000000] reserve setup_data: [mem 0x00000000995b0000-0x000000009a9affff] reserved
    [ 0.000000] reserve setup_data: [mem 0x000000009a9b0000-0x000000009efbefff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000009efbf000-0x000000009f6befff] reserved
    [ 0.000000] reserve setup_data: [mem 0x000000009f6bf000-0x000000009f7befff] ACPI NVS
    [ 0.000000] reserve setup_data: [mem 0x000000009f7bf000-0x000000009f7fefff] ACPI data
    [ 0.000000] reserve setup_data: [mem 0x000000009f7ff000-0x000000009f7fffff] usable
    [ 0.000000] reserve setup_data: [mem 0x000000009f800000-0x000000009fffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] reserve setup_data: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
    [ 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000045effffff] usable
    [ 0.000000] efi: EFI v2.31 by INSYDE Corp.
    [ 0.000000] efi: ACPI=0x9f7fe000 ACPI 2.0=0x9f7fe014 SMBIOS=0x9f6bef98
    [ 0.000000] efi: mem00: type=3, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
    [ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000007000) (0MB)
    [ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000007000-0x000000000006f000) (0MB)
    [ 0.000000] efi: mem03: type=4, attr=0xf, range=[0x000000000006f000-0x0000000000070000) (0MB)
    [ 0.000000] efi: mem04: type=7, attr=0xf, range=[0x0000000000070000-0x0000000000080000) (0MB)
    [ 0.000000] efi: mem05: type=3, attr=0xf, range=[0x0000000000080000-0x0000000000082000) (0MB)
    [ 0.000000] efi: mem06: type=7, attr=0xf, range=[0x0000000000082000-0x0000000000088000) (0MB)
    [ 0.000000] efi: mem07: type=6, attr=0x800000000000000f, range=[0x0000000000088000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem08: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
    [ 0.000000] efi: mem09: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001f5b000) (15MB)
    [ 0.000000] efi: mem10: type=7, attr=0xf, range=[0x0000000001f5b000-0x000000007f857000) (2008MB)
    [ 0.000000] efi: mem11: type=2, attr=0xf, range=[0x000000007f857000-0x0000000080000000) (7MB)
    [ 0.000000] efi: mem12: type=7, attr=0xf, range=[0x0000000080000000-0x00000000979c0000) (377MB)
    [ 0.000000] efi: mem13: type=4, attr=0xf, range=[0x00000000979c0000-0x00000000979e0000) (0MB)
    [ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x00000000979e0000-0x0000000097e62000) (4MB)
    [ 0.000000] efi: mem15: type=1, attr=0xf, range=[0x0000000097e62000-0x000000009821b000) (3MB)
    [ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x000000009821b000-0x0000000098579000) (3MB)
    [ 0.000000] efi: mem17: type=2, attr=0xf, range=[0x0000000098579000-0x00000000985d4000) (0MB)
    [ 0.000000] efi: mem18: type=4, attr=0xf, range=[0x00000000985d4000-0x00000000995b0000) (15MB)
    [ 0.000000] efi: mem19: type=0, attr=0xf, range=[0x00000000995b0000-0x000000009a9b0000) (20MB)
    [ 0.000000] efi: mem20: type=7, attr=0xf, range=[0x000000009a9b0000-0x000000009a9b8000) (0MB)
    [ 0.000000] efi: mem21: type=2, attr=0xf, range=[0x000000009a9b8000-0x000000009a9bb000) (0MB)
    [ 0.000000] efi: mem22: type=7, attr=0xf, range=[0x000000009a9bb000-0x000000009a9bc000) (0MB)
    [ 0.000000] efi: mem23: type=2, attr=0xf, range=[0x000000009a9bc000-0x000000009a9bd000) (0MB)
    [ 0.000000] efi: mem24: type=7, attr=0xf, range=[0x000000009a9bd000-0x000000009a9be000) (0MB)
    [ 0.000000] efi: mem25: type=2, attr=0xf, range=[0x000000009a9be000-0x000000009a9bf000) (0MB)
    [ 0.000000] efi: mem26: type=7, attr=0xf, range=[0x000000009a9bf000-0x000000009aba8000) (1MB)
    [ 0.000000] efi: mem27: type=1, attr=0xf, range=[0x000000009aba8000-0x000000009abbf000) (0MB)
    [ 0.000000] efi: mem28: type=7, attr=0xf, range=[0x000000009abbf000-0x000000009af27000) (3MB)
    [ 0.000000] efi: mem29: type=4, attr=0xf, range=[0x000000009af27000-0x000000009b063000) (1MB)
    [ 0.000000] efi: mem30: type=7, attr=0xf, range=[0x000000009b063000-0x000000009b064000) (0MB)
    [ 0.000000] efi: mem31: type=4, attr=0xf, range=[0x000000009b064000-0x000000009c9f3000) (25MB)
    [ 0.000000] efi: mem32: type=7, attr=0xf, range=[0x000000009c9f3000-0x000000009c9fb000) (0MB)
    [ 0.000000] efi: mem33: type=4, attr=0xf, range=[0x000000009c9fb000-0x000000009ca11000) (0MB)
    [ 0.000000] efi: mem34: type=7, attr=0xf, range=[0x000000009ca11000-0x000000009ca12000) (0MB)
    [ 0.000000] efi: mem35: type=4, attr=0xf, range=[0x000000009ca12000-0x000000009ca1d000) (0MB)
    [ 0.000000] efi: mem36: type=7, attr=0xf, range=[0x000000009ca1d000-0x000000009ca1f000) (0MB)
    [ 0.000000] efi: mem37: type=4, attr=0xf, range=[0x000000009ca1f000-0x000000009ca21000) (0MB)
    [ 0.000000] efi: mem38: type=7, attr=0xf, range=[0x000000009ca21000-0x000000009ca22000) (0MB)
    [ 0.000000] efi: mem39: type=4, attr=0xf, range=[0x000000009ca22000-0x000000009ca45000) (0MB)
    [ 0.000000] efi: mem40: type=7, attr=0xf, range=[0x000000009ca45000-0x000000009ca47000) (0MB)
    [ 0.000000] efi: mem41: type=4, attr=0xf, range=[0x000000009ca47000-0x000000009cd81000) (3MB)
    [ 0.000000] efi: mem42: type=7, attr=0xf, range=[0x000000009cd81000-0x000000009cd82000) (0MB)
    [ 0.000000] efi: mem43: type=4, attr=0xf, range=[0x000000009cd82000-0x000000009cfa7000) (2MB)
    [ 0.000000] efi: mem44: type=7, attr=0xf, range=[0x000000009cfa7000-0x000000009cfa8000) (0MB)
    [ 0.000000] efi: mem45: type=4, attr=0xf, range=[0x000000009cfa8000-0x000000009cfbf000) (0MB)
    [ 0.000000] efi: mem46: type=7, attr=0xf, range=[0x000000009cfbf000-0x000000009cfc5000) (0MB)
    [ 0.000000] efi: mem47: type=4, attr=0xf, range=[0x000000009cfc5000-0x000000009cfd0000) (0MB)
    [ 0.000000] efi: mem48: type=7, attr=0xf, range=[0x000000009cfd0000-0x000000009cfd2000) (0MB)
    [ 0.000000] efi: mem49: type=4, attr=0xf, range=[0x000000009cfd2000-0x000000009cfe9000) (0MB)
    [ 0.000000] efi: mem50: type=7, attr=0xf, range=[0x000000009cfe9000-0x000000009cfea000) (0MB)
    [ 0.000000] efi: mem51: type=4, attr=0xf, range=[0x000000009cfea000-0x000000009ebbf000) (27MB)
    [ 0.000000] efi: mem52: type=7, attr=0xf, range=[0x000000009ebbf000-0x000000009ec3a000) (0MB)
    [ 0.000000] efi: mem53: type=3, attr=0xf, range=[0x000000009ec3a000-0x000000009efbf000) (3MB)
    [ 0.000000] efi: mem54: type=5, attr=0x800000000000000f, range=[0x000000009efbf000-0x000000009f04e000) (0MB)
    [ 0.000000] efi: mem55: type=6, attr=0x800000000000000f, range=[0x000000009f04e000-0x000000009f050000) (0MB)
    [ 0.000000] efi: mem56: type=5, attr=0x800000000000000f, range=[0x000000009f050000-0x000000009f066000) (0MB)
    [ 0.000000] efi: mem57: type=6, attr=0x800000000000000f, range=[0x000000009f066000-0x000000009f067000) (0MB)
    [ 0.000000] efi: mem58: type=5, attr=0x800000000000000f, range=[0x000000009f067000-0x000000009f07f000) (0MB)
    [ 0.000000] efi: mem59: type=6, attr=0x800000000000000f, range=[0x000000009f07f000-0x000000009f080000) (0MB)
    [ 0.000000] efi: mem60: type=5, attr=0x800000000000000f, range=[0x000000009f080000-0x000000009f08b000) (0MB)
    [ 0.000000] efi: mem61: type=6, attr=0x800000000000000f, range=[0x000000009f08b000-0x000000009f08c000) (0MB)
    [ 0.000000] efi: mem62: type=5, attr=0x800000000000000f, range=[0x000000009f08c000-0x000000009f091000) (0MB)
    [ 0.000000] efi: mem63: type=6, attr=0x800000000000000f, range=[0x000000009f091000-0x000000009f092000) (0MB)
    [ 0.000000] efi: mem64: type=5, attr=0x800000000000000f, range=[0x000000009f092000-0x000000009f0a0000) (0MB)
    [ 0.000000] efi: mem65: type=6, attr=0x800000000000000f, range=[0x000000009f0a0000-0x000000009f0a1000) (0MB)
    [ 0.000000] efi: mem66: type=5, attr=0x800000000000000f, range=[0x000000009f0a1000-0x000000009f0f2000) (0MB)
    [ 0.000000] efi: mem67: type=6, attr=0x800000000000000f, range=[0x000000009f0f2000-0x000000009f137000) (0MB)
    [ 0.000000] efi: mem68: type=5, attr=0x800000000000000f, range=[0x000000009f137000-0x000000009f1bf000) (0MB)
    [ 0.000000] efi: mem69: type=6, attr=0x800000000000000f, range=[0x000000009f1bf000-0x000000009f2bf000) (1MB)
    [ 0.000000] efi: mem70: type=0, attr=0xf, range=[0x000000009f2bf000-0x000000009f6bf000) (4MB)
    [ 0.000000] efi: mem71: type=10, attr=0xf, range=[0x000000009f6bf000-0x000000009f7bf000) (1MB)
    [ 0.000000] efi: mem72: type=9, attr=0xf, range=[0x000000009f7bf000-0x000000009f7ff000) (0MB)
    [ 0.000000] efi: mem73: type=4, attr=0xf, range=[0x000000009f7ff000-0x000000009f800000) (0MB)
    [ 0.000000] efi: mem74: type=7, attr=0xf, range=[0x0000000100000000-0x000000045f000000) (13808MB)
    [ 0.000000] efi: mem75: type=0, attr=0x0, range=[0x00000000000a0000-0x00000000000c0000) (0MB)
    [ 0.000000] efi: mem76: type=0, attr=0x0, range=[0x000000009f800000-0x00000000a0000000) (8MB)
    [ 0.000000] efi: mem77: type=11, attr=0x8000000000000001, range=[0x00000000f0000000-0x00000000f4000000) (64MB)
    [ 0.000000] efi: mem78: type=11, attr=0x8000000000000001, range=[0x00000000feb00000-0x00000000feb04000) (0MB)
    [ 0.000000] efi: mem79: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem80: type=11, attr=0x8000000000000001, range=[0x00000000fed10000-0x00000000fed1a000) (0MB)
    [ 0.000000] efi: mem81: type=11, attr=0x8000000000000001, range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem82: type=11, attr=0x8000000000000001, range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem83: type=11, attr=0x8000000000000000, range=[0x00000000ffb80000-0x0000000100000000) (4MB)
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: LENOVO 20193/INVALID, BIOS 6BCN42WW(V2.02) 02/08/2013
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x45f000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FE0000000 write-back
    [ 0.000000] 2 base 09F800000 mask FFF800000 uncachable
    [ 0.000000] 3 base 0FF800000 mask FFF800000 write-protect
    [ 0.000000] 4 base 100000000 mask F00000000 write-back
    [ 0.000000] 5 base 200000000 mask E00000000 write-back
    [ 0.000000] 6 base 400000000 mask F80000000 write-back
    [ 0.000000] 7 base 45F000000 mask FFF000000 uncachable
    [ 0.000000] 8 base 460000000 mask FE0000000 uncachable
    [ 0.000000] 9 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0x9f800 max_arch_pfn = 0x400000000
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000082000] 82000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b39000, 0x01b39fff] PGTABLE
    [ 0.000000] BRK [0x01b3a000, 0x01b3afff] PGTABLE
    [ 0.000000] BRK [0x01b3b000, 0x01b3bfff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x45ee00000-0x45effffff]
    [ 0.000000] [mem 0x45ee00000-0x45effffff] page 2M
    [ 0.000000] BRK [0x01b3c000, 0x01b3cfff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x45c000000-0x45edfffff]
    [ 0.000000] [mem 0x45c000000-0x45edfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x400000000-0x45bffffff]
    [ 0.000000] [mem 0x400000000-0x45bffffff] page 2M
    [ 0.000000] BRK [0x01b3d000, 0x01b3dfff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x995affff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x993fffff] page 2M
    [ 0.000000] [mem 0x99400000-0x995affff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9a9b0000-0x9efbefff]
    [ 0.000000] [mem 0x9a9b0000-0x9a9fffff] page 4k
    [ 0.000000] [mem 0x9aa00000-0x9edfffff] page 2M
    [ 0.000000] [mem 0x9ee00000-0x9efbefff] page 4k
    [ 0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x9f7ff000-0x9f7fffff]
    [ 0.000000] [mem 0x9f7ff000-0x9f7fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
    [ 0.000000] [mem 0x100000000-0x3ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x7f857000-0x7fffffff]
    [ 0.000000] ACPI: RSDP 000000009f7fe014 000024 (v02 LENOVO)
    [ 0.000000] ACPI: XSDT 000000009f7fe210 0000AC (v01 LENOVO CB-01 00000001 01000013)
    [ 0.000000] ACPI: FACP 000000009f7fa000 00010C (v05 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DSDT 000000009f7ed000 009D93 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FACS 000000009f7bb000 000040
    [ 0.000000] ACPI: SLIC 000000009f7fd000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: UEFI 000000009f7fc000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASF! 000000009f7fb000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: HPET 000000009f7f9000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: APIC 000000009f7f8000 00008C (v03 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MCFG 000000009f7f7000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009f7ec000 0006FE (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 000000009f7ea000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: ASPT 000000009f7e5000 000034 (v07 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: DBGP 000000009f7e4000 000034 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: FPDT 000000009f7e2000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: MSDM 000000009f7e1000 000055 (v03 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009f7e0000 000926 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009f7df000 000B22 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009f7dc000 0010F1 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: BGRT 000000009f7de000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000045effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x45effffff]
    [ 0.000000] NODE_DATA [mem 0x45efea000-0x45efeefff]
    [ 0.000000] [ffffea0000000000-ffffea00117fffff] PMD -> [ffff88044e600000-ffff88045e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x45effffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00087fff]
    [ 0.000000] node 0: [mem 0x00100000-0x995affff]
    [ 0.000000] node 0: [mem 0x9a9b0000-0x9efbefff]
    [ 0.000000] node 0: [mem 0x9f7ff000-0x9f7fffff]
    [ 0.000000] node 0: [mem 0x100000000-0x45effffff]
    [ 0.000000] On node 0 totalpages: 4180807
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 24 pages reserved
    [ 0.000000] DMA zone: 3975 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 10031 pages used for memmap
    [ 0.000000] DMA32 zone: 641984 pages, LIFO batch:31
    [ 0.000000] Normal zone: 55232 pages used for memmap
    [ 0.000000] Normal zone: 3534848 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00088000-0x000bffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x98579000-0x98579fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x98585000-0x98585fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x98586000-0x98586fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x985ac000-0x985acfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x985ad000-0x985adfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x985d3000-0x985d3fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x995b0000-0x9a9affff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9efbf000-0x9f6befff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f6bf000-0x9f7befff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f7bf000-0x9f7fefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9f800000-0x9fffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xa0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xfeafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb80000-0xffffffff]
    [ 0.000000] e820: [mem 0xa0000000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88045ec00000 s87040 r8192 d23552 u262144
    [ 0.000000] pcpu-alloc: s87040 r8192 d23552 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4115456
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: initrd=\initramfs-linux.img root=/dev/sda2 rw quiet nomodeset rcutree.rcu_idle_gp_delay=1 loglevel=3
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 16292016K/16723228K available (5230K kernel code, 857K rwdata, 1632K rodata, 1120K init, 1288K bss, 431212K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2394.558 MHz processor
    [ 0.000035] Calibrating delay loop (skipped), value calculated using timer frequency.. 4791.66 BogoMIPS (lpj=7981860)
    [ 0.000037] pid_max: default: 32768 minimum: 301
    [ 0.000044] ACPI: Core revision 20131218
    [ 0.006081] ACPI: All ACPI Tables successfully acquired
    [ 0.030009] Security Framework initialized
    [ 0.030016] Yama: becoming mindful.
    [ 0.031004] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.035068] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.036876] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.036893] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.037118] Initializing cgroup subsys memory
    [ 0.037123] Initializing cgroup subsys devices
    [ 0.037125] Initializing cgroup subsys freezer
    [ 0.037126] Initializing cgroup subsys net_cls
    [ 0.037127] Initializing cgroup subsys blkio
    [ 0.037150] CPU: Physical Processor ID: 0
    [ 0.037151] CPU: Processor Core ID: 0
    [ 0.037156] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.037529] mce: CPU supports 9 MCE banks
    [ 0.037542] CPU0: Thermal monitoring enabled (TM1)
    [ 0.037553] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 2
    [ 0.037649] Freeing SMP alternatives memory: 20K (ffffffff819f0000 - ffffffff819f5000)
    [ 0.041198] ftrace: allocating 20029 entries in 79 pages
    [ 0.050996] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.084028] smpboot: CPU0: Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.084036] TSC deadline timer enabled
    [ 0.084045] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.084051] ... version: 3
    [ 0.084052] ... bit width: 48
    [ 0.084053] ... generic registers: 4
    [ 0.084054] ... value mask: 0000ffffffffffff
    [ 0.084055] ... max period: 0000ffffffffffff
    [ 0.084056] ... fixed-purpose events: 3
    [ 0.084057] ... event mask: 000000070000000f
    [ 0.110826] x86: Booting SMP configuration:
    [ 0.110828] .... node #0, CPUs: #1
    [ 0.124613] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.131276] #2 #3 #4 #5 #6 #7
    [ 0.246855] x86: Booted up 1 node, 8 CPUs
    [ 0.246859] smpboot: Total of 8 processors activated (38328.30 BogoMIPS)
    [ 0.254157] devtmpfs: initialized
    [ 0.257424] PM: Registering ACPI NVS region [mem 0x9f6bf000-0x9f7befff] (1048576 bytes)
    [ 0.258171] pinctrl core: initialized pinctrl subsystem
    [ 0.258207] RTC time: 19:11:33, date: 05/31/14
    [ 0.258239] NET: Registered protocol family 16
    [ 0.258316] cpuidle: using governor ladder
    [ 0.258318] cpuidle: using governor menu
    [ 0.258361] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.258362] ACPI: bus type PCI registered
    [ 0.258364] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.258425] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
    [ 0.258428] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
    [ 0.266014] PCI: Using configuration type 1 for base access
    [ 0.266838] bio: create slab <bio-0> at 0
    [ 0.266930] ACPI: Added _OSI(Module Device)
    [ 0.266932] ACPI: Added _OSI(Processor Device)
    [ 0.266933] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.266934] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.269731] ACPI: Executed 1 b

    Trilby wrote:
    zacariaz wrote:* b u m p *
    Do not do this.
    If you want help, start providing relevant information beyond "it don't work".  You say you followed the instructions ... which instructions?  What steps did you take?  It is clear from your xorg.conf that you did not follow the only instructions I could find in the archlinux wiki.  Follow those instructions, and post the output of the relevant diagnostic or information-gathering steps included there.
    Also if you have information which could be useful - such as which mobile devices/cards allegedly don't work - then share that.  Don't keep us in the dark.
    I should think that it's quite obvious that I've followed the wiki instruction, which basically is one line in xorg, as is the official nvidia instructions.
    This is most likely a problem related specificlally to the gt 650m and/or the lenovo ideapad y500 (and perhaps derivatives thereof).
    I do not believe I've left any information out.
    Of course if I've done something wrong, I apologize and will do my best to avoid it in the future. As for the rest, I'd very much like to know which instructions I did not follow, as I've done all that I can think of and telling me that I haven't is hardly useful. As far as I aware, the wiki instructs you to  ad two line in the xorg.conf, which I've done. I will of course read it again, hoping to figure out what I've apparently missed, though I've read it so many times already that I don't expect to learn anything.

  • T410 + Ubuntu Lucid: Two Weeks of Use (the Good, the Bad, the Ugly)

    System 
    Lenovo ThinkPad T410 laptop, Integrated Intel Graphics, Intel Centrino Advanced-N 6200 wireless.
    Fixed
    Resume did not work after second suspend. Fixed by updating BIOS. https://bugs.launchpad.net/ubuntu/+source/linux/+bug/532374
    Font antialiasing misconfiguration that made small fonts look bad; had to edit ~/.fonts.conf manually to defeat the system preventing antialiasing at small font sizes. Screen is small (14") but has very high resolution (1440x900), so this seems to work ok here.
    Evolution doesn't autocomplete the email addresses of people you communicate with regularly. Fixed: turn on automatic contacts and autocomplete.
    Printer config didn't work til I changed system-config-printer to not use the Python on the user path: https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/328657
    Emacs copy/cut (meta-W, ctrl-W) doesn't put the text being operated on into the X clipboard. Likewise, putting something into the X clipboard doesn't make it possible to paste it into Emacs via ctrl-Y. Fixed via:
    (global-set-key "\C-w" 'clipboard-kill-region)
    (global-set-key "\M-w" 'clipboard-kill-ring-save)
    (global-set-key "\C-y" 'clipboard-yank)
    See also http://www.emacswiki.org/emacs/CopyAndPaste#toc2
    Toggle state of hardware mute button and software mute button not synchronized. If you hit the hardware mute button, it lights. If you subsequently unmute via software, the sound is umuted, but the hardware mute button remains lit. Pressing the lit hardware mute button in that state will result in the hardware mute button becoming unlit but the sound muted. Seems to have gotten fixed in upgrade to 2.6.34-999-generic kernel while trying to fix USB resume issue.
    USB broken after resume: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/566149 . (Installed http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2010-05-06-lucid/ aka kernel version 2.6.34-999-generic as per the instructions in https://wiki.ubuntu.com/KernelTeam/MainlineBuilds while waiting for "official" kernel update from Ubuntu).
    Outstanding
    Sometimes Bluetooth icon in indicator applet shows a red X next to it, sometimes it doesn't. I haven't bothered with Bluetooth yet, so I don't know why it's changing state.
    Sometimes audio mute button stops working. What's in syslog: keyboard.c: can't emulate rawmode for keycode 240 for each button press. Not sure why it works sometimes and not others.
    HDMI audio probably busted with installation of http://kernel.ubuntu.com/~kernel-ppa/mainline/daily/2010-05-06-lucid/ to fix https://bugs.launchpad.net/ubuntu/+source/linux/+bug/5661492. KDE came up and warned me the device had disappeared when I rebooted with the new kernel.
    Complete system lockups at various points (maybe once every couple days) requiring a hard power reset. I haven't been able to distinguish a pattern yet. Might be related to the wireless errors below; someone else claimed that a similar wireless card got hot enough under Linux to cause disconnects and weird system behavior. I haven't seen crazy temperatures yet though.
    Wireless network card (Intel Centrino Advanced-N 6200, using the iwlagn driver) freaks out every 20 minutes or so and "restarts" (whatever that means). Seems to be a firmware problem. Symptom: Microcode SW error detected.  Restarting 0x2000000. in syslog. sudo iwconfig wlan0 power off doesn't fix it, upgrade to 2.6.34.99 kernel didn't fix it, can't seem to find any newer firmware to try than what's in http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-6000-ucode-9.193.4.1.tgz. Reported bug at http://bugzilla.intellinuxwireless.org/show_bug.cgi?id=2205 as per http://www.intellinuxwireless.org/?n=fw_error_report
    Some potentially related Ubuntu info: http://ubuntuforums.org/archive/index.php/t-1142917.html
    WTF in syslog, every so often: wpa_supplicant[1196]: CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys plus about 10 other lines of gibberish. Probably related to the microcode problem above, no use trying to figure it out until that gets fixed. See also https://bugs.launchpad.net/ubuntu/+source/linux/+bug/548992
    At boot time, xdpyinfo | grep resolution still reports wrong DPI (reported: 96x96; actual: 120x120) and screen size (reported: 381x238mm; actual: 300x190mm) even after generating an xorg.conf and adding a DisplaySize 300 190 to the single Section "Monitor" in the config. This doesn't seem to be harming anything, but I don't know really what uses this info. Using xrandr -dpi 120 fixes the resolution and screen size reported by xdpyinfo.
    Firefox is a problem child for display at 120DPI (native screen DPI); some fonts are huge or tiny when they shouldn't be. Setting the layout.css.dpi in about:config to 120 seems to have no effect. This makes Firefox unusable for me on this system. Thankfully, Google Chrome doesn't have the same problem.
    Fingerprint reader unsupported.
    When bringing up a backgrounded Emacs window, sometimes Emacs refuses to give me control of the point in that window until I sacrifice the chicken of selecting any item from that window's menu bar.
    Emacs acts upon first click of any frame; clicking in a background emacs window reposititions the point in that window. I tried to fix this by adding (setq x-mouse-click-focus-ignore-position t) to my .emacs file as per http://www.gnu.org/software/emacs/manual/html_node/emacs/Mouse-Commands.html. This actually solved the problem: the first click of a window no longer repositioned the point. Unfortunately, contrary to the docs and contrary to the experience of somebody else in #emacs on freenode IRC, this setting also makes the mouse useless for selecting text, moving the point, or scrolling the window text in emacs. It just won't do any of those things for me anymore when this option is set. I can't even shift click on a window to set the font size. This symptom is worse than the problem I was trying to solve by doing it, so I left it off.
    Audio CD burning doesn't work from Rhythmbox: https://bugs.launchpad.net/ubuntu/lucid/+source/brasero/+bug/543892
    Pulse Audio advertises airport express send capability; it doesn't actually work (very choppy playback, unlistenable). http://pulseaudio.org/ticket/495#comment:23
    Opening Rhythmbox from the applications menu doesn't actually open the main window, it just creates a toolbar icon. You then need to know enough to go click on "Show Rhythmbox" in the toolbar icon dropdown.
    Konversation: sometimes the mouse pointer "disappears" while hovering over the nick list and the channel list. Only fixed by a restart of Konversation (closing the window and restoring it from the system tray doesn't help).
    Cut and paste is, as always, horrific. You need to use Shift-Ctrl-C in the Gnome terminal vs. Ctrl-C in other Gnome apps; Emacs meta-W doesn't put things onto the X clipboard by default, etc. I really don't understand why you can't remap cut copy and paste under Gnome. If you could remap the Gnome keybindings for cut, paste, copy, etc, I'd bind copy to Windowskey-C, paste to Windowskey-V, cut to Windowskey-X, and Undo to Windowskey-Z. Then at least for all Gnome apps that followed the system keybindings, most of the pain would disappear, because the cutnpaste shortcuts wouldn't step on alternate meanings.
    Still doesn't look quite as nice as the Mac does, dispite newer and better video and display hardware, no matter how many hours I spend messing around with display settings, font settings, etc.

    Not sure how you figure it's an "advanced router" problem.  I'd be happy to buy a different router, but I'd need to be told which one to buy. The router I'm connecting to is a barebones Linksys WRT54G (the blue and black one with the two antennas that you see everywhere).  These routers are maybe the most common router on the planet, AFAICT.
    I have also seen Compiz lockups, but I didn't mention those in the above; the lockups I'm seeing are true system lockups.  The system stops responding to any input on network, so it cannot even be restarted remotely.

  • [SOLVED]Wine on 64-bit - can't find wine libraries

    Hi. I'm a n00b at Arch with 64-bit system and would like to install Wine. I downloaded it from here:
    http://aur.archlinux.org/packages.php?ID=7915
    And then installed resulting 'bin32-wine-1.1.25-1-x86_64.pkg.tar.gz' . I satisfied all dependencies, and I get:
    [warnec@chakra ~]$ wine
    wine: error while loading shared libraries: libwine.so.1: cannot open shared object file: No such file or directory
    I might also add that there are libwine.so, libwine.so.1 and libwine.so.1.0 files in /opt/lib32/usr/lib.
    Last edited by warnec (2009-07-16 20:23:35)

    Whoa, simple relogging worked I'm starting to discover that some of mysterious linux bugs/problems are simply fixed by a reboot/relogin
    Thanks for support guys

  • [Regression] KDE4 does not load anymore after recent kernel update.

    Hi,
    I have updated my system to latest packages and now KDE4 does not load. i get a Blank Screen.
    I can't reach virtual terminals(I tried ALT+F1 to F11, but no response)
    Control + ALT + BACKSPACE does not work.
    even magic SysRq key(Alt+SysRq+REISUB) has no effect.
    So I had to hard reset my machine. somehow I managed to get logs.
    /var/log/Xorg.o
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux moody 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64
    Build Date: 18 July 2009 03:49:37PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Jul 30 06:43:33 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0xb40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:00f3:0000:0000 nVidia Corporation NV43 [GeForce 6200] rev 162, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 185.18.14 Wed May 27 01:53:56 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) NVIDIA dlloader X Driver 185.18.14 Wed May 27 01:30:19 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "RenderAccel" "True"
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1280x1024 +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
    (**) NVIDIA(0): Option "TripleBuffer" "True"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) NVIDIA(0): Option "PixmapCacheSize" "300000"
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce 6200 (NV43) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 131072 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.43.02.80.00
    (II) NVIDIA(0): Detected AGP rate: 8X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
    (--) NVIDIA(0): Samsung SyncMaster (CRT-0)
    (--) NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x1024+0+0"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (104, 113); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [5] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [6] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [7] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [8] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [9] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [10] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [11] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [12] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [13] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [14] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [15] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [16] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [17] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [18] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [19] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [20] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [21] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [22] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [23] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [24] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [25] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [26] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [27] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [28] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [29] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [30] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [31] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [32] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [33] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [34] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [35] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [36] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [37] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [38] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [39] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [40] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [41] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [42] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [43] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [44] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [45] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [46] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [47] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [48] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [49] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [50] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [51] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [52] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [53] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [54] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [55] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [56] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [57] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [58] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [59] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    (II) NVIDIA(0): configuration option may not be set correctly. When the
    (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Initialized AGP GART.
    /var/log/errors.log
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:50 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:08:54 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 27 12:09:04 moody kdm[4164]: X server startup timeout, terminating
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:36 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:40 moody kernel: NVRM: Xid (0001:00): 6, PE0000 18d8 e46e72b0 00000000 ffffffff 00000000
    Jul 30 06:43:50 moody kdm[4165]: X server startup timeout, terminating
    Jul 30 06:44:15 moody kdm[4165]: X server for display :0 cannot be started, session disabled
    /etc/X11/xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 1.0 (buildmeister@builder62) Tue Jan 6 09:44:34 PST 2009
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Wed Oct 1 15:12:53 PDT 2008
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    # Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "Xinerama" "0"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Samsung SyncMaster"
    HorizSync 30.0 - 71.0
    VertRefresh 50.0 - 160.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6200"
    Option "NoLogo" "True"
    Option "RenderAccel" "True"
    Option "TripleBuffer" "True"
    Option "BackingStore" "True"
    Option "PixmapCacheSize" "300000"
    Option "OnDemandVBlankInterrupts" "True"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "CRT-0"
    Option "metamodes" "1280x1024 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Looks like X server is not starting for some reason and this is the root cause of the problem.
    Here is the list of Packages which were Updated
    /var/log/pacman.log
    [2009-07-25 07:36] synchronizing package lists
    [2009-07-25 07:37] starting full system upgrade
    [2009-07-25 10:03] synchronizing package lists
    [2009-07-25 10:03] starting full system upgrade
    [2009-07-25 10:07] upgraded boost (1.39.0-1 -> 1.39.0-2)
    [2009-07-25 10:07] upgraded cups (1.3.10-3 -> 1.3.11-1)
    [2009-07-25 10:07] upgraded device-mapper (1.02.32-2 -> 1.02.33-1)
    [2009-07-25 10:07] upgraded dmapi (2.2.10-1 -> 2.2.10-2)
    [2009-07-25 10:07] upgraded dri2proto (2.0-1 -> 2.1-1)
    [2009-07-25 10:07] upgraded gcc-libs (4.4.0-5 -> 4.4.1-1)
    [2009-07-25 10:08] upgraded gcc (4.4.0-5 -> 4.4.1-1)
    [2009-07-25 10:08] upgraded hwdetect (2009.07-1 -> 2009.07-2)
    [2009-07-25 10:08] upgraded kbd (1.15-1 -> 1.15-2)
    [2009-07-25 10:08] >>> Updating module dependencies. Please wait ...
    [2009-07-25 10:08] >>> MKINITCPIO SETUP
    [2009-07-25 10:08] >>> ----------------
    [2009-07-25 10:08] >>> If you use LVM2, Encrypted root or software RAID,
    [2009-07-25 10:08] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2009-07-25 10:08] >>> More information about mkinitcpio setup can be found here:
    [2009-07-25 10:08] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2009-07-25 10:08]
    [2009-07-25 10:08] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2009-07-25 10:08] ==> Building image "default"
    [2009-07-25 10:08] ==> Running command: /sbin/mkinitcpio -k 2.6.30-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2009-07-25 10:08] :: Begin build
    [2009-07-25 10:08] :: Parsing hook [base]
    [2009-07-25 10:08] :: Parsing hook [udev]
    [2009-07-25 10:08] :: Parsing hook [autodetect]
    [2009-07-25 10:08] :: Parsing hook [ide]
    [2009-07-25 10:08] :: Parsing hook [scsi]
    [2009-07-25 10:08] :: Parsing hook [sata]
    [2009-07-25 10:08] :: Parsing hook [usb]
    [2009-07-25 10:08] :: Parsing hook [usbinput]
    [2009-07-25 10:08] :: Parsing hook [keymap]
    [2009-07-25 10:08] :: Parsing hook [filesystems]
    [2009-07-25 10:08] :: Generating module dependencies
    [2009-07-25 10:08] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2009-07-25 10:08] ==> SUCCESS
    [2009-07-25 10:08] ==> Building image "fallback"
    [2009-07-25 10:08] ==> Running command: /sbin/mkinitcpio -k 2.6.30-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2009-07-25 10:08] :: Begin build
    [2009-07-25 10:08] :: Parsing hook [base]
    [2009-07-25 10:09] :: Parsing hook [udev]
    [2009-07-25 10:09] :: Parsing hook [ide]
    [2009-07-25 10:09] :: Parsing hook [scsi]
    [2009-07-25 10:09] :: Parsing hook [sata]
    [2009-07-25 10:09] :: Parsing hook [usb]
    [2009-07-25 10:09] :: Parsing hook [usbinput]
    [2009-07-25 10:09] :: Parsing hook [keymap]
    [2009-07-25 10:09] :: Parsing hook [filesystems]
    [2009-07-25 10:10] :: Generating module dependencies
    [2009-07-25 10:10] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2009-07-25 10:10] ==> SUCCESS
    [2009-07-25 10:10] upgraded kernel26 (2.6.30.1-1 -> 2.6.30.2-1)
    [2009-07-25 10:10] upgraded lib32-libgl (7.4.4-1 -> 7.5-1)
    [2009-07-25 10:10] upgraded lib32-libpng (1.2.37-1 -> 1.2.38-1)
    [2009-07-25 10:10] upgraded lib32-mesa (7.4.4-1 -> 7.5-1)
    [2009-07-25 10:10] upgraded lib32-pango (1.24.4-2 -> 1.24.5-1)
    [2009-07-25 10:10] upgraded libtool (2.2.6a-2 -> 2.2.6a-3)
    [2009-07-25 10:10] upgraded libv4l (0.5.99-1 -> 0.6.0-1)
    [2009-07-25 10:10] upgraded lvm2 (2.02.47-2 -> 2.02.48-1)
    [2009-07-25 10:10] upgraded mesa (7.4.4-1 -> 7.5-1)
    [2009-07-25 10:10] upgraded pango (1.24.4-2 -> 1.24.5-1)
    [2009-07-25 10:10] upgraded perl-html-parser (3.60-1 -> 3.61-1)
    [2009-07-25 10:10] upgraded perl-libwww (5.825-1 -> 5.829-1)
    [2009-07-25 10:10] upgraded qtcurve-gtk2 (0.65.3-1 -> 0.66.0-1)
    [2009-07-25 10:10] upgraded qtcurve-kde4 (0.65.4-1 -> 0.66.1-1)
    [2009-07-25 10:10] upgraded smplayer (0.6.7-1 -> 0.6.8-1)
    [2009-07-25 10:10] upgraded xorg-server (1.6.1.901-3 -> 1.6.2-1)
    System Config:
    AMD Athlon 64 3000+
    Archlinux 2.6.30.2 X86_64
    KDE 4.2 Unstable
    Nvidia Geforce 6200 Video card
    please tell me how to get my desktop back.:)
    Last edited by cool (2009-07-30 17:06:32)

    Installed the nvidia-beta driver from AUR. version:190.18. it crashed on me.
    [code]____________________________________________
    Start of NVIDIA bug report log file.  Please include this file
    when reporting a graphics driver bug via the nV News NVIDIA
    Linux forum (see www.nvnews.net) or by sending email to
    '[email protected]'.
    nvidia-bug-report.sh Version: 3969188
    Date: Sat Aug  1 18:50:38 PDT 2009
    uname: Linux moody 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH x86_64
    Current Operating System: Linux moody 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009 x86_64
    Build Date: 18 July 2009  03:49:37PM
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug  1 18:30:08 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) |   |-->Monitor "Monitor0"
    (**) |   |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (**) Option "Xinerama" "0"
    (**) Option "AllowEmptyInput" "off"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
        /usr/share/fonts/misc,
        /usr/share/fonts/100dpi:unscaled,
        /usr/share/fonts/75dpi:unscaled,
        /usr/share/fonts/TTF,
        /usr/share/fonts/Type1,
        built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0xb40
    (II) Module ABI versions:
        X.Org ANSI C Emulation: 0.4
        X.Org Video Driver: 5.0
        X.Org XInput driver : 4.0
        X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:00f3:0000:0000 nVidia Corporation NV43 [GeForce 6200] rev 162, Mem @ 0xf8000000/16777216, 0xe0000000/268435456, 0xf9000000/16777216, BIOS @ 0x????????/131072
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Server Extension
    (II) NVIDIA GLX Module  190.18  Wed Jul 22 16:35:50 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.13.0
        Module class: X.Org Server Extension
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.1.0
        ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
        compiled for 4.0.2, module version = 1.0.0
        Module class: X.Org Video Driver
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.3.2
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
        compiled for 1.6.0, module version = 1.4.0
        Module class: X.Org XInput Driver
        ABI class: X.Org XInput driver, version 4.0
    (II) NVIDIA dlloader X Driver  190.18  Wed Jul 22 15:47:48 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
        compiled for 1.6.2, module version = 1.0.0
        ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) resource ranges after probing:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Option "NoLogo" "True"
    (**) NVIDIA(0): Option "RenderAccel" "True"
    (**) NVIDIA(0): Option "TwinView" "0"
    (**) NVIDIA(0): Option "MetaModes" "1280x1024 +0+0"
    (**) NVIDIA(0): Option "TwinViewXineramaInfoOrder" "CRT-0"
    (**) NVIDIA(0): Option "TripleBuffer" "True"
    (**) NVIDIA(0): Option "OnDemandVBlankInterrupts" "True"
    (**) NVIDIA(0): Option "PixmapCacheSize" "300000"
    (**) Aug 01 18:30:10 NVIDIA(0): Enabling RENDER acceleration
    (II) Aug 01 18:30:10 NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) Aug 01 18:30:10 NVIDIA(0):     enabled.
    (II) Aug 01 18:30:12 NVIDIA(0): NVIDIA GPU GeForce 6200 (NV43) at PCI:1:0:0 (GPU-0)
    (--) Aug 01 18:30:12 NVIDIA(0): Memory: 131072 kBytes
    (--) Aug 01 18:30:12 NVIDIA(0): VideoBIOS: 05.43.02.80.00
    (II) Aug 01 18:30:12 NVIDIA(0): Detected AGP rate: 8X
    (--) Aug 01 18:30:12 NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) Aug 01 18:30:12 NVIDIA(0): Connected display device(s) on GeForce 6200 at PCI:1:0:0:
    (--) Aug 01 18:30:12 NVIDIA(0):     Samsung SyncMaster (CRT-0)
    (--) Aug 01 18:30:12 NVIDIA(0): Samsung SyncMaster (CRT-0): 400.0 MHz maximum pixel clock
    (II) Aug 01 18:30:12 NVIDIA(0): Assigned Display Device: CRT-0
    (II) Aug 01 18:30:12 NVIDIA(0): Validated modes:
    (II) Aug 01 18:30:12 NVIDIA(0):     "1280x1024+0+0"
    (II) Aug 01 18:30:12 NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) Aug 01 18:30:12 NVIDIA(0): DPI set to (104, 113); computed from "UseEdidDpi" X config
    (--) Aug 01 18:30:12 NVIDIA(0):     option
    (==) Aug 01 18:30:12 NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC?  No, I don't.
    (II) resource ranges after preInit:
        [0] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [1] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [2] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [3] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [4] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [5] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [6] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [7] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [8] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [9] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [10] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [11] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [12] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [13] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [14] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [15] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [16] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [17] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [18] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [19] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [20] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [21] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [22] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [23] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [24] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [25] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [26] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [27] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [28] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [29] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [30] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [31] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [32] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [33] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [34] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [35] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [36] -1    0    0xffffffff - 0xffffffff (0x1) MX[b]
        [37] -1    0    0x000f0000 - 0x000fffff (0x10000) MX[b]
        [38] -1    0    0x000c0000 - 0x000effff (0x30000) MX[b]
        [39] -1    0    0x00000000 - 0x0009ffff (0xa0000) MX[b]
        [40] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [41] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [42] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [43] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [44] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [45] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [46] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [47] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [48] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [49] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [50] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [51] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [52] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [53] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [54] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [55] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [56] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [57] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
        [58] -1    0    0x0000ffff - 0x0000ffff (0x1) IX[b]
        [59] -1    0    0x00000000 - 0x00000000 (0x1) IX[b]
    (WW) Aug 01 18:30:12 NVIDIA(0): Failed to allocate GLX video capture device array.
    (II) Aug 01 18:30:12 NVIDIA(0): Initialized AGP GART.
    (II) Aug 01 18:30:12 NVIDIA(0): Setting mode "1280x1024+0+0"
    Backtrace:
    0: /usr/bin/X(xorg_backtrace+0x26) [0x4ee2e6]
    1: /usr/bin/X(xf86SigHandler+0x6f) [0x47b1cf]
    2: /lib/libc.so.6 [0x7f4b2a26cf90]
    3: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv000988X+0x23) [0x7f4b27067893]
    4: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b2702f988]
    5: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv001911X+0x2e) [0x7f4b2707975e]
    6: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b27075814]
    7: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv002497X+0xaa) [0x7f4b27075faa]
    8: /usr/lib/xorg/modules/drivers//nvidia_drv.so(_nv000979X+0x19d) [0x7f4b270503fd]
    9: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b2704cf69]
    10: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b272a9d88]
    11: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b272aa53e]
    12: /usr/lib/xorg/modules/drivers//nvidia_drv.so [0x7f4b2729b0bc]
    13: /usr/bin/X(AddScreen+0x1d4) [0x433114]
    14: /usr/bin/X(InitOutput+0x76f) [0x46e12f]
    15: /usr/bin/X(main+0x1fe) [0x43381e]
    16: /lib/libc.so.6(__libc_start_main+0xfd) [0x7f4b2a2599ed]
    17: /usr/bin/X [0x432e59]
    Fatal server error:
    Caught signal 11.  Server aborting
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    /etc/X11/xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings:  version 1.0  (buildmeister@builder62)  Tue Jan  6 09:44:34 PST 2009
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Oct  1 15:12:53 PDT 2008
    Section "ServerLayout"
        Identifier     "Layout0"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        InputDevice    "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
        Load           "dbe"
        Load           "extmod"
    #    Load           "type1"
        Load           "freetype"
        Load           "glx"
    EndSection
    Section "ServerFlags"
        Option         "AutoAddDevices" "False"
        Option         "Xinerama" "0"
        Option       "AllowEmptyInput" "off"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Mouse0"
        Driver         "mouse"
        Option         "Protocol" "auto"
        Option         "Device" "/dev/psaux"
        Option         "Emulate3Buttons" "no"
        Option         "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
        # generated from default
        Identifier     "Keyboard0"
        Driver         "kbd"
    EndSection
    Section "Monitor"
        Identifier     "Monitor0"
        VendorName     "Unknown"
        ModelName      "Samsung SyncMaster"
        HorizSync       30.0 - 71.0
        VertRefresh     50.0 - 160.0
        Option         "DPMS"
    EndSection
    Section "Device"
        Identifier     "Device0"
        Driver         "nvidia"
        VendorName     "NVIDIA Corporation"
        BoardName      "GeForce 6200"
        Option         "NoLogo" "True"
        Option         "RenderAccel" "True"
        Option         "TripleBuffer" "True"
        Option         "BackingStore" "True"
        Option         "PixmapCacheSize" "300000"
        Option         "OnDemandVBlankInterrupts" "True"
    EndSection
    Section "Screen"
        Identifier     "Screen0"
        Device         "Device0"
        Monitor        "Monitor0"
        DefaultDepth    24
        Option         "TwinView" "0"
        Option         "TwinViewXineramaInfoOrder" "CRT-0"
        Option         "metamodes" "1280x1024 +0+0"
        SubSection     "Display"
            Depth       24
        EndSubSection
    EndSection
    ldd /usr/bin/glxinfo
        linux-vdso.so.1 =>  (0x00007fff7bdff000)
        libGL.so.1 => /usr/lib/libGL.so.1 (0x00007f02ea6dc000)
        libm.so.6 => /lib/libm.so.6 (0x00007f02ea45a000)
        libc.so.6 => /lib/libc.so.6 (0x00007f02ea107000)
        libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f02e9dcc000)
        libGLcore.so.1 => /usr/lib/libGLcore.so.1 (0x00007f02e89a2000)
        libnvidia-tls.so.1 => /usr/lib/libnvidia-tls.so.1 (0x00007f02ea9b8000)
        libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f02e8790000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f02e858c000)
        /lib/ld-linux-x86-64.so.2 (0x00007f02ea8cb000)
        libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f02e8370000)
        libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f02e816e000)
        libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f02e7f69000)
    /usr/sbin/lspci -d "10de:*" -v -xxx
    01:00.0 VGA compatible controller: nVidia Corporation NV43 [GeForce 6200] (rev a2) (prog-if 00 [VGA controller])
        Flags: bus master, 66MHz, medium devsel, latency 248, IRQ 16
        Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
        Memory at e0000000 (32-bit, prefetchable) [size=256M]
        Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
        [virtual] Expansion ROM at fa000000 [disabled] [size=128K]
        Capabilities: [60] Power Management version 2
        Capabilities: [44] AGP version 3.0
        Kernel driver in use: nvidia
        Kernel modules: nvidia, nvidiafb
    00: de 10 f3 00 07 00 b0 02 a2 00 00 03 00 f8 00 00
    10: 00 00 00 f8 08 00 00 e0 00 00 00 f9 00 00 00 00
    20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    30: 00 00 00 00 60 00 00 00 00 00 00 00 0a 01 05 01
    40: 00 00 00 00 02 00 30 00 1b 0e 00 ff 02 03 00 1f
    50: 00 00 00 00 01 00 00 00 ce d6 23 00 0f 00 00 00
    60: 01 44 02 00 00 00 00 00 00 00 00 00 00 00 00 00
    70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    90: 00 00 00 00 00 80 00 00 01 04 40 c1 00 00 00 00
    a0: 08 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    /usr/sbin/lspci -t
    -[0000:00]-+-00.0
               +-00.1
               +-00.2
               +-00.3
               +-00.4
               +-00.7
               +-01.0-[0000:01]----00.0
               +-0f.0
               +-0f.1
               +-10.0
               +-10.1
               +-10.2
               +-10.3
               +-10.4
               +-11.0
               +-11.5
               +-12.0
               +-18.0
               +-18.1
               +-18.2
               \-18.3
    /usr/sbin/dmidecode
    # dmidecode 2.10
    SMBIOS 2.3 present.
    33 structures occupying 998 bytes.
    Table at 0x000F0800.
    Handle 0x0000, DMI type 0, 20 bytes
    BIOS Information
        Vendor: Phoenix Technologies, LTD
        Version: 6.00 PG
        Release Date: 06/01/2005
        Address: 0xE0000
        Runtime Size: 128 kB
        ROM Size: 512 kB
        Characteristics:
            ISA is supported
            PCI is supported
            PNP is supported
            APM is supported
            BIOS is upgradeable
            BIOS shadowing is allowed
            ESCD support is available
            Boot from CD is supported
            Selectable boot is supported
            BIOS ROM is socketed
            EDD is supported
            5.25"/360 kB floppy services are supported (int 13h)
            5.25"/1.2 MB floppy services are supported (int 13h)
            3.5"/720 kB floppy services are supported (int 13h)
            3.5"/2.88 MB floppy services are supported (int 13h)
            Print screen service is supported (int 5h)
            8042 keyboard services are supported (int 9h)
            Serial services are supported (int 14h)
            Printer services are supported (int 17h)
            CGA/mono video services are supported (int 10h)
            ACPI is supported
            USB legacy is supported
            AGP is supported
            LS-120 boot is supported
            ATAPI Zip drive boot is supported
            BIOS boot specification is supported
    Handle 0x0001, DMI type 1, 25 bytes
    System Information
        Manufacturer: MICRO-STAR INTERNATIONAL CO., LTD
        Product Name: MS-7142
        Version: 1.00
        Serial Number: 
        UUID: Not Present
        Wake-up Type: Power Switch
    Handle 0x0002, DMI type 2, 8 bytes
    Base Board Information
        Manufacturer: MICRO-STAR INTERNATIONAL CO., LTD
        Product Name: MS-7142
        Version: 1.00
        Serial Number: 
    Handle 0x0003, DMI type 3, 17 bytes
    Chassis Information
        Manufacturer: 
        Type: Desktop
        Lock: Not Present
        Version: 
        Serial Number: 
        Asset Tag: 
        Boot-up State: Unknown
        Power Supply State: Unknown
        Thermal State: Unknown
        Security Status: Unknown
        OEM Information: 0x00000000
    Handle 0x0004, DMI type 4, 35 bytes
    Processor Information
        Socket Designation: Socket 754
        Type: Central Processor
        Family: Athlon 64
        Manufacturer: AMD
        ID: C0 0F 00 00 FF FB 8B 07
        Signature: Family 15, Model 12, Stepping 0
        Flags:
            FPU (Floating-point unit on-chip)
            VME (Virtual mode extension)
            DE (Debugging extension)
            PSE (Page size extension)
            TSC (Time stamp counter)
            MSR (Model specific registers)
            PAE (Physical address extension)
            MCE (Machine check exception)
            CX8 (CMPXCHG8 instruction supported)
            APIC (On-chip APIC hardware supported)
            SEP (Fast system call)
            MTRR (Memory type range registers)
            PGE (Page global enable)
            MCA (Machine check architecture)
            CMOV (Conditional move instruction supported)
            PAT (Page attribute table)
            PSE-36 (36-bit page size extension)
            CLFSH (CLFLUSH instruction supported)
            MMX (MMX technology supported)
            FXSR (Fast floating-point save and restore)
            SSE (Streaming SIMD extensions)
            SSE2 (Streaming SIMD extensions 2)
        Version: AMD Athlon(tm) 64 Processor 3000+
        Voltage: 1.5 V
        External Clock: 200 MHz
        Max Speed: 3000 MHz
        Current Speed: 2000 MHz
        Status: Populated, Enabled
        Upgrade: Socket 754
        L1 Cache Handle: 0x0008
        L2 Cache Handle: 0x0009
        L3 Cache Handle: Not Provided
        Serial Number: 
        Asset Tag: 
        Part Number: 
    Handle 0x0005, DMI type 5, 20 bytes
    Memory Controller Information
        Error Detecting Method: 64-bit ECC
        Error Correcting Capabilities:
            None
        Supported Interleave: One-way Interleave
        Current Interleave: One-way Interleave
        Maximum Memory Module Size: 4096 MB
        Maximum Total Memory Size: 8192 MB
        Supported Speeds:
            70 ns
            60 ns
            50 ns
        Supported Memory Types:
            Standard
            DIMM
        Memory Module Voltage: 2.9 V
        Associated Memory Slots: 2
            0x0006
            0x0007
        Enabled Error Correcting Capabilities: None
    Handle 0x0006, DMI type 6, 12 bytes
    Memory Module Information
        Socket Designation: A0
        Bank Connections: None
        Current Speed: 5 ns
        Type: Unknown EDO
        Installed Size: Not Installed
        Enabled Size: Not Installed
        Error Status: OK
    Handle 0x0007, DMI type 6, 12 bytes
    Memory Module Information
        Socket Designation: A1
        Bank Connections: 2 3
        Current Speed: 5 ns
        Type: Unknown EDO
        Installed Size: 1024 MB (Double-bank Connection)
        Enabled Size: 1024 MB (Double-bank Connection)
        Error Status: OK
    Handle 0x0008, DMI type 7, 19 bytes
    Cache Information
        Socket Designation: Internal Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 128 kB
        Maximum Size: 128 kB
        Supported SRAM Types:
            Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Unknown
        System Type: Unknown
        Associativity: Unknown
    Handle 0x0009, DMI type 7, 19 bytes
    Cache Information
        Socket Designation: External Cache
        Configuration: Enabled, Not Socketed, Level 2
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 512 kB
        Maximum Size: 512 kB
        Supported SRAM Types:
            Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Unknown
        System Type: Unknown
        Associativity: Unknown
    Handle 0x000A, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: PRIMARY IDE
        Internal Connector Type: On Board IDE
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other
    Handle 0x000B, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: SECONDARY IDE
        Internal Connector Type: On Board IDE
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other
    Handle 0x000C, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: FDD
        Internal Connector Type: On Board Floppy
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: 8251 FIFO Compatible
    Handle 0x000D, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: COM1
        Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
        External Reference Designator: 
        External Connector Type: DB-9 male
        Port Type: Serial Port 16450 Compatible
    Handle 0x000E, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: COM2
        Internal Connector Type: 9 Pin Dual Inline (pin 10 cut)
        External Reference Designator: 
        External Connector Type: DB-9 male
        Port Type: Serial Port 16450 Compatible
    Handle 0x000F, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: LPT1
        Internal Connector Type: DB-25 female
        External Reference Designator: 
        External Connector Type: DB-25 female
        Port Type: Parallel Port ECP/EPP
    Handle 0x0010, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: Keyboard
        Internal Connector Type: PS/2
        External Reference Designator: 
        External Connector Type: PS/2
        Port Type: Keyboard Port
    Handle 0x0011, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: PS/2 Mouse
        Internal Connector Type: PS/2
        External Reference Designator: 
        External Connector Type: PS/2
        Port Type: Mouse Port
    Handle 0x0012, DMI type 8, 9 bytes
    Port Connector Information
        Internal Reference Designator: Not Specified
        Internal Connector Type: None
        External Reference Designator: USB0
        External Connector Type: Other
        Port Type: USB
    Handle 0x0013, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI0
        Type: 32-bit PCI
        Current Usage: Available
        Length: Long
        ID: 1
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0014, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI1
        Type: 32-bit PCI
        Current Usage: Available
        Length: Long
        ID: 2
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0015, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI2
        Type: 32-bit PCI
        Current Usage: Available
        Length: Long
        ID: 3
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0016, DMI type 9, 13 bytes
    System Slot Information
        Designation: PCI3
        Type: 32-bit PCI
        Current Usage: In Use
        Length: Long
        ID: 0
        Characteristics:
            5.0 V is provided
            PME signal is supported
    Handle 0x0017, DMI type 9, 13 bytes
    System Slot Information
        Designation: AGP
        Type: 32-bit AGP
        Current Usage: In Use
        Length: Long
        ID: 8
        Characteristics:
            5.0 V is provided
    Handle 0x0018, DMI type 13, 22 bytes
    BIOS Language Information
        Installable Languages: 3
            n|US|iso8859-1
            n|US|iso8859-1
            r|CA|iso8859-1
        Currently Installed Language: n|US|iso8859-1
    Handle 0x0019, DMI type 16, 15 bytes
    Physical Memory Array
        Location: System Board Or Motherboard
        Use: System Memory
        Error Correction Type: None
        Maximum Capacity: 8 GB
        Error Information Handle: Not Provided
        Number Of Devices: 2
    Handle 0x001A, DMI type 17, 27 bytes
    Memory Device
        Array Handle: 0x0019
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: No Module Installed
        Form Factor: DIMM
        Set: None
        Locator: A0
        Bank Locator: Bank0/1
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: None
        Serial Number: None
        Asset Tag: None
        Part Number: None
    Handle 0x001B, DMI type 17, 27 bytes
    Memory Device
        Array Handle: 0x0019
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 1024 MB
        Form Factor: DIMM
        Set: None
        Locator: A1
        Bank Locator: Bank2/3
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: None
        Serial Number: None
        Asset Tag: None
        Part Number: None
    Handle 0x001C, DMI type 19, 15 bytes
    Memory Array Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x0003FFFFFFF
        Range Size: 1 GB
        Physical Array Handle: 0x0019
        Partition Width: 0
    Handle 0x001D, DMI type 20, 19 bytes
    Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x001A
        Memory Array Mapped Address Handle: 0x001C
        Partition Row Position: 1
    Handle 0x001E, DMI type 20, 19 bytes
    Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x0003FFFFFFF
        Range Size: 1 GB
        Physical Device Handle: 0x001B
        Memory Array Mapped Address Handle: 0x001C
        Partition Row Position: 1
    Handle 0x001F, DMI type 32, 11 bytes
    System Boot Information
        Status: No errors detected
    Handle 0x0020, DMI type 127, 4 bytes
    End Of Table
    /sbin/modinfo nvidia | grep vermagic
    vermagic:       2.6.30-ARCH SMP preempt mod_unload
    Scanning kernel log files for NVRM messages:
    /var/log/messages is not readable
      /var/log/kernel.log:
    Aug  1 17:43:55 moody kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  185.18.14  Wed May 27 01:23:47 PDT 2009
    Aug  1 18:26:08 moody kernel: NVRM: API mismatch: the client has the version 190.18, but
    Aug  1 18:26:08 moody kernel: NVRM: this kernel module has the version 185.18.14.  Please
    Aug  1 18:26:08 moody kernel: NVRM: make sure that this kernel module and all NVIDIA driver
    Aug  1 18:26:08 moody kernel: NVRM: components have the same version.
    Aug  1 18:27:04 moody kernel: NVRM: API mismatch: the client has the version 190.18, but
    Aug  1 18:27:04 moody kernel: NVRM: this kernel module has the version 185.18.14.  Please
    Aug  1 18:27:04 moody kernel: NVRM: make sure that this kernel module and all NVIDIA driver
    Aug  1 18:27:04 moody kernel: NVRM: components have the same version.
    Aug  1 18:29:30 moody kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  190.18  Wed Jul 22 15:36:09 PDT 2009
    Aug  1 18:30:12 moody kernel: NVRM: Xid (0001:00): 6, PE0000 0104 00000000 00000000 ffffffff 00000000
    Aug  1 18:30:12 moody kernel: NVRM: Xid (0001:00): 6, PE0000 0104 00000000 00000000 ffffffff 00000000
    dmesg:
    Linux version 2.6.30-ARCH (root@T-POWA-LX) (gcc version 4.4.0 20090630 (prerelease) (GCC) ) #1 SMP PREEMPT Mon Jul 20 07:46:03 CEST 2009
    Command line: root=/dev/disk/by-uuid/ee4f81b6-1e0f-4ab9-a1e2-d6109732dbc5 ro
    KERNEL supported cpus:
      Intel GenuineIntel
      AMD AuthenticAMD
      Centaur CentaurHauls
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
    BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
    BIOS-e820: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
    BIOS-e820: 000000003fff3000 - 0000000040000000 (ACPI data)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
    DMI 2.3 present.
    Phoenix BIOS detected: BIOS may corrupt low RAM, working around it.
    e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    last_pfn = 0x3fff0 max_arch_pfn = 0x100000000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
      00000-9FFFF write-back
      A0000-BFFFF uncachable
      C0000-C7FFF write-protect
      C8000-CFFFF uncachable
      D0000-D7FFF write-back
      D8000-FFFFF uncachable
    MTRR variable ranges enabled:
      0 base 0000000000 mask FFC0000000 write-back
      1 base 00F0000000 mask FFF8000000 write-combining
      2 disabled
      3 disabled
      4 disabled
      5 disabled
      6 disabled
      7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Scanning 0 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009f400 (usable)
    modified: 000000000009f400 - 00000000000a0000 (reserved)
    modified: 00000000000f0000 - 0000000000100000 (reserved)
    modified: 0000000000100000 - 000000003fff0000 (usable)
    modified: 000000003fff0000 - 000000003fff3000 (ACPI NVS)
    modified: 000000003fff3000 - 0000000040000000 (ACPI data)
    modified: 00000000fec00000 - 00000000fec01000 (reserved)
    modified: 00000000fee00000 - 00000000fee01000 (reserved)
    modified: 00000000ffff0000 - 0000000100000000 (reserved)
    init_memory_mapping: 0000000000000000-000000003fff0000
    0000000000 - 003fe00000 page 2M
    003fe00000 - 003fff0000 page 4k
    kernel direct mapping tables up to 3fff0000 @ 10000-13000
    RAMDISK: 37f00000 - 37fefc8d
    ACPI: RSDP 00000000000f6b80 00014 (v00 VIAK8M)
    ACPI: RSDT 000000003fff3040 0002C (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
    ACPI: FACP 000000003fff30c0 00074 (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
    ACPI: DSDT 000000003fff3180 04D34 (v01 VIAK8M AWRDACPI 00001000 MSFT 0100000E)
    ACPI: FACS 000000003fff0000 00040
    ACPI: APIC 000000003fff7f00 0005A (v01 VIAK8M AWRDACPI 42302E31 AWRD 00000000)
    ACPI: Local APIC address 0xfee00000
    (7 early reservations) ==> bootmem [0000000000 - 003fff0000]
      #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
      #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
      #2 [0000200000 - 000082c0d0]    TEXT DATA BSS ==> [0000200000 - 000082c0d0]
      #3 [0037f00000 - 0037fefc8d]          RAMDISK ==> [0037f00000 - 0037fefc8d]
      #4 [000009f400 - 0000100000]    BIOS reserved ==> [000009f400 - 0000100000]
      #5 [000082d000 - 000082d0b6]              BRK ==> [000082d000 - 000082d0b6]
      #6 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
    found SMP MP-table at [ffff8800000f4b80] f4b80
    [ffffe20000000000-ffffe20000dfffff] PMD -> [ffff880001200000-ffff880001ffffff] on node 0
    Zone PFN ranges:
      DMA      0x00000010 -> 0x00001000
      DMA32    0x00001000 -> 0x00100000
      Normal   0x00100000 -> 0x00100000
    Movable zone start PFN for each node
    early_node_map[2] active PFN ranges
        0: 0x00000010 -> 0x0000009f
        0: 0x00000100 -> 0x0003fff0
    On node 0 totalpages: 262015
      DMA zone: 56 pages used for memmap
      DMA zone: 1680 pages reserved
      DMA zone: 2247 pages, LIFO batch:0
      DMA32 zone: 3528 pages used for memmap
      DMA32 zone: 254504 pages, LIFO batch:31
    ACPI: PM-Timer IO Port: 0x4008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 2, version 0, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    ACPI: IRQ9 used by override.
    Using ACPI (MADT) for SMP configuration information
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    nr_irqs_gsi: 24
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
    NR_CPUS:16 nr_cpumask_bits:16 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Embedded 25 pages at ffff88000100a000, static data 72352 bytes
    Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 256751
    Kernel command line: root=/dev/disk/by-uuid/ee4f81b6-1e0f-4ab9-a1e2-d6109732dbc5 ro
    Initializing CPU#0
    NR_IRQS:768
    PID hash table entries: 4096 (order: 12, 32768 bytes)
    Fast TSC calibration using PIT
    Detected 1999.604 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
    Checking aperture...
    AGP bridge at 00:00:00
    Aperture from AGP @ f0000000 old size 32 MB
    Aperture from AGP @ f0000000 size 128 MB (APSIZE f20)
    Node 0: aperture @ f0000000 size 128 MB
    Memory: 1024112k/1048512k available (3409k kernel code, 452k absent, 23372k reserved, 1239k data, 460k init)
    SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Calibrating delay loop (skipped), value calculated using timer frequency.. 4000.84 BogoMIPS (lpj=6665346)
    Security Framework initialized
    Mount-cache hash table entries: 256
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    tseg: 0000000000
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 20k freed
    ACPI: Core revision 20090320
    Setting APIC routing to flat
    ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    CPU0: AMD Athlon(tm) 64 Processor 3000+ stepping 00
    Brought up 1 CPUs
    Total of 1 processors activated (4000.84 BogoMIPS).
    CPU0 attaching NULL sched-domain.
    net_namespace: 1888 bytes
    Booting paravirtualized kernel on bare hardware
    NET: Registered protocol family 16
    node 0 link 0: io port [1000, fffff]
    TOM: 0000000040000000 aka 1024M
    node 0 link 0: mmio [a0000, bffff]
    node 0 link 0: mmio [40000000, ff70ffff]
    bus: [00,ff] on node 0 link 0
    bus: 00 index 0 io port: [0, ffff]
    bus: 00 index 1 mmio: [a0000, bffff]
    bus: 00 index 2 mmio: [40000000, fcffffffff]
    ACPI: bus type pci registered
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI Warning (dsobject-0502): Package List length (6) larger than NumElements count (3), truncated
    [20090320]
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S4 S5)
    ACPI: Using IOAPIC for interrupt routing
    ACPI: No dock devices found.
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci 0000:00:00.0: reg 10 32bit mmio: [0xf0000000-0xf7ffffff]
    pci 0000:00:01.0: supports D1
    pci 0000:00:0f.0: reg 10 io port: [0xe000-0xe007]
    pci 0000:00:0f.0: reg 14 io port: [0xe100-0xe103]
    pci 0000:00:0f.0: reg 18 io port: [0xe200-0xe207]
    pci 0000:00:0f.0: reg 1c io port: [0xe300-0xe303]
    pci 0000:00:0f.0: reg 20 io port: [0xe400-0xe40f]
    pci 0000:00:0f.0: reg 24 io port: [0xe500-0xe5ff]
    pci 0000:00:0f.1: reg 20 io port: [0xe600-0xe60f]
    pci 0000:00:10.0: reg 20 io port: [0xe700-0xe71f]
    pci 0000:00:10.0: supports D1 D2
    pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.0: PME# disabled
    pci 0000:00:10.1: reg 20 io port: [0xe800-0xe81f]
    pci 0000:00:10.1: supports D1 D2
    pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.1: PME# disabled
    pci 0000:00:10.2: reg 20 io port: [0xe900-0xe91f]
    pci 0000:00:10.2: supports D1 D2
    pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.2: PME# disabled
    pci 0000:00:10.3: reg 20 io port: [0xea00-0xea1f]
    pci 0000:00:10.3: supports D1 D2
    pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.3: PME# disabled
    pci 0000:00:10.4: reg 10 32bit mmio: [0xfb000000-0xfb0000ff]
    pci 0000:00:10.4: supports D1 D2
    pci 0000:00:10.4: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:10.4: PME# disabled
    HPET not enabled in BIOS. You might try hpet=force boot option
    pci 0000:00:11.5: reg 10 io port: [0xeb00-0xebff]
    pci 0000:00:11.5: supports D1 D2
    pci 0000:00:12.0: reg 10 io port: [0xec00-0xecff]
    pci 0000:00:12.0: reg 14 32bit mmio: [0xfb001000-0xfb0010ff]
    pci 0000:00:12.0: supports D1 D2
    pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:00:12.0: PME# disabled
    pci 0000:01:00.0: reg 10 32bit mmio: [0xf8000000-0xf8ffffff]
    pci 0000:01:00.0: reg 14 32bit mmio: [0xe0000000-0xefffffff]
    pci 0000:01:00.0: reg 18 32bit mmio: [0xf9000000-0xf9ffffff]
    pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
    pci 0000:00:01.0: bridge 32bit mmio: [0xf8000000-0xfaffffff]
    pci 0000:00:01.0: bridge 32bit mmio pref: [0xe0000000-0xefffffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 6 7 10 *11 12)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 *12)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 6 7 10 11 12) *0, disabled.
    ACPI: PCI Interrupt Link [ALKA] (IRQs *20)
    ACPI: PCI Interrupt Link [ALKB] (IRQs *21)
    ACPI: PCI Interrupt Link [ALKC] (IRQs *22)
    ACPI: PCI Interrupt Link [ALKD] (IRQs *23)
    PCI: Using ACPI for IRQ routing
    pci 0000:00:00.0: BAR 0: can't allocate resource
    NetLabel: Initializing
    NetLabel:  domain hash size = 128
    NetLabel:  protocols = UNLABELED CIPSOv4
    NetLabel:  unlabeled traffic allowed by default
    agpgart-amd64 0000:00:00.0: AGP bridge [1106/0204]
    agpgart-amd64 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:00: mem resource (0xdcc00-0xdffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0xf0000-0xf7fff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0xf8000-0xfbfff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0xfc000-0xfffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0x0-0x9ffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp 00:00: mem resource (0x100000-0x3ffeffff) overlaps 0000:00:00.0 BAR 0 (0x0-0x7ffffff), disabling
    pnp: PnP ACPI: found 12 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:00: iomem range 0x3fff0000-0x3fffffff could not be reserved
    system 00:00: iomem range 0xffff0000-0xffffffff has been reserved
    system 00:00: iomem range 0xfec00000-0xfec00fff has been reserved
    system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
    system 00:00: iomem range 0xfff80000-0xfffeffff has been reserved
    system 00:02: ioport range 0x4000-0x407f has been reserved
    system 00:02: ioport range 0x5000-0x500f has been reserved
    system 00:03: ioport range 0xb78-0xb7b has been reserved
    system 00:03: ioport range 0xf78-0xf7b has been reserved
    system 00:03: ioport range 0xa78-0xa7b has been reserved
    system 00:03: ioport range 0xe78-0xe7b has been reserved
    system 00:03: ioport range 0xbbc-0xbbf has been reserved
    system 00:03: ioport range 0xfbc-0xfbf has been reserved
    system 00:03: ioport range 0x4d0-0x4d1 has been reserved
    system 00:03: ioport range 0x290-0x297 has been reserved
    pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
    pci 0000:00:01.0:   IO window: disabled
    pci 0000:00:01.0:   MEM window: 0xf8000000-0xfaffffff
    pci 0000:00:01.0:   PREFETCH window: 0x000000e0000000-0x000000efffffff
    pci 0000:00:01.0: setting latency timer to 64
    pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
    pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
    pci_bus 0000:01: resource 1 mem: [0xf8000000-0xfaffffff]
    pci_bus 0000:01: resource 2 pref mem [0xe0000000-0xefffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
    TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
    TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    NET: Registered protocol family 1
    Unpacking initramfs...
    Freeing initrd memory: 959k freed
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1249151352.183:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    msgmni has been set to 2003
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    pci 0000:00:01.0: disabling DAC on VIA PCI bridge
    pci 0000:01:00.0: Boot video device
    Linux agpgart interface v0.103
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    serio: i8042 KBD port at 0x60,0x64 irq 1
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 460k freed
    Uniform Multi-Platform E-IDE driver
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    via82cxxx 0000:00:0f.1: VIA vt8237 (rev 00) IDE UDMA133
    via82cxxx 0000:00:0f.1: IDE controller (0x1106:0x0571 rev 0x06)
    ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
    VIA_IDE 0000:00:0f.1: PCI INT A -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
    via82cxxx 0000:00:0f.1: not 100% native mode: will probe irqs later
        ide0: BM-DMA at 0xe600-0xe607
        ide1: BM-DMA at 0xe608-0xe60f
    Probing IDE interface ide0...
    Switched to high resolution mode on CPU 0
    Probing IDE interface ide1...
    hdc: BENQ DVD DD DW1650, ATAPI CD/DVD-ROM drive
    hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
    hdc: UDMA/33 mode selected
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    ide1 at 0x170-0x177,0x376 on irq 15
    SCSI subsystem initialized
    libata version 3.00 loaded.
    sata_via 0000:00:0f.0: version 2.4
    sata_via 0000:00:0f.0: PCI INT B -> Link[ALKA] -> GSI 20 (level, low) -> IRQ 20
    sata_via 0000:00:0f.0: routed to hard irq line 11
    scsi0 : sata_via
    scsi1 : sata_via
    ata1: SATA max UDMA/133 cmd 0xe000 ctl 0xe100 bmdma 0xe400 irq 20
    ata2: SATA max UDMA/133 cmd 0xe200 ctl 0xe300 bmdma 0xe408 irq 20
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    ata1.00: ATA-7: ST380815AS, 4.AAB, max UDMA/133
    ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata1.00: configured for UDMA/133
    scsi 0:0:0:0: Direct-Access     ATA      ST380815AS       4.AA PQ: 0 ANSI: 5
    ata2: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
    ide-cd driver 5.00
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
    ehci_hcd 0000:00:10.4: PCI INT C -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    ehci_hcd 0000:00:10.4: EHCI Host Controller
    ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:10.4: irq 21, io mem 0xfb000000
    ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    Driver 'sd' needs updating - please use bus_type methods
    sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors: (80.0 GB/74.5 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda:<6>ide-cd: hdc: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache
    Uniform CD-ROM driver Revision: 3.20
    sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:10.0: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.0: UHCI Host Controller
    uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
    uhci_hcd 0000:00:10.0: irq 21, io base 0x0000e700
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 2 ports detected
    uhci_hcd 0000:00:10.1: PCI INT A -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.1: UHCI Host Controller
    uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
    uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e800
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 2 ports detected
    uhci_hcd 0000:00:10.2: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.2: UHCI Host Controller
    uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
    uhci_hcd 0000:00:10.2: irq 21, io base 0x0000e900
    usb usb4: configuration #1 chosen from 1 choice
    hub 4-0:1.0: USB hub found
    hub 4-0:1.0: 2 ports detected
    uhci_hcd 0000:00:10.3: PCI INT B -> Link[ALKB] -> GSI 21 (level, low) -> IRQ 21
    uhci_hcd 0000:00:10.3: UHCI Host Controller
    uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 5
    uhci_hcd 0000:00:10.3: irq 21, io base 0x0000ea00
    usb usb5: configuration #1 chosen from 1 choice
    hub 5-0:1.0: USB hub found
    hub 5-0:1.0: 2 ports detected
    usb 1-5: new high speed USB device using ehci_hcd and address 3
    usb 1-5: configuration #1 chosen from 1 choice
    Initializing USB Mass Storage driver...
    scsi2 : SCSI emulation for USB Mass Storage devices
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs: mounted filesystem with writeback data mode.
    usb 2-2: new low speed USB device using uhci_hcd and address 2
    usb 2-2: configuration #1 chosen from 1 choice
    rtc_cmos 00:05: RTC can wake from S4
    rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one year, y3k, 242 bytes nvram
    udev: starting version 141
    via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
    via-rhine: Broken BIOS detected, avoid_D3 enabled.
    ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
    via-rhine 0000:00:12.0: PCI INT A -> Link[ALKD] -> GSI 23 (level, low) -> IRQ 23
    eth0: VIA Rhine II at 0x1ec00, 00:11:09:06:18:c6, IRQ 23.
    eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 41e1.
    ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
    VIA 82xx Audio 0000:00:11.5: PCI INT C -> Link[ALKC] -> GSI 22 (level, low) -> IRQ 22
    VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
    vboxdrv: Trying to deactivate the NMI watchdog permanently...
    vboxdrv: Successfully done.
    vboxdrv: Found 1 processor cores.
    VBoxDrv: dbg - g_abExecMemory=ffffffffa02a36a0
    vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    vboxdrv: Successfully loaded version 3.0.2 (interface 0x000e0000).
    VBoxNetFlt: dbg - g_abExecMemory=ffffffffa0447ec0
    input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    ACPI: Power Button [PWRF]
    input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    ACPI: Power Button [PWRB]
    processor ACPI_CPU:00: registered

  • Installation worked, but command doesn't

    Have just downloaded and installed Acrobat Reader 9.  Am running Linux Fedora 12 (Constantine) and GNOME 2.28.0.  Don't want to use "evince" (GNOME version of PDF file reader). No errors from Reader installation, but am unable to execute the "acroread" command (either manually from directory where file is located or clicking on icon from list of applications). 
    Error message reads:
    /opt/Adobe/Reader9/Reader/intellinux/bin/acroread: error while loading shared libraries: libcrypto.so.0.9.8: cannot enable executable stack as shared object requires: Permission denied
    I know enough UNIX/Linux to fix minor problems, but am NOT a programmer, so am unable to understand how to fix.  Any Linux system users out there with suggestions??  Thanx!

    Signs are that this may be a Linux bug:
    https://bugzilla.redhat.com/show_bug.cgi?id=583294

  • Not able to type a password when trying to create a domain

    Hi,
    I am trying to create a domain and in that wizard, in Administrator name and password for weblogic user, I am not able to type the password. Whatever I type it doesn't get reflected in the UI . if I press Next button Error comes as password is mandatory. I am using Linux OS.
    P.S. I am able to type in Name and description fields.
    Kindly advise.
    Regards

    If anyone else face this issue, then here comes the resolution -
    Password Field Not Editable in Domain Template on Linux
    Bug: 10394900
    Added: 01-May-2011
    Platform: Linux
    On Linux, when creating a new domain using a developer template in the Oracle Fusion Middleware Configuration Wizard, the password and confirm password fields are not editable, and you cannot enter a password to create a domain.
    Workaround: Do one of the following:
    To work around the issue each time it occurs: Click the close window "x" button in the upper right corner of the Configuration Wizard. In the confirmation dialog that appears, click "No" to return to the Configuration Wizard. Now you can enter the password and confirmation password.
    To fix the issue permanently:
    Kill a scim processes. For example, kill "pgrep scim"
    Modify (or create) the file ~/.scim/config to include the following line:
    /FrontEnd/X11/Dynamic = true (follow case sensitivity)
    If you are running VNC, restart the VNC server.
    Run the Configuration Wizard again.
    Regards,
    Anuj

  • H97 Gaming 3 - Audio Problem

    Hello, I have a problem with the audio of my new MSI h97 gaming 3
    The audio works, but is distorted.
    I have already installed the latest realtek audio driver (6.0.1.7293)
    I have already tried to change headset.
    Hardware
    Mobo: MSI H97 Gaming 3
    CPU: Intel Core i5-4690
    RAM: G.Skill Ares
    GPU: MSI GTX 970
    PSU: XFX 650w 80+ Gold
    SSD: Samsung 840Evo
    HDD: WD Blue
    OS: Windows 8.1 Pro

    Quote from: darkhawk on 29-November-14, 21:40:04
    I understand you aren't using Linux, but this might be helpful....
    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1321421
    In particular, https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1321421/comments/21
    Apparently there is an issue with the Intel PCHs and this audio card specifically. I'm not sure it's 100% related, but I figure it's worth mentioning.
    Possibly this is also related: http://ubuntuforums.org/showthread.php?t=2027573&p=12109016#post12109016
    It sounds like there is an interrupt issue that could possibly be solved by not allowing the CPU to change C-States.
    Or it could properly be solved via drivers I believe.
    I would contact Realtek about the issue.
    Sorry but i can't understand this solution.

  • T420: Random freezes on Debian Wheezy

    Hi all, I have a T420 with integrated Intel Graphics. 1-3 times a day mainly when using chromium or iceweasel (debian version of firefox), my thinkpad would become unresponsive and all I can do is a hard reset. While this is only a bit annoying so far, I fear it might get worse with time. 
    Could it be due to the kernel? I read some things about incompatibilities online, but I honestly have no clue how to check that. Does anybody else experience similar problems? I still have warranty, but I think it must be a software issue...
    [~] $ uname -a
    Linux think 3.2.0-4-amd64 #1 SMP Debian 3.2.41-2 x86_64 GNU/Linux
    Thank you for ideas/suggestions. 
    Minamoto

    Sounds like this:
    https://bugs.launchpad.net/ubuntu/+source/linux/+bug/946899
    Hope they publish a fix for the i915 driver ...

Maybe you are looking for