[SOLVED] NVidia, Xorg, Output not reaching monitor?

Hardware...
====================================================
  Computer: ASUS K55VD Laptop (UEFI Motherboard)
  Processor: Intel i5
  Graphics: NVidia GeForce 610M, also the Intel chip that I'm not using (I think)
Relevant System Information (I figure maybe the location of my initramfs is messing with driver installation?)...
====================================================
  Partitioning...
    sda1: /boot (FAT32)
    sda2: / (ext4)
    sda3: /home (ext4)
  Boot: Syslinux EFI setup using efibootmgr (ESP: /boot, Syslinux: /boot/EFI/syslinux)
  Driver package: "nvidia", corresponding libgl and lib32 stuff. NOTE: I know this is the wrong version, but my problem is _exactly_ the same with nvidia-304xx.
  Xorg Configuration (no other conf files influencing outcome, no ~/.xinitrc)...
    /etc/X11/xorg.conf.d/10-evdev.conf
    /etc/X11/xorg.conf.d/10-quirks.conf
    /etc/X11/xorg.conf.d/10-server.conf
    /etc/X11/xorg.conf.d/20-nvidia.conf
Other Notes: The laptop originally came with Windows 8. At the time, I didn't want to spend a whole lot of time installing Arch, so I chose Ubuntu for the time being. While Ubuntu was installed, I noticed that the driver being used was called "Mesa", and certain applications didn't like that (NCAR's VAPOR, for example). Perhaps there's a problem with the hardware that's causing Ubuntu to choose an alternate install system, and now I'm running into that?
Problem...
====================================================
I've set everything up properly according to the Beginner's Guide, NVIDIA and Xorg pages.
I run startx.
At "Loading extension GLX", the whole TTY freezes (stops redrawing, can tell because cursor freezes in current state <on/off>).
At this point, I can still switch TTYs with C-M-F<n>, so it's just that one TTY.
I can type "exit", <Enter>, and then the server dies dramatically.
Here's the full output from the server, which had to be unjumbled by redirecting all output to a file
Here's my /var/log/Xorg.0.log, recovered after the test
I was even able to retrieve this glxinfo output by piping to a file!
Again, I was typing blind, so there's no real guarantee that the glxinfo output is, in fact, glxinfo output...
Analysis...
====================================================
I have no idea what the problem is on the server's shutdown, but I've got ideas about the rest of it.
I figure what's happening is that the server is starting just fine, but it isn't putting output on my monitor. It opens the twm environment, which starts with an open terminal. When I type "exit", <Enter>, the server shuts down again, as expected, but something goes wrong.
That's how it occurred to me to grab that glxinfo: 'glxinfo > ~/test'
Does the following mean that it's actually using the Intel graphics? (found this in Xorg log)
[  1571.248] (--) PCI:*(0:0:2:0) :::this refers to the Intel graphics
[  1571.248] (--) PCI: (0:1:0:0) :::this refers to the 610M
What does that asterisk (*) mean?
Does this line mean that my graphics card isn't hooked up to my monitor?
[  1571.383] (--) NVIDIA(0): Valid display device(s) on GeForce 610M at PCI:1:0:0
[  1571.383] (--) NVIDIA(0):     none
Maybe I need to configure my monitor to be detected somehow?
I noticed two errors in the Xorg log that might be related...
[  1571.385] (EE) NVIDIA(0): Failed to initiate mode change.
[  1571.385] (EE) NVIDIA(0): Failed to complete mode change
Maybe there's a simple package installation that will fix everything?
If there's any more information you need, please ask.
Thanks!
PS: wgetpaste was EXTREMELY helpful!
Last edited by soccermiles (2013-12-22 23:23:40)

New Progress!
I've managed to get my screen to go black during the server's run, instead of having my TTY just freeze!
I followed the instructions here
However, now I have the problem that the X server shuts down about two seconds after startup. I have confirmed that both of the xrandr commands are completed.
Here is my x log
Here is my x output
As you can see, we have "Screen 1 deleted because of no matching config section". I have no idea what that means.
The NVIDIA driver still appears to try setting mode "NULL" (maybe it isn't getting the available modes properly?)
At the end, there's this weird thing...
reporting 3 4 17 122
have a master to look out for
adjust shatters 0 1366
need to create shared pixmap 1(II) NVIDIA(GPU-0): Deleting GPU-0
Uhhh...why is it deleting my GPU? (I have no idea what it means by that)
UPDATE (again!)...
I HAVE LWM WINDOWS APPEARING! (but I had to stop the nvidia to get that)
I changed the ServerLayout to have Screen 0 be the "intel" screen.
Initially, input wasn't being handled at all, resulting in complete inability to do anything once x started
I managed to get input working by adding some xorg configs for my input devices (now I have fully-functional xorg, but without my nvidia card)
I still want to get my nvidia working.
Last edited by soccermiles (2013-12-22 19:31:50)

Similar Messages

  • [SOLVED] NVS280 Xorg.conf settings dual monitors

    Hi,
    I've spent the last few days pulling my hair out trying to get the correct drivers installed without causing a kernel panic which I think I have now managed to do. I installed the Nvidia96-xx from the AUR and xorg-server1.12. My problem is though that I can't figure out how to get the computer to recognise the 2nd monitor. When it is in cli before starting the desktop environment though X it displays the same on both screens. But when i startx or startxfce4 (the desktop environment i chose) the second screen just turns off leaving just the first on. Obviously I don't want it to display the same screen twice anyway but I honestly have no idea how to get dual desktop running.
    I have the Nvidia Quadro NVS280 graphics card. If someone could tell me what I need to do to get this working that would be awesome I'll try paste my current xorg.config here. I did run the nvidia-xconfig which did generate the file but still
    My xconfig file:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@swio-display-x64-suse91-02) Sat Sep 1 03:47:08 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    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 30.0 - 110.0
    VertRefresh 50.0 - 150.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection]
    Last edited by FuSeD386 (2014-03-16 15:10:10)

    Thanks lol I didn't know that code thing with the posting I only signed up today hahaha.
    I havn't tried the other drivers. I got it into my head that 96xx was the one that I needed. I originally setup using ubuntu and it told me that I needed 96-xx but after installing Xserver just crashed everytime. Honestly I always hated ubuntu so I did want to use Arch but at the time I was just trying to rush setup. Now I'm determined to get the setup I actually like. (Arch) lol.
    Do you think it's worth starting again and trying the drivers in the repository? I did look into nouveau but it said that it wouldn't work if you had to use nomodeset to boot, which I do. Without it the screens just stay blank. Before I installed nvidia96-xx my pc would just reboot continuously without it. The only reason I'm using Xorg-server1.12 is because of the nvidia-96.
    I'm fairly new to Arch tbh I have pieces of paper scattered across my desk with various commands written on them to remind me how to do basic things like copy files and install from the AUR.

  • [SOLVED]NVIDIA Xorg Errors

    I installed Xorg and the proprietary nvidia driver using the wiki, but when running xinit or startx I get errors such as  no nvidia.ko, unable to connect to X server, and Nos such process server error
    Rebooted and works fine
    Last edited by duke11235 (2010-08-23 00:36:15)

    New Progress!
    I've managed to get my screen to go black during the server's run, instead of having my TTY just freeze!
    I followed the instructions here
    However, now I have the problem that the X server shuts down about two seconds after startup. I have confirmed that both of the xrandr commands are completed.
    Here is my x log
    Here is my x output
    As you can see, we have "Screen 1 deleted because of no matching config section". I have no idea what that means.
    The NVIDIA driver still appears to try setting mode "NULL" (maybe it isn't getting the available modes properly?)
    At the end, there's this weird thing...
    reporting 3 4 17 122
    have a master to look out for
    adjust shatters 0 1366
    need to create shared pixmap 1(II) NVIDIA(GPU-0): Deleting GPU-0
    Uhhh...why is it deleting my GPU? (I have no idea what it means by that)
    UPDATE (again!)...
    I HAVE LWM WINDOWS APPEARING! (but I had to stop the nvidia to get that)
    I changed the ServerLayout to have Screen 0 be the "intel" screen.
    Initially, input wasn't being handled at all, resulting in complete inability to do anything once x started
    I managed to get input working by adding some xorg configs for my input devices (now I have fully-functional xorg, but without my nvidia card)
    I still want to get my nvidia working.
    Last edited by soccermiles (2013-12-22 19:31:50)

  • [Solved] Catalyst and RandR not detecting monitors

    SOLUTION
    The xorg.conf that CCC configures, even when xinerama is disabled, does not work with RandR. I gutted everything so only my primary monitor was in xorg.conf, then added the line 'Virtual' where appropriate with the correct square size of my total monitor space. xrandr then detects everything fine, and was able to use xrandr to get the screens working. Openbox only needs one session. Life is good.
    Working xorg.conf with RandR:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "0-DFP5"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "Primary" "true"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "2560x1440"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "Monitor-DFP5" "0-DFP5"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Virtual 5920 1440
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
    EndSection
    Original Problem
    Hi,
    I'm moving from Xinerama (Which worked well for most things) to RandR. To get randr loading first thing I did was disable Xinerama in Catalyst Control Centre, restarted X.
    My xorg.conf (Generated by CCC) has all monitors and modes listed correctly, and my middle (Primary) monitor (DFP5) works fine. My two sides, DFP9 and DFP10, are blank. I can move the cursor over to them, but that's about it.
    xrandr does not appear to detect DFP9 and DFP10 as being connected.
    I am using catalyst-total from AUR.
    I've included all info I think may be helpful.
    EDIT:
    Seems my main issue was that Openbox needs a session on each X screen. So I can now use each X screen, but I can't alt tab across every window because the sessions don't talk to each other. randr still does not work though.
    cat /var/log/Xorg.0.log | grep RandR
    [ 6906.988] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 6906.988] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 6907.124] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6907.241] (--) RandR disabled
    [ 6907.260] (II) fglrx(1): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6907.322] (--) RandR disabled
    [ 6907.340] (II) fglrx(2): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6907.388] (--) RandR disabled
    /etc/X11/xorg.conf:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 1680 0
    Screen "amdcccle-Screen[1]-1" 4240 0
    Screen "amdcccle-Screen[1]-2" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "off"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "0-DFP5"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "Primary" "true"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "2560x1440"
    EndSection
    Section "Monitor"
    Identifier "0-DFP10"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1680x1050"
    EndSection
    Section "Monitor"
    Identifier "0-DFP9"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1680x1050"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "Monitor-DFP5" "0-DFP5"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "amdcccle-Device[1]-1"
    Driver "fglrx"
    Option "Monitor-DFP10" "0-DFP10"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Device"
    Identifier "amdcccle-Device[1]-2"
    Driver "fglrx"
    Option "Monitor-DFP9" "0-DFP9"
    BusID "PCI:1:0:0"
    Screen 2
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "amdcccle-Screen[1]-1"
    Device "amdcccle-Device[1]-1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "amdcccle-Screen[1]-2"
    Device "amdcccle-Device[1]-2"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
    EndSection
    xrandr
    Screen 0: minimum 320 x 200, current 2560 x 1440, maximum 2560 x 2560
    DFP5 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
    2560x1440 60.0*+
    1800x1440 60.0
    1856x1392 60.0
    1792x1344 60.0
    1920x1200 59.9
    1920x1080 60.0 50.0 59.9 30.0 25.0 24.0 30.0 24.0
    1600x1200 60.0
    1776x1000 50.0 59.9 25.0 24.0 30.0
    1680x1050 60.0
    1400x1050 60.0
    1600x900 60.0
    1280x1024 75.0 60.0
    1440x900 60.0
    1280x960 75.0 60.0
    1280x800 59.8
    1152x864 60.0 75.0
    1280x768 59.8
    1280x720 60.0 50.0 59.9
    1024x768 75.0 60.0
    1152x648 50.0 59.9
    800x600 75.0 60.3
    720x480 60.0 59.9
    640x480 75.0 59.9
    DFP1 disconnected (normal left inverted right x axis y axis)
    DFP2 disconnected (normal left inverted right x axis y axis)
    DFP3 disconnected (normal left inverted right x axis y axis)
    DFP4 disconnected (normal left inverted right x axis y axis)
    DFP6 disconnected (normal left inverted right x axis y axis)
    DFP7 disconnected (normal left inverted right x axis y axis)
    DFP8 disconnected (normal left inverted right x axis y axis)
    DFP9 disconnected (normal left inverted right x axis y axis)
    DFP10 disconnected (normal left inverted right x axis y axis)
    CRT1 disconnected (normal left inverted right x axis y axis)
    Last edited by deags (2013-02-16 11:16:34)

    SOLUTION
    The xorg.conf that CCC configures, even when xinerama is disabled, does not work with RandR. I gutted everything so only my primary monitor was in xorg.conf, then added the line 'Virtual' where appropriate with the correct square size of my total monitor space. xrandr then detects everything fine, and was able to use xrandr to get the screens working. Openbox only needs one session. Life is good.
    Working xorg.conf with RandR:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "0-DFP5"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "Primary" "true"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "2560x1440"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "Monitor-DFP5" "0-DFP5"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Virtual 5920 1440
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
    EndSection
    Original Problem
    Hi,
    I'm moving from Xinerama (Which worked well for most things) to RandR. To get randr loading first thing I did was disable Xinerama in Catalyst Control Centre, restarted X.
    My xorg.conf (Generated by CCC) has all monitors and modes listed correctly, and my middle (Primary) monitor (DFP5) works fine. My two sides, DFP9 and DFP10, are blank. I can move the cursor over to them, but that's about it.
    xrandr does not appear to detect DFP9 and DFP10 as being connected.
    I am using catalyst-total from AUR.
    I've included all info I think may be helpful.
    EDIT:
    Seems my main issue was that Openbox needs a session on each X screen. So I can now use each X screen, but I can't alt tab across every window because the sessions don't talk to each other. randr still does not work though.
    cat /var/log/Xorg.0.log | grep RandR
    [ 6906.988] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 6906.988] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 6907.124] (II) fglrx(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6907.241] (--) RandR disabled
    [ 6907.260] (II) fglrx(1): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6907.322] (--) RandR disabled
    [ 6907.340] (II) fglrx(2): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 6907.388] (--) RandR disabled
    /etc/X11/xorg.conf:
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 1680 0
    Screen "amdcccle-Screen[1]-1" 4240 0
    Screen "amdcccle-Screen[1]-2" 0 0
    EndSection
    Section "Module"
    EndSection
    Section "ServerFlags"
    Option "Xinerama" "off"
    EndSection
    Section "Monitor"
    Identifier "aticonfig-Monitor[0]-0"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    EndSection
    Section "Monitor"
    Identifier "0-DFP5"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "Primary" "true"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "2560x1440"
    EndSection
    Section "Monitor"
    Identifier "0-DFP10"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1680x1050"
    EndSection
    Section "Monitor"
    Identifier "0-DFP9"
    Option "VendorName" "ATI Proprietary Driver"
    Option "ModelName" "Generic Autodetecting Monitor"
    Option "DPMS" "true"
    Option "TargetRefresh" "60"
    Option "Position" "0 0"
    Option "Rotate" "normal"
    Option "Disable" "false"
    Option "PreferredMode" "1680x1050"
    EndSection
    Section "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    Option "Monitor-DFP5" "0-DFP5"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "amdcccle-Device[1]-1"
    Driver "fglrx"
    Option "Monitor-DFP10" "0-DFP10"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Device"
    Identifier "amdcccle-Device[1]-2"
    Driver "fglrx"
    Option "Monitor-DFP9" "0-DFP9"
    BusID "PCI:1:0:0"
    Screen 2
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "amdcccle-Screen[1]-1"
    Device "amdcccle-Device[1]-1"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "amdcccle-Screen[1]-2"
    Device "amdcccle-Device[1]-2"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "RENDER" "Enable"
    EndSection
    xrandr
    Screen 0: minimum 320 x 200, current 2560 x 1440, maximum 2560 x 2560
    DFP5 connected 2560x1440+0+0 (normal left inverted right x axis y axis) 597mm x 336mm
    2560x1440 60.0*+
    1800x1440 60.0
    1856x1392 60.0
    1792x1344 60.0
    1920x1200 59.9
    1920x1080 60.0 50.0 59.9 30.0 25.0 24.0 30.0 24.0
    1600x1200 60.0
    1776x1000 50.0 59.9 25.0 24.0 30.0
    1680x1050 60.0
    1400x1050 60.0
    1600x900 60.0
    1280x1024 75.0 60.0
    1440x900 60.0
    1280x960 75.0 60.0
    1280x800 59.8
    1152x864 60.0 75.0
    1280x768 59.8
    1280x720 60.0 50.0 59.9
    1024x768 75.0 60.0
    1152x648 50.0 59.9
    800x600 75.0 60.3
    720x480 60.0 59.9
    640x480 75.0 59.9
    DFP1 disconnected (normal left inverted right x axis y axis)
    DFP2 disconnected (normal left inverted right x axis y axis)
    DFP3 disconnected (normal left inverted right x axis y axis)
    DFP4 disconnected (normal left inverted right x axis y axis)
    DFP6 disconnected (normal left inverted right x axis y axis)
    DFP7 disconnected (normal left inverted right x axis y axis)
    DFP8 disconnected (normal left inverted right x axis y axis)
    DFP9 disconnected (normal left inverted right x axis y axis)
    DFP10 disconnected (normal left inverted right x axis y axis)
    CRT1 disconnected (normal left inverted right x axis y axis)
    Last edited by deags (2013-02-16 11:16:34)

  • [SOLVED] nvidia and xorg-server, slow start compared to nv

    I've seen many similar topics but none that have been solved, therefore the new topic.
    Starting xorg with nv driver takes just a few seconds to desktop, while using nvidia takes almost 10 seconds more to get to desktop. Although after reaching desktop everything works fine. I've used a minimal xorg.conf for each driver (replacing nvidia with nv):
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    EndSection
    The /var/log/Xorg.0.log when using nvidia:
    [ 22.779]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 22.779] X Protocol Version 11, Revision 0
    [ 22.779] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 22.779] Current Operating System: Linux yggdrasil 3.3.8-1-ARCH #1 SMP PREEMPT Tue Jun 5 15:20:32 CEST 2012 x86_64
    [ 22.779] Kernel command line: root=/dev/mapper/root cryptdevice=/dev/sda2:root ro vga=773 quiet
    [ 22.779] Build Date: 30 May 2012 07:24:13PM
    [ 22.779]
    [ 22.779] Current version of pixman: 0.26.0
    [ 22.779] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 22.779] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 22.779] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 9 21:37:16 2012
    [ 22.844] (==) Using config file: "/etc/X11/xorg.conf"
    [ 22.844] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 23.106] (==) No Layout section. Using the first Screen section.
    [ 23.106] (==) No screen section available. Using defaults.
    [ 23.106] (**) |-->Screen "Default Screen Section" (0)
    [ 23.106] (**) | |-->Monitor "<default monitor>"
    [ 23.106] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 23.106] (**) | |-->Device "Device0"
    [ 23.106] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 23.106] (==) Automatically adding devices
    [ 23.106] (==) Automatically enabling devices
    [ 23.219] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 23.219] Entry deleted from font path.
    [ 23.414] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 23.414] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 23.414] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 23.414] (II) Loader magic: 0x7c58e0
    [ 23.414] (II) Module ABI versions:
    [ 23.414] X.Org ANSI C Emulation: 0.4
    [ 23.414] X.Org Video Driver: 12.0
    [ 23.414] X.Org XInput driver : 16.0
    [ 23.414] X.Org Server Extension : 6.0
    [ 23.415] (--) PCI:*(0:2:0:0) 10de:0a70:144d:c079 rev 162, Mem @ 0xdc000000/16777216, 0xe0000000/268435456, 0xde000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
    [ 23.415] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 23.415] (II) LoadModule: "extmod"
    [ 23.453] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 23.487] (II) Module extmod: vendor="X.Org Foundation"
    [ 23.487] compiled for 1.12.2, module version = 1.0.0
    [ 23.487] Module class: X.Org Server Extension
    [ 23.487] ABI class: X.Org Server Extension, version 6.0
    [ 23.487] (II) Loading extension MIT-SCREEN-SAVER
    [ 23.487] (II) Loading extension XFree86-VidModeExtension
    [ 23.487] (II) Loading extension XFree86-DGA
    [ 23.487] (II) Loading extension DPMS
    [ 23.487] (II) Loading extension XVideo
    [ 23.487] (II) Loading extension XVideo-MotionCompensation
    [ 23.487] (II) Loading extension X-Resource
    [ 23.487] (II) LoadModule: "dbe"
    [ 23.487] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 23.512] (II) Module dbe: vendor="X.Org Foundation"
    [ 23.512] compiled for 1.12.2, module version = 1.0.0
    [ 23.512] Module class: X.Org Server Extension
    [ 23.512] ABI class: X.Org Server Extension, version 6.0
    [ 23.512] (II) Loading extension DOUBLE-BUFFER
    [ 23.512] (II) LoadModule: "glx"
    [ 23.512] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 26.824] (II) Module glx: vendor="NVIDIA Corporation"
    [ 26.868] compiled for 4.0.2, module version = 1.0.0
    [ 26.868] Module class: X.Org Server Extension
    [ 26.868] (II) NVIDIA GLX Module 295.53 Fri May 11 23:49:08 PDT 2012
    [ 26.869] (II) Loading extension GLX
    [ 26.869] (II) LoadModule: "record"
    [ 26.869] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 26.941] (II) Module record: vendor="X.Org Foundation"
    [ 26.941] compiled for 1.12.2, module version = 1.13.0
    [ 26.941] Module class: X.Org Server Extension
    [ 26.941] ABI class: X.Org Server Extension, version 6.0
    [ 26.941] (II) Loading extension RECORD
    [ 26.941] (II) LoadModule: "dri"
    [ 26.941] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 27.011] (II) Module dri: vendor="X.Org Foundation"
    [ 27.011] compiled for 1.12.2, module version = 1.0.0
    [ 27.011] ABI class: X.Org Server Extension, version 6.0
    [ 27.011] (II) Loading extension XFree86-DRI
    [ 27.011] (II) LoadModule: "dri2"
    [ 27.011] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 27.046] (II) Module dri2: vendor="X.Org Foundation"
    [ 27.047] compiled for 1.12.2, module version = 1.2.0
    [ 27.047] ABI class: X.Org Server Extension, version 6.0
    [ 27.047] (II) Loading extension DRI2
    [ 27.047] (II) LoadModule: "nvidia"
    [ 27.122] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 27.306] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 27.306] compiled for 4.0.2, module version = 1.0.0
    [ 27.306] Module class: X.Org Video Driver
    [ 27.608] (II) NVIDIA dlloader X Driver 295.53 Fri May 11 23:29:56 PDT 2012
    [ 27.608] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 27.617] (++) using VT number 7
    [ 27.678] (II) Loading sub module "fb"
    [ 27.678] (II) LoadModule: "fb"
    [ 27.850] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 27.870] (II) Module fb: vendor="X.Org Foundation"
    [ 27.870] compiled for 1.12.2, module version = 1.0.0
    [ 27.870] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 27.870] (II) Loading sub module "wfb"
    [ 27.870] (II) LoadModule: "wfb"
    [ 27.871] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 27.879] (II) Module wfb: vendor="X.Org Foundation"
    [ 27.879] compiled for 1.12.2, module version = 1.0.0
    [ 27.879] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 27.879] (II) Loading sub module "ramdac"
    [ 27.879] (II) LoadModule: "ramdac"
    [ 27.879] (II) Module "ramdac" already built-in
    [ 27.934] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 27.934] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 27.934] (==) NVIDIA(0): RGB weight 888
    [ 27.934] (==) NVIDIA(0): Default visual is TrueColor
    [ 27.934] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 27.935] (**) NVIDIA(0): Enabling 2D acceleration
    [ 29.873] (II) NVIDIA(GPU-0): Display (Chi Mei Optoelectronics corp. (DFP-0)) does not
    [ 29.873] (II) NVIDIA(GPU-0): support NVIDIA 3D Vision stereo.
    [ 30.786] (II) NVIDIA(0): NVIDIA GPU GeForce 310M (GT218) at PCI:2:0:0 (GPU-0)
    [ 30.786] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 30.786] (--) NVIDIA(0): VideoBIOS: 70.18.53.00.ff
    [ 30.786] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 30.786] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 30.789] (--) NVIDIA(0): Connected display device(s) on GeForce 310M at PCI:2:0:0
    [ 30.789] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0)
    [ 30.789] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0): 330.0 MHz maximum pixel
    [ 30.789] (--) NVIDIA(0): clock
    [ 30.789] (--) NVIDIA(0): Chi Mei Optoelectronics corp. (DFP-0): Internal Dual Link
    [ 30.789] (--) NVIDIA(0): LVDS
    [ 30.789] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 30.789] (**) NVIDIA(0): device Chi Mei Optoelectronics corp. (DFP-0) (Using EDID
    [ 30.789] (**) NVIDIA(0): frequencies has been enabled on all display devices.)
    [ 30.836] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 30.836] (==) NVIDIA(0):
    [ 30.836] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 30.836] (==) NVIDIA(0): will be used as the requested mode.
    [ 30.836] (==) NVIDIA(0):
    [ 30.836] (II) NVIDIA(0): Validated modes:
    [ 30.836] (II) NVIDIA(0): "nvidia-auto-select"
    [ 30.836] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
    [ 31.892] (--) NVIDIA(0): DPI set to (99, 102); computed from "UseEdidDpi" X config
    [ 31.892] (--) NVIDIA(0): option
    [ 31.892] (--) Depth 24 pixmap format is 32 bpp
    [ 31.892] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 31.900] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 34.862] (II) Loading extension NV-GLX
    [ 37.299] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 37.299] (==) NVIDIA(0): Backing store disabled
    [ 37.299] (==) NVIDIA(0): Silken mouse enabled
    [ 37.300] (==) NVIDIA(0): DPMS enabled
    [ 37.300] (II) Loading extension NV-CONTROL
    [ 37.300] (II) Loading extension XINERAMA
    [ 37.300] (II) Loading sub module "dri2"
    [ 37.300] (II) LoadModule: "dri2"
    [ 37.300] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 37.300] (II) Module dri2: vendor="X.Org Foundation"
    [ 37.300] compiled for 1.12.2, module version = 1.2.0
    [ 37.300] ABI class: X.Org Server Extension, version 6.0
    [ 37.300] (II) NVIDIA(0): [DRI2] Setup complete
    [ 37.300] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 37.301] (==) RandR enabled
    [ 37.301] (II) Initializing built-in extension Generic Event Extension
    [ 37.301] (II) Initializing built-in extension SHAPE
    [ 37.301] (II) Initializing built-in extension MIT-SHM
    [ 37.301] (II) Initializing built-in extension XInputExtension
    [ 37.301] (II) Initializing built-in extension XTEST
    [ 37.301] (II) Initializing built-in extension BIG-REQUESTS
    [ 37.301] (II) Initializing built-in extension SYNC
    [ 37.301] (II) Initializing built-in extension XKEYBOARD
    [ 37.301] (II) Initializing built-in extension XC-MISC
    [ 37.301] (II) Initializing built-in extension SECURITY
    [ 37.301] (II) Initializing built-in extension XINERAMA
    [ 37.301] (II) Initializing built-in extension XFIXES
    [ 37.301] (II) Initializing built-in extension RENDER
    [ 37.301] (II) Initializing built-in extension RANDR
    [ 37.301] (II) Initializing built-in extension COMPOSITE
    [ 37.301] (II) Initializing built-in extension DAMAGE
    [ 37.302] (II) Initializing extension GLX
    [ 38.717] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 38.717] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 38.717] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 38.717] (II) LoadModule: "evdev"
    [ 38.717] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 38.769] (II) Module evdev: vendor="X.Org Foundation"
    [ 38.769] compiled for 1.12.0, module version = 2.7.0
    [ 38.769] Module class: X.Org XInput Driver
    [ 38.769] ABI class: X.Org XInput driver, version 16.0
    [ 38.769] (II) Using input driver 'evdev' for 'Power Button'
    [ 38.769] (**) Power Button: always reports core events
    [ 38.769] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 38.769] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 38.769] (--) evdev: Power Button: Found keys
    [ 38.769] (II) evdev: Power Button: Configuring as keyboard
    [ 38.769] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 38.769] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 38.769] (**) Option "xkb_rules" "evdev"
    [ 38.769] (**) Option "xkb_model" "evdev"
    [ 38.769] (**) Option "xkb_layout" "se"
    [ 38.835] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 38.835] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 38.835] (**) Video Bus: Applying InputClass "Keyboard Defaults"
    [ 38.835] (II) Using input driver 'evdev' for 'Video Bus'
    [ 38.835] (**) Video Bus: always reports core events
    [ 38.835] (**) evdev: Video Bus: Device: "/dev/input/event7"
    [ 38.835] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 38.835] (--) evdev: Video Bus: Found keys
    [ 38.835] (II) evdev: Video Bus: Configuring as keyboard
    [ 38.835] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7/event7"
    [ 38.835] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 38.836] (**) Option "xkb_rules" "evdev"
    [ 38.836] (**) Option "xkb_model" "evdev"
    [ 38.836] (**) Option "xkb_layout" "se"
    [ 38.837] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 38.837] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 38.837] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 38.837] (II) Using input driver 'evdev' for 'Power Button'
    [ 38.837] (**) Power Button: always reports core events
    [ 38.837] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 38.837] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 38.837] (--) evdev: Power Button: Found keys
    [ 38.837] (II) evdev: Power Button: Configuring as keyboard
    [ 38.837] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 38.837] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 38.837] (**) Option "xkb_rules" "evdev"
    [ 38.837] (**) Option "xkb_model" "evdev"
    [ 38.837] (**) Option "xkb_layout" "se"
    [ 38.838] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 38.838] (II) No input driver specified, ignoring this device.
    [ 38.838] (II) This device may have been added with another device file.
    [ 38.838] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 38.838] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 38.838] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
    [ 38.838] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 38.838] (**) Sleep Button: always reports core events
    [ 38.838] (**) evdev: Sleep Button: Device: "/dev/input/event5"
    [ 38.839] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 38.839] (--) evdev: Sleep Button: Found keys
    [ 38.839] (II) evdev: Sleep Button: Configuring as keyboard
    [ 38.839] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5"
    [ 38.839] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 38.839] (**) Option "xkb_rules" "evdev"
    [ 38.839] (**) Option "xkb_model" "evdev"
    [ 38.839] (**) Option "xkb_layout" "se"
    [ 38.840] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
    [ 38.840] (II) No input driver specified, ignoring this device.
    [ 38.840] (II) This device may have been added with another device file.
    [ 38.840] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
    [ 38.840] (II) No input driver specified, ignoring this device.
    [ 38.840] (II) This device may have been added with another device file.
    [ 38.841] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
    [ 38.841] (II) No input driver specified, ignoring this device.
    [ 38.841] (II) This device may have been added with another device file.
    [ 38.841] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
    [ 38.841] (II) No input driver specified, ignoring this device.
    [ 38.841] (II) This device may have been added with another device file.
    [ 38.842] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 38.842] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 38.842] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 38.842] (**) Logitech USB Receiver: always reports core events
    [ 38.842] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
    [ 38.842] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
    [ 38.842] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
    [ 38.842] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 38.842] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 38.842] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 38.842] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 38.842] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 38.842] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 38.842] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 38.842] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1/event1"
    [ 38.842] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
    [ 38.843] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 38.843] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 38.843] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 38.843] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 38.843] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 38.844] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 38.844] (II) No input driver specified, ignoring this device.
    [ 38.844] (II) This device may have been added with another device file.
    [ 38.844] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 38.844] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 38.844] (**) Logitech USB Receiver: Applying InputClass "Keyboard Defaults"
    [ 38.844] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 38.844] (**) Logitech USB Receiver: always reports core events
    [ 38.844] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
    [ 38.844] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
    [ 38.844] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
    [ 38.844] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 38.845] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 38.845] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
    [ 38.845] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 38.845] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 38.845] (--) evdev: Logitech USB Receiver: Found keys
    [ 38.845] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 38.845] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 38.845] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 38.845] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 38.845] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 38.845] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input2/event2"
    [ 38.845] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
    [ 38.845] (**) Option "xkb_rules" "evdev"
    [ 38.845] (**) Option "xkb_model" "evdev"
    [ 38.845] (**) Option "xkb_layout" "se"
    [ 38.845] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 38.845] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 38.846] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 38.846] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 38.846] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 38.846] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 38.846] (II) config/udev: Adding input device USB 2.0 PC Camera (/dev/input/event10)
    [ 38.846] (**) USB 2.0 PC Camera: Applying InputClass "evdev keyboard catchall"
    [ 38.846] (**) USB 2.0 PC Camera: Applying InputClass "Keyboard Defaults"
    [ 38.846] (II) Using input driver 'evdev' for 'USB 2.0 PC Camera'
    [ 38.846] (**) USB 2.0 PC Camera: always reports core events
    [ 38.846] (**) evdev: USB 2.0 PC Camera: Device: "/dev/input/event10"
    [ 38.846] (--) evdev: USB 2.0 PC Camera: Vendor 0x1210 Product 0x25f4
    [ 38.846] (--) evdev: USB 2.0 PC Camera: Found keys
    [ 38.846] (II) evdev: USB 2.0 PC Camera: Configuring as keyboard
    [ 38.846] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10/event10"
    [ 38.846] (II) XINPUT: Adding extended input device "USB 2.0 PC Camera" (type: KEYBOARD, id 12)
    [ 38.846] (**) Option "xkb_rules" "evdev"
    [ 38.846] (**) Option "xkb_model" "evdev"
    [ 38.847] (**) Option "xkb_layout" "se"
    [ 38.847] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
    [ 38.847] (II) No input driver specified, ignoring this device.
    [ 38.847] (II) This device may have been added with another device file.
    [ 38.847] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
    [ 38.847] (II) No input driver specified, ignoring this device.
    [ 38.847] (II) This device may have been added with another device file.
    [ 38.847] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 38.847] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 38.847] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 38.847] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 38.847] (**) AT Translated Set 2 keyboard: always reports core events
    [ 38.847] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 38.847] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 38.847] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 38.847] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 38.848] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 38.848] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [ 38.848] (**) Option "xkb_rules" "evdev"
    [ 38.848] (**) Option "xkb_model" "evdev"
    [ 38.848] (**) Option "xkb_layout" "se"
    [ 38.848] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 38.848] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 38.848] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 38.848] (II) LoadModule: "synaptics"
    [ 38.848] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 38.911] (II) Module synaptics: vendor="X.Org Foundation"
    [ 38.911] compiled for 1.12.1, module version = 1.6.1
    [ 38.911] Module class: X.Org XInput Driver
    [ 38.911] ABI class: X.Org XInput driver, version 16.0
    [ 38.911] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 38.911] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 38.911] (**) Option "Device" "/dev/input/event9"
    [ 38.911] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5672
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4910
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 38.911] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 38.911] (**) Option "TapButton1" "1"
    [ 38.911] (**) Option "TapButton2" "2"
    [ 38.911] (**) Option "TapButton3" "3"
    [ 38.912] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 38.912] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 38.912] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 38.912] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
    [ 38.912] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 38.912] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 38.912] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
    [ 38.912] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 38.912] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 38.912] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 38.912] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 38.912] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 38.913] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 38.913] (II) No input driver specified, ignoring this device.
    [ 38.913] (II) This device may have been added with another device file.
    [ 38.913] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
    [ 38.913] (II) No input driver specified, ignoring this device.
    [ 38.913] (II) This device may have been added with another device file.
    The /var/log/Xorg.0.log when using nv:
    [ 52.162]
    X.Org X Server 1.12.2
    Release Date: 2012-05-29
    [ 52.163] X Protocol Version 11, Revision 0
    [ 52.163] Build Operating System: Linux 3.0.32-1-lts x86_64
    [ 52.164] Current Operating System: Linux yggdrasil 3.3.8-1-ARCH #1 SMP PREEMPT Tue Jun 5 15:20:32 CEST 2012 x86_64
    [ 52.164] Kernel command line: root=/dev/mapper/root cryptdevice=/dev/sda2:root ro vga=773 quiet
    [ 52.165] Build Date: 30 May 2012 07:24:13PM
    [ 52.165]
    [ 52.165] Current version of pixman: 0.26.0
    [ 52.166] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 52.166] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 52.168] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Jun 9 21:30:26 2012
    [ 52.168] (==) Using config file: "/etc/X11/xorg.conf"
    [ 52.168] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 52.168] (==) No Layout section. Using the first Screen section.
    [ 52.168] (==) No screen section available. Using defaults.
    [ 52.168] (**) |-->Screen "Default Screen Section" (0)
    [ 52.168] (**) | |-->Monitor "<default monitor>"
    [ 52.168] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 52.168] (**) | |-->Device "Device0"
    [ 52.168] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 52.169] (==) Automatically adding devices
    [ 52.169] (==) Automatically enabling devices
    [ 52.169] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 52.169] Entry deleted from font path.
    [ 52.169] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 52.169] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 52.169] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 52.169] (II) Loader magic: 0x7c58e0
    [ 52.169] (II) Module ABI versions:
    [ 52.169] X.Org ANSI C Emulation: 0.4
    [ 52.169] X.Org Video Driver: 12.0
    [ 52.169] X.Org XInput driver : 16.0
    [ 52.169] X.Org Server Extension : 6.0
    [ 52.169] (--) PCI:*(0:2:0:0) 10de:0a70:144d:c079 rev 162, Mem @ 0xdc000000/16777216, 0xe0000000/268435456, 0xde000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
    [ 52.170] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 52.170] (II) LoadModule: "extmod"
    [ 52.170] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 52.170] (II) Module extmod: vendor="X.Org Foundation"
    [ 52.170] compiled for 1.12.2, module version = 1.0.0
    [ 52.170] Module class: X.Org Server Extension
    [ 52.170] ABI class: X.Org Server Extension, version 6.0
    [ 52.170] (II) Loading extension MIT-SCREEN-SAVER
    [ 52.170] (II) Loading extension XFree86-VidModeExtension
    [ 52.170] (II) Loading extension XFree86-DGA
    [ 52.170] (II) Loading extension DPMS
    [ 52.170] (II) Loading extension XVideo
    [ 52.170] (II) Loading extension XVideo-MotionCompensation
    [ 52.170] (II) Loading extension X-Resource
    [ 52.170] (II) LoadModule: "dbe"
    [ 52.170] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 52.170] (II) Module dbe: vendor="X.Org Foundation"
    [ 52.170] compiled for 1.12.2, module version = 1.0.0
    [ 52.170] Module class: X.Org Server Extension
    [ 52.170] ABI class: X.Org Server Extension, version 6.0
    [ 52.170] (II) Loading extension DOUBLE-BUFFER
    [ 52.170] (II) LoadModule: "glx"
    [ 52.170] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 52.180] (II) Module glx: vendor="NVIDIA Corporation"
    [ 52.180] compiled for 4.0.2, module version = 1.0.0
    [ 52.180] Module class: X.Org Server Extension
    [ 52.180] (II) NVIDIA GLX Module 295.53 Fri May 11 23:49:08 PDT 2012
    [ 52.180] (II) Loading extension GLX
    [ 52.180] (II) LoadModule: "record"
    [ 52.180] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 52.180] (II) Module record: vendor="X.Org Foundation"
    [ 52.180] compiled for 1.12.2, module version = 1.13.0
    [ 52.180] Module class: X.Org Server Extension
    [ 52.180] ABI class: X.Org Server Extension, version 6.0
    [ 52.180] (II) Loading extension RECORD
    [ 52.180] (II) LoadModule: "dri"
    [ 52.180] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 52.180] (II) Module dri: vendor="X.Org Foundation"
    [ 52.180] compiled for 1.12.2, module version = 1.0.0
    [ 52.180] ABI class: X.Org Server Extension, version 6.0
    [ 52.180] (II) Loading extension XFree86-DRI
    [ 52.180] (II) LoadModule: "dri2"
    [ 52.180] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 52.181] (II) Module dri2: vendor="X.Org Foundation"
    [ 52.181] compiled for 1.12.2, module version = 1.2.0
    [ 52.181] ABI class: X.Org Server Extension, version 6.0
    [ 52.181] (II) Loading extension DRI2
    [ 52.181] (II) LoadModule: "nv"
    [ 52.181] (II) Loading /usr/lib/xorg/modules/drivers/nv_drv.so
    [ 52.181] (II) Module nv: vendor="X.Org Foundation"
    [ 52.181] compiled for 1.12.0.901, module version = 2.1.18
    [ 52.181] Module class: X.Org Video Driver
    [ 52.181] ABI class: X.Org Video Driver, version 12.0
    [ 52.181] (II) NV: driver for NVIDIA chipsets: RIVA 128, RIVA TNT, RIVA TNT2,
    Unknown TNT2, Vanta, RIVA TNT2 Ultra, RIVA TNT2 Model 64,
    Aladdin TNT2, GeForce 256, GeForce DDR, Quadro, GeForce2 MX/MX 400,
    GeForce2 MX 100/200, GeForce2 Go, Quadro2 MXR/EX/Go,
    GeForce2 Integrated GPU, GeForce2 GTS, GeForce2 Ti, GeForce2 Ultra,
    Quadro2 Pro, GeForce4 MX 460, GeForce4 MX 440, GeForce4 MX 420,
    GeForce4 MX 440-SE, GeForce4 440 Go, GeForce4 420 Go,
    GeForce4 420 Go 32M, GeForce4 460 Go, Quadro4 550 XGL,
    GeForce4 440 Go 64M, Quadro NVS, Quadro4 500 GoGL,
    GeForce4 410 Go 16M, GeForce4 MX 440 with AGP8X,
    GeForce4 MX 440SE with AGP8X, GeForce4 MX 420 with AGP8X,
    GeForce4 MX 4000, GeForce4 448 Go, GeForce4 488 Go, Quadro4 580 XGL,
    Quadro4 NVS 280 SD, Quadro4 380 XGL, Quadro NVS 50 PCI,
    GeForce4 448 Go, GeForce4 MX Integrated GPU, GeForce3,
    GeForce3 Ti 200, GeForce3 Ti 500, Quadro DCC, GeForce4 Ti 4600,
    GeForce4 Ti 4400, GeForce4 Ti 4200, Quadro4 900 XGL, Quadro4 750 XGL,
    Quadro4 700 XGL, GeForce4 Ti 4800, GeForce4 Ti 4200 with AGP8X,
    GeForce4 Ti 4800 SE, GeForce4 4200 Go, Quadro4 700 GoGL,
    Quadro4 980 XGL, Quadro4 780 XGL, GeForce FX 5800 Ultra,
    GeForce FX 5800, Quadro FX 2000, Quadro FX 1000,
    GeForce FX 5600 Ultra, GeForce FX 5600, GeForce FX 5600XT,
    GeForce FX Go5600, GeForce FX Go5650, Quadro FX Go700,
    GeForce FX 5200, GeForce FX 5200 Ultra, GeForce FX 5200,
    GeForce FX 5200LE, GeForce FX Go5200, GeForce FX Go5250,
    GeForce FX 5500, GeForce FX 5100, GeForce FX Go5200 32M/64M,
    Quadro NVS 55/280 PCI, Quadro FX 500/600 PCI,
    GeForce FX Go53xx Series, GeForce FX Go5100, GeForce FX 5900 Ultra,
    GeForce FX 5900, GeForce FX 5900XT, GeForce FX 5950 Ultra,
    GeForce FX 5900ZT, Quadro FX 3000, Quadro FX 700,
    GeForce FX 5700 Ultra, GeForce FX 5700, GeForce FX 5700LE,
    GeForce FX 5700VE, GeForce FX Go5700, GeForce FX Go5700,
    Quadro FX Go1000, Quadro FX 1100, GeForce 6800 Ultra, GeForce 6800,
    GeForce 6800 LE, GeForce 6800 XE, GeForce 6800 XT, GeForce 6800 GT,
    GeForce 6800 GT, GeForce 6800 GS, GeForce 6800 XT, Quadro FX 4000,
    GeForce 6800 GS, GeForce 6800, GeForce 6800 LE, GeForce 6800 XT,
    GeForce Go 6800, GeForce Go 6800 Ultra, Quadro FX Go1400,
    Quadro FX 3450/4000 SDI, Quadro FX 1400, GeForce 6600 GT,
    GeForce 6600, GeForce 6600 LE, GeForce 6600 VE, GeForce Go 6600,
    GeForce 6610 XL, GeForce Go 6600 TE/6200 TE, GeForce 6700 XL,
    GeForce Go 6600, GeForce Go 6600 GT, Quadro NVS 440, Quadro FX 550,
    Quadro FX 550, Quadro FX 540, GeForce 6200, GeForce 6500,
    GeForce 6200 TurboCache(TM), GeForce 6200SE TurboCache(TM),
    GeForce 6200 LE, GeForce Go 6200, Quadro NVS 285, GeForce Go 6400,
    GeForce Go 6200, GeForce Go 6400, GeForce 6250, GeForce 7100 GS,
    GeForce 6800, GeForce 6800 LE, GeForce 6800 GT, GeForce 6800 XT,
    GeForce 6200, GeForce 6200 A-LE, GeForce 7800 GTX, GeForce 7800 GTX,
    GeForce 7800 GT, GeForce 7800 GS, GeForce 7800 SLI, GeForce Go 7800,
    GeForce Go 7800 GTX, Quadro FX 4500, GeForce 7350 LE,
    GeForce 7300 LE, GeForce 7300 SE, GeForce Go 7200, GeForce Go 7300,
    GeForce Go 7400, GeForce Go 7400 GS, Quadro NVS 110M,
    Quadro NVS 120M, Quadro FX 350M, GeForce 7500 LE, Quadro FX 350,
    GeForce 7300 GS, GeForce 7650 GS, GeForce 7600 GT, GeForce 7600 GS,
    GeForce 7300 GT, GeForce 7600 LE, GeForce 7300 GT, GeForce Go 7700,
    GeForce Go 7600, GeForce Go 7600 GT, Quadro NVS 300M,
    GeForce Go 7900 SE, Quadro FX 550M, Quadro FX 560, GeForce 7900 GTX,
    GeForce 7900 GT, GeForce 7900 GS, GeForce 7950 GX2, GeForce 7950 GX2,
    GeForce 7950 GT, GeForce Go 7950 GTX, GeForce Go 7900 GS,
    GeForce Go 7900 GTX, Quadro FX 2500M, Quadro FX 1500M,
    Quadro FX 5500, Quadro FX 3500, Quadro FX 1500, Quadro FX 4500 X2,
    GeForce 6150, GeForce 6150 LE, GeForce 6100, GeForce Go 6150,
    Quadro NVS 210S / NVIDIA GeForce 6150LE, GeForce Go 6100,
    GeForce 6150SE, GeForce 6100 nForce 405, GeForce 6100 nForce 400,
    GeForce 6100 nForce 420, GeForce 7150M / nForce 630M,
    GeForce 7000M / nForce 610M, GeForce 7050 PV / nForce 630a,
    GeForce 7050 PV / nForce 630a, GeForce 7025 / nForce 630a,
    GeForce 8800 GTX, GeForce 8800 GTS, GeForce 8800 Ultra,
    Quadro FX 5600, Quadro FX 4600, GeForce 8600 GTS, GeForce 8600 GT,
    GeForce 8600 GT, GeForce 8600 GS, GeForce 8400 GS, GeForce 9500M GS,
    GeForce 8300 GS, GeForce 8600M GT, GeForce 9650M GS,
    GeForce 8700M GT, Quadro FX 370, Quadro NVS 320M, Quadro FX 570M,
    Quadro FX 1600M, Quadro FX 570, Quadro FX 1700, GeForce GT 330,
    GeForce 8400 SE, GeForce 8500 GT, GeForce 8400 GS, GeForce 8300 GS,
    GeForce 8400 GS, GeForce 8600M GS, GeForce 8400M GT,
    GeForce 8400M GS, GeForce 8400M G, Quadro NVS 140M, Quadro NVS 130M,
    Quadro NVS 135M, GeForce 9400 GT, Quadro FX 360M, GeForce 9300M G,
    Quadro NVS 290, GeForce GTX 295, GeForce GTX 280, GeForce GTX 260,
    GeForce GTX 285, GeForce GTX 275, GeForce GTX 260, GeForce GTX 295,
    Quadroplex 2200 D2, Quadroplex 2200 S4, Quadro CX, Quadro FX 5800,
    Quadro FX 4800, Quadro FX 3800, GeForce 8800 GTS 512,
    GeForce 9800 GT, GeForce 8800 GT, GeForce GT 230, GeForce 9800 GX2,
    GeForce 9800 GT, GeForce 8800 GS, GeForce GTS 240, GeForce 9800M GTX,
    GeForce 8800M GTS, GeForce GTX 280M, GeForce 9800M GT,
    GeForce 8800M GTX, GeForce 8800 GS, GeForce GTX 285M,
    GeForce 9600 GSO, GeForce 8800 GT, GeForce 9800 GTX/9800 GTX+,
    GeForce 9800 GTX+, GeForce 9800 GT, GeForce GTS 250,
    GeForce 9800M GTX, GeForce GTX 260M, Quadro FX 4700 X2,
    Quadro FX 3700, Quadro VX 200, Quadro FX 3600M, Quadro FX 2800M,
    Quadro FX 3700M, Quadro FX 3800M, GeForce 9600 GT, GeForce 9600 GS,
    GeForce 9600 GSO 512, GeForce GT 130, GeForce GT 140,
    GeForce 9800M GTS, GeForce 9700M GTS, GeForce 9800M GS,
    GeForce 9800M GTS, GeForce 9600 GT, GeForce 9600 GT,
    GeForce GTS 160M, GeForce GTS 150M, GeForce 9600 GSO,
    GeForce 9600 GT, Quadro FX 1800, Quadro FX 2700M, GeForce 9500 GT,
    GeForce 9400 GT, GeForce 9500 GT, GeForce 9500 GS, GeForce 9500 GS,
    GeForce GT 120, GeForce 9600M GT, GeForce 9600M GS, GeForce 9600M GT,
    GeForce 9700M GT, GeForce 9500M G, GeForce 9650M GT, GeForce G 110M,
    GeForce GT 130M, GeForce GT 120M, GeForce GT 220M, GeForce 9650 S,
    Quadro FX 380, Quadro FX 580, Quadro FX 1700M, GeForce 9400 GT,
    Quadro FX 770M, GeForce 9300 GE, GeForce 9300 GS, GeForce 8400,
    GeForce 8400 SE, GeForce 8400 GS, GeForce 9300M GS, GeForce G100,
    GeForce 9300 SE, GeForce 9200M GS, GeForce 9300M GS, Quadro NVS 150M,
    Quadro NVS 160M, GeForce G 105M, GeForce G 103M, GeForce G105M,
    Quadro NVS 420, Quadro FX 370 LP, Quadro NVS 450, Quadro FX 370M,
    Quadro NVS 295, GeForce 9100M G, GeForce 8200M G, GeForce 9200,
    GeForce 9100, GeForce 8300, GeForce 8200, nForce 730a, GeForce 9200,
    nForce 980a/780a SLI, nForce 750a SLI, GeForce 8100 / nForce 720a,
    GeForce 9400, GeForce 9400, GeForce 9400M G, GeForce 9400M,
    GeForce 9300, ION, GeForce 9400M G, GeForce 9400, nForce 760i SLI,
    GeForce 9400, GeForce 9300 / nForce 730i, GeForce 9200,
    GeForce 9100M G, GeForce 8200M G, GeForce 9400M, GeForce 9200,
    GeForce G102M, GeForce G102M, ION, ION, GeForce 9400, ION, ION LE,
    ION LE, GeForce GT 220, GeForce 315, GeForce 210, GeForce GT 230M,
    GeForce GT 330M, GeForce GT 230M, GeForce GT 330M, NVS 5100M,
    GeForce GT 320M, GeForce GT 240M, GeForce GT 325M, Quadro FX 880M,
    GeForce G210, GeForce 205, GeForce 310, ION, GeForce 210,
    GeForce 310, GeForce 315, GeForce G105M, GeForce G105M, NVS 2100M,
    NVS 3100M, GeForce 305M, ION, GeForce 310M, GeForce 305M,
    GeForce 310M, GeForce 305M, GeForce G210M, GeForce 310M,
    Quadro FX 380 LP, Quadro FX 380M, GeForce GT 330, GeForce GT 320,
    GeForce GT 240, GeForce GT 340, GeForce GT 330, GeForce GTS 260M,
    GeForce GTS 250M, GeForce 315, GeForce GT 335M, GeForce GTS 350M,
    GeForce GTS 360M, Quadro FX 1800M
    [ 52.183] (--) using VT number 7
    [ 52.211] (--) NV: Found NVIDIA GeForce 310M at 02@00:00:0
    [ 52.211] (II) Loading sub module "int10"
    [ 52.211] (II) LoadModule: "int10"
    [ 52.211] (II) Loading /usr/lib/xorg/modules/libint10.so
    [ 52.233] (II) Module int10: vendor="X.Org Foundation"
    [ 52.233] compiled for 1.12.2, module version = 1.0.0
    [ 52.233] ABI class: X.Org Video Driver, version 12.0
    [ 52.233] (II) NV(0): Initializing int10
    [ 52.234] (II) NV(0): Bad V_BIOS checksum
    [ 52.234] (II) NV(0): Primary V_BIOS segment is: 0xc000
    [ 52.234] (--) NV(0): Console is VGA mode 0x105
    [ 52.234] (II) NV(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 52.234] (==) NV(0): Depth 24, (--) framebuffer bpp 32
    [ 52.234] (==) NV(0): RGB weight 888
    [ 52.234] (==) NV(0): Default visual is TrueColor
    [ 52.235] (==) NV(0): Using hardware cursor
    [ 52.235] (==) NV(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 52.245] (II) NV(0): MMIO registers mapped at 0x7f5b4a0aa000
    [ 52.245] (--) NV(0): Total video RAM: 512.0 MB
    [ 52.245] (--) NV(0): BAR1 size: 256.0 MB
    [ 52.245] (--) NV(0): Mapped memory: 256.0 MB
    [ 52.317] (II) NV(0): Linear framebuffer mapped at 0x7f5b3a0aa000
    [ 52.317] (II) Loading sub module "i2c"
    [ 52.317] (II) LoadModule: "i2c"
    [ 52.317] (II) Module "i2c" already built-in
    [ 52.317] (II) Loading sub module "ddc"
    [ 52.317] (II) LoadModule: "ddc"
    [ 52.317] (II) Module "ddc" already built-in
    [ 52.317] (--) NV(0): Connector map:
    [ 52.317] (--) NV(0): Bus 3 -> SOR0 (LVDS)
    [ 52.317] (--) NV(0): Bus 0 -> DAC1
    [ 52.317] (--) NV(0): Bus 8 -> SOR3
    [ 52.317] (--) NV(0): Load detection: 340
    [ 52.317] (II) NV(0): I2C bus "I2C0" initialized.
    [ 52.317] (II) NV(0): Output VGA1 has no monitor section
    [ 52.317] (II) NV(0): I2C bus "I2C8" initialized.
    [ 52.317] (II) NV(0): Output DVI3 has no monitor section
    [ 52.317] (II) NV(0): LVDS native size 1366x768
    [ 52.317] (II) NV(0): Output LVDS has no monitor section
    [ 52.317] (II) NV(0): I2C bus "I2C3 (LVDS)" initialized.
    [ 52.317] (II) NV(0): Probing for EDID on I2C bus 0...
    [ 52.317] (II) NV(0): I2C device "I2C0:ddc2" registered at address 0xA0.
    [ 52.321] (II) NV(0): ... none found
    [ 52.321] (--) NV(0): Trying load detection on VGA1 ... nothing.
    [ 52.366] (II) NV(0): EDID for output VGA1
    [ 52.366] (II) NV(0): Probing for EDID on I2C bus 8...
    [ 52.366] (II) NV(0): I2C device "I2C8:ddc2" registered at address 0xA0.
    [ 52.370] (II) NV(0): ... none found
    [ 52.370] (II) NV(0): EDID for output DVI3
    [ 52.370] (II) NV(0): Probing for EDID on I2C bus 3...
    [ 52.370] (II) NV(0): I2C device "I2C3 (LVDS):ddc2" registered at address 0xA0.
    [ 52.422] (--) NV(0): DDC detected a DFP:
    [ 52.422] (II) NV(0): Manufacturer: CMO Model: 1680 Serial#: 0
    [ 52.422] (II) NV(0): Year: 2009 Week: 4
    [ 52.422] (II) NV(0): EDID Version: 1.3
    [ 52.422] (II) NV(0): Digital Display Input
    [ 52.422] (II) NV(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 52.422] (II) NV(0): Gamma: 2.20
    [ 52.422] (II) NV(0): No DPMS capabilities specified
    [ 52.422] (II) NV(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 52.422] (II) NV(0): First detailed timing is preferred mode
    [ 52.422] (II) NV(0): redX: 0.602 redY: 0.340 greenX: 0.306 greenY: 0.530
    [ 52.422] (II) NV(0): blueX: 0.151 blueY: 0.120 whiteX: 0.313 whiteY: 0.329
    [ 52.422] (II) NV(0): Manufacturer's mask: 0
    [ 52.422] (II) NV(0): Supported detailed timing:
    [ 52.422] (II) NV(0): clock: 75.5 MHz Image Size: 344 x 193 mm
    [ 52.422] (II) NV(0): h_active: 1366 h_sync: 1397 h_sync_end 1462 h_blank_end 1560 h_border: 0
    [ 52.422] (II) NV(0): v_active: 768 v_sync: 772 v_sync_end 784 v_blanking: 806 v_border: 0
    [ 52.422] (II) NV(0): N156B6-L06
    [ 52.422] (II) NV(0): CMO
    [ 52.422] (II) NV(0): N156B6-L06
    [ 52.422] (II) NV(0): EDID (in hex):
    [ 52.422] (II) NV(0): 00ffffffffffff000daf801600000000
    [ 52.422] (II) NV(0): 04130103802313780a07f59a574e8726
    [ 52.422] (II) NV(0): 1e505400000001010101010101010101
    [ 52.422] (II) NV(0): 0101010101017e1d56c2500026301f41
    [ 52.422] (II) NV(0): 4c0058c110000018000000fe004e3135
    [ 52.422] (II) NV(0): 3642362d4c30360a2020000000fe0043
    [ 52.422] (II) NV(0): 4d4f0a202020202020202020000000fe
    [ 52.422] (II) NV(0): 004e31353642362d4c30360a20200048
    [ 52.422] (II) NV(0): EDID for output LVDS
    [ 52.422] (II) NV(0): Manufacturer: CMO Model: 1680 Serial#: 0
    [ 52.422] (II) NV(0): Year: 2009 Week: 4
    [ 52.422] (II) NV(0): EDID Version: 1.3
    [ 52.422] (II) NV(0): Digital Display Input
    [ 52.422] (II) NV(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 52.422] (II) NV(0): Gamma: 2.20
    [ 52.422] (II) NV(0): No DPMS capabilities specified
    [ 52.422] (II) NV(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 52.422] (II) NV(0): First detailed timing is preferred mode
    [ 52.422] (II) NV(0): redX: 0.602 redY: 0.340 greenX: 0.306 greenY: 0.530
    [ 52.422] (II) NV(0): blueX: 0.151 blueY: 0.120 whiteX: 0.313 whiteY: 0.329
    [ 52.422] (II) NV(0): Manufacturer's mask: 0
    [ 52.422] (II) NV(0): Supported detailed timing:
    [ 52.422] (II) NV(0): clock: 75.5 MHz Image Size: 344 x 193 mm
    [ 52.422] (II) NV(0): h_active: 1366 h_sync: 1397 h_sync_end 1462 h_blank_end 1560 h_border: 0
    [ 52.422] (II) NV(0): v_active: 768 v_sync: 772 v_sync_end 784 v_blanking: 806 v_border: 0
    [ 52.422] (II) NV(0): N156B6-L06
    [ 52.422] (II) NV(0): CMO
    [ 52.422] (II) NV(0): N156B6-L06
    [ 52.422] (II) NV(0): EDID (in hex):
    [ 52.422] (II) NV(0): 00ffffffffffff000daf801600000000
    [ 52.422] (II) NV(0): 04130103802313780a07f59a574e8726
    [ 52.422] (II) NV(0): 1e505400000001010101010101010101
    [ 52.422] (II) NV(0): 0101010101017e1d56c2500026301f41
    [ 52.422] (II) NV(0): 4c0058c110000018000000fe004e3135
    [ 52.422] (II) NV(0): 3642362d4c30360a2020000000fe0043
    [ 52.422] (II) NV(0): 4d4f0a202020202020202020000000fe
    [ 52.422] (II) NV(0): 004e31353642362d4c30360a20200048
    [ 52.422] (II) NV(0): EDID vendor "CMO", prod id 5760
    [ 52.422] (II) NV(0): Printing probed modes for output LVDS
    [ 52.422] (II) NV(0): Modeline "1366x768"x60.0 75.50 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
    [ 52.422] (II) NV(0): Output VGA1 disconnected
    [ 52.422] (II) NV(0): Output DVI3 disconnected
    [ 52.422] (II) NV(0): Output LVDS connected
    [ 52.422] (II) NV(0): Using exact sizes for initial modes
    [ 52.422] (II) NV(0): Output LVDS using initial mode 1366x768
    [ 52.422] (II) NV(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 52.422] (--) NV(0): Virtual size is 1366x1366 (pitch 1536)
    [ 52.422] (**) NV(0): Driver mode "1366x768": 75.5 MHz (scaled from 0.0 MHz), 48.4 kHz, 60.0 Hz
    [ 52.422] (II) NV(0): Modeline "1366x768"x60.0 75.50 1366 1397 1462 1560 768 772 784 806 -hsync -vsync (48.4 kHz eP)
    [ 52.422] (==) NV(0): DPI set to (96, 96)
    [ 52.422] (II) Loading sub module "fb"
    [ 52.422] (II) LoadModule: "fb"
    [ 52.433] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 52.447] (II) Module fb: vendor="X.Org Foundation"
    [ 52.447] compiled for 1.12.2, module version = 1.0.0
    [ 52.447] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 52.447] (II) Loading sub module "xaa"
    [ 52.447] (II) LoadModule: "xaa"
    [ 52.447] (II) Loading /usr/lib/xorg/modules/libxaa.so
    [ 52.458] (II) Module xaa: vendor="X.Org Foundation"
    [ 52.458] compiled for 1.12.2, module version = 1.2.1
    [ 52.458] ABI class: X.Org Video Driver, version 12.0
    [ 52.458] (II) Loading sub module "ramdac"
    [ 52.458] (II) LoadModule: "ramdac"
    [ 52.458] (II) Module "ramdac" already built-in
    [ 52.458] (--) Depth 24 pixmap format is 32 bpp
    [ 52.475] (--) NV(0): 183.99 MB available for offscreen pixmaps
    [ 52.507] (II) NV(0): Using XFree86 Acceleration Architecture (XAA)
    [ 52.507] Screen to screen bit blits
    [ 52.507] Solid filled rectangles
    [ 52.507] 8x8 mono pattern filled rectangles
    [ 52.507] Indirect CPU to Screen color expansion
    [ 52.507] Solid Lines
    [ 52.507] Scanline Image Writes
    [ 52.508] Setting up tile and stipple cache:
    [ 52.508] 32 128x128 slots
    [ 52.508] 32 256x256 slots
    [ 52.508] 16 512x512 slots
    [ 52.508] (==) NV(0): Backing store disabled
    [ 52.508] (==) NV(0): Silken mouse enabled
    [ 52.508] (II) NV(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 52.508] (==) NV(0): DPMS enabled
    [ 55.081] (--) RandR disabled
    [ 55.081] (II) Initializing built-in extension Generic Event Extension
    [ 55.081] (II) Initializing built-in extension SHAPE
    [ 55.081] (II) Initializing built-in extension MIT-SHM
    [ 55.081] (II) Initializing built-in extension XInputExtension
    [ 55.081] (II) Initializing built-in extension XTEST
    [ 55.081] (II) Initializing built-in extension BIG-REQUESTS
    [ 55.081] (II) Initializing built-in extension SYNC
    [ 55.081] (II) Initializing built-in extension XKEYBOARD
    [ 55.081] (II) Initializing built-in extension XC-MISC
    [ 55.081] (II) Initializing built-in extension SECURITY
    [ 55.081] (II) Initializing built-in extension XINERAMA
    [ 55.081] (II) Initializing built-in extension XFIXES
    [ 55.081] (II) Initializing built-in extension RENDER
    [ 55.081] (II) Initializing built-in extension RANDR
    [ 55.081] (II) Initializing built-in extension COMPOSITE
    [ 55.081] (II) Initializing built-in extension DAMAGE
    [ 55.103] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    [ 55.132] (II) NV(0): Setting screen physical size to 361 x 203
    [ 55.715] (II) config/udev: Adding input device Power Button (/dev/input/event6)
    [ 55.715] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 55.715] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 55.715] (II) LoadModule: "evdev"
    [ 55.715] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 55.725] (II) Module evdev: vendor="X.Org Foundation"
    [ 55.725] compiled for 1.12.0, module version = 2.7.0
    [ 55.725] Module class: X.Org XInput Driver
    [ 55.725] ABI class: X.Org XInput driver, version 16.0
    [ 55.725] (II) Using input driver 'evdev' for 'Power Button'
    [ 55.725] (**) Power Button: always reports core events
    [ 55.725] (**) evdev: Power Button: Device: "/dev/input/event6"
    [ 55.725] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 55.725] (--) evdev: Power Button: Found keys
    [ 55.725] (II) evdev: Power Button: Configuring as keyboard
    [ 55.725] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input6/event6"
    [ 55.725] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 55.725] (**) Option "xkb_rules" "evdev"
    [ 55.725] (**) Option "xkb_model" "evdev"
    [ 55.725] (**) Option "xkb_layout" "se"
    [ 55.918] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    [ 55.918] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 55.918] (**) Video Bus: Applying InputClass "Keyboard Defaults"
    [ 55.918] (II) Using input driver 'evdev' for 'Video Bus'
    [ 55.918] (**) Video Bus: always reports core events
    [ 55.918] (**) evdev: Video Bus: Device: "/dev/input/event7"
    [ 55.918] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 55.918] (--) evdev: Video Bus: Found keys
    [ 55.918] (II) evdev: Video Bus: Configuring as keyboard
    [ 55.918] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input7/event7"
    [ 55.918] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 55.918] (**) Option "xkb_rules" "evdev"
    [ 55.918] (**) Option "xkb_model" "evdev"
    [ 55.918] (**) Option "xkb_layout" "se"
    [ 55.919] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 55.919] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 55.919] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 55.919] (II) Using input driver 'evdev' for 'Power Button'
    [ 55.919] (**) Power Button: always reports core events
    [ 55.919] (**) evdev: Power Button: Device: "/dev/input/event4"
    [ 55.919] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 55.919] (--) evdev: Power Button: Found keys
    [ 55.919] (II) evdev: Power Button: Configuring as keyboard
    [ 55.919] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input4/event4"
    [ 55.919] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 55.919] (**) Option "xkb_rules" "evdev"
    [ 55.919] (**) Option "xkb_model" "evdev"
    [ 55.919] (**) Option "xkb_layout" "se"
    [ 55.920] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 55.920] (II) No input driver specified, ignoring this device.
    [ 55.920] (II) This device may have been added with another device file.
    [ 55.921] (II) config/udev: Adding input device Sleep Button (/dev/input/event5)
    [ 55.921] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 55.921] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
    [ 55.921] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 55.921] (**) Sleep Button: always reports core events
    [ 55.921] (**) evdev: Sleep Button: Device: "/dev/input/event5"
    [ 55.921] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 55.921] (--) evdev: Sleep Button: Found keys
    [ 55.921] (II) evdev: Sleep Button: Configuring as keyboard
    [ 55.921] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input5/event5"
    [ 55.921] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 55.921] (**) Option "xkb_rules" "evdev"
    [ 55.921] (**) Option "xkb_model" "evdev"
    [ 55.921] (**) Option "xkb_layout" "se"
    [ 55.922] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
    [ 55.922] (II) No input driver specified, ignoring this device.
    [ 55.922] (II) This device may have been added with another device file.
    [ 55.923] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
    [ 55.923] (II) No input driver specified, ignoring this device.
    [ 55.923] (II) This device may have been added with another device file.
    [ 55.923] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event15)
    [ 55.923] (II) No input driver specified, ignoring this device.
    [ 55.923] (II) This device may have been added with another device file.
    [ 55.924] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event16)
    [ 55.924] (II) No input driver specified, ignoring this device.
    [ 55.924] (II) This device may have been added with another device file.
    [ 55.924] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event1)
    [ 55.924] (**) Logitech USB Receiver: Applying InputClass "evdev pointer catchall"
    [ 55.924] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 55.924] (**) Logitech USB Receiver: always reports core events
    [ 55.924] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event1"
    [ 55.925] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
    [ 55.925] (--) evdev: Logitech USB Receiver: Found 20 mouse buttons
    [ 55.925] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 55.925] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 55.925] (--) evdev: Logitech USB Receiver: Found x and y relative axes
    [ 55.925] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 55.925] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 55.925] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 55.925] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 55.925] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input1/event1"
    [ 55.925] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: MOUSE, id 10)
    [ 55.925] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 55.925] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 55.925] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 55.925] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 55.925] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 55.926] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
    [ 55.926] (II) No input driver specified, ignoring this device.
    [ 55.926] (II) This device may have been added with another device file.
    [ 55.926] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
    [ 55.927] (**) Logitech USB Receiver: Applying InputClass "evdev keyboard catchall"
    [ 55.927] (**) Logitech USB Receiver: Applying InputClass "Keyboard Defaults"
    [ 55.927] (II) Using input driver 'evdev' for 'Logitech USB Receiver'
    [ 55.927] (**) Logitech USB Receiver: always reports core events
    [ 55.927] (**) evdev: Logitech USB Receiver: Device: "/dev/input/event2"
    [ 55.927] (--) evdev: Logitech USB Receiver: Vendor 0x46d Product 0xc521
    [ 55.927] (--) evdev: Logitech USB Receiver: Found 1 mouse buttons
    [ 55.927] (--) evdev: Logitech USB Receiver: Found scroll wheel(s)
    [ 55.927] (--) evdev: Logitech USB Receiver: Found relative axes
    [ 55.927] (II) evdev: Logitech USB Receiver: Forcing relative x/y axes to exist.
    [ 55.927] (--) evdev: Logitech USB Receiver: Found absolute axes
    [ 55.927] (II) evdev: Logitech USB Receiver: Forcing absolute x/y axes to exist.
    [ 55.927] (--) evdev: Logitech USB Receiver: Found keys
    [ 55.927] (II) evdev: Logitech USB Receiver: Configuring as mouse
    [ 55.927] (II) evdev: Logitech USB Receiver: Configuring as keyboard
    [ 55.927] (II) evdev: Logitech USB Receiver: Adding scrollwheel support
    [ 55.927] (**) evdev: Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    [ 55.927] (**) evdev: Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 55.927] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.1/input/input2/event2"
    [ 55.927] (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD, id 11)
    [ 55.927] (**) Option "xkb_rules" "evdev"
    [ 55.927] (**) Option "xkb_model" "evdev"
    [ 55.927] (**) Option "xkb_layout" "se"
    [ 55.927] (II) evdev: Logitech USB Receiver: initialized for relative axes.
    [ 55.927] (WW) evdev: Logitech USB Receiver: ignoring absolute axes.
    [ 55.927] (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    [ 55.927] (**) Logitech USB Receiver: (accel) acceleration profile 0
    [ 55.927] (**) Logitech USB Receiver: (accel) acceleration factor: 2.000
    [ 55.927] (**) Logitech USB Receiver: (accel) acceleration threshold: 4
    [ 55.927] (II) config/udev: Adding input device USB 2.0 PC Camera (/dev/input/event10)
    [ 55.927] (**) USB 2.0 PC Camera: Applying InputClass "evdev keyboard catchall"
    [ 55.927] (**) USB 2.0 PC Camera: Applying InputClass "Keyboard Defaults"
    [ 55.927] (II) Using input driver 'evdev' for 'USB 2.0 PC Camera'
    [ 55.927] (**) USB 2.0 PC Camera: always reports core events
    [ 55.927] (**) evdev: USB 2.0 PC Camera: Device: "/dev/input/event10"
    [ 55.927] (--) evdev: USB 2.0 PC Camera: Vendor 0x1210 Product 0x25f4
    [ 55.927] (--) evdev: USB 2.0 PC Camera: Found keys
    [ 55.927] (II) evdev: USB 2.0 PC Camera: Configuring as keyboard
    [ 55.927] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input10/event10"
    [ 55.927] (II) XINPUT: Adding extended input device "USB 2.0 PC Camera" (type: KEYBOARD, id 12)
    [ 55.927] (**) Option "xkb_rules" "evdev"
    [ 55.927] (**) Option "xkb_model" "evdev"
    [ 55.927] (**) Option "xkb_layout" "se"
    [ 55.928] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event11)
    [ 55.928] (II) No input driver specified, ignoring this device.
    [ 55.928] (II) This device may have been added with another device file.
    [ 55.928] (II) config/udev: Adding input device HDA Intel Headphone (/dev/input/event12)
    [ 55.928] (II) No input driver specified, ignoring this device.
    [ 55.928] (II) This device may have been added with another device file.
    [ 55.928] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 55.928] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 55.928] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 55.928] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 55.928] (**) AT Translated Set 2 keyboard: always reports core events
    [ 55.928] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 55.928] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 55.928] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 55.928] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 55.929] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 55.929] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
    [ 55.929] (**) Option "xkb_rules" "evdev"
    [ 55.929] (**) Option "xkb_model" "evdev"
    [ 55.929] (**) Option "xkb_layout" "se"
    [ 55.929] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event9)
    [ 55.929] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 55.929] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 55.929] (II) LoadModule: "synaptics"
    [ 55.929] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 55.967] (II) Module synaptics: vendor="X.Org Foundation"
    [ 55.967] compiled for 1.12.1, module version = 1.6.1
    [ 55.967] Module class: X.Org XInput Driver
    [ 55.967] ABI class: X.Org XInput driver, version 16.0
    [ 55.967] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 55.967] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 55.967] (**) Option "Device" "/dev/input/event9"
    [ 55.967] (II) synaptics: SynPS/2 Synaptics TouchPad: ignoring touch events for semi-multitouch device
    [ 55.967] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5672
    [ 55.967] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4910
    [ 55.967] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 55.967] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 55.968] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 55.968] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 55.968] (**) Option "TapButton1" "1"
    [ 55.968] (**) Option "TapButton2" "2"
    [ 55.968] (**) Option "TapButton3" "3"
    [ 55.968] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 55.968] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 55.968] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event9"
    [ 55.968] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 14)
    [ 55.968] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 55.968] (**) synaptics: SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 55.968] (**) synaptics: SynPS/2 Synaptics TouchPad: AccelFactor is now 0.037
    [ 55.969] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 55.969] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 55.969] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 55.969] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 55.969] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 55.969] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 55.969] (II) No input driver specified, ignoring this device.
    [ 55.969] (II) This device may have been added with another device file.
    [ 55.970] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
    [ 55.970] (II) No input driver specified, ignoring this device.
    [ 55.970] (II) This device may have been added with another device file.
    From what I can tell it is something with the nvidia driver that doesn't play well with xorg.  Perhaps some kind of autodetection that takes long time to finish. Anyone got any ideas how to solve this?
    Last edited by Larsson (2012-06-13 18:59:43)

    Didn't see they where timestamps . Yes it seems that glx is one cause of the delay. I've tried some different xorg.conf, and it's always ligglx.so or  NV-GLX that slows it down. Any suggestions on how I can speed this up?
    ps. The computer is ok. Although the garddrive is a SATA 3.0Gb/s, 5400 RPM.  But I don't think this is the problem?

  • [SOLVED] Nvidia and Xorg 1.8: Failed to Increase Resolution

    Hi there,
    with the new Xorg 1.8 I experienced the following Problem:
    When booting my system, the screen is set to 1680x1050 resolution which works fine.
    To play some games, I use to change the screen resolution to 1024x768 via xrandr.
    But when I try to set the resolution back to anything bigger than 1024x768, both xrandr and nvidia-settings fail.
    Output of xrandr:
    $ xrandr -s 1680x1050
    Failed to change the screen configuration!
    $ xrandr --verbose -s 1680x0105
    Size 1680x105 not found in available modes
    Trying to change the Resolution back to 1680x1050 by nvidia-settings:
    Failed to set MetaMode (1) 'DFP-0: 1680x1050 @1680x1050 +0+0' (Mode 1680x1050, id: 63) on X screen 0
    Would you like to remove this MetaMode?
    Then I try restarting my XServer (to get back the 1680 res), it crashes with following error message:
    /var/log/Xorg.0.log
    (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    (EE) NVIDIA(0): Failed to allocate primary buffer: out of memory.
    (EE) NVIDIA(0): *** Aborting ***
    I got a Nvidia Geforce 7300 Go, latest driver installed (extra/nvidia 256.44-1),
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    xorg.conf
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "0"
    EndSection
    # Section "Module"
    # Load "dbe"
    # Load "extmod"
    # Load "type1"
    # Load "freetype"
    # Load "glx"
    # EndSection
    # Section "Extensions"
    # Option "Composite" "Enable"
    # EndSection
    Section "ServerFlags"
    Option "DontZap" "false"
    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"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "LPL"
    HorizSync 30.0 - 75.0
    VertRefresh 60.0
    Option "DPMS"
    Option "Metamodes" "1680x1050"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce Go 7300"
    Option "NoLogo" "true"
    Option "Metamodes" "1680x1050"
    # Option "RenderAccel" "True"
    # Option "AllowGLXWithComposite" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    # Option "AddARGBGLXVisuals" "True"
    # Option "TwinView" "0"
    # Option "metamodes" "1680x1050 +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    xorg.conf.d/20-nvidia.conf
    Section "Device"
    Identifier "Default nvidia Device"
    Driver "nvidia"
    Option "NoLogo" "True"
    EndSection
    Any ideas?
    Last edited by Pyxir (2010-08-12 08:42:02)

    Whoops, the 0105 obviously was a typo when reproducing the problem.
    The complete Xorg.0.log of my current session, including errors:
    [ 21.242]
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    [ 21.242]
    X.Org X Server 1.8.1.902 (1.8.2 RC 2)
    Release Date: 2010-06-21
    [ 21.242] X Protocol Version 11, Revision 0
    [ 21.242] Build Operating System: Linux 2.6.34-ARCH i686
    [ 21.242] Current Operating System: Linux arche 2.6.34-ARCH #1 SMP PREEMPT Wed Aug 4 14:27:43 CEST 2010 i686
    [ 21.242] Kernel command line: root=/dev/sda2 ro vga=773
    [ 21.242] Build Date: 21 June 2010 11:54:27AM
    [ 21.242]
    [ 21.263] Current version of pixman: 0.18.2
    [ 21.263] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 21.263] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 21.263] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Aug 11 21:57:27 2010
    [ 21.296] (==) Using config file: "/etc/X11/xorg.conf"
    [ 21.296] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 21.345] (==) ServerLayout "Layout0"
    [ 21.345] (**) |-->Screen "Screen0" (0)
    [ 21.345] (**) | |-->Monitor "Monitor0"
    [ 21.345] (**) | |-->Device "Device0"
    [ 21.345] (**) |-->Input Device "Keyboard0"
    [ 21.345] (**) |-->Input Device "Mouse0"
    [ 21.345] (**) Option "DontZap" "false"
    [ 21.345] (**) Option "Xinerama" "0"
    [ 21.345] (==) Automatically adding devices
    [ 21.345] (==) Automatically enabling devices
    [ 21.411] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 21.411] Entry deleted from font path.
    [ 21.436] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 21.436] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 21.436] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 21.436] (WW) Disabling Keyboard0
    [ 21.436] (WW) Disabling Mouse0
    [ 21.436] (II) Loader magic: 0x81e9d00
    [ 21.436] (II) Module ABI versions:
    [ 21.436] X.Org ANSI C Emulation: 0.4
    [ 21.436] X.Org Video Driver: 7.0
    [ 21.436] X.Org XInput driver : 9.0
    [ 21.436] X.Org Server Extension : 3.0
    [ 21.444] (--) PCI:*(0:1:0:0) 10de:01d7:17aa:3839 nVidia Corporation G72M [Quadro NVS 110M/GeForce Go 7300] rev 161, Mem @ 0xc9000000/16777216, 0xd0000000/268435456, 0xca000000/16777216
    [ 21.444] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 21.444] (II) LoadModule: "extmod"
    [ 21.528] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 21.538] (II) Module extmod: vendor="X.Org Foundation"
    [ 21.538] compiled for 1.8.1.902, module version = 1.0.0
    [ 21.538] Module class: X.Org Server Extension
    [ 21.538] ABI class: X.Org Server Extension, version 3.0
    [ 21.538] (II) Loading extension MIT-SCREEN-SAVER
    [ 21.538] (II) Loading extension XFree86-VidModeExtension
    [ 21.538] (II) Loading extension XFree86-DGA
    [ 21.538] (II) Loading extension DPMS
    [ 21.538] (II) Loading extension XVideo
    [ 21.538] (II) Loading extension XVideo-MotionCompensation
    [ 21.538] (II) Loading extension X-Resource
    [ 21.538] (II) LoadModule: "dbe"
    [ 21.538] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 21.550] (II) Module dbe: vendor="X.Org Foundation"
    [ 21.550] compiled for 1.8.1.902, module version = 1.0.0
    [ 21.550] Module class: X.Org Server Extension
    [ 21.550] ABI class: X.Org Server Extension, version 3.0
    [ 21.550] (II) Loading extension DOUBLE-BUFFER
    [ 21.550] (II) LoadModule: "glx"
    [ 21.560] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 22.778] (II) Module glx: vendor="NVIDIA Corporation"
    [ 22.778] compiled for 4.0.2, module version = 1.0.0
    [ 22.778] Module class: X.Org Server Extension
    [ 22.788] (II) NVIDIA GLX Module 256.44 Thu Jul 29 01:55:11 PDT 2010
    [ 22.788] (II) Loading extension GLX
    [ 22.788] (II) LoadModule: "record"
    [ 22.789] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 22.794] (II) Module record: vendor="X.Org Foundation"
    [ 22.794] compiled for 1.8.1.902, module version = 1.13.0
    [ 22.794] Module class: X.Org Server Extension
    [ 22.794] ABI class: X.Org Server Extension, version 3.0
    [ 22.794] (II) Loading extension RECORD
    [ 22.794] (II) LoadModule: "dri"
    [ 22.794] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 22.825] (II) Module dri: vendor="X.Org Foundation"
    [ 22.825] compiled for 1.8.1.902, module version = 1.0.0
    [ 22.825] ABI class: X.Org Server Extension, version 3.0
    [ 22.825] (II) Loading extension XFree86-DRI
    [ 22.825] (II) LoadModule: "dri2"
    [ 22.825] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 22.825] (II) Module dri2: vendor="X.Org Foundation"
    [ 22.825] compiled for 1.8.1.902, module version = 1.2.0
    [ 22.825] ABI class: X.Org Server Extension, version 3.0
    [ 22.825] (II) Loading extension DRI2
    [ 22.825] (II) LoadModule: "nvidia"
    [ 22.843] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 22.891] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 22.891] compiled for 4.0.2, module version = 1.0.0
    [ 22.891] Module class: X.Org Video Driver
    [ 22.925] (II) NVIDIA dlloader X Driver 256.44 Thu Jul 29 01:32:42 PDT 2010
    [ 22.926] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 22.926] (++) using VT number 7
    [ 22.939] (II) Primary Device is: PCI 01@00:00:0
    [ 22.967] (II) Loading sub module "fb"
    [ 22.967] (II) LoadModule: "fb"
    [ 22.967] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 22.981] (II) Module fb: vendor="X.Org Foundation"
    [ 22.981] compiled for 1.8.1.902, module version = 1.0.0
    [ 22.981] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 22.981] (II) Loading sub module "wfb"
    [ 22.981] (II) LoadModule: "wfb"
    [ 22.981] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 22.992] (II) Module wfb: vendor="X.Org Foundation"
    [ 22.992] compiled for 1.8.1.902, module version = 1.0.0
    [ 22.992] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 22.992] (II) Loading sub module "ramdac"
    [ 22.992] (II) LoadModule: "ramdac"
    [ 22.992] (II) Module "ramdac" already built-in
    [ 23.023] (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
    [ 23.023] (==) NVIDIA(0): RGB weight 565
    [ 23.023] (==) NVIDIA(0): Default visual is TrueColor
    [ 23.023] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 23.023] (**) NVIDIA(0): Enabling RENDER acceleration
    [ 23.023] (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    [ 23.023] (II) NVIDIA(0): enabled.
    [ 24.045] (II) NVIDIA(0): NVIDIA GPU GeForce Go 7300 (G72) at PCI:1:0:0 (GPU-0)
    [ 24.045] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 24.045] (--) NVIDIA(0): VideoBIOS: 05.72.22.54.18
    [ 24.045] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 24.045] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 24.045] (--) NVIDIA(0): Connected display device(s) on GeForce Go 7300 at PCI:1:0:0:
    [ 24.045] (--) NVIDIA(0): LPL (DFP-0)
    [ 24.045] (--) NVIDIA(0): LPL (DFP-0): 330.0 MHz maximum pixel clock
    [ 24.045] (--) NVIDIA(0): LPL (DFP-0): Internal Dual Link LVDS
    [ 24.074] (II) NVIDIA(0): Assigned Display Device: DFP-0
    [ 24.074] (WW) NVIDIA(0): No valid modes for "1024x768_75.00"; removing.
    [ 24.074] (WW) NVIDIA(0):
    [ 24.074] (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
    [ 24.074] (WW) NVIDIA(0): "nvidia-auto-select".
    [ 24.074] (WW) NVIDIA(0):
    [ 24.074] (II) NVIDIA(0): Validated modes:
    [ 24.074] (II) NVIDIA(0): "nvidia-auto-select"
    [ 24.074] (II) NVIDIA(0): Virtual screen size determined to be 1680 x 1050
    [ 24.074] (--) NVIDIA(0): DPI set to (129, 126); computed from "UseEdidDpi" X config
    [ 24.074] (--) NVIDIA(0): option
    [ 24.074] (==) NVIDIA(0): Disabling 32-bit ARGB GLX visuals.
    [ 24.076] (II) NVIDIA(0): Initialized GPU GART.
    [ 24.081] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 24.082] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 24.082] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 24.082] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 24.082] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 24.082] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 24.082] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 24.082] (II) NVIDIA(0): Config Options in the README.
    [ 24.082] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    [ 24.082] (II) NVIDIA(0): enough to receive ACPI hotkey events.
    [ 24.082] (II) NVIDIA(0): ACPI brightness change hotkey events enabled.
    [ 24.082] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 25.488] (II) Loading extension NV-GLX
    [ 25.508] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 25.524] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 25.524] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 25.548] (==) NVIDIA(0): Backing store disabled
    [ 25.548] (==) NVIDIA(0): Silken mouse enabled
    [ 25.560] (==) NVIDIA(0): DPMS enabled
    [ 25.560] (II) Loading extension NV-CONTROL
    [ 25.560] (II) Loading extension XINERAMA
    [ 25.560] (II) Loading sub module "dri2"
    [ 25.560] (II) LoadModule: "dri2"
    [ 25.560] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 25.560] (II) NVIDIA(0): [DRI2] Setup complete
    [ 25.560] (==) RandR enabled
    [ 25.561] (II) Initializing built-in extension Generic Event Extension
    [ 25.561] (II) Initializing built-in extension SHAPE
    [ 25.561] (II) Initializing built-in extension MIT-SHM
    [ 25.561] (II) Initializing built-in extension XInputExtension
    [ 25.561] (II) Initializing built-in extension XTEST
    [ 25.561] (II) Initializing built-in extension BIG-REQUESTS
    [ 25.561] (II) Initializing built-in extension SYNC
    [ 25.561] (II) Initializing built-in extension XKEYBOARD
    [ 25.561] (II) Initializing built-in extension XC-MISC
    [ 25.561] (II) Initializing built-in extension SECURITY
    [ 25.561] (II) Initializing built-in extension XINERAMA
    [ 25.561] (II) Initializing built-in extension XFIXES
    [ 25.561] (II) Initializing built-in extension RENDER
    [ 25.561] (II) Initializing built-in extension RANDR
    [ 25.561] (II) Initializing built-in extension COMPOSITE
    [ 25.561] (II) Initializing built-in extension DAMAGE
    [ 25.564] (II) Initializing extension GLX
    [ 26.195] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 26.195] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.195] (**) Power Button: Applying InputClass "keyboard"
    [ 26.195] (II) LoadModule: "evdev"
    [ 26.195] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 26.221] (II) Module evdev: vendor="X.Org Foundation"
    [ 26.221] compiled for 1.8.0, module version = 2.4.0
    [ 26.221] Module class: X.Org XInput Driver
    [ 26.221] ABI class: X.Org XInput driver, version 9.0
    [ 26.221] (**) Power Button: always reports core events
    [ 26.221] (**) Power Button: Device: "/dev/input/event3"
    [ 26.230] (II) Power Button: Found keys
    [ 26.230] (II) Power Button: Configuring as keyboard
    [ 26.231] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 26.231] (**) Option "xkb_rules" "evdev"
    [ 26.231] (**) Option "xkb_model" "evdev"
    [ 26.231] (**) Option "xkb_layout" "de"
    [ 26.231] (**) Option "xkb_variant" "nodeadkeys"
    [ 26.296] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
    [ 26.296] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 26.297] (**) Video Bus: Applying InputClass "keyboard"
    [ 26.297] (**) Video Bus: always reports core events
    [ 26.297] (**) Video Bus: Device: "/dev/input/event4"
    [ 26.304] (II) Video Bus: Found keys
    [ 26.304] (II) Video Bus: Configuring as keyboard
    [ 26.304] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 26.304] (**) Option "xkb_rules" "evdev"
    [ 26.304] (**) Option "xkb_model" "evdev"
    [ 26.304] (**) Option "xkb_layout" "de"
    [ 26.304] (**) Option "xkb_variant" "nodeadkeys"
    [ 26.306] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 26.306] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 26.306] (**) Power Button: Applying InputClass "keyboard"
    [ 26.306] (**) Power Button: always reports core events
    [ 26.306] (**) Power Button: Device: "/dev/input/event2"
    [ 26.314] (II) Power Button: Found keys
    [ 26.314] (II) Power Button: Configuring as keyboard
    [ 26.314] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 26.314] (**) Option "xkb_rules" "evdev"
    [ 26.314] (**) Option "xkb_model" "evdev"
    [ 26.314] (**) Option "xkb_layout" "de"
    [ 26.314] (**) Option "xkb_variant" "nodeadkeys"
    [ 26.314] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 26.314] (II) No input driver/identifier specified (ignoring)
    [ 26.315] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event7)
    [ 26.315] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
    [ 26.315] (**) USB 2.0 Camera: Applying InputClass "keyboard"
    [ 26.315] (**) USB 2.0 Camera: always reports core events
    [ 26.316] (**) USB 2.0 Camera: Device: "/dev/input/event7"
    [ 26.324] (II) USB 2.0 Camera: Found keys
    [ 26.324] (II) USB 2.0 Camera: Configuring as keyboard
    [ 26.324] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
    [ 26.324] (**) Option "xkb_rules" "evdev"
    [ 26.324] (**) Option "xkb_model" "evdev"
    [ 26.324] (**) Option "xkb_layout" "de"
    [ 26.324] (**) Option "xkb_variant" "nodeadkeys"
    [ 26.324] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 26.325] (II) No input driver/identifier specified (ignoring)
    [ 26.328] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 26.328] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 26.328] (**) AT Translated Set 2 keyboard: Applying InputClass "keyboard"
    [ 26.328] (**) AT Translated Set 2 keyboard: always reports core events
    [ 26.328] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 26.340] (II) AT Translated Set 2 keyboard: Found keys
    [ 26.340] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 26.340] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 26.341] (**) Option "xkb_rules" "evdev"
    [ 26.341] (**) Option "xkb_model" "evdev"
    [ 26.341] (**) Option "xkb_layout" "de"
    [ 26.341] (**) Option "xkb_variant" "nodeadkeys"
    [ 26.341] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event6)
    [ 26.341] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 26.341] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 26.341] (II) LoadModule: "synaptics"
    [ 26.341] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 26.362] (II) Module synaptics: vendor="X.Org Foundation"
    [ 26.362] compiled for 1.8.0.902, module version = 1.2.2
    [ 26.362] Module class: X.Org XInput Driver
    [ 26.362] ABI class: X.Org XInput driver, version 9.0
    [ 26.362] (II) Synaptics touchpad driver version 1.2.2
    [ 26.362] (**) Option "Device" "/dev/input/event6"
    [ 26.394] (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    [ 26.394] (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    [ 26.394] (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 26.394] (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    [ 26.394] (II) SynPS/2 Synaptics TouchPad: buttons: left right double triple
    [ 26.394] (**) Option "VertEdgeScroll" "on"
    [ 26.394] (**) Option "TapButton1" "1"
    [ 26.394] (**) Option "TapButton2" "2"
    [ 26.394] (**) Option "TapButton3" "3"
    [ 26.421] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 26.421] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 26.434] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 26.434] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 26.434] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 26.434] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 26.434] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 26.460] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 26.461] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 26.461] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 26.461] (II) Synaptics touchpad driver version 1.2.2
    [ 26.867] SynPS/2 Synaptics TouchPad no synaptics event device found
    [ 26.867] (**) Option "Device" "/dev/input/mouse0"
    [ 26.880] (**) Option "VertEdgeScroll" "on"
    [ 26.881] (**) Option "TapButton1" "1"
    [ 26.881] (**) Option "TapButton2" "2"
    [ 26.881] (**) Option "TapButton3" "3"
    [ 26.901] Query no Synaptics: 6003C8
    [ 26.901] (--) SynPS/2 Synaptics TouchPad: no supported touchpad found
    [ 26.901] (EE) SynPS/2 Synaptics TouchPad Unable to query/initialize Synaptics hardware.
    [ 26.934] (EE) PreInit failed for input device "SynPS/2 Synaptics TouchPad"
    [ 26.934] (II) UnloadModule: "synaptics"
    [ 26.934] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 26.934] (II) No input driver/identifier specified (ignoring)
    [ 201.065] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 202.424] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 202.424] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 202.424] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 202.424] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 202.424] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 202.424] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 202.424] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 202.424] (II) NVIDIA(0): Config Options in the README.
    [ 202.425] (II) NVIDIA(0): ACPI display change hotkey events enabled: the X server is new
    [ 202.425] (II) NVIDIA(0): enough to receive ACPI hotkey events.
    [ 202.425] (II) NVIDIA(0): ACPI brightness change hotkey events enabled.
    [ 202.540] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 241.790] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/mouse1)
    [ 241.790] (II) No input driver/identifier specified (ignoring)
    [ 241.795] (II) config/udev: Adding input device PS/2+USB Mouse (/dev/input/event9)
    [ 241.795] (**) PS/2+USB Mouse: Applying InputClass "evdev pointer catchall"
    [ 241.795] (**) PS/2+USB Mouse: always reports core events
    [ 241.795] (**) PS/2+USB Mouse: Device: "/dev/input/event9"
    [ 241.804] (II) PS/2+USB Mouse: Found 3 mouse buttons
    [ 241.804] (II) PS/2+USB Mouse: Found scroll wheel(s)
    [ 241.804] (II) PS/2+USB Mouse: Found relative axes
    [ 241.804] (II) PS/2+USB Mouse: Found x and y relative axes
    [ 241.804] (II) PS/2+USB Mouse: Configuring as mouse
    [ 241.804] (**) PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
    [ 241.804] (**) PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 241.804] (II) XINPUT: Adding extended input device "PS/2+USB Mouse" (type: MOUSE)
    [ 241.804] (**) PS/2+USB Mouse: (accel) keeping acceleration scheme 1
    [ 241.804] (**) PS/2+USB Mouse: (accel) acceleration profile 0
    [ 241.804] (**) PS/2+USB Mouse: (accel) acceleration factor: 2.000
    [ 241.804] (**) PS/2+USB Mouse: (accel) acceleration threshold: 4
    [ 241.804] (II) PS/2+USB Mouse: initialized for relative axes.
    [ 1596.383] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    [ 1601.611] (II) NVIDIA(0): Setting mode "1024x768"
    [ 1604.865] (EE) NVIDIA(0): Failed to allocate primary buffer: out of memory.
    [ 1604.865] (EE) NVIDIA(0): *** Aborting ***
    [ 1604.870] (II) NVIDIA(0): Setting mode "1024x768"

  • [FIXED BUT NOT SOLVED] NVIDIA - Desktop shifted left off the screen...

    Hello Community!
    For a pretty long time right now, I am trying to fix the video setup of my HTPC but without success. Because I'am run out of ideas, I really need Your help.
    PROBLEM:
    The desktop is shifted left off the screen, round about 100 Pixel.
    It started some time in the past, while upgrading a one year old Ubuntu installation (NVDIA drivers). Because I couldn't fix it and also wanted to replace Ubuntu with ArchLinux, I performed a clean ArchLinux installation.
    First I used the nouveau drivers ending up with the same problem. I read an configured using xrandr and cvt, but with no success. 
    So I restored the system to a snapshot taken before X11 and nouveau drivers installations, thank's BTRFS, and installed the proprietary NVIDIA drivers ending up with the same problems. Again I tried all the tips and tricks found in the documentations and forums, used nvidia-xconfig, hand crafted the xorg.conf all with no success.
    HARDWARE
    The system is a MSI Media Live (http://www.msi.com/product/desktop/Media-Live.html)
    . Support AMDR Athlon 64 X2, Athlon 64 and Sempron in the Socket AM2 package
    . North Bridge: nVidia® C51PVG Chipset
    . South Bridge: nVidia® MCP51 Chipset
    . Graphics is Integrated NVIDIA GPU GeForce 6150 LE
    . VGA, SCART and HDMI - Connectors
    The display Problem is on VGA and HDMI now, where in the past the VGA was perfect. Therefor I connected and used the VGA port only, in all tests.
    INSTALLATION HISTORY
    2012-12-30 + Installation according ArchLinux install guide
    2012-12-31 + pacman -S openssh
    systemctl start sshd
    2012-12-31 + pacman -S btrfs-progs
    2012-12-31 pacman -S sudo
    2012-12-31 + sudo pacman -S bash-completion
    2013-01-03 + pacman -S rsync wget gptfdisk
    2013-01-10 + pacman -Suy nvidia-304xx
    2013-01-10 + pacman -Syu nvidia-304xx-utils
    2013-01-10 + pacman -S xorg-server xorg-xinit xorg-server-utils
    2013-01-10 + pacman -S mesa
    2013-01-10 + pacman -S xorg-twm xorg-xclock xterm
    2013-01-10 + pacman -S ttf-dejavu
    2013-01-10 + pacman -Suy lxdm
    2013-01-10 + systemctl enable lxdm.service
    2013-01-10 + pacman -S xorg-xdpyinfo
    2013-01-10 + pacman -S pkgtools
    2013-01-10 + pacman -S pkgfile
    2013-01-10 + pacman -S bc
    As You can see, I installed only a minimal X11 environment for test. The lxdm display manger shows up but with very small font and shifted to the left. Only if I force a resolution of 1024x768 the image is centered on screen/tv but still the very small font. Obviously not a solution for a HTPC.
    Here are the xorg.conf and the Xorg.0.log of my last test configuration.
    xorg.xonf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 304.64 (buildmeister@swio-display-x86-rhel47-12) Tue Oct 30 12:04:46 PDT 2012
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 100 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    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 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    In the Section "ServerLayout" I modified the line
         Screen      0  "Screen0" 100 0
    by adding the 100 0 at the end.
    Xorg.0.log
    [ 12.997]
    X.Org X Server 1.13.1
    Release Date: 2012-12-13
    [ 12.997] X Protocol Version 11, Revision 0
    [ 12.997] Build Operating System: Linux 3.7.0-1-ARCH x86_64
    [ 12.997] Current Operating System: Linux media-pc 3.6.11-1-ARCH #1 SMP PREEMPT Tue Dec 18 08:57:15 CET 2012 x86_64
    [ 12.997] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=0f1f870d-ccaa-4bc2-b149-1792f0c69fce
    [ 12.997] Build Date: 16 December 2012 04:45:14PM
    [ 12.997]
    [ 12.997] Current version of pixman: 0.28.2
    [ 12.997] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 12.997] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 12.998] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 18 13:18:12 2013
    [ 13.065] (==) Using config file: "/etc/X11/xorg.conf"
    [ 13.065] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 13.066] (==) ServerLayout "Layout0"
    [ 13.066] (**) |-->Screen "Screen0" (0)
    [ 13.066] (**) | |-->Monitor "Monitor0"
    [ 13.066] (**) | |-->Device "Device0"
    [ 13.066] (**) |-->Input Device "Keyboard0"
    [ 13.066] (**) |-->Input Device "Mouse0"
    [ 13.066] (==) Automatically adding devices
    [ 13.066] (==) Automatically enabling devices
    [ 13.066] (==) Automatically adding GPU devices
    [ 13.213] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 13.213] Entry deleted from font path.
    [ 13.213] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 13.213] Entry deleted from font path.
    [ 13.222] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 13.222] Entry deleted from font path.
    [ 13.222] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 13.222] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 13.223] Entry deleted from font path.
    [ 13.223] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 13.223] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 13.223] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 13.223] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 13.223] (WW) Disabling Keyboard0
    [ 13.223] (WW) Disabling Mouse0
    [ 13.223] (II) Loader magic: 0x7fcc40
    [ 13.223] (II) Module ABI versions:
    [ 13.223] X.Org ANSI C Emulation: 0.4
    [ 13.223] X.Org Video Driver: 13.1
    [ 13.223] X.Org XInput driver : 18.0
    [ 13.223] X.Org Server Extension : 7.0
    [ 13.226] (--) PCI:*(0:0:5:0) 10de:0241:1462:3290 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xfc000000/16777216, BIOS @ 0x????????/131072
    [ 13.226] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 13.226] Initializing built-in extension Generic Event Extension
    [ 13.226] Initializing built-in extension SHAPE
    [ 13.226] Initializing built-in extension MIT-SHM
    [ 13.226] Initializing built-in extension XInputExtension
    [ 13.227] Initializing built-in extension XTEST
    [ 13.227] Initializing built-in extension BIG-REQUESTS
    [ 13.227] Initializing built-in extension SYNC
    [ 13.227] Initializing built-in extension XKEYBOARD
    [ 13.227] Initializing built-in extension XC-MISC
    [ 13.227] Initializing built-in extension SECURITY
    [ 13.227] Initializing built-in extension XINERAMA
    [ 13.227] Initializing built-in extension XFIXES
    [ 13.227] Initializing built-in extension RENDER
    [ 13.227] Initializing built-in extension RANDR
    [ 13.227] Initializing built-in extension COMPOSITE
    [ 13.227] Initializing built-in extension DAMAGE
    [ 13.227] Initializing built-in extension MIT-SCREEN-SAVER
    [ 13.227] Initializing built-in extension DOUBLE-BUFFER
    [ 13.227] Initializing built-in extension RECORD
    [ 13.227] Initializing built-in extension DPMS
    [ 13.227] Initializing built-in extension X-Resource
    [ 13.227] Initializing built-in extension XVideo
    [ 13.227] Initializing built-in extension XVideo-MotionCompensation
    [ 13.227] Initializing built-in extension XFree86-VidModeExtension
    [ 13.227] Initializing built-in extension XFree86-DGA
    [ 13.227] Initializing built-in extension XFree86-DRI
    [ 13.227] Initializing built-in extension DRI2
    [ 13.227] (II) LoadModule: "glx"
    [ 13.414] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 15.559] (II) Module glx: vendor="NVIDIA Corporation"
    [ 15.559] compiled for 4.0.2, module version = 1.0.0
    [ 15.559] Module class: X.Org Server Extension
    [ 15.559] (II) NVIDIA GLX Module 304.64 Tue Oct 30 11:18:32 PDT 2012
    [ 15.560] Loading extension GLX
    [ 15.560] (II) LoadModule: "nvidia"
    [ 15.560] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 15.868] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 15.868] compiled for 4.0.2, module version = 1.0.0
    [ 15.868] Module class: X.Org Video Driver
    [ 15.868] (II) NVIDIA dlloader X Driver 304.64 Tue Oct 30 10:59:51 PDT 2012
    [ 15.868] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 15.868] (++) using VT number 7
    [ 15.875] (II) Loading sub module "fb"
    [ 15.875] (II) LoadModule: "fb"
    [ 15.984] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.008] (II) Module fb: vendor="X.Org Foundation"
    [ 16.008] compiled for 1.13.1, module version = 1.0.0
    [ 16.008] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.008] (II) Loading sub module "wfb"
    [ 16.008] (II) LoadModule: "wfb"
    [ 16.008] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 16.025] (II) Module wfb: vendor="X.Org Foundation"
    [ 16.025] compiled for 1.13.1, module version = 1.0.0
    [ 16.025] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.025] (II) Loading sub module "ramdac"
    [ 16.025] (II) LoadModule: "ramdac"
    [ 16.025] (II) Module "ramdac" already built-in
    [ 16.025] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 16.025] (==) NVIDIA(0): RGB weight 888
    [ 16.025] (==) NVIDIA(0): Default visual is TrueColor
    [ 16.025] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 16.026] (**) NVIDIA(0): Enabling 2D acceleration
    [ 19.582] (II) NVIDIA(GPU-0): Display (Acer AT3220 (CRT-0)) does not support NVIDIA 3D
    [ 19.582] (II) NVIDIA(GPU-0): Vision stereo.
    [ 19.584] (II) NVIDIA(0): NVIDIA GPU GeForce 6150 LE (C51) at PCI:0:5:0 (GPU-0)
    [ 19.584] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 19.584] (--) NVIDIA(0): VideoBIOS: 05.51.28.56.19
    [ 19.584] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 19.584] (--) NVIDIA(0): Valid display device(s) on GeForce 6150 LE at PCI:0:5:0
    [ 19.584] (--) NVIDIA(0): Acer AT3220 (CRT-0) (connected)
    [ 19.584] (--) NVIDIA(0): TV-0
    [ 19.584] (--) NVIDIA(0): DFP-0
    [ 19.584] (--) NVIDIA(0): Acer AT3220 (CRT-0): 350.0 MHz maximum pixel clock
    [ 19.585] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
    [ 19.585] (--) NVIDIA(0): TV encoder: (null)
    [ 19.585] (--) NVIDIA(0): DFP-0: 310.0 MHz maximum pixel clock
    [ 19.585] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 19.585] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 19.585] (**) NVIDIA(0): device Acer AT3220 (CRT-0) (Using EDID frequencies has
    [ 19.585] (**) NVIDIA(0): been enabled on all display devices.)
    [ 19.585] (==) NVIDIA(0):
    [ 19.585] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 19.585] (==) NVIDIA(0): will be used as the requested mode.
    [ 19.585] (==) NVIDIA(0):
    [ 19.585] (II) NVIDIA(0): Validated MetaModes:
    [ 19.585] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
    [ 19.585] (II) NVIDIA(0): Virtual screen size determined to be 1360 x 768
    [ 19.587] (WW) NVIDIA(0): Unable to support custom viewPortOut 1360 x 765 +0 +1
    [ 19.588] (WW) NVIDIA(0): Unable to support custom viewPortOut 1360 x 765 +0 +1
    [ 19.589] (--) NVIDIA(0): DPI set to (49, 48); computed from "UseEdidDpi" X config
    [ 19.589] (--) NVIDIA(0): option
    [ 19.589] (--) Depth 24 pixmap format is 32 bpp
    [ 19.599] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 19.599] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 19.599] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 19.599] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 19.599] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 19.599] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 19.599] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 19.599] (II) NVIDIA(0): Config Options in the README.
    [ 19.599] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
    [ 19.754] Loading extension NV-GLX
    [ 19.797] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 19.797] (==) NVIDIA(0): Backing store disabled
    [ 19.797] (==) NVIDIA(0): Silken mouse enabled
    [ 19.798] (**) NVIDIA(0): DPMS enabled
    [ 19.798] Loading extension NV-CONTROL
    [ 19.799] Loading extension XINERAMA
    [ 19.799] (II) Loading sub module "dri2"
    [ 19.799] (II) LoadModule: "dri2"
    [ 19.799] (II) Module "dri2" already built-in
    [ 19.799] (II) NVIDIA(0): [DRI2] Setup complete
    [ 19.799] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 19.799] (--) RandR disabled
    [ 19.817] (II) Initializing extension GLX
    [ 20.522] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    only removed the input detection stuff
    Question
    How can I shift the display to the right?
    Many thanks for any hints.
    rale
    Last edited by rale (2013-01-19 11:46:14)

    Mr.Elendig wrote:Switch to dvi/hdmi if you can. Else you have to play with screen calibration etc.
    Thank You Mr.Elendig!
    The simplest answer often is best. After I connected a TFT display, instead of my TV, I was able to calibrate the screen output and got the desktop shifted. Knowing that, I tried the settings of my TV again. There is a hard to find option for calibration wich is set to automatic but doesn't do it. Trying to turn it of did the trick. Even the option stays on automatic and even the display format is fixed to 4:3 instead of 16:9, finaly the TV adjusted the display correctly.
    None the less, the problem not to be able to shift the desktop using the screen paramters in xorg.conf remains.
    Thanks
    rale

  • 5-screen (multi-monitor) nVidia xorg.conf -- my setup

    Hi. I would like to share my xorg.conf, since it took forever to get right.
    There isn't a lot of information out there for folks using > 2 monitors, or several graphics cards, or esoteric setups including rotation etc. I hope this will be useful; I wouldn't mind contributing to the wiki if anybody thinks it might be useful.
    So first up: hardware. I have
    nVidia GeForce GTX 550 Ti connected to a 24" monitor (in the middle)
    nVidia GeForce 210 connected to two 19" monitors, rotated into portrait (on either side of the 24")
    nVidia GeForce GT 440 connected to two 15" monitors (above the 24")
    here is a picture of the monitors, click for a bigger version
    Drivers: I'm using the official nVidia drivers, I couldn't get nouveau to work. Since I am using Xinerama, the XRandR extension isn't loaded -- therefore my setup won't be suitable for people whose screen configuration changes dynamically. But I'd prefer not to use Xinerama, and even to use nouveau if possible; if anybody has a similar configuration working with nouveau, please share
    Finally, the actual config itself. Here it is on pastebin.
    Rotation
    The correct way to rotate monitors in xorg.conf is through the metamodes option of the Screen section. On my Screen 2 and 4 (the two 19" monitors), you can see that
    { Rotation = left }
    has been added at the end of the metamodes option. Contrary to some other guides floating around, it is not necessary to specify these options:
    # Unnecessary
    Option "RandRRotate" "on"
    Option "Rotate" "right"
    I believe these come from an earlier version of Xorg. They don't have any effect when I put them in my xorg.conf, using Xorg 1.12.4 and nVidia 304.43.
    Even when I specified rotate in metamodes, my monitors didn't appear to rotate because I had originally written
    Option "metamodes" "CRT-1: nvidia-auto-select +0+0 { Rotation = left} "
    instead of
    Option "metamodes" "DFP-1: nvidia-auto-select +0+0 { Rotation = left} "
    This just made rotation fail silently, with no error message. Make sure to specify DFP if you're using a digital output (DVI, HDMI, DP) and CRT only if you're using a VGA output on your graphics board.
    Tips
    When you're testing out a new Xorg.conf, you can use
    startx -- :1
    to start a new X server without killing the current one. See if your configuration works, then switch back to your original X server by pressing Cmd-Alt-F7.
    You should also keep a log of different configurations you have tried. You can use a version control system like git to track changes to your Xorg.conf; make sure you document every change you have made, and why, it can prove invaluable later on.
    Feel free to ask about this setup. I would like to know something: what is the function of the Screen option in the Device section? On the four Device entries for my nVidia 210 and 440 cards, there is an option called Screen; when I take it out, the setup breaks. Why are they there? And why do they not map to the screen numbers in the Screen section? (They are numbered 0, 0, 1, 1 rather than 1, 2, 3, 4)

    Thank you for the reply. I read the wiki page, but unfortunately I am still struggling with my two nvidia gpu, three monitor setup.
    The red arrows show the pointer progression through the monitors (moving mouse left to right). When the cursor is on the top monitor, it becomes an X, and the screen is black.
    Here is the matching xorg.conf
    # nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 331.67 (buildmeister@swio-display-x86-rhel47-08) Fri Apr 4 12:26:05 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Acer G236HL"
    HorizSync 30.0 - 80.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor1"
    VendorName "Unknown"
    ModelName "Acer X223W"
    HorizSync 31.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 9600 GT"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "Device1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GT 610"
    BusID "PCI:2:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "CRT-1"
    Option "metamodes" "VGA-0: nvidia-auto-select +0+0, DVI-I-1: nvidia-auto-select +1920+0"
    Option "SLI" "Off"
    Option "MultiGPU" "Off"
    Option "BaseMosaic" "off"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Device1"
    Monitor "Monitor1"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "CRT-1"
    Option "metamodes" "nvidia-auto-select +0+0"
    Option "SLI" "Off"
    Option "MultiGPU" "Off"
    Option "BaseMosaic" "off"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Based on this post on archlinux, I took a crack at matching the xorg.conf pattern above (monitor/device/screen sections) with my own. I took it as a victory that it actually didn't error (many xorg.conf experiments have in the last couple of days have). Here is my new xorg.conf with 3 screens/3 monitors/3 devices:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.67 (buildmeister@swio-display-x86-rhel47-08) Fri Apr 4 12:26:16 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    Screen 2 "Screen2" RightOf "Screen1"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "1"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "leftAcer"
    VendorName "Unknown"
    ModelName "Acer G236HL"
    HorizSync 30.0 - 80.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "rightAcer"
    VendorName "Unknown"
    ModelName "Acer G236HL"
    HorizSync 30.0 - 80.0
    VertRefresh 55.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Monitor"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "topAcer"
    VendorName "Unknown"
    ModelName "Acer X223W"
    HorizSync 31.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "geforce-9600-gt-0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 9600 GT"
    BusID "PCI:1:0:0"
    Screen 0
    EndSection
    Section "Device"
    Identifier "geforce-9600-gt-1"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 9600 GT"
    BusID "PCI:1:0:0"
    Screen 1
    EndSection
    Section "Device"
    Identifier "geforce-gt-610"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GT 610"
    BusID "PCI:2:0:0"
    Screen 1
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "geforce-9600-gt-0"
    Monitor "leftAcer"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "DFP-0"
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "DFP-0"
    Option "MetaModes" "DFP: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "geforce-9600-gt-1"
    Monitor "rightAcer"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "DFP-1"
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "DFP-1"
    Option "MetaModes" "DFP-1: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen2"
    Device "geforce-gt-610"
    Monitor "topAcer"
    DefaultDepth 24
    Option "TwinView" "0"
    Option "TwinViewXineramaInfoOrder" "DFP-0"
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "DFP-0"
    Option "MetaModes" "DFP-0: nvidia-auto-select +0+0"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection
    This what appears with the new xorg.conf:
    "leftAcer" and "rightAcer" appear, but nothing appears on "topAcer" (it appears not to be getting a signal from the gpu). I can move the mouse pointer between "leftAcer" and "rightAcer".
    Any help or advice would be greatly appreciated. Here are a few details about the hardware setup:
    GeForce 9600 GT is in the PCI:1 slot. It's DVI out is going to "acerLeft", it's VGA out is going to "acerRight".
    GeForce GT 610 is in PCI:2 slot. It's VGA out is going to "acerTop".
    thanks!

  • [solved] new xorg not autodetecting touchpad

    After I upgraded to to xorg server 1.6, my touchpad doesn't work.  Not sure what is going on.  There doesn't seem to be any errors in the log. The mouse that is detected is a usb one I found in a corner trying to figure this out.
    Any ideas?
    Thanks
    My xorg.conf is:
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/local/share/fonts"
    EndSection
    Section "Module"
    Load "bitmap"
    Load "int10"
    Load "vbe"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    Option "DRI" "true"
    VendorName "Intel Corporation"
    BoardName "Mobile Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    Option "FramebufferCompression" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    Option "MIT-SHM" "Yes"
    EndSection
    Xorg.0.log:
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux awalterslaptop 2.6.29-ARCH #1 SMP PREEMPT Wed Apr 8 12:47:56 UTC 2009 i686
    Build Date: 15 April 2009 11:09:10AM
    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 Apr 16 11:59:03 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) No Layout section. Using the first Screen section.
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/local/share/fonts" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /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"
    (**) Extension "Composite" is enabled
    (**) Extension "MIT-SHM" is enabled
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (II) Loader magic: 0x1a40
    (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@0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xeff00000/524288, 0xd0000000/268435456, 0xefec0000/262144, I/O @ 0x0000eff8/8
    (--) PCI: (0@0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xeff80000/524288
    (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 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded by default.
    (II) "dbe" will be loaded by default.
    (II) "glx" will be loaded by default.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, 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: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1, 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: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (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.1, 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.1, 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.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.3.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
    965GM, 965GME/GLE, G33, Q35, Q33, Intel Integrated Graphics Device
    (II) Primary Device is: PCI 00@00:02:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [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 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Reloading /usr/lib/xorg/modules//libvbe.so
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) intel(0): Creating default Display subsection in Screen section
    "Screen0" for depth/fbbpp 24/32
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "DRI" "true"
    (**) intel(0): Option "FramebufferCompression" "true"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(0): Chipset: "945GM"
    (--) intel(0): Linear framebuffer at 0xD0000000
    (--) intel(0): IO registers at addr 0xEFF00000
    (II) intel(0): 2 display pipes available.
    (==) intel(0): Using EXA for acceleration
    (II) Loading sub module "ddc"
    (II) LoadModule: "ddc"
    (II) Module "ddc" already built-in
    (II) Loading sub module "i2c"
    (II) LoadModule: "i2c"
    (II) Module "i2c" already built-in
    (II) intel(0): Output VGA using monitor section Monitor0
    (II) intel(0): I2C bus "CRTDDC_A" initialized.
    (II) intel(0): Output LVDS has no monitor section
    (II) intel(0): I2C bus "LVDSDDC_C" initialized.
    (II) intel(0): Attempting to determine panel fixed mode.
    (II) intel(0): I2C device "LVDSDDC_C:E-EDID segment register" registered at address 0x60.
    (II) intel(0): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "SEC", prod id 0
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (II) intel(0): Bad V_BIOS checksum
    (II) intel(0): Primary V_BIOS segment is: 0xc000
    (II) intel(0): VESA BIOS detected
    (II) intel(0): VESA VBE Version 3.0
    (II) intel(0): VESA VBE Total Mem: 7872 kB
    (II) intel(0): VESA VBE OEM: Intel(r) 82945GM Chipset Family Graphics Chip Accelerated VGA BIOS
    (II) intel(0): VESA VBE OEM Software Rev: 1.0
    (II) intel(0): VESA VBE OEM Vendor: Intel Corporation
    (II) intel(0): VESA VBE OEM Product: Intel(r) 82945GM Chipset Family Graphics Controller
    (II) intel(0): VESA VBE OEM Product Rev: Hardware Version 0.0
    (II) intel(0): found backlight control method /sys/class/backlight/acpi_video0
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" registered at address 0x70.
    (II) intel(0): No SDVO device found on SDVOB
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOB:SDVO Controller B" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOB" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" initialized.
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" registered at address 0x72.
    (II) intel(0): No SDVO device found on SDVOC
    (II) intel(0): I2C device "SDVOCTRL_E for SDVOC:SDVO Controller C" removed.
    (II) intel(0): I2C bus "SDVOCTRL_E for SDVOC" removed.
    (II) intel(0): Output TV has no monitor section
    (II) intel(0): EDID vendor "SEC", prod id 0
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (II) intel(0): Using exact sizes for initial modes
    (II) intel(0): Output LVDS using initial mode 1280x800
    (II) intel(0): Monitoring connected displays enabled
    (II) intel(0): detected 256 kB GTT.
    (II) intel(0): detected 7932 kB stolen memory.
    (==) intel(0): video overlay key set to 0x101fe
    (==) intel(0): Will not try to enable page flipping
    (==) intel(0): Triple buffering disabled
    (==) intel(0): Intel XvMC decoder disabled
    (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
    (==) intel(0): DPI set to (96, 96)
    (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.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (II) intel(0): Comparing regs from server start up to After PreInit
    (WW) intel(0): Register 0x61200 (PP_STATUS) changed from 0xc0000008 to 0xd000000a
    (WW) intel(0): PP_STATUS before: on, ready, sequencing idle
    (WW) intel(0): PP_STATUS after: on, ready, sequencing on
    (WW) intel(0): Register 0x70024 (PIPEASTAT) changed from 0x00000000 to 0x80000203
    (WW) intel(0): PIPEASTAT before: status:
    (WW) intel(0): PIPEASTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS VBLANK_INT_STATUS OREG_UPDATE_STATUS
    (WW) intel(0): Register 0x71024 (PIPEBSTAT) changed from 0x00000202 to 0x80000242
    (WW) intel(0): PIPEBSTAT before: status: VSYNC_INT_STATUS VBLANK_INT_STATUS
    (WW) intel(0): PIPEBSTAT after: status: FIFO_UNDERRUN VSYNC_INT_STATUS LBLC_EVENT_STATUS VBLANK_INT_STATUS
    (WW) intel(0): Register 0x68060 (TV_SC_CTL_1) changed from 0xc1710087 to 0xc1710088
    (WW) intel(0): Register 0x68064 (TV_SC_CTL_2) changed from 0x6b405140 to 0x4e2d1dc8
    (II) Loading sub module "dri"
    (II) LoadModule: "dri"
    (II) Reloading /usr/lib/xorg/modules/extensions//libdri.so
    (==) 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] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 810752 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 3243004 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) intel(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) intel(0): [drm] framebuffer mapped by ddx driver
    (II) intel(0): [drm] added 1 reserved context for kernel
    (II) intel(0): X context handle = 0x1
    (II) intel(0): [drm] installed DRM signal handler
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) intel(0): [drm] Registers = 0xeff00000
    (II) intel(0): [drm] ring buffer = 0xd0000000
    (II) intel(0): [drm] mapped front buffer at 0xd1000000, handle = 0xd1000000
    (II) intel(0): [drm] mapped back buffer at 0xd4000000, handle = 0xd4000000
    (II) intel(0): [drm] mapped depth buffer at 0xd5000000, handle = 0xd5000000
    (II) intel(0): [drm] mapped classic textures at 0xd6000000, handle = 0xd6000000
    (II) intel(0): [drm] Initialized kernel agp heap manager, 33554432
    (II) intel(0): [dri] visual configs initialized
    (II) intel(0): Page Flipping disabled
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) EXA(0): Offscreen pixmap area of 31457280 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): [DRI] installation complete
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x01000000 (pgoffset 4096)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x02000000 (pgoffset 8192)
    (II) intel(0): xf86BindGARTMemory: bind key 2 at 0x04000000 (pgoffset 16384)
    (II) intel(0): xf86BindGARTMemory: bind key 3 at 0x05000000 (pgoffset 20480)
    (II) intel(0): xf86BindGARTMemory: bind key 4 at 0x06000000 (pgoffset 24576)
    (II) intel(0): Fixed memory allocation layout:
    (II) intel(0): 0x00000000-0x0001ffff: ring buffer (128 kB)
    (II) intel(0): 0x00020000-0x0061ffff: compressed frame buffer (6144 kB, 0x00000000cf820000 physical
    (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x00000000cfe20000 physical
    (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x00000000cfe21000 physical
    (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
    (II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x00000000cfe33000 physical
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x01000000-0x01ffffff: front buffer (10240 kB) X tiled
    (II) intel(0): 0x02000000-0x03dfffff: exa offscreen (30720 kB)
    (II) intel(0): 0x04000000-0x04ffffff: back buffer (10240 kB) X tiled
    (II) intel(0): 0x05000000-0x05ffffff: depth buffer (10240 kB) X tiled
    (II) intel(0): 0x06000000-0x07ffffff: classic textures (32768 kB)
    (II) intel(0): 0x10000000: end of aperture
    (WW) intel(0): ESR is 0x00000001, instruction error
    (WW) intel(0): PRB0_CTL (0x0001f001) indicates ring buffer enabled
    (WW) intel(0): Existing errors found in hardware state.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane A is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane B is now enabled and connected to pipe B.
    (II) intel(0): Output VGA is connected to pipe none
    (II) intel(0): Output LVDS is connected to pipe B
    (II) intel(0): Output TV is connected to pipe none
    (II) intel(0): [drm] dma control initialized, using IRQ 16
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Selecting standard 18 bit TMDS pixel format.
    (**) Option "dpms" "true"
    (**) intel(0): DPMS enabled
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Enabled
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) intel(0): Setting screen physical size to 331 x 207
    (II) config/hal: Adding input device HID 062a:0000
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input//evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (**) HID 062a:0000: always reports core events
    (**) HID 062a:0000: Device: "/dev/input/event11"
    (II) HID 062a:0000: Found 3 mouse buttons
    (II) HID 062a:0000: Found x and y relative axes
    (II) HID 062a:0000: Found scroll wheel(s)
    (II) HID 062a:0000: Configuring as mouse
    (**) HID 062a:0000: YAxisMapping: buttons 4 and 5
    (**) HID 062a:0000: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "HID 062a:0000" (type: MOUSE)
    (**) HID 062a:0000: (accel) keeping acceleration scheme 1
    (**) HID 062a:0000: (accel) filter chain progression: 2.00
    (**) HID 062a:0000: (accel) filter stage 0: 20.00 ms
    (**) HID 062a:0000: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event8"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event7"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) intel(0): EDID vendor "SEC", prod id 0
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.4 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 0
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x007bf000 (pgoffset 1983)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    (II) intel(0): EDID vendor "SEC", prod id 0
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1280x800"x0.0 71.11 1280 1328 1360 1440 800 802 808 823 -hsync -vsync (49.4 kHz)
    (II) intel(0): EDID vendor "SEC", prod id 0
    (II) intel(0): xf86BindGARTMemory: bind key 5 at 0x007bf000 (pgoffset 1983)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 5
    exaCopyDirty: Pending damage region empty!
    Last edited by amw2320 (2009-05-03 04:45:17)

    I hope i won't say anything stupid here, but AFAIUnderstand Xorg has now an autodetect "feature" that fails more often than not, or configures mice with weird defaults.
    Try to add this to your /etc/X11/xorg.conf:
    Section "ServerFlags"
    Option "AutoAddDevices" "false"
    Option "DontZap" "false"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "CorePointer"
    Option "Device" "/dev/misc/psaux"
    Option "Protocol" "auto-dev"
    # Option "LeftEdge" "1000"
    # Option "RightEdge" "5400"
    # Option "TopEdge" "1000"
    # Option "BottomEdge" "4900"
    # Option "PalmDetect" "0"
    # Option "SHMConfig" "true"
    # Option "RBCornerButton" "0"
    # Option "RTCornerButton" "0"
    Option "MinSpeed" "0.9"
    Option "MaxSpeed" "1.4"
    Option "TapButton1" "1"
    Option "TapButton2" "2"
    Option "TapButton3" "3"
    Option "VertTwoFingerScroll" "1"
    Option "HorizTwoFingerScroll" "1"
    # Option "VertEdgeScroll" "1"
    # Option "HorizEdgeScroll" "1"
    # Option "MaxTapTime" "180"
    # Option "MaxTapMove" "2000"
    # Option "MaxDoubleTapTime" "360"
    # Option "SingleTapTimeout" "360"
    # Option "EmulateMidButtonTime" "75"
    # Option "HorizScrollDelta" "0"
    EndSection
    Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "SendCoreEvents" "true"
    EndSection
    (the "DontZap" option is unrelated to your problem, it allows to kill X with ctrl-alt-backspace)
    These touchpad settings are the ones I'm using on my EeePC900, you may want to tweak them. I left some commented options for reference.

  • [SOLVED] Xorg will not start

    Installed Arch Linux, replaced the nouveau driver with the nvidia-304xx drivers. After issuing startx, Gnome does not load. I get a brief flash of the nvidia logo, and then nothing. My results:
    [root@localhost ~]# cat /var/log/Xorg.0.log
    [ 810.015]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 810.138] X Protocol Version 11, Revision 0
    [ 810.181] Build Operating System: Linux 3.19.2-1-ARCH x86_64
    [ 810.275] Current Operating System: Linux localhost 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64
    [ 810.276] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=9cedf7cf-9389-45b8-95a3-e30e4ae286ca rw quiet
    [ 810.434] Build Date: 14 April 2015 10:34:18AM
    [ 810.486]
    [ 810.538] Current version of pixman: 0.32.6
    [ 810.650] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 810.650] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 810.892] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 16 13:27:29 2015
    [ 810.957] (==) Using config file: "/etc/X11/xorg.conf"
    [ 811.025] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 811.025] (==) ServerLayout "Layout0"
    [ 811.026] (**) |-->Screen "Screen0" (0)
    [ 811.026] (**) | |-->Monitor "Monitor0"
    [ 811.026] (**) | |-->Device "Device0"
    [ 811.026] (**) |-->Input Device "Keyboard0"
    [ 811.026] (**) |-->Input Device "Mouse0"
    [ 811.026] (==) Automatically adding devices
    [ 811.026] (==) Automatically enabling devices
    [ 811.026] (==) Automatically adding GPU devices
    [ 811.026] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 811.026] Entry deleted from font path.
    [ 811.026] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 811.026] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 811.026] Entry deleted from font path.
    [ 811.026] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 811.026] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 811.027] Entry deleted from font path.
    [ 811.027] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 811.027] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 811.027] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 811.027] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 811.027] (WW) Disabling Keyboard0
    [ 811.027] (WW) Disabling Mouse0
    [ 811.027] (II) Loader magic: 0x815d80
    [ 811.027] (II) Module ABI versions:
    [ 811.027] X.Org ANSI C Emulation: 0.4
    [ 811.027] X.Org Video Driver: 19.0
    [ 811.027] X.Org XInput driver : 21.0
    [ 811.027] X.Org Server Extension : 9.0
    [ 811.032] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c1
    [ 811.033] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 811.034] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 811.037] (--) PCI:*(0:3:0:0) 10de:0a64:174b:3100 rev 162, Mem @ 0xfd000000/16777216, 0xd0000000/268435456, 0xce000000/33554432, I/O @ 0x0000ec00/128, BIOS @ 0x????????/524288
    [ 811.037] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 811.037] (II) LoadModule: "glx"
    [ 811.038] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 811.060] (II) Module glx: vendor="NVIDIA Corporation"
    [ 811.060] compiled for 4.0.2, module version = 1.0.0
    [ 811.060] Module class: X.Org Server Extension
    [ 811.060] (II) NVIDIA GLX Module 304.125 Mon Dec 1 20:22:48 PST 2014
    [ 811.060] (II) LoadModule: "nvidia"
    [ 811.061] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 811.062] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 811.062] compiled for 4.0.2, module version = 1.0.0
    [ 811.062] Module class: X.Org Video Driver
    [ 811.063] (II) NVIDIA dlloader X Driver 304.125 Mon Dec 1 20:00:30 PST 2014
    [ 811.063] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 811.063] (++) using VT number 1
    [ 811.063] (--) controlling tty is VT number 1, auto-enabling KeepTty
    [ 811.063] (II) Loading sub module "fb"
    [ 811.063] (II) LoadModule: "fb"
    [ 811.063] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 811.064] (II) Module fb: vendor="X.Org Foundation"
    [ 811.065] compiled for 1.17.1, module version = 1.0.0
    [ 811.065] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 811.065] (II) Loading sub module "wfb"
    [ 811.065] (II) LoadModule: "wfb"
    [ 811.065] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 811.066] (II) Module wfb: vendor="X.Org Foundation"
    [ 811.066] compiled for 1.17.1, module version = 1.0.0
    [ 811.066] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 811.066] (II) Loading sub module "ramdac"
    [ 811.066] (II) LoadModule: "ramdac"
    [ 811.066] (II) Module "ramdac" already built-in
    [ 811.067] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 811.067] (==) NVIDIA(0): RGB weight 888
    [ 811.067] (==) NVIDIA(0): Default visual is TrueColor
    [ 811.067] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 811.067] (**) NVIDIA(0): Enabling 2D acceleration
    [ 811.622] (II) NVIDIA(0): NVIDIA GPU ION (GT218) at PCI:3:0:0 (GPU-0)
    [ 811.622] (--) NVIDIA(0): Memory: 524288 kBytes
    [ 811.622] (--) NVIDIA(0): VideoBIOS: 70.18.45.00.00
    [ 811.623] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 811.623] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 811.624] (--) NVIDIA(0): Valid display device(s) on ION at PCI:3:0:0
    [ 811.624] (--) NVIDIA(0): CRT-0
    [ 811.624] (--) NVIDIA(0): DFP-0
    [ 811.625] (--) NVIDIA(0): SAMSUNG (DFP-1) (connected)
    [ 811.625] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 811.625] (--) NVIDIA(0): DFP-0: 330.0 MHz maximum pixel clock
    [ 811.625] (--) NVIDIA(0): DFP-0: Internal Single Link TMDS
    [ 811.625] (--) NVIDIA(0): SAMSUNG (DFP-1): 165.0 MHz maximum pixel clock
    [ 811.625] (--) NVIDIA(0): SAMSUNG (DFP-1): Internal Single Link TMDS
    [ 811.625] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 811.625] (**) NVIDIA(0): device SAMSUNG (DFP-1) (Using EDID frequencies has been
    [ 811.625] (**) NVIDIA(0): enabled on all display devices.)
    [ 811.643] (==) NVIDIA(0):
    [ 811.643] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 811.643] (==) NVIDIA(0): will be used as the requested mode.
    [ 811.643] (==) NVIDIA(0):
    [ 811.643] (II) NVIDIA(0): Validated MetaModes:
    [ 811.643] (II) NVIDIA(0): "DFP-1:nvidia-auto-select"
    [ 811.643] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
    [ 811.675] (--) NVIDIA(0): DPI set to (47, 48); computed from "UseEdidDpi" X config
    [ 811.675] (--) NVIDIA(0): option
    [ 811.675] (--) Depth 24 pixmap format is 32 bpp
    [ 811.675] (II) NVIDIA: Using 768.00 MB of virtual memory for indirect memory access.
    [ 811.685] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 811.685] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 811.685] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 811.685] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 811.685] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 811.685] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 811.685] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 811.685] (II) NVIDIA(0): Config Options in the README.
    [ 811.687] (II) NVIDIA(0): Setting mode "DFP-1:nvidia-auto-select"
    [ 811.828] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 811.828] (==) NVIDIA(0): Backing store enabled
    [ 811.828] (==) NVIDIA(0): Silken mouse enabled
    [ 811.829] (**) NVIDIA(0): DPMS enabled
    [ 811.830] (II) Loading sub module "dri2"
    [ 811.830] (II) LoadModule: "dri2"
    [ 811.830] (II) Module "dri2" already built-in
    [ 811.830] (II) NVIDIA(0): [DRI2] Setup complete
    [ 811.830] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 811.830] (--) RandR disabled
    [ 811.851] (II) Initializing extension GLX
    [ 811.851] (II) Indirect GLX disabled.(II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 811.986] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 811.986] (II) LoadModule: "evdev"
    [ 811.987] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 811.988] (II) Module evdev: vendor="X.Org Foundation"
    [ 811.988] compiled for 1.17.1, module version = 2.9.2
    [ 811.988] Module class: X.Org XInput Driver
    [ 811.988] ABI class: X.Org XInput driver, version 21.0
    [ 811.989] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 28 paused 0
    [ 811.989] (II) Using input driver 'evdev' for 'Power Button'
    [ 811.990] (**) Power Button: always reports core events
    [ 811.990] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 811.990] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 811.990] (--) evdev: Power Button: Found keys
    [ 811.990] (II) evdev: Power Button: Configuring as keyboard
    [ 811.990] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event1"
    [ 811.990] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 811.990] (**) Option "xkb_rules" "evdev"
    [ 811.990] (**) Option "xkb_model" "pc104"
    [ 811.990] (**) Option "xkb_layout" "us"
    [ 812.074] (II) config/udev: Adding input device Power Button (/dev/input/event0)
    [ 812.075] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 812.076] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
    [ 812.076] (II) Using input driver 'evdev' for 'Power Button'
    [ 812.076] (**) Power Button: always reports core events
    [ 812.076] (**) evdev: Power Button: Device: "/dev/input/event0"
    [ 812.076] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 812.076] (--) evdev: Power Button: Found keys
    [ 812.076] (II) evdev: Power Button: Configuring as keyboard
    [ 812.076] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event0"
    [ 812.076] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 812.077] (**) Option "xkb_rules" "evdev"
    [ 812.077] (**) Option "xkb_model" "pc104"
    [ 812.077] (**) Option "xkb_layout" "us"
    [ 812.078] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event8)
    [ 812.078] (II) No input driver specified, ignoring this device.
    [ 812.078] (II) This device may have been added with another device file.
    [ 812.079] (II) config/udev: Adding input device HDA Intel Line Out (/dev/input/event9)
    [ 812.079] (II) No input driver specified, ignoring this device.
    [ 812.079] (II) This device may have been added with another device file.
    [ 812.080] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event7)
    [ 812.080] (II) No input driver specified, ignoring this device.
    [ 812.080] (II) This device may have been added with another device file.
    [ 812.081] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
    [ 812.081] (II) No input driver specified, ignoring this device.
    [ 812.081] (II) This device may have been added with another device file.
    [ 812.082] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event5)
    [ 812.082] (II) No input driver specified, ignoring this device.
    [ 812.082] (II) This device may have been added with another device file.
    [ 812.083] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event6)
    [ 812.083] (II) No input driver specified, ignoring this device.
    [ 812.083] (II) This device may have been added with another device file.
    [ 812.084] (II) config/udev: Adding input device Logitech K400 (/dev/input/event3)
    [ 812.084] (**) Logitech K400: Applying InputClass "evdev pointer catchall"
    [ 812.084] (**) Logitech K400: Applying InputClass "evdev keyboard catchall"
    [ 812.086] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 30 paused 0
    [ 812.086] (II) Using input driver 'evdev' for 'Logitech K400'
    [ 812.086] (**) Logitech K400: always reports core events
    [ 812.086] (**) evdev: Logitech K400: Device: "/dev/input/event3"
    [ 812.086] (--) evdev: Logitech K400: Vendor 0x46d Product 0x400e
    [ 812.086] (--) evdev: Logitech K400: Found 20 mouse buttons
    [ 812.086] (--) evdev: Logitech K400: Found scroll wheel(s)
    [ 812.086] (--) evdev: Logitech K400: Found relative axes
    [ 812.086] (--) evdev: Logitech K400: Found x and y relative axes
    [ 812.086] (--) evdev: Logitech K400: Found absolute axes
    [ 812.086] (II) evdev: Logitech K400: Forcing absolute x/y axes to exist.
    [ 812.086] (--) evdev: Logitech K400: Found keys
    [ 812.086] (II) evdev: Logitech K400: Configuring as mouse
    [ 812.086] (II) evdev: Logitech K400: Configuring as keyboard
    [ 812.086] (II) evdev: Logitech K400: Adding scrollwheel support
    [ 812.087] (**) evdev: Logitech K400: YAxisMapping: buttons 4 and 5
    [ 812.087] (**) evdev: Logitech K400: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 812.087] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.3/usb4/4-2/4-2:1.2/0003:046D:C52B.0003/0003:046D:400E.0004/input/input6/event3"
    [ 812.087] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 8)
    [ 812.087] (**) Option "xkb_rules" "evdev"
    [ 812.087] (**) Option "xkb_model" "pc104"
    [ 812.087] (**) Option "xkb_layout" "us"
    [ 812.088] (II) evdev: Logitech K400: initialized for relative axes.
    [ 812.088] (WW) evdev: Logitech K400: ignoring absolute axes.
    [ 812.088] (**) Logitech K400: (accel) keeping acceleration scheme 1
    [ 812.088] (**) Logitech K400: (accel) acceleration profile 0
    [ 812.088] (**) Logitech K400: (accel) acceleration factor: 2.000
    [ 812.089] (**) Logitech K400: (accel) acceleration threshold: 4
    [ 812.090] (II) config/udev: Adding input device Logitech K400 (/dev/input/mouse0)
    [ 812.090] (II) No input driver specified, ignoring this device.
    [ 812.090] (II) This device may have been added with another device file.
    [ 812.091] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
    [ 812.091] (II) No input driver specified, ignoring this device.
    [ 812.091] (II) This device may have been added with another device file.
    [ 812.113] (II) evdev: Logitech K400: Close
    [ 812.114] (II) UnloadModule: "evdev"
    [ 812.114] (II) systemd-logind: releasing fd for 13:67
    [ 812.199] (II) evdev: Power Button: Close
    [ 812.200] (II) UnloadModule: "evdev"
    [ 812.200] (II) systemd-logind: releasing fd for 13:64
    [ 812.226] (II) evdev: Power Button: Close
    [ 812.226] (II) UnloadModule: "evdev"
    [ 812.226] (II) systemd-logind: releasing fd for 13:65
    [ 812.801] (II) Server terminated successfully (0). Closing log file.
    I am trying to get this to work as root, and then i will use a normal user.
    Last edited by w1zard (2015-04-16 16:40:20)

    Thank you for all the pointers!
    Here are my results:
    [root@localhost ~]# cat .xinitrc
    exec startlxde
    [root@localhost ~]# vi .xinitrc
    [root@localhost ~]# cat .xinitrc
    exec gnome-session
    [root@localhost ~]#
    I had installed LXDE earlier, couldn't configure the font DPI, so i tried GNOME, but forgot to change .xinitrc
    Thank you !

  • [SOLVED] Mouse cursor does not appear in Xorg

    Hi,
    I recently migrated from NetBSD to Arch, loving it so far, but I've run into a problem. Openbox has been running great for me so far, but now the cursor seems to have disappeared from Xorg. The last things I did were:
    echo 'tint2
    wicd-client' >> ~/.config/openbox/autostart.sh
    I also set the following in /etc/rc.conf for wicd as instructed in the wiki:
    INTERFACES=(!eth0 !wlan0)
    I also added dbus wicd to my daemons array:
    DAEMONS=( ... dbus wicd ... )
    So now my daemons array looks like this:
    DAEMONS=(syslog-ng dbus wicd !network netfs crond sshd slim)
    I've tried reversing the above steps, but to no joy. I have noticed, however, that if I send a message to the display with xmessage, the cursor appears in the top left as the standard Xorg "X" mouse cursor and can be moved. However, right clicking or left clicking does not seem to interact with openbox as it should at this point.
    I did wonder if it was merely the cursor missing and the mouse was still actually performing actions, but if I right click I get no message from my window manager. System/Xorg information follows:
    [chris@chris-laptop ~]$ lspci
    00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
    00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02)
    00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 02)
    00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 02)
    00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 02)
    00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 02)
    00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 02)
    00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 02)
    00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 02)
    00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 02)
    00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
    00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
    00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
    00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 02)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
    03:00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
    [chris@chris-laptop ~]$ cat /etc/X11/xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/OTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "extmod"
    Load "glx"
    Load "record"
    Load "dri"
    Load "dri2"
    Load "dbe"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
    ### <percent>: "<f>%"
    ### [arg]: arg optional
    #Option "AccelMethod" # [<str>]
    #Option "DRI" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "VideoKey" # <i>
    #Option "FallbackDebug" # [<bool>]
    #Option "Tiling" # [<bool>]
    #Option "Shadow" # [<bool>]
    #Option "SwapbuffersWait" # [<bool>]
    #Option "XvMC" # [<bool>]
    #Option "XvPreferOverlay" # [<bool>]
    #Option "DebugFlushBatches" # [<bool>]
    #Option "DebugFlushCaches" # [<bool>]
    #Option "DebugWait" # [<bool>]
    #Option "HotPlug" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "InputClass"
    Identifier "Keyboard Defaults"
    MatchIsKeyboard "yes"
    Option "XkbLayout" "gb"
    EndSection
    [chris@chris-laptop ~]$ cat /var/log/Xorg.0.log
    [ 16.174]
    X.Org X Server 1.9.4
    Release Date: 2011-02-04
    [ 16.174] X Protocol Version 11, Revision 0
    [ 16.174] Build Operating System: Linux 2.6.37-ARCH i686
    [ 16.174] Current Operating System: Linux chris-laptop 2.6.37-ARCH #1 SMP PREEMPT Fri Feb 18 16:58:42 UTC 2011 i686
    [ 16.174] Kernel command line: root=/dev/disk/by-uuid/0bb55e9c-db1d-4383-8564-30ae6ebaba68 ro
    [ 16.174] Build Date: 04 February 2011 09:39:45PM
    [ 16.174]
    [ 16.187] Current version of pixman: 0.20.2
    [ 16.187] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 16.187] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 16.187] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 23 00:51:59 2011
    [ 16.212] (==) Using config file: "/etc/X11/xorg.conf"
    [ 16.212] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 16.243] (==) ServerLayout "X.org Configured"
    [ 16.243] (**) |-->Screen "Screen0" (0)
    [ 16.243] (**) | |-->Monitor "Monitor0"
    [ 16.243] (**) | |-->Device "Card0"
    [ 16.243] (**) |-->Input Device "Mouse0"
    [ 16.244] (**) |-->Input Device "Keyboard0"
    [ 16.244] (==) Automatically adding devices
    [ 16.244] (==) Automatically enabling devices
    [ 16.272] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 16.273] Entry deleted from font path.
    [ 16.326] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 16.326] Entry deleted from font path.
    [ 16.326] (**) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/,
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 16.326] (**) ModulePath set to "/usr/lib/xorg/modules"
    [ 16.326] (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 16.326] (WW) Disabling Mouse0
    [ 16.326] (WW) Disabling Keyboard0
    [ 16.326] (II) Loader magic: 0x81f3040
    [ 16.326] (II) Module ABI versions:
    [ 16.326] X.Org ANSI C Emulation: 0.4
    [ 16.326] X.Org Video Driver: 8.0
    [ 16.326] X.Org XInput driver : 11.0
    [ 16.326] X.Org Server Extension : 4.0
    [ 16.328] (--) PCI:*(0:0:2:0) 8086:27ae:1025:015b rev 3, Mem @ 0x58480000/524288, 0x40000000/268435456, 0x58500000/262144, I/O @ 0x000060c0/8
    [ 16.329] (--) PCI: (0:0:2:1) 8086:27a6:1025:015b rev 3, Mem @ 0x58400000/524288
    [ 16.329] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 16.329] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    [ 16.329] (II) LoadModule: "extmod"
    [ 16.332] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 16.342] (II) Module extmod: vendor="X.Org Foundation"
    [ 16.342] compiled for 1.9.4, module version = 1.0.0
    [ 16.342] Module class: X.Org Server Extension
    [ 16.342] ABI class: X.Org Server Extension, version 4.0
    [ 16.342] (II) Loading extension MIT-SCREEN-SAVER
    [ 16.342] (II) Loading extension XFree86-VidModeExtension
    [ 16.342] (II) Loading extension XFree86-DGA
    [ 16.342] (II) Loading extension DPMS
    [ 16.342] (II) Loading extension XVideo
    [ 16.342] (II) Loading extension XVideo-MotionCompensation
    [ 16.342] (II) Loading extension X-Resource
    [ 16.342] (II) LoadModule: "glx"
    [ 16.343] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 16.353] (II) Module glx: vendor="X.Org Foundation"
    [ 16.353] compiled for 1.9.4, module version = 1.0.0
    [ 16.353] ABI class: X.Org Server Extension, version 4.0
    [ 16.353] (==) AIGLX enabled
    [ 16.354] (II) Loading extension GLX
    [ 16.354] (II) LoadModule: "record"
    [ 16.354] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 16.355] (II) Module record: vendor="X.Org Foundation"
    [ 16.355] compiled for 1.9.4, module version = 1.13.0
    [ 16.355] Module class: X.Org Server Extension
    [ 16.355] ABI class: X.Org Server Extension, version 4.0
    [ 16.355] (II) Loading extension RECORD
    [ 16.355] (II) LoadModule: "dri"
    [ 16.356] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 16.365] (II) Module dri: vendor="X.Org Foundation"
    [ 16.365] compiled for 1.9.4, module version = 1.0.0
    [ 16.366] ABI class: X.Org Server Extension, version 4.0
    [ 16.366] (II) Loading extension XFree86-DRI
    [ 16.366] (II) LoadModule: "dri2"
    [ 16.366] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 16.367] (II) Module dri2: vendor="X.Org Foundation"
    [ 16.367] compiled for 1.9.4, module version = 1.2.0
    [ 16.367] ABI class: X.Org Server Extension, version 4.0
    [ 16.367] (II) Loading extension DRI2
    [ 16.368] (II) LoadModule: "dbe"
    [ 16.368] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 16.369] (II) Module dbe: vendor="X.Org Foundation"
    [ 16.369] compiled for 1.9.4, module version = 1.0.0
    [ 16.369] Module class: X.Org Server Extension
    [ 16.369] ABI class: X.Org Server Extension, version 4.0
    [ 16.369] (II) Loading extension DOUBLE-BUFFER
    [ 16.369] (II) LoadModule: "intel"
    [ 16.370] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 16.393] (II) Module intel: vendor="X.Org Foundation"
    [ 16.394] compiled for 1.9.4, module version = 2.14.0
    [ 16.394] Module class: X.Org Video Driver
    [ 16.394] ABI class: X.Org Video Driver, version 8.0
    [ 16.394] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
    E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
    965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
    4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
    Sandybridge, Sandybridge, Sandybridge, Sandybridge, Sandybridge,
    Sandybridge, Sandybridge
    [ 16.395] (++) using VT number 7
    [ 16.410] drmOpenDevice: node name is /dev/dri/card0
    [ 16.411] drmOpenDevice: open result is 8, (OK)
    [ 16.411] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 16.411] drmOpenDevice: node name is /dev/dri/card0
    [ 16.411] drmOpenDevice: open result is 8, (OK)
    [ 16.411] drmOpenByBusid: drmOpenMinor returns 8
    [ 16.411] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 16.411] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 16.411] (==) intel(0): RGB weight 888
    [ 16.411] (==) intel(0): Default visual is TrueColor
    [ 16.411] (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GME
    [ 16.411] (--) intel(0): Chipset: "945GME"
    [ 16.411] (**) intel(0): Tiling enabled
    [ 16.411] (**) intel(0): SwapBuffers wait enabled
    [ 16.412] (==) intel(0): video overlay key set to 0x101fe
    [ 16.421] (II) intel(0): Output LVDS1 using monitor section Monitor0
    [ 16.450] (II) intel(0): Output VGA1 has no monitor section
    [ 16.450] (II) intel(0): EDID for output LVDS1
    [ 16.450] (II) intel(0): Manufacturer: CMO Model: 209 Serial#: 0
    [ 16.450] (II) intel(0): Year: 2008 Week: 31
    [ 16.450] (II) intel(0): EDID Version: 1.3
    [ 16.450] (II) intel(0): Digital Display Input
    [ 16.450] (II) intel(0): Max Image Size [cm]: horiz.: 21 vert.: 12
    [ 16.450] (II) intel(0): Gamma: 2.20
    [ 16.450] (II) intel(0): No DPMS capabilities specified
    [ 16.450] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 16.450] (II) intel(0): First detailed timing is preferred mode
    [ 16.450] (II) intel(0): redX: 0.584 redY: 0.362 greenX: 0.350 greenY: 0.583
    [ 16.450] (II) intel(0): blueX: 0.154 blueY: 0.105 whiteX: 0.313 whiteY: 0.329
    [ 16.450] (II) intel(0): Manufacturer's mask: 0
    [ 16.451] (II) intel(0): Supported detailed timing:
    [ 16.451] (II) intel(0): clock: 45.0 MHz Image Size: 195 x 113 mm
    [ 16.451] (II) intel(0): h_active: 1024 h_sync: 1072 h_sync_end 1104 h_blank_end 1200 h_border: 0
    [ 16.451] (II) intel(0): v_active: 600 v_sync: 603 v_sync_end 609 v_blanking: 625 v_border: 0
    [ 16.451] (II) intel(0): N089L6-L02
    [ 16.451] (II) intel(0): CMO
    [ 16.451] (II) intel(0): N089L6-L02
    [ 16.451] (II) intel(0): EDID (in hex):
    [ 16.451] (II) intel(0): 00ffffffffffff000daf090200000000
    [ 16.451] (II) intel(0): 1f12010390150c780ab985955c599527
    [ 16.451] (II) intel(0): 1b505400000001010101010101010101
    [ 16.451] (II) intel(0): 010101010101941100b0405819203020
    [ 16.451] (II) intel(0): 3600c37100000018000000fe004e3038
    [ 16.451] (II) intel(0): 394c362d4c30320a2020000000fe0043
    [ 16.451] (II) intel(0): 4d4f0a202020202020202020000000fe
    [ 16.451] (II) intel(0): 004e3038394c362d4c30320a2020009d
    [ 16.451] (II) intel(0): EDID vendor "CMO", prod id 521
    [ 16.451] (II) intel(0): Printing DDC gathered Modelines:
    [ 16.451] (II) intel(0): Modeline "1024x600"x0.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    [ 16.463] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 16.463] (II) intel(0): Printing probed modes for output LVDS1
    [ 16.463] (II) intel(0): Modeline "1024x600"x60.0 45.00 1024 1072 1104 1200 600 603 609 625 -hsync -vsync (37.5 kHz)
    [ 16.463] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 16.463] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 16.463] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 16.490] (II) intel(0): EDID for output VGA1
    [ 16.490] (II) intel(0): Output LVDS1 connected
    [ 16.490] (II) intel(0): Output VGA1 disconnected
    [ 16.490] (II) intel(0): Using exact sizes for initial modes
    [ 16.490] (II) intel(0): Output LVDS1 using initial mode 1024x600
    [ 16.490] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 16.490] (II) intel(0): Kernel page flipping support detected, enabling
    [ 16.490] (**) intel(0): Display dimensions: (210, 120) mm
    [ 16.490] (**) intel(0): DPI set to (123, 126)
    [ 16.490] (II) Loading sub module "fb"
    [ 16.490] (II) LoadModule: "fb"
    [ 16.491] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 16.501] (II) Module fb: vendor="X.Org Foundation"
    [ 16.501] compiled for 1.9.4, module version = 1.0.0
    [ 16.501] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 16.501] (II) Loading sub module "dri2"
    [ 16.501] (II) LoadModule: "dri2"
    [ 16.501] (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 16.502] (==) Depth 24 pixmap format is 32 bpp
    [ 16.502] (II) intel(0): [DRI2] Setup complete
    [ 16.502] (II) intel(0): [DRI2] DRI driver: i915
    [ 16.502] (II) intel(0): Allocated new frame buffer 1024x600 stride 4096, tiled
    [ 16.505] (II) UXA(0): Driver registered support for the following operations:
    [ 16.506] (II) solid
    [ 16.506] (II) copy
    [ 16.506] (II) composite (RENDER acceleration)
    [ 16.506] (II) put_image
    [ 16.506] (II) get_image
    [ 16.506] (==) intel(0): Backing store disabled
    [ 16.506] (==) intel(0): Silken mouse enabled
    [ 16.507] (II) intel(0): Initializing HW Cursor
    [ 16.516] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 16.517] (==) intel(0): DPMS enabled
    [ 16.517] (==) intel(0): Intel XvMC decoder disabled
    [ 16.517] (II) intel(0): Set up textured video
    [ 16.517] (II) intel(0): Set up overlay video
    [ 16.517] (II) intel(0): direct rendering: DRI2 Enabled
    [ 16.517] (==) intel(0): hotplug detection: "enabled"
    [ 16.517] (--) RandR disabled
    [ 16.517] (II) Initializing built-in extension Generic Event Extension
    [ 16.517] (II) Initializing built-in extension SHAPE
    [ 16.517] (II) Initializing built-in extension MIT-SHM
    [ 16.517] (II) Initializing built-in extension XInputExtension
    [ 16.518] (II) Initializing built-in extension XTEST
    [ 16.518] (II) Initializing built-in extension BIG-REQUESTS
    [ 16.518] (II) Initializing built-in extension SYNC
    [ 16.518] (II) Initializing built-in extension XKEYBOARD
    [ 16.518] (II) Initializing built-in extension XC-MISC
    [ 16.518] (II) Initializing built-in extension SECURITY
    [ 16.518] (II) Initializing built-in extension XINERAMA
    [ 16.518] (II) Initializing built-in extension XFIXES
    [ 16.518] (II) Initializing built-in extension RENDER
    [ 16.518] (II) Initializing built-in extension RANDR
    [ 16.518] (II) Initializing built-in extension COMPOSITE
    [ 16.518] (II) Initializing built-in extension DAMAGE
    [ 16.621] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 16.621] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 16.621] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 16.621] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 16.621] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 16.621] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i915_dri.so
    [ 16.621] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 16.623] (II) intel(0): Setting screen physical size to 270 x 158
    [ 17.652] (II) config/udev: Adding input device Power Button (/dev/input/event5)
    [ 17.652] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 17.652] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 17.652] (II) LoadModule: "evdev"
    [ 17.653] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 17.659] (II) Module evdev: vendor="X.Org Foundation"
    [ 17.660] compiled for 1.9.4, module version = 2.6.0
    [ 17.660] Module class: X.Org XInput Driver
    [ 17.660] ABI class: X.Org XInput driver, version 11.0
    [ 17.660] (**) Power Button: always reports core events
    [ 17.660] (**) Power Button: Device: "/dev/input/event5"
    [ 17.676] (--) Power Button: Found keys
    [ 17.676] (II) Power Button: Configuring as keyboard
    [ 17.676] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 17.677] (**) Option "xkb_rules" "evdev"
    [ 17.677] (**) Option "xkb_model" "evdev"
    [ 17.677] (**) Option "xkb_layout" "gb"
    [ 17.779] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
    [ 17.779] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 17.779] (**) Video Bus: Applying InputClass "Keyboard Defaults"
    [ 17.779] (**) Video Bus: always reports core events
    [ 17.779] (**) Video Bus: Device: "/dev/input/event6"
    [ 17.800] (--) Video Bus: Found keys
    [ 17.800] (II) Video Bus: Configuring as keyboard
    [ 17.800] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 17.800] (**) Option "xkb_rules" "evdev"
    [ 17.800] (**) Option "xkb_model" "evdev"
    [ 17.800] (**) Option "xkb_layout" "gb"
    [ 17.817] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 17.817] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 17.817] (**) Power Button: Applying InputClass "Keyboard Defaults"
    [ 17.817] (**) Power Button: always reports core events
    [ 17.817] (**) Power Button: Device: "/dev/input/event2"
    [ 17.840] (--) Power Button: Found keys
    [ 17.840] (II) Power Button: Configuring as keyboard
    [ 17.840] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 17.840] (**) Option "xkb_rules" "evdev"
    [ 17.840] (**) Option "xkb_model" "evdev"
    [ 17.840] (**) Option "xkb_layout" "gb"
    [ 17.842] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 17.842] (II) No input driver/identifier specified (ignoring)
    [ 17.843] (II) config/udev: Adding input device Sleep Button (/dev/input/event4)
    [ 17.843] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 17.843] (**) Sleep Button: Applying InputClass "Keyboard Defaults"
    [ 17.843] (**) Sleep Button: always reports core events
    [ 17.843] (**) Sleep Button: Device: "/dev/input/event4"
    [ 17.866] (--) Sleep Button: Found keys
    [ 17.866] (II) Sleep Button: Configuring as keyboard
    [ 17.866] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 17.866] (**) Option "xkb_rules" "evdev"
    [ 17.867] (**) Option "xkb_model" "evdev"
    [ 17.867] (**) Option "xkb_layout" "gb"
    [ 17.871] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event9)
    [ 17.871] (II) No input driver/identifier specified (ignoring)
    [ 17.873] (II) config/udev: Adding input device HDA Intel Mic (/dev/input/event10)
    [ 17.873] (II) No input driver/identifier specified (ignoring)
    [ 17.881] (II) config/udev: Adding input device USB 2.0 Camera (/dev/input/event8)
    [ 17.881] (**) USB 2.0 Camera: Applying InputClass "evdev keyboard catchall"
    [ 17.881] (**) USB 2.0 Camera: Applying InputClass "Keyboard Defaults"
    [ 17.881] (**) USB 2.0 Camera: always reports core events
    [ 17.881] (**) USB 2.0 Camera: Device: "/dev/input/event8"
    [ 17.906] (--) USB 2.0 Camera: Found keys
    [ 17.906] (II) USB 2.0 Camera: Configuring as keyboard
    [ 17.906] (II) XINPUT: Adding extended input device "USB 2.0 Camera" (type: KEYBOARD)
    [ 17.906] (**) Option "xkb_rules" "evdev"
    [ 17.907] (**) Option "xkb_model" "evdev"
    [ 17.907] (**) Option "xkb_layout" "gb"
    [ 17.915] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 17.915] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 17.915] (**) AT Translated Set 2 keyboard: Applying InputClass "Keyboard Defaults"
    [ 17.915] (**) AT Translated Set 2 keyboard: always reports core events
    [ 17.915] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 17.930] (--) AT Translated Set 2 keyboard: Found keys
    [ 17.930] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 17.930] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 17.930] (**) Option "xkb_rules" "evdev"
    [ 17.930] (**) Option "xkb_model" "evdev"
    [ 17.930] (**) Option "xkb_layout" "gb"
    [ 17.932] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event7)
    [ 17.932] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 17.932] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 17.932] (II) LoadModule: "synaptics"
    [ 17.932] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 17.984] (II) Module synaptics: vendor="X.Org Foundation"
    [ 17.984] compiled for 1.9.2, module version = 1.3.0
    [ 17.984] Module class: X.Org XInput Driver
    [ 17.984] ABI class: X.Org XInput driver, version 11.0
    [ 17.984] (II) Synaptics touchpad driver version 1.3.0
    [ 17.984] (**) Option "Device" "/dev/input/event7"
    [ 18.106] (--) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5888
    [ 18.106] (--) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5218
    [ 18.106] (--) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 18.106] (--) SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 18.106] (--) SynPS/2 Synaptics TouchPad: buttons: left right
    [ 18.107] (**) Option "TapButton1" "1"
    [ 18.107] (**) Option "TapButton2" "2"
    [ 18.107] (**) Option "TapButton3" "3"
    [ 18.213] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 18.213] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 18.266] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    [ 18.266] (**) SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: MaxSpeed is now 1.75
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: AccelFactor is now 0.034
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 18.267] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 18.346] (--) SynPS/2 Synaptics TouchPad: touchpad found
    [ 18.347] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 18.347] (II) No input driver/identifier specified (ignoring)
    [ 18.348] (II) config/udev: Adding input device PC Speaker (/dev/input/event1)
    [ 18.349] (II) No input driver/identifier specified (ignoring)
    Any ideas? Thanks.
    Last edited by neurolysis (2011-02-23 16:49:42)

    And, of course, as soon as it isn't 3am, I realise that it is because I haven't run the programs in the background. Oh dear...

  • Dell XPS 15 : Nvidia hardwired HDMI with multiple monitors with KDE

    Hello everyone,
    I did an Archlinux instalation a few months back in my Dell XPS 15 laptop and configured my Nvidia card with bumblebee and primusrun.
    I have a extra monitor now and want to use dual monitors with my system.
    I tryed the following guides for setting up the dual screens outputs without success:
    https://wiki.archlinux.org/index.php/Bu … creenclone
    https://wiki.archlinux.org/index.php/De … al_Display
    THe output from the last try was this:
    [chicao@svadisthana etc]$ startx
    /usr/bin/Xorg.wrap: Only console users are allowed to run the X server
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    Couldn't get a file descriptor referring to the console
    [chicao@svadisthana etc]$ sudo startx
    xauth: file /root/.Xauthority does not exist
    xauth: file /root/.Xauthority does not exist
    X.Org X Server 1.16.2
    Release Date: 2014-11-10
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.17.2-1-ARCH x86_64
    Current Operating System: Linux svadisthana 3.17.3-1-ARCH #1 SMP PREEMPT Fri Nov 14 23:13:48 CET 2014 x86_64
    Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=40feb1b1-2717-4fee-89b9-e1e9cdd03278 rw quiet
    Build Date: 10 November 2014 07:52:13PM
    Current version of pixman: 0.32.6
    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.1.log", Time: Thu Nov 27 11:56:17 2014
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    removing GPU device /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card1 /dev/dri/card1
    /etc/X11/xinit/xinitrc: line 55: exec: xterm: not found
    /etc/X11/xinit/xinitrc: line 51: twm: comando não encontrado
    /etc/X11/xinit/xinitrc: line 52: xclock: comando não encontrado
    xinit: connection to X server lost
    waiting for X server to shut down (EE) Server terminated successfully (0). Closing log file.
    My bumblebee.conf file:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=true
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=auto
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=none
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/X11/xorg.conf
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=none
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    My /etc/X11/xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    Screen 1 "Screen1" RightOf "Screen0"
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    FontPath "/usr/share/fonts/Type1/"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/100dpi/"
    FontPath "/usr/share/fonts/75dpi/"
    EndSection
    Section "Module"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Monitor"
    Identifier "Monitor1"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    BusID "PCI:1:0:0"
    EndSection
    Section "Device"
    Identifier "Card1"
    Driver "intel"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "Screen"
    Identifier "Screen1"
    Device "Card1"
    Monitor "Monitor1"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    The X server is started by KDM. And don't know if there is some sort of way that I should configure KDE to start X with the bumblebee configuration.
    Anyway, does somebody came across this kind of issue? How can I make my external and laptop screen work properly ?

    I solved it by brute force:
    pacman -Rdd libgl
    (delete conflicting package without checking dependencies)
    pacman -S nvidia nvidia-utils
    And now I can watch high-quality video on a  big external TV through HDMI (driven by Nvidia card), while also independently using internal monitor.

  • Can't properly set up xorg.conf or 10-monitor.conf

    Hi.
    I would like to ask for Your help. I need someone with greater knowledge over Arch than i have. I have problem with either xorg.conf or 10-monitor.conf. As a matter of fact, now xorg.conf is deprecated so more important is 10-monitor conf.
    I have nvidia GTX260 card with newest nvidia drivers. I have 2 DVI's on this card, for an exmaple: DVI-0 nad DVI-1. I would like to use them both using dvi-to-hdmi connector on each of them in order to use my 27 LCD monitor and 40 TV, both with hdmi cable plugged into dvi-hdmi connector and to my graphic card.
    I can't solve my problem. Don't know what to do in order to having both screen working. If my 27 inch LCD monitor is connected by DVI-DSUB connector, i have signal on screen. If i plug it by dvi-hdmi connector, than i have screen, singal, picture during boot, but GUI won't load, it stays on "running user interface" or something similar. It is because of my settings in 10-monitor.conf. Here is my setup of 10-monitor.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.20 (buildmeister@swio-display-x64-rhel04-06) Wed Oct 30 18:38:00 PDT 2013
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "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 "DVI-D-1"
    VendorName "HP"
    ModelName "Hp2228H"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "ignore" "true"
    Option "DPMS"
    Option "ignore" "true"
    EndSection
    Section "Monitor"
    Identifier "DVI-D-0"
    Option "ignore" "true"
    EndSection
    Section "Monitor"
    Identifier "Unknown-0"
    Option "ignore" "true"
    EndSection
    Section "Monitor"
    Identifier "unknown-1"
    VendorName "LG"
    ModelName "LG Electronics 2D FHD LG TV 27MA73D-PZ"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    Option "Enable" "true"
    EndSection
    Section "Monitor"
    Identifier "TV-0"
    Option "ignore" "true"
    EndSection
    #Section "Monitor"
    # Identifier "Monitor0"
    # VendorName "Unknown"
    # ModelName "Unknown"
    # HorizSync 28.0 - 33.0
    # VertRefresh 43.0-72.0
    # Option "DPMS"
    #EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    Option "TripleBuffer" "1"
    Option "ConnedtedMonitor" "DFP"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    As you can see, there are few section named monitor because Arch detects with nvidia drivers, that i have few screens attached, while i haven't. If i change monitor sections than i could have random switching off signal/screen, and either can have pictrure or don't at all, wither with good 19x12 resolution, or changed for a different, streched to right and i can't log in, and change it eithere.
    So, i would like to have what i discribed on top. Could somebody point me in good direction? I tried to generate xorg.conf using nvdia-xcofig, than i applied it to 10-monitor.conf but after reboot i got stuck at "running user interface" or gui, there was no KDE greeting login screen - in my opinion because 10-monitor.conf can't detect that screen is attached by dvi-hdmi connector (detect ok with dvi-dsub and my setting of 10-monitor.conf above). So what to do in order to Arch detects dvi-hdmi connector and detects that i have screen in order to being found and in order to log in into login screen?
    When i renamed 10-monitor.conf to 10-monitor.conf.bak and rebooted, i get past "running user interface" or logins screen, i have purple-blue kde greeting and could log in but resolution was stretched on right side and i have only "left side" of screen, so i didn't see login "propmt", or login window, and couldn't log in. Tried to kill x and resuming kdm.service but it won't work. Don't see login window on blue-purple loging screen.
    I would like to get past this, would like to use dvi-hdmi connector on my 27 LCD monitor, and being able to use the same dvi-hdmi connector for my 40 TV and use them both. Could somebody help me? What do change in 10-monitor.conf, what to add, what to remove? I'm using now only 27 LCD monitor trough dvi-dsub because i can log into login window because it is in the center of the screen, not stretched to righ on dvi-hdmi connector.
    It is not fault of the connectors, i tried on Windows and it Works. Want do have it on Arch because i dont use Windows very often.
    Help [:|]

    Heh, i found something so stupid about Arch that i can't believe it. In fact, i'm not able to change it.
    I had two screen connected to my new graphic card, i moved from GTX260 to GTX660. One flat panel, LG 27 inch, was connected troug one of the DVI (DVI-I-1) and 40 TV was connected trough second DVI (DVI-D-0). What i found? Well, as a matter of fact, this new graphic has booting sequence order regarding working outs during boot. On HDMI out and on DVI-I-1 when booting there is signal and screen. On DVI-D-0 during booting sequence there is no singal, singnal comes up at login prompt of Windows or Arch. Ok, can live with that.
    There is one that i can't. If i want to have working setup of my 27 + 40 flat panels, i have to have 27 connected trough hdmi out, 40 trough something other. I'm not able to have 27 connected to DVI-I-1 and 40 TV to DVI-D-0 because during booting sequence, when there is low resolution, i have screen and singal on 27 flat panel, but when there should come up kde welcome login screen, i don't have it. It stays at terminal, when i see info "sterting upser graphic mode". That's strange! The only way to have booting sequence on 27, and also singal/screen after booting sequence of 27 is to have connected 27 flat panel to hdmi out, not DVI-I-1! Why? Don't know but Arch doesen't want to work that way, no matter what i put in 10-monitor.conf. Tried the same on Windows, no matter which out is being used (hdmi or DVI-I-1), during booting sequence there is singal/screen/picture and after it i can normally log into Windows. In case of Arch, i can't.
    Don't know. I would show my 10-monitor.conf:
    nvidia-settings: X configuration file generated by nvidia-settings
    # nvidia-settings: version 334.21 (buildmeister@swio-display-x64-rhel04-13) Thu Feb 27 14:33:33 PST 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    Option "Xinerama" "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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "LG Electronics 2D FHD LG TV"
    HorizSync 30.0 - 83.0
    VertRefresh 56.0 - 75.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce GTX 660"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    Option "Stereo" "0"
    Option "nvidiaXineramaInfoOrder" "DFP-3"
    Option "metamodes" "HDMI-0: 1920x1080 +0+0, DVI-D-0: 1920x1080 +0+0"
    Option "SLI" "Off"
    Option "MultiGPU" "Off"
    Option "BaseMosaic" "off"
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    I wan't to have both flat panels on DVI outs because i need hdmi for something other. Is there a way to solve it? Strange is that with provided resolution, vertical and horizontal frequencies, on hdmi out i can boot, i can log into Arch (while my other screen is being found, and also i see picture on login screen) but when i use both of DVI outs, i see booting sequences, and than Arch informs me that has started graphic user mode...but it stays at this black screen. What's more strange is that if i delete 10-monitor.conf, connect my 27 LCD to DVI-D-0, and TV to DVI-I-1, than i see booting on Toshiba 40 TV, don't see it on LG 27, after log in i can set proper resoluton for 27 LG, have both screen working, but if i save this settings in 10-monitor.conf, after reboot...the same thing, stays at message that Arch started graphical user mode.
    Don't know what's going on. Can somebody check my xorg? Point me? Maybe xinerama is at fault? I want my LG 27 to be cloned on 40 TV.
    In big shortcut: during boot on DVI-I-1 i have signal, can't log into gui mode, stays at mentioned screen with info that it started graphic user mode. What to do, or what to put into 10-monitor.conf?
    Last edited by firekage (2014-03-09 00:54:45)

  • [SOLVED] Nvidia Driver T-Shoot - New Install

    ...Hello.
    Just installed Arch on an office box and everything went great until I tried to access the Nvidia driver controls under XFCE4 after loading the nvidia-utils package.  The UI tells me that I "do not appear to be using the Nvidia Driver..."   I guess I'm still on Nouveau, despite following the path described in the Beginer's Guide.  Here are some system details:
    uname -a
    Linux 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 21:55:57 CEST 2011 x86_64 Intel(R) Xeon(TM) CPU 3.00GHz GenuineIntel GNU/Linux
    lspci |grep VGA
    07:00.0 VGA compatible controller: nVidia Corporation NV43GL [Quadro FX 550] (rev a2)
    less /var/log/Xorg.0.log | grep -i nvidia
    [ 686.487] (II) Module glx: vendor="NVIDIA Corporation"
    [ 686.487] (II) NVIDIA GLX Module 280.13 Wed Jul 27 17:12:07 PDT 2011
    [ 686.488] (==) Matched nvidia as autoconfigured driver 2
    [ 686.490] (II) LoadModule: "nvidia"
    [ 686.490] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 686.491] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 686.495] (EE) NVIDIA: Failed to load the NVIDIA kernel module. Please check your
    [ 686.495] (EE) NVIDIA: system's kernel log for additional error messages.
    [ 686.496] (II) UnloadModule: "nvidia"
    [ 686.496] (II) Unloading nvidia
    [ 686.496] (EE) Failed to load module "nvidia" (module-specific error, 0)
    [ 686.498] (II) NOUVEAU driver for NVIDIA chipset families :
    [ 686.504] (--) NOUVEAU(0): Chipset: "NVIDIA NV43"
    [ 686.860] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
    ...tried generating an xorg.conf via nvidia-xconfig, and this is what it produced:
    =================
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 280.13 ([email protected]) Wed Jul 27 17:15:58 PDT 2011
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    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 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    ==============
    ...for giggles,  tried to modprobe nvidia into the kernel, and got:
    FATAL: Module nvidia not found.
    ...any help would be greatly appreciated.  I don't expect to have this much driver difficulty when I install at home next week, and this office machine is really just a practice run.  I suspect that the driver issue might be at least partially down to the fact that this is maybe not one of Nvidia's more standard SOHO-market cards.  It came in this huge Dell workstation that weighs a ton...owell. 
    --Thanks
    Last edited by purple12 (2011-08-21 06:34:20)

    purple12,
    Sorry, I don't have access to a system with Nvidia.  As a moderator, may I request that you use bbcode code tags around program output.  It uses a monospaced font so that columns line up, and includes scroll bars for long passages.  Your readers will appreciate you.
    This text is in code tags. To see how I did this, you can use the "Quote" link after this post to see the source.
    Thanks.

  • How do I output the program monitor from Premiere Elements 13 to an external TV monitor?

    I can find information about dual monitor set ups, but is it possible to output the program monitor only to an external monitor?
    If so, what is needed?
    I'm using PE`3 on a PC with Windows 7  64 bit  with an NVIDIA Quadro NVS 290.
    Thanks

    bobj
    Have not found a way, but....
    Do you have a HDMI cable and does your computer and TV each have a HDMI port.
    The TImeline panel appears to be the only undockable panel in the Premiere Elements 13/13.1 Expert workspace area (Window Menu/Dual Monitor)
    The best I can do is to make a HDMI connection between the HDMI ports of my computer and TV, with display at Duplicate or Extend. That does not appear to be what you seek.
    The other part of all this is that Premiere Elements used to have a "Playback Settings" in Project Settings and accessed from
    right clicking the Edit area monitor. That is no longer to be found in 13.1, even in a grayed out state. And, for me, the Playback Settings could not be made visible
    when attaching a 3rd party device.
    In the days of Premiere Elements 11, the answer to your question might have been as described in the following
    Adobe Premiere Elements 11 * Previewing movies
    Until proven otherwise, I am thinking that it cannot be done in Premiere Elements 13/13.1. But, I am not at a stage where I would put a never and always stamp on this.
    ATR

Maybe you are looking for

  • WLC, FlexConnect, ISE: Dynamic VLAN not working

    Hi, Not sure if this is a WLC or ISE problem, but since I am unsure of the WLC config I will try here first. Equipment: WiSM2 7.2.111.3 ISE 1.1.1.268 AP 3502 in FlexConnect What I want to achive: One SSID, multiple VLAN Devices gets profiled in ISE a

  • Since upgrade 'OS X'/Mirror agent require password

    Since updating to 10.4.10, I am prompted for a password for the above at startup/restart of my iMac. It persists in doing so, even though I cancel. Once entered, iDisk then finally shows up on my desktop. I've tried turning iDisk off from the System

  • Please Help! Ipod 5th gen stuck on restoring

    I started downloading the ipod touch software from Itunes on my Windows PC( File size 1.20GB) and then I started updating my device. When it finished downloading  my itunes closed & my device was stuck with the picture with the Itunes Logo and the li

  • OSB Email Can't find wsdl for Proxy?

    Hi, OSB 11G Req: System A will invoke OSB Service and OSB should send an email. I have created a Business Service and Proxy Service for Email in OSB like:- Business Service: 1.Selected Service Type as Message Service. 2. Req Message Type as Text 3.Se

  • Content Aware Tool Not Working As Expected

    I've been watching a whole bunch of training videos on PhotoShop CS5 regarding new features lately, been running the trial of CS5 on my Windows PC for a few days now.. Pretty much everything works as advertised, but I can't seem to get the Content Aw