Getting XFREE86 4.3.0

What is the PKGBUILD for XFree86 4.3.0?  Radeon will not work with the new version yet.  Anyone have a PKGBUILD or a pkg.tar.gz?

You want to know what I did?  Here's a mini HOWTO.
Getting XFree 4.3.0
1)  First, download the XFree86 4.3.0 package from
ftp://ftp.archlinux.org/current/xfree86 … pkg.tar.gz.
2)  Remove the XFree86 4.4.0 package with:
pacman -Rd xfree86
3)  Install XFree86 4.3.0 using this command:
pacman -A /path/to/downloades/files/xfree86-4.3.0-7.pkg.tar.gz
4)  To prevent pacman upgrades from upgrading XFree, add this to the [Options] section of your /etc/pacman.conf
IgnorePkg = xfree86
There you go!!  You're good to go until ATI releases new 4.4.0 drivers, then you can remove the addition to your pacman.conf, pacman -Syu, and live happily ever after 

Similar Messages

  • XFree86 problems

    I'm having several problems getting XFree86 working.  I run X -configure then try
    XFree86 -xf86config /root/XF86Config.new
    and I get some nasty errors:
    xf86OpenSerial: Cannot open device /dev/mouse
      No such file or directory
    etc
    I can edit XF86Config.new and change /dev/mouse to /dev/psaux, then when I try again it seems to work but the mouse doesn't work.
    I have a PS/2 mouse with 3 buttons.
    Also, is there a way to get the hSync and vSync of my monitor?  I'd like to try getting a better resolution than 640x480.
    Thanks

    here is my XF86Config-4 file:
    Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    ModulePath "/usr/X11R6/lib/modules"
    FontPath "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath "/usr/X11R6/lib/X11/fonts/CID/"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
    EndSection
    Section "Module"
    Load "record"
    Load "extmod"
    Load "dbe"
    # Load "dri"
    Load "glx"
    Load "xtrap"
    Load "type1"
    Load "speedo"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/psaux"
    Option "Buttons" "3"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Monitor"
    #DisplaySize 360 270 # mm
    Identifier "Monitor0"
    VendorName "DWE"
    HorizSync 30-95
    VertRefresh 50-160
    ModelName "PnP Monitor"
    Option "DPMS"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "SWcursor" # [<bool>]
    #Option "HWcursor" # [<bool>]
    #Option "NoAccel" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "ShadowFB" # [<bool>]
    #Option "UseFBDev" # [<bool>]
    #Option "Rotate" # [<str>]
    #Option "VideoKey" # <i>
    #Option "FlatPanel" # [<bool>]
    Identifier "Card0"
    Driver "nvidia"
    VendorName "NVidia"
    BoardName "GeForce4 MX/MX 440"
    BusID "PCI:1:0:0"
    Option "NvAGP" "1"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    EndSubSection
    SubSection "Display"
    Depth 4
    EndSubSection
    SubSection "Display"
    Depth 8
    EndSubSection
    SubSection "Display"
    Depth 15
    EndSubSection
    SubSection "Display"
    Depth 16
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    in your case you will have to first edit your mouse section to something like:
    Section "InputDevice"
            Identifier  "Mouse0"
            Driver      "mouse"
            Option      "Protocol" "PS/2"
            Option      "Device" "/dev/psaux"
            Option      "Buttons" "3"
            Option      "ZAxisMapping" "4 5"
    EndSection
    the "Options "Buttons" "3"" may not hold with your mouse unless it has a scroll wheel if it does not then you will have to change the line to:
    Options "Emulate3Buttons" "True"
    don't forget the ZAxisMapping line either!
    next resolutions:
    you will have no mode in your depth settings like so:
    EndSubSection
    SubSection "Display"
    Depth 16
    just add them in like i did above:
    SubSection "Display"
                    Depth     24
                    Modes "1280x1024" "1024x768" "800x600" "640x480"
    fianlly don't forget to add a default depth level like so:
           Section "Screen"
            Identifier "Screen0"
            Device     "Card0"
            Monitor    "Monitor0"
    DefaultDepth 24
    as for refresh rates just add lines like this (in red) below:
    Section "Monitor"
            #DisplaySize      360   270     # mm
            Identifier   "Monitor0"
            VendorName   "DWE"
            HorizSync    30-95
            VertRefresh  50-160
            ModelName    "PnP Monitor"
            Option      "DPMS"
    EndSection

  • How to install RHEL AS3 on PVS without XF86???

    I am trying to install JES05Q4 on RHEL AS3 that is a hosted private virtual server (PVS) at my ISP.
    I have succesfully installed many times on my own AS3.
    I get the following error when trying on a private virtual server hosted by my ISP
    &#91;root&#64;rupture Linux_x86&#93;# ./installer -nodisplay
    Attach to native process failed
    It is RHEL AS
    &#91;root&#64;rupture Linux_x86&#93;# uname -a
    Linux rupture 2.4.20-021stab028.17.777-enterprise #1 SMP Tue Jul 19 19:31:27 MSD 2005 i686 i686 i386 GNU/Linux
    I have only done one unusual thing....
    Since I do not have a XF86 install, I did the following
    # touch /usr/X11R6/bin/xdpyinfo
    # chmod +x /usr/X11R6/bin/xdpyinfo<br /><br />... in order to eliminate the following error<br /><a href="mailto:&#91;root&#64;rupture" target="_blank">&#91;root&#64;rupture</a> Linux_x86&#93;# ./installer -nodisplay<br />None of the following are executable<br />/usr/openwin/bin/xdpyinfo<br />/usr/X11R6/bin/xdpyinfo<br />None of the following are executable<br />/usr/openwin/bin/xdpyinfo<br />/usr/X11R6/bin/xdpyinfo<br />Attach to native process failed<br /><br />How do I install JES without XF86 installed? It fails as above out the box without my first attempt at a workaround. Is there likely some other problem in my configuration causing the native process failure - other than XF86 absence? If I get the script modification right to avoid the check for xdpyinfo, will jes work without XF86 (except DS console)? Does x-view/openwin install on RHEL AS3 as alternative to XF86?<br /><br />XF86 install problem - why I cannot use XF86 <br /> ------------------------------------------------------------ -<br /><br />My X86 install fails due to kernel modifications by the virtual host provider<br /><br />I get following problem trying to install modutils-2.4.25-14.EL.i386.rpm for /sbin/insmod.static that is required by mkinitrd-3.5.13-1.i386.rpm that is required by kernel-2.4.21-27.EL.i686.rpm that is required for kernel-drm that is needed by XFree86-4.3.0-78.EL.<br /><br />It seems ISP is using modified kernel vzdummyrhas3-3.0-1.swsoft<br /><br /># rpm -i modutils-2.4.25-14.EL.i386.rpm<br />warning: modutils-2.4.25-14.EL.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e<br />        file /sbin/insmod from install of modutils-2.4.25-14.EL conflicts with file from package vzdummyrhas3-3.0-1.swsoft<br />        file /sbin/lsmod from install of modutils-2.4.25-14.EL conflicts with file from package vzdummyrhas3-3.0-1.swsoft<br />        file /sbin/modprobe from install of modutils-2.4.25-14.EL conflicts with file from package vzdummyrhas3-3.0-1.swsoft

    Please help anyone?????
    I have not yet modified the jes install script (can I do this?) ...
    ....but I have configured XF86 using stubs for the kernel-drm rpm that is the source of conflicts with the VPS kernel ...
    ... yet I abandoned XF86 since have no device (/dev/tty0) and have configured and used vnc over ssh -X tunnel instead. I can successfully create windows from virtual X-server session but still fail to install JES with or without -nodisplay option. I still get the same error in all cases
    &#91;root&#64;rupture Linux_x86&#93;# ./installer -nodisplay
    Attach to native process failed
    or from VNC session that successfully creates new xterm windows fine (without -nodisplay)
    &#91;root&#64;rupture Linux_x86&#93;# ./installer
    Attach to native process failed
    So this failure to attach to native process maybe an unrelated problem to x-windows. Can anyone explain why may not be able install jes from vnc session?
    So my ISP's PVS server has:
    1) stubbed kernel that I have had to stub around to get XF86 installed and vnc working.
    2) no tty0 device
    3) what else? - causing attach failure.
    To get XF86 installed despite my restricted PVS, I installed a stub for kernel-drm from ximian that does not offer proper X-windows behavior, but it was simple way to get XF86 dependencies out the way. My question is no longer why I cannot do JES install without XF86, but why cannot I do an install from vnc virtual X server session that is otherwise working, whether using -nodisplay option or not?
    I used the following stub for kernel-drm
    &#91;kenw&#64;rupture kenw&#93;$ rpm -qa | grep ximian
    kernel-drm-stub-4.1.0-0.ximian.1
    I was then able to install XF86.
    &#91;kenw&#64;rupture kenw&#93;$ rpm -qa | grep XFr
    XFree86-font-utils-4.3.0-78.EL
    XFree86-xdm-4.3.0-78.EL
    XFree86-devel-4.3.0-78.EL
    XFree86-base-fonts-4.3.0-78.EL
    XFree86-truetype-fonts-4.3.0-78.EL
    XFree86-4.3.0-78.EL
    XFree86-Mesa-libGL-4.3.0-78.EL
    XFree86-xfs-4.3.0-78.EL
    XFree86-doc-4.3.0-78.EL
    XFree86-libs-4.3.0-78.EL
    XFree86-xauth-4.3.0-78.EL
    XFree86-Mesa-libGLU-4.3.0-78.EL
    XFree86-twm-4.3.0-78.EL
    XFree86-libs-data-4.3.0-78.EL
    Vnc server installed (works OK to create xterm windows and xdpyinfo)
    &#91;kenw&#64;rupture kenw&#93;$ rpm -qa | grep vnc
    vnc-server-4.1.1-7.0.rhel3
    vnc-4.1.1-7.0.rhel3
    However my PVS may not have terminal device for XFree86 configuration and get error cannot open /dev/tty0 when tryiing to configure Fatal server error: xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory).
    &#91;root&#64;rupture root&#93;# XFree86 -configure
    XFree86 Version 4.3.0 (Red Hat Enterprise Linux 3 release: 4.3.0-78.EL)
    Module Loader present
    OS Kernel: Linux version 2.4.20-021stab028.17.777-enterprise (moruga&#64;current.eng.sw.ru) (gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110)) #1 SMP Tue Jul 19 19:31:27 MSD 2005 ...
    Fatal server error:
    xf86OpenConsole: Cannot open /dev/tty0 (No such file or directory)
    This is not surprising
    &#91;root&#64;rupture Linux_x86&#93;# ls -la /dev/tty0
    ls: /dev/tty0: No such file or directory
    &#91;root&#64;rupture Linux_x86&#93;# ls -a /dev
    . ptyc7 ptypd ptyt3 ptyw9 ptyzf ttycd ttyq3 ttyt9 ttywf
    .. ptyc8 ptype ptyt4 ptywa ram ttyce ttyq4 ttyta ttyx0
    MAKEDEV ptyc9 ptypf ptyt5 ptywb ram1 ttycf ttyq5 ttytb ttyx1
    &#91;kenw&#64;rupture kenw&#93;$ tty
    /dev/pts/0
    I am not very familiar with X-windows. Should I use MAKEDEV for /dev/tty0 or get XFree86 to use another device or should I create a screen by hand? How does one create a virtual X-server? This is why I just configured vnc and logged in remotely with vnc's X-server to try to install JES.
    Any advice welcome? Is it time to abandon this ISP and private virtual server? Most ISPs do not claim RHEL AS3 support... so I guess I am going to unsupported Fedora IV kernels anyway.
    Has anyone successfully deployed JES to an ISP's private virtual server? Is there any solaris container's out there yet?

  • X11 and x11 apps not starting up

    I've seen this question asked once before but didn't understand how to actually fix the problem from what I saw, so here it goes:
    I installed X11 as an optional install from the DVD as you are supposed to do for system 10.4.3 but when I try starting up Gimp or Inkscape, X11 only starts up for a second before shutting down again. Here is the message that I see when I look at the console log:
    XFree86 Version 4.4.0 / X Window System
    (protocol Version 11, revision 0, vendor release 6600)
    _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
    [DRI] screen 0 installation complete
    Screen 0 added: 1280x960 @ (0,0)
    Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
    /Users/"MYUSERID"/.xinitrc: /Users/"MYUSERID"/.xinitrc: is a directory
    Quitting XDarwin...
    What exactly am I supposed to do to get x11 working? Any help would be greatly appreciated.
    Thanks!

    I have 3 computers that I have recently updated to 10.4.4 all of them get the same error as described in the original post, but I do not have the ~/.xinitrc file at all...
    I have even did a clean install of the OS on one of my computers and with a fresh install I get:
    XFree86 Version 4.4.0 / X Window System
    (protocol Version 11, revision 0, vendor release 6600)
    _XSERVTransmkdir: Owner of /tmp/.X11-unix should be set to root
    [DRI] screen 0 installation complete
    Screen 0 added: 1024x768 @ (0,0)
    Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list!
    X11 itself runs, small apps such as xeyes, xman, xlogo run, but I cannot run Eiffel 5.6 IDE. as I then get the error:
    bash: no job control in this shell
    when running the launch script for the X11 app.
    I have seen these errors mentioned in various post regarding GIMP I have not seen a definitive answer, some are fixed by the answer in this post, others (including mine) are not.
    On my freshly installed 10.4.4 I also removed the X11 Receipt and installed the X11User.pkg from the 10.4.3 installer DVD and still had error. I did not, however, remove the X11 software of components. (might try that next)
    Also, this might be useful, I sometimes get this error when quitting the X11:
    xterm: fatal IO error 32 (Broken pipe) or KillClient on X server ".0"^M
    Note: I had been using the X11 with Eiffel 5.6 Studio developer package with 10.4.3. Not sure when things stopped working as I have not used it since late November. Not sure if things stopped working after a Security Update, or the OS Update... any futher insights into this would be appreciated.
    Regards,
    JB
    PBook 15 Al 1.25   Mac OS X (10.4.4)  

  • Solaris 7 on Toshiba 8100 notebook ?

    Hi,
    Has anyone has the experience of installing solaris 7 on Toshiba 8100 laptop? or knows anywhere can download the driver for that model? My problem is solaris always say unknow monitor type when installing and I can not find the monitor type from the existing monitor list.
    Any advice will be appreciated.
    Top

    I have Toshiba Tecra 8100 with RedHat 6.2 installed.
    I wouldn't try to get Solaris 7-8 running there though.
    Toshiba Tecra 8100 has an S3 Savage MX / 8Mb card
    (a crapy one, ATI were much better in 8000 series)
    You don't have to run X Windows in installation just
    run install in text mode (which is avialable).
    After install completed, go to -s mode and remove /etc/rc3.d/S9?dtlogin. You'll have a working Solaris at
    that point.
    Then you have 2 options: first get XFree86 running
    and grab configs from Linux on Laptops page for
    S3 Savage MX; second option is to purchase Accelerated X
    server for Solaris from www.xig.com (150$). They support
    S3 Savage. (I personaly would go with Accelerated X option).

  • Ifconfig pcelx0 plumb fails with Bad file number error

    Hi,
    I installed solaris 8 (x86) on a Toshiba Tecra 8000.
    The Tecra uses Neomagic NM2200 chipset for it's display.
    Even though it is not supported by the Sun Drivers, getting xfree86 for sun fixed the display problem for me.
    Now according to the various sources that guided me in this task seemed to point at a few things that I had to do in order to make the Tecra work okay with Solaris 8 :
    1)Change the PCMCIA mode in the BIOS from automatic to PCIC mode
    2)Make sure that there were no IRQ conflicts on the system.
    3)Install the OS.
    Once the OS was installed, I ran prtconf -D and saw that the network instance #0 pcelx0 was showing up under pcic.
    I did not have to install the xig init-pcic patch.
    But it did not create an entry in /devices or /dev (as a link) with the error
    "pcelx0 requested IRQ failed 6".
    Also, I suppose that is the reason why when pcelx0 is plumbed, it comes out with the error message:
    ifconfig pcelx0 plumb : "bad file number"
    Any help will be greatly appreciated.
    Thanks,
    Dwai.

    Thanks Alex,
    I found out -
    ifconfig adapter plumb will fail with Bad File number error when the device file that is being referred to is missing.
    I checked and found that the pcelx link is not being made in the /dev directory and the file not created in /devices.
    I also found that when /reconfigure is run, it tries to create the device for pcelx but fails with this eror message:
    pcelx : RequestIRQ fail 6
    I am assuming that there is some IRQ conflict with some other device.
    Thanks,
    Dwai.

  • Unable to get 1920x1080 resolution [Solved]

    I am trying out a Philips 24" LCD monitor, capable of 1920x1080 at 60Hz. My graphics card is an nVidia FX-5600DT and I am using the nvidia-173xx driver. At present I can only get 1280x1024.
    Here is my xrandr output:
    Screen 0: minimum 320 x 240, current 1280 x 1024, maximum 1280 x 1024
    default connected 1280x1024+0+0 0mm x 0mm
    1280x1024 50.0*
    1280x960 51.0
    1024x768 52.0
    896x672 53.0
    800x600 54.0 55.0
    640x512 56.0
    640x480 57.0 58.0
    512x384 59.0
    400x300 60.0
    320x240 61.0
    Here is my xorg.conf file where I have attempted to force 1920x1080:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder75) Sun Nov 8 21:50:38 PST 2009
    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/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "glx"
    Load "dbe"
    Load "dri2"
    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"
    HorizSync 30 - 83
    VertRefresh 56 - 75
    Modeline "1920x1080_60.00" 172.80 1920 2040 2248 2576 1080 1081 1084 1118
    Option "PreferredMode" "1920x1080_60.00"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "NV31 [GeForce FX 5600]"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    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
    Modes "1920x1080"
    EndSubSection
    EndSection
    And here is my Xorg.0.log output:
    Current version of pixman: 0.16.4
    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: Wed Feb 10 12:11:30 2010
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x81e4c60
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:1:0:0) 10de:0312:147b:8f19 nVidia Corporation NV31 [GeForce FX 5600] rev 161, Mem @ 0xde000000/16777216, 0xe0000000/268435456, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.3.902, 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: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 173.14.22 Sun Nov 8 21:42:44 PST 2009
    (II) Loading extension GLX
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.3.902, 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: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 173.14.22 Sun Nov 8 20:43:40 PST 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules/libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.7.3.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce FX 5600 (NV31) at PCI:1:0:0 (GPU-0)
    (--) NVIDIA(0): Memory: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 04.31.20.38.00
    (II) NVIDIA(0): Detected AGP rate: 8X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce FX 5600 at PCI:1:0:0:
    (--) NVIDIA(0): Philips 244E (DFP-0)
    (--) NVIDIA(0): Philips 244E (DFP-0): 140.4 MHz maximum pixel clock
    (--) NVIDIA(0): Philips 244E (DFP-0): Internal Dual Link TMDS
    (II) NVIDIA(0): Assigned Display Device: DFP-0
    (WW) NVIDIA(0): No valid modes for "1920x1080"; removing.
    (WW) NVIDIA(0):
    (WW) NVIDIA(0): Unable to validate any modes; falling back to the default mode
    (WW) NVIDIA(0): "nvidia-auto-select".
    (WW) NVIDIA(0):
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "nvidia-auto-select"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (62, 89); computed from "UseEdidDpi" X config
    (--) NVIDIA(0): option
    (==) NVIDIA(0): Enabling 32-bit ARGB GLX visuals.
    (--) Depth 24 pixmap format is 32 bpp
    (II) NVIDIA(0): Initialized AGP GART.
    (II) NVIDIA(0): Unable to connect to the ACPI daemon; the ACPI daemon may not
    (II) NVIDIA(0): be running or the "AcpidSocketPath" X configuration option
    (II) NVIDIA(0): may not be set correctly. When the ACPI daemon is
    (II) NVIDIA(0): available, the NVIDIA X driver can use it to receive ACPI
    (II) NVIDIA(0): events. For details, please see the "ConnectToAcpid" and
    (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    (II) NVIDIA(0): Config Options in the README.
    (II) NVIDIA(0): Setting mode "nvidia-auto-select"
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (==) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (WW) NVIDIA(0): Option "PreferredMode" is not used
    (==) RandR enabled
    (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) Initializing extension GLX
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.3, module version = 2.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) 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 relative axes
    (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) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event5"
    (II) Logitech USB Receiver: Found 12 mouse buttons
    (II) Logitech USB Receiver: Found scroll wheel(s)
    (II) Logitech USB Receiver: Found relative axes
    (II) Logitech USB Receiver: Found x and y relative axes
    (II) Logitech USB Receiver: Found absolute axes
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as mouse
    (II) Logitech USB Receiver: Configuring as keyboard
    (**) Logitech USB Receiver: YAxisMapping: buttons 4 and 5
    (**) Logitech USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Logitech USB Receiver: (accel) keeping acceleration scheme 1
    (**) Logitech USB Receiver: (accel) acceleration profile 0
    (II) Logitech USB Receiver: initialized for relative axes.
    (WW) Logitech USB Receiver: ignoring absolute axes.
    (II) config/hal: Adding input device Logitech USB Receiver
    (**) Logitech USB Receiver: always reports core events
    (**) Logitech USB Receiver: Device: "/dev/input/event4"
    (II) Logitech USB Receiver: Found keys
    (II) Logitech USB Receiver: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Logitech USB Receiver" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event2"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    Note "(WW) NVIDIA(0): No valid modes for "1920x1080"; removing." from the log. How do I somehow ensure a valid mode? Any other ideas appreciated.
    Larry
    Last edited by lagagnon (2010-02-11 00:00:30)

    Maybe under "Screen" put a virtual resolution, like:
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x1024"
    Virtual 1920 1080
    Sorry if you tried this already or isn't what you want. I just remember having this issue on a desktop I used to have (although I no longer have it), and had nVidia graphics that for some reason wouldn't allow the resolution I wanted so I plugged in Virtual and it worked. Probably not the most elegant ways to achieve it but it worked for me and I didn't see any problems. Anyway, worth a try.

  • Cannot Get X11 Running

    So, I've spent the last few days setting up Arch on my iMac.  I've been using Linux for a few years, but this is the first time I've tried to setup a distro myself.  Anyway, I got things partitioned and dual booting okay, but I'm now stuck trying to get X to work.  I'm not sure if this is a problem with my graphics card, with the drivers, with X11, with my sound, or with my general configuration, but what I *do* know is that I'm a newbie.. so I hope this is the right place to be.
    I've been able to get unstuck thus far because I've had a concrete google-able error to look up... but none of these warnings are particularly illuminating.  I know I'm committing the cardinal sin of not including bunches of relevant files, but I guess that's a Catch-22, since I don't know how to copy-pasta things from that computer as I don't have a WM, so bear with me and I'll try to provide the information ya'll need.
    $ lspci | grep VGA
    01:00.0 VGA compatible controller: ATI Technologies Inc M98L [Mobility Radeon HD4850]
    I'm using Catalyst -- I tried the open source drivers but I seem to have more luck with Catalyst (I can switch back, not particularly set on either, and I was careful to reboot between uninstalling and installing and remove the old config files).  I'm using the 3.2.5-1 kernel and Catalyst 12. The xorg.conf file indicates to use "fglrx" for the graphics card on "PCI:1:0:0" (all the settings from an aticonfig --init).  I have fglrx in the the rc.conf modules as well, and I'm running the kernel with nomodeset (if I don't, it wont even boot.. not even a little bit). 
    So, the problem... I try starting X with startx, and it goes grey, then black, and the shuts down "successfully" without doing anything.  Just running X will hang on a grey screen and I'll have to reboot.  At least startx spits out stuff to the command line:
    $ startx
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
    xinit: connection to X server lost
    waiting for X server to shut down Server terminated successfully (0). Closing log file.
    The device at that port is the HDMI Radeon sound -- so I don't know why that's relevant.  I've tried to add a Device section for it but the warning persists.  I haven't changed xinit, and I have installed twm, clock, xterm, etc.  There are no errors in the log file, only warnings, including the warning above:
    $ cat /var/log/Xorg.0.log | grep WW
    (WW) Falling back to old probe method for fglrx
    (WW) fglrx(0): board is an unknown third party board, chipset is supported
    Running just X, or various other similar commands lead to the same warnings and observationally equivalent behavior.  This might be needless to say, but the commands to "see if you set this up right" also fail, like
    $ glxinfo | grep direct
    Error: unable to open display
    So... yeah.
    EDIT: Figured out how to command line email myself the files..!
    The output of startx to the terminal:
    X.Org X Server 1.10.4
    Release Date: 2011-08-19
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.0-ARCH x86_64
    Current Operating System: Linux archsepia 3.2.5-1-ARCH #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 2012 x86_64
    Kernel command line: root=/dev/sda6 ro nomodeset 5
    Build Date: 17 September 2011 07:42:58AM
    Current version of pixman: 0.24.4
    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: Wed Feb 15 18:05:38 2012
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
    xinit: connection to X server lost
    waiting for X server to shut down .
    The contents of Xorg.0.log after that (or after something similar):
    [ 73.402]
    X.Org X Server 1.10.4
    Release Date: 2011-08-19
    [ 73.403] X Protocol Version 11, Revision 0
    [ 73.403] Build Operating System: Linux 3.0-ARCH x86_64
    [ 73.403] Current Operating System: Linux archsepia 3.2.5-1-ARCH #1 SMP PREEMPT Tue Feb 7 08:34:36 CET 2012 x86_64
    [ 73.403] Kernel command line: root=/dev/sda6 ro nomodeset 5
    [ 73.403] Build Date: 17 September 2011 07:42:58AM
    [ 73.403]
    [ 73.403] Current version of pixman: 0.24.4
    [ 73.403] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 73.403] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 73.403] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 15 18:05:38 2012
    [ 73.403] (==) Using config file: "/etc/X11/xorg.conf"
    [ 73.403] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 73.403] (==) ServerLayout "aticonfig Layout"
    [ 73.403] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 73.403] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 73.403] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 73.403] (==) Automatically adding devices
    [ 73.403] (==) Automatically enabling devices
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/Type1/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/Type1/").
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 73.403] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 73.403] Entry deleted from font path.
    [ 73.403] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 73.403] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 73.403] (**) ModulePath set to "/usr/lib/xorg/modules/extensions/fglrx,/usr/lib/xorg/modules"
    [ 73.403] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 73.403] (II) Loader magic: 0x7d6160
    [ 73.403] (II) Module ABI versions:
    [ 73.403] X.Org ANSI C Emulation: 0.4
    [ 73.403] X.Org Video Driver: 10.0
    [ 73.403] X.Org XInput driver : 12.2
    [ 73.403] X.Org Server Extension : 5.0
    [ 73.404] (--) PCI:*(0:1:0:0) 1002:944a:106b:00b5 rev 0, Mem @ 0xc0000000/268435456, 0xd0620000/65536, I/O @ 0x00002000/256, BIOS @ 0x????????/131072
    [ 73.404] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 73.404] (II) "extmod" will be loaded by default.
    [ 73.404] (II) "dbe" will be loaded by default.
    [ 73.404] (II) "glx" will be loaded by default.
    [ 73.404] (II) "record" will be loaded by default.
    [ 73.404] (II) "dri" will be loaded by default.
    [ 73.404] (II) "dri2" will be loaded by default.
    [ 73.404] (II) LoadModule: "extmod"
    [ 73.404] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 73.404] (II) Module extmod: vendor="X.Org Foundation"
    [ 73.404] compiled for 1.10.4, module version = 1.0.0
    [ 73.404] Module class: X.Org Server Extension
    [ 73.404] ABI class: X.Org Server Extension, version 5.0
    [ 73.404] (II) Loading extension MIT-SCREEN-SAVER
    [ 73.404] (II) Loading extension XFree86-VidModeExtension
    [ 73.404] (II) Loading extension XFree86-DGA
    [ 73.404] (II) Loading extension DPMS
    [ 73.404] (II) Loading extension XVideo
    [ 73.404] (II) Loading extension XVideo-MotionCompensation
    [ 73.404] (II) Loading extension X-Resource
    [ 73.404] (II) LoadModule: "dbe"
    [ 73.404] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 73.404] (II) Module dbe: vendor="X.Org Foundation"
    [ 73.404] compiled for 1.10.4, module version = 1.0.0
    [ 73.405] Module class: X.Org Server Extension
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension DOUBLE-BUFFER
    [ 73.405] (II) LoadModule: "glx"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 73.405] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 73.405] compiled for 6.9.0, module version = 1.0.0
    [ 73.405] (II) Loading extension GLX
    [ 73.405] (II) LoadModule: "record"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 73.405] (II) Module record: vendor="X.Org Foundation"
    [ 73.405] compiled for 1.10.4, module version = 1.13.0
    [ 73.405] Module class: X.Org Server Extension
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension RECORD
    [ 73.405] (II) LoadModule: "dri"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 73.405] (II) Module dri: vendor="X.Org Foundation"
    [ 73.405] compiled for 1.10.4, module version = 1.0.0
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension XFree86-DRI
    [ 73.405] (II) LoadModule: "dri2"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 73.405] (II) Module dri2: vendor="X.Org Foundation"
    [ 73.405] compiled for 1.10.4, module version = 1.2.0
    [ 73.405] ABI class: X.Org Server Extension, version 5.0
    [ 73.405] (II) Loading extension DRI2
    [ 73.405] (II) LoadModule: "fglrx"
    [ 73.405] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 73.416] (II) Module fglrx: vendor="FireGL - ATI Technologies Inc."
    [ 73.416] compiled for 1.4.99.906, module version = 8.93.4
    [ 73.417] Module class: X.Org Video Driver
    [ 73.417] (II) Loading sub module "fglrxdrm"
    [ 73.417] (II) LoadModule: "fglrxdrm"
    [ 73.417] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 73.417] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 73.417] compiled for 1.4.99.906, module version = 8.93.4
    [ 73.417] (II) ATI Proprietary Linux Driver Version Identifier:8.93.4
    [ 73.417] (II) ATI Proprietary Linux Driver Release Identifier: 8.93
    [ 73.417] (II) ATI Proprietary Linux Driver Build Date: Dec 5 2011 21:06:58
    [ 73.417] (--) using VT number 7
    [ 73.419] (WW) Falling back to old probe method for fglrx
    [ 73.434] (II) Loading PCS database from /etc/ati/amdpcsdb
    [ 73.435] (--) Chipset Supported AMD Graphics Processor (0x944A) found
    [ 73.436] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [ 73.436] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 73.436] (II) AMD Video driver is signed
    [ 73.436] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 73.436] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 73.436] (II) fglrx(0): pEnt->device->identifier=0x1d2d540
    [ 73.436] (II) fglrx(0): === [xdl_xs110_atiddxPreInit] === begin
    [ 73.436] (II) Loading sub module "vgahw"
    [ 73.436] (II) LoadModule: "vgahw"
    [ 73.437] (II) Loading /usr/lib/xorg/modules/libvgahw.so
    [ 73.437] (II) Module vgahw: vendor="X.Org Foundation"
    [ 73.437] compiled for 1.10.4, module version = 0.1.0
    [ 73.437] ABI class: X.Org Video Driver, version 10.0
    [ 73.437] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 73.437] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 73.437] (==) fglrx(0): Default visual is TrueColor
    [ 73.437] (**) fglrx(0): Option "DPMS" "true"
    [ 73.437] (==) fglrx(0): RGB weight 888
    [ 73.437] (II) fglrx(0): Using 8 bits per RGB
    [ 73.437] (==) fglrx(0): Buffer Tiling is ON
    [ 73.437] (II) Loading sub module "fglrxdrm"
    [ 73.437] (II) LoadModule: "fglrxdrm"
    [ 73.437] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 73.437] (II) Module fglrxdrm: vendor="FireGL - ATI Technologies Inc."
    [ 73.437] compiled for 1.4.99.906, module version = 8.93.4
    [ 73.439] ukiDynamicMajor: found major device number 251
    [ 73.439] ukiDynamicMajor: found major device number 251
    [ 73.439] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 73.439] ukiOpenDevice: node name is /dev/ati/card0
    [ 73.439] ukiOpenDevice: open result is 9, (OK)
    [ 73.439] ukiOpenByBusid: ukiOpenMinor returns 9
    [ 73.439] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 73.439] (==) fglrx(0): NoAccel = NO
    [ 73.439] (==) fglrx(0): ATI 2D Acceleration Architecture enabled
    [ 73.439] (--) fglrx(0): Chipset: "ATI Mobility Radeon HD 4850" (Chipset = 0x944a)
    [ 73.439] (--) fglrx(0): (PciSubVendor = 0x106b, PciSubDevice = 0x00b5)
    [ 73.439] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original ATI
    [ 73.439] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 73.439] (--) fglrx(0): MMIO registers at 0xd0620000
    [ 73.439] (--) fglrx(0): I/O port at 0x00002000
    [ 73.439] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 73.440] (II) fglrx(0): AC Adapter is used
    [ 73.444] (II) fglrx(0): Primary V_BIOS segment is: 0xc000
    [ 73.532] (II) Loading sub module "vbe"
    [ 73.532] (II) LoadModule: "vbe"
    [ 73.532] (II) Loading /usr/lib/xorg/modules/libvbe.so
    [ 73.532] (II) Module vbe: vendor="X.Org Foundation"
    [ 73.532] compiled for 1.10.4, module version = 1.1.0
    [ 73.532] ABI class: X.Org Video Driver, version 10.0
    [ 73.533] (II) fglrx(0): VESA BIOS detected
    [ 73.533] (II) fglrx(0): VESA VBE Version 3.0
    [ 73.533] (II) fglrx(0): VESA VBE Total Mem: 16384 kB
    [ 73.533] (II) fglrx(0): VESA VBE OEM: ATI ATOMBIOS
    [ 73.533] (II) fglrx(0): VESA VBE OEM Software Rev: 11.22
    [ 73.533] (II) fglrx(0): VESA VBE OEM Vendor: (C) 1988-2005, ATI Technologies Inc.
    [ 73.533] (II) fglrx(0): VESA VBE OEM Product: M98
    [ 73.533] (II) fglrx(0): VESA VBE OEM Product Rev: 01.00
    [ 73.576] (II) fglrx(0): ATI Video BIOS revision 9 or later detected
    [ 73.576] (--) fglrx(0): Video RAM: 524288 kByte, Type: GDDR3
    [ 73.576] (II) fglrx(0): PCIE card detected
    [ 73.576] (--) fglrx(0): Using per-process page tables (PPPT) as GART.
    [ 73.576] (WW) fglrx(0): board is an unknown third party board, chipset is supported
    [ 73.582] (II) fglrx(0): Using adapter: 1:0.0.
    [ 73.660] (II) fglrx(0): [FB] MC range(MCFBBase = 0xf00000000, MCFBSize = 0x20000000)
    [ 73.740] (II) fglrx(0): Interrupt handler installed at IRQ 48.
    [ 73.740] (II) fglrx(0): RandR 1.2 support is enabled!
    [ 73.740] (II) fglrx(0): RandR 1.2 rotation support is enabled!
    [ 73.740] (==) fglrx(0): Center Mode is disabled
    [ 73.740] (II) Loading sub module "fb"
    [ 73.740] (II) LoadModule: "fb"
    [ 73.740] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 73.740] (II) Module fb: vendor="X.Org Foundation"
    [ 73.740] compiled for 1.10.4, module version = 1.0.0
    [ 73.740] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 73.740] (II) Loading sub module "ddc"
    [ 73.740] (II) LoadModule: "ddc"
    [ 73.740] (II) Module "ddc" already built-in
    [ 74.177] (II) fglrx(0): Finished Initialize PPLIB!
    [ 74.179] (II) fglrx(0): Output LVDS using monitor section aticonfig-Monitor[0]-0
    [ 74.179] (II) fglrx(0): Output DFP1 has no monitor section
    [ 74.179] (II) fglrx(0): Output CRT1 has no monitor section
    [ 74.179] (II) Loading sub module "ddc"
    [ 74.179] (II) LoadModule: "ddc"
    [ 74.179] (II) Module "ddc" already built-in
    [ 74.179] (II) fglrx(0): Connected Display0: LVDS
    [ 74.179] (II) fglrx(0): Display0 EDID data ---------------------------
    [ 74.179] (II) fglrx(0): Manufacturer: APP Model: 9cb5 Serial#: 0
    [ 74.179] (II) fglrx(0): Year: 2009 Week: 28
    [ 74.179] (II) fglrx(0): EDID Version: 1.4
    [ 74.179] (II) fglrx(0): Digital Display Input
    [ 74.179] (II) fglrx(0): 8 bits per channel
    [ 74.179] (II) fglrx(0): Digital interface is DisplayPort
    [ 74.179] (II) fglrx(0): Max Image Size [cm]: horiz.: 60 vert.: 34
    [ 74.179] (II) fglrx(0): Gamma: 2.20
    [ 74.179] (II) fglrx(0): DPMS capabilities: Off
    [ 74.179] (II) fglrx(0): Supported color encodings: RGB 4:4:4
    [ 74.179] (II) fglrx(0): First detailed timing is preferred mode
    [ 74.179] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
    [ 74.179] (II) fglrx(0): redX: 0.653 redY: 0.334 greenX: 0.300 greenY: 0.620
    [ 74.179] (II) fglrx(0): blueX: 0.146 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
    [ 74.179] (II) fglrx(0): Manufacturer's mask: 0
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.179] (II) fglrx(0): Unknown vendor-specific block 2
    [ 74.179] (II) fglrx(0): Monitor name: Color LCD
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.179] (II) fglrx(0): Supported detailed timing:
    [ 74.179] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.179] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.179] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.179] (II) fglrx(0): Number of EDID sections to follow: 1
    [ 74.179] (II) fglrx(0): EDID (in hex):
    [ 74.179] (II) fglrx(0): 00ffffffffffff000610b59c00000000
    [ 74.179] (II) fglrx(0): 1c130104a53c2278226fb1a7554c9e25
    [ 74.179] (II) fglrx(0): 0c505400000001010101010101010101
    [ 74.179] (II) fglrx(0): 010101010101565e00a0a0a029503020
    [ 74.179] (II) fglrx(0): 350055502100001a1a1d008051d01c20
    [ 74.179] (II) fglrx(0): 4080350055502100001c000000020106
    [ 74.179] (II) fglrx(0): 10010a010000000000000000000000fc
    [ 74.179] (II) fglrx(0): 00436f6c6f72204c43440a2020200108
    [ 74.179] (II) fglrx(0): End of Display0 EDID data --------------------
    [ 74.199] (II) fglrx(0): EDID for output LVDS
    [ 74.199] (II) fglrx(0): Manufacturer: APP Model: 9cb5 Serial#: 0
    [ 74.199] (II) fglrx(0): Year: 2009 Week: 28
    [ 74.199] (II) fglrx(0): EDID Version: 1.4
    [ 74.199] (II) fglrx(0): Digital Display Input
    [ 74.199] (II) fglrx(0): 8 bits per channel
    [ 74.199] (II) fglrx(0): Digital interface is DisplayPort
    [ 74.199] (II) fglrx(0): Max Image Size [cm]: horiz.: 60 vert.: 34
    [ 74.199] (II) fglrx(0): Gamma: 2.20
    [ 74.199] (II) fglrx(0): DPMS capabilities: Off
    [ 74.199] (II) fglrx(0): Supported color encodings: RGB 4:4:4
    [ 74.199] (II) fglrx(0): First detailed timing is preferred mode
    [ 74.199] (II) fglrx(0): Preferred mode is native pixel format and refresh rate
    [ 74.199] (II) fglrx(0): redX: 0.653 redY: 0.334 greenX: 0.300 greenY: 0.620
    [ 74.199] (II) fglrx(0): blueX: 0.146 blueY: 0.050 whiteX: 0.312 whiteY: 0.329
    [ 74.199] (II) fglrx(0): Manufacturer's mask: 0
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.199] (II) fglrx(0): Unknown vendor-specific block 2
    [ 74.199] (II) fglrx(0): Monitor name: Color LCD
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 241.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 2560 h_sync: 2608 h_sync_end 2640 h_blank_end 2720 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 1440 v_sync: 1443 v_sync_end 1448 v_blanking: 1481 v_border: 0
    [ 74.199] (II) fglrx(0): Supported detailed timing:
    [ 74.199] (II) fglrx(0): clock: 74.5 MHz Image Size: 597 x 336 mm
    [ 74.199] (II) fglrx(0): h_active: 1280 h_sync: 1344 h_sync_end 1472 h_blank_end 1664 h_border: 0
    [ 74.199] (II) fglrx(0): v_active: 720 v_sync: 723 v_sync_end 728 v_blanking: 748 v_border: 0
    [ 74.199] (II) fglrx(0): Number of EDID sections to follow: 1
    [ 74.199] (II) fglrx(0): EDID (in hex):
    [ 74.199] (II) fglrx(0): 00ffffffffffff000610b59c00000000
    [ 74.199] (II) fglrx(0): 1c130104a53c2278226fb1a7554c9e25
    [ 74.199] (II) fglrx(0): 0c505400000001010101010101010101
    [ 74.199] (II) fglrx(0): 010101010101565e00a0a0a029503020
    [ 74.199] (II) fglrx(0): 350055502100001a1a1d008051d01c20
    [ 74.199] (II) fglrx(0): 4080350055502100001c000000020106
    [ 74.199] (II) fglrx(0): 10010a010000000000000000000000fc
    [ 74.199] (II) fglrx(0): 00436f6c6f72204c43440a2020200108
    [ 74.199] (II) fglrx(0): EDID vendor "APP", prod id 40117
    [ 74.199] (II) fglrx(0): Printing DDC gathered Modelines:
    [ 74.199] (II) fglrx(0): Modeline "2560x1440"x0.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz)
    [ 74.199] (II) fglrx(0): Modeline "1280x720"x0.0 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz)
    [ 74.200] (II) fglrx(0): Printing probed modes for output LVDS
    [ 74.200] (II) fglrx(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1920x1440"x60.0 241.50 1920 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1800x1440"x60.0 241.50 1800 2608 2640 2720 1440 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1856x1392"x60.0 241.50 1856 2608 2640 2720 1392 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1792x1344"x60.0 241.50 1792 2608 2640 2720 1344 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1920x1200"x60.0 241.50 1920 2608 2640 2720 1200 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1920x1080"x60.0 241.50 1920 2608 2640 2720 1080 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1600x1200"x60.0 241.50 1600 2608 2640 2720 1200 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1680x1050"x60.0 241.50 1680 2608 2640 2720 1050 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1400x1050"x60.0 241.50 1400 2608 2640 2720 1050 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x1024"x60.0 241.50 1280 2608 2640 2720 1024 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1440x900"x60.0 241.50 1440 2608 2640 2720 900 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x960"x60.0 241.50 1280 2608 2640 2720 960 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x800"x60.0 241.50 1280 2608 2640 2720 800 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1152x864"x60.0 241.50 1152 2608 2640 2720 864 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x768"x60.0 241.50 1280 2608 2640 2720 768 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1280x720"x60.0 241.50 1280 2608 2640 2720 720 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1024x768"x60.0 241.50 1024 2608 2640 2720 768 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "1024x600"x60.0 241.50 1024 2608 2640 2720 600 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "800x600"x60.0 241.50 800 2608 2640 2720 600 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "800x480"x60.0 241.50 800 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "720x480"x60.0 241.50 720 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): Modeline "640x480"x60.0 241.50 640 2608 2640 2720 480 1443 1448 1481 -hsync +vsync (88.8 kHz)
    [ 74.200] (II) fglrx(0): EDID for output DFP1
    [ 74.200] (II) fglrx(0): EDID for output CRT1
    [ 74.200] (II) fglrx(0): Output LVDS connected
    [ 74.200] (II) fglrx(0): Output DFP1 disconnected
    [ 74.200] (II) fglrx(0): Output CRT1 disconnected
    [ 74.200] (II) fglrx(0): Using exact sizes for initial modes
    [ 74.200] (II) fglrx(0): Output LVDS using initial mode 2560x1440
    [ 74.200] (II) fglrx(0): Display dimensions: (600, 340) mm
    [ 74.200] (II) fglrx(0): DPI set to (108, 108)
    [ 74.200] (II) fglrx(0): Adapter ATI Mobility Radeon HD 4850 has 2 configurable heads and 1 displays connected.
    [ 74.200] (==) fglrx(0): PseudoColor visuals disabled
    [ 74.200] (II) Loading sub module "ramdac"
    [ 74.200] (II) LoadModule: "ramdac"
    [ 74.200] (II) Module "ramdac" already built-in
    [ 74.200] (==) fglrx(0): NoDRI = NO
    [ 74.200] (==) fglrx(0): Capabilities: 0x00000000
    [ 74.200] (==) fglrx(0): CapabilitiesEx: 0x00000000
    [ 74.200] (==) fglrx(0): OpenGL ClientDriverName: "fglrx_dri.so"
    [ 74.200] (==) fglrx(0): UseFastTLS=0
    [ 74.200] (==) fglrx(0): BlockSignalsOnLock=1
    [ 74.200] (--) Depth 24 pixmap format is 32 bpp
    [ 74.200] (II) Loading extension ATIFGLRXDRI
    [ 74.200] (II) fglrx(0): doing swlDriScreenInit
    [ 74.200] (II) fglrx(0): swlDriScreenInit for fglrx driver
    [ 74.200] ukiDynamicMajor: found major device number 251
    [ 74.200] ukiDynamicMajor: found major device number 251
    [ 74.200] ukiDynamicMajor: found major device number 251
    [ 74.200] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 74.200] ukiOpenDevice: node name is /dev/ati/card0
    [ 74.200] ukiOpenDevice: open result is 12, (OK)
    [ 74.200] ukiOpenByBusid: ukiOpenMinor returns 12
    [ 74.200] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 74.200] (II) fglrx(0): [uki] DRM interface version 1.0
    [ 74.200] (II) fglrx(0): [uki] created "fglrx" driver at busid "PCI:1:0:0"
    [ 74.200] (II) fglrx(0): [uki] added 8192 byte SAREA at 0x50000
    [ 74.200] (II) fglrx(0): [uki] mapped SAREA 0x50000 to 0x7f5494ee8000
    [ 74.200] (II) fglrx(0): [uki] framebuffer handle = 0x51000
    [ 74.200] (II) fglrx(0): [uki] added 1 reserved context for kernel
    [ 74.200] (II) fglrx(0): swlDriScreenInit done
    [ 74.200] (II) fglrx(0): Kernel Module Version Information:
    [ 74.200] (II) fglrx(0): Name: fglrx
    [ 74.200] (II) fglrx(0): Version: 8.93.4
    [ 74.200] (II) fglrx(0): Date: Dec 5 2011
    [ 74.200] (II) fglrx(0): Desc: ATI FireGL DRM kernel module
    [ 74.200] (II) fglrx(0): Kernel Module version matches driver.
    [ 74.200] (II) fglrx(0): Kernel Module Build Time Information:
    [ 74.200] (II) fglrx(0): Build-Kernel UTS_RELEASE: 3.2.5-1-ARCH
    [ 74.200] (II) fglrx(0): Build-Kernel MODVERSIONS: no
    [ 74.200] (II) fglrx(0): Build-Kernel __SMP__: no
    [ 74.200] (II) fglrx(0): Build-Kernel PAGE_SIZE: 0x1000
    [ 74.200] (II) fglrx(0): [uki] register handle = 0x00052000
    [ 74.214] (II) fglrx(0): DRI initialization successfull
    [ 74.214] (II) fglrx(0): FBADPhys: 0xf00000000 FBMappedSize: 0x01900000
    [ 74.214] (==) fglrx(0): Backing store disabled
    [ 74.214] (II) Loading extension FGLRXEXTENSION
    [ 74.214] (**) fglrx(0): DPMS enabled
    [ 74.215] (II) fglrx(0): Initialized in-driver Xinerama extension
    [ 74.215] (**) fglrx(0): Textured Video is enabled.
    [ 74.215] (II) LoadModule: "glesx"
    [ 74.215] (II) Loading /usr/lib/xorg/modules/glesx.so
    [ 74.215] (II) Module glesx: vendor="X.Org Foundation"
    [ 74.215] compiled for 1.4.99.906, module version = 1.0.0
    [ 74.215] (II) Loading extension GLESX
    [ 74.215] (II) fglrx(0): GLESX enableFlags = 528
    [ 74.215] (II) fglrx(0): GLESX is enabled
    [ 74.215] (II) LoadModule: "amdxmm"
    [ 74.215] (II) Loading /usr/lib/xorg/modules/amdxmm.so
    [ 74.215] (II) Module amdxmm: vendor="X.Org Foundation"
    [ 74.215] compiled for 1.4.99.906, module version = 2.0.0
    [ 74.216] (II) Loading extension AMDXVOPL
    [ 74.216] (II) Loading extension AMDXVBA
    [ 74.216] [- XMM_GLX] [I ]glesxXvInit Configureable RGBOutputColorRange
    [ 74.216] (II) fglrx(0): UVD feature is enabled(II) fglrx(0):
    [ 74.218] (II) fglrx(0): Enable composite support successfully
    [ 74.218] (WW) fglrx(0): Option "VendorName" is not used
    [ 74.218] (WW) fglrx(0): Option "ModelName" is not used
    [ 74.218] (II) fglrx(0): X context handle = 0x1
    [ 74.218] (II) fglrx(0): [DRI] installation complete
    [ 74.218] (==) fglrx(0): Silken mouse enabled
    [ 74.218] (==) fglrx(0): Using HW cursor of display infrastructure!
    [ 74.218] (II) fglrx(0): Disabling in-server RandR and enabling in-driver RandR 1.2.
    [ 74.218] (II) fglrx(0): 'eDP LCD' ConnectorType, abstracted as 'Panel'
    [ 74.483] (--) RandR disabled
    [ 74.483] (II) Initializing built-in extension Generic Event Extension
    [ 74.483] (II) Initializing built-in extension SHAPE
    [ 74.483] (II) Initializing built-in extension MIT-SHM
    [ 74.483] (II) Initializing built-in extension XInputExtension
    [ 74.483] (II) Initializing built-in extension XTEST
    [ 74.483] (II) Initializing built-in extension BIG-REQUESTS
    [ 74.483] (II) Initializing built-in extension SYNC
    [ 74.483] (II) Initializing built-in extension XKEYBOARD
    [ 74.483] (II) Initializing built-in extension XC-MISC
    [ 74.483] (II) Initializing built-in extension SECURITY
    [ 74.483] (II) Initializing built-in extension XINERAMA
    [ 74.483] (II) Initializing built-in extension XFIXES
    [ 74.483] (II) Initializing built-in extension RENDER
    [ 74.483] (II) Initializing built-in extension RANDR
    [ 74.483] (II) Initializing built-in extension COMPOSITE
    [ 74.483] (II) Initializing built-in extension DAMAGE
    [ 74.485] ukiDynamicMajor: found major device number 251
    [ 74.485] ukiDynamicMajor: found major device number 251
    [ 74.485] ukiOpenByBusid: Searching for BusID PCI:1:0:0
    [ 74.485] ukiOpenDevice: node name is /dev/ati/card0
    [ 74.485] ukiOpenDevice: open result is 13, (OK)
    [ 74.485] ukiOpenByBusid: ukiOpenMinor returns 13
    [ 74.485] ukiOpenByBusid: ukiGetBusid reports PCI:1:0:0
    [ 74.542] (II) AIGLX: Loaded and initialized OpenGL driver(II) GLX: Initialized DRI GL provider for screen 0
    [ 74.550] (II) fglrx(0): Enable the clock gating!
    [ 74.550] (II) fglrx(0): Setting screen physical size to 677 x 381
    [ 74.607] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 74.607] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 74.607] (II) LoadModule: "evdev"
    [ 74.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.607] (II) Module evdev: vendor="X.Org Foundation"
    [ 74.607] compiled for 1.10.0, module version = 2.6.0
    [ 74.607] Module class: X.Org XInput Driver
    [ 74.607] ABI class: X.Org XInput driver, version 12.2
    [ 74.607] (II) Using input driver 'evdev' for 'Power Button'
    [ 74.607] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.607] (**) Power Button: always reports core events
    [ 74.607] (**) Power Button: Device: "/dev/input/event4"
    [ 74.607] (--) Power Button: Found keys
    [ 74.607] (II) Power Button: Configuring as keyboard
    [ 74.607] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 74.607] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 74.607] (**) Option "xkb_rules" "evdev"
    [ 74.607] (**) Option "xkb_model" "evdev"
    [ 74.607] (**) Option "xkb_layout" "us"
    [ 74.656] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 74.656] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 74.656] (II) Using input driver 'evdev' for 'Power Button'
    [ 74.656] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.656] (**) Power Button: always reports core events
    [ 74.656] (**) Power Button: Device: "/dev/input/event2"
    [ 74.656] (--) Power Button: Found keys
    [ 74.656] (II) Power Button: Configuring as keyboard
    [ 74.656] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 74.656] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 74.656] (**) Option "xkb_rules" "evdev"
    [ 74.656] (**) Option "xkb_model" "evdev"
    [ 74.656] (**) Option "xkb_layout" "us"
    [ 74.656] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 74.656] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 74.656] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 74.656] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.656] (**) Sleep Button: always reports core events
    [ 74.656] (**) Sleep Button: Device: "/dev/input/event3"
    [ 74.656] (--) Sleep Button: Found keys
    [ 74.656] (II) Sleep Button: Configuring as keyboard
    [ 74.656] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 74.656] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 74.656] (**) Option "xkb_rules" "evdev"
    [ 74.656] (**) Option "xkb_model" "evdev"
    [ 74.656] (**) Option "xkb_layout" "us"
    [ 74.657] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event6)
    [ 74.657] (II) No input driver/identifier specified (ignoring)
    [ 74.658] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event0)
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
    [ 74.658] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
    [ 74.658] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event0"
    [ 74.658] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
    [ 74.658] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
    [ 74.658] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.3/1-1.3:1.0/input/input0/event0"
    [ 74.658] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD)
    [ 74.658] (**) Option "xkb_rules" "evdev"
    [ 74.658] (**) Option "xkb_model" "evdev"
    [ 74.658] (**) Option "xkb_layout" "us"
    [ 74.658] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/event1)
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev pointer catchall"
    [ 74.658] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Applying InputClass "evdev keyboard catchall"
    [ 74.658] (II) Using input driver 'evdev' for 'Microsft Microsoft Wireless Desktop Receiver 3.1'
    [ 74.659] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: always reports core events
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: Device: "/dev/input/event1"
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found 9 mouse buttons
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found scroll wheel(s)
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found relative axes
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found x and y relative axes
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found absolute axes
    [ 74.659] (--) Microsft Microsoft Wireless Desktop Receiver 3.1: Found keys
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as mouse
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Configuring as keyboard
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Adding scrollwheel support
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: YAxisMapping: buttons 4 and 5
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 74.659] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-1/1-1.3/1-1.3:1.1/input/input1/event1"
    [ 74.659] (II) XINPUT: Adding extended input device "Microsft Microsoft Wireless Desktop Receiver 3.1" (type: KEYBOARD)
    [ 74.659] (**) Option "xkb_rules" "evdev"
    [ 74.659] (**) Option "xkb_model" "evdev"
    [ 74.659] (**) Option "xkb_layout" "us"
    [ 74.659] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: initialized for relative axes.
    [ 74.659] (WW) Microsft Microsoft Wireless Desktop Receiver 3.1: ignoring absolute axes.
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) keeping acceleration scheme 1
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration profile 0
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration factor: 2.000
    [ 74.659] (**) Microsft Microsoft Wireless Desktop Receiver 3.1: (accel) acceleration threshold: 4
    [ 74.659] (II) config/udev: Adding input device Microsft Microsoft Wireless Desktop Receiver 3.1 (/dev/input/mouse0)
    [ 74.659] (II) No input driver/identifier specified (ignoring)
    [ 74.660] (II) config/udev: Adding input device Built-in iSight (/dev/input/event7)
    [ 74.660] (**) Built-in iSight: Applying InputClass "evdev keyboard catchall"
    [ 74.660] (II) Using input driver 'evdev' for 'Built-in iSight'
    [ 74.660] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 74.660] (**) Built-in iSight: always reports core events
    [ 74.660] (**) Built-in iSight: Device: "/dev/input/event7"
    [ 74.660] (--) Built-in iSight: Found keys
    [ 74.660] (II) Built-in iSight: Configuring as keyboard
    [ 74.660] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0/input/input7/event7"
    [ 74.660] (II) XINPUT: Adding extended input device "Built-in iSight" (type: KEYBOARD)
    [ 74.660] (**) Option "xkb_rules" "evdev"
    [ 74.660] (**) Option "xkb_model" "evdev"
    [ 74.660] (**) Option "xkb_layout" "us"
    [ 74.662] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
    [ 74.662] (II) No input driver/identifier specified (ignoring)
    [ 75.732] (II) fglrx(0): Restoring Recent Mode via PCS is not supported in RANDR 1.2 capable environments
    [ 75.796] (II) Power Button: Close
    [ 75.796] (II) UnloadModule: "evdev"
    [ 75.796] (II) Unloading evdev
    [ 75.903] (II) Power Button: Close
    [ 75.903] (II) UnloadModule: "evdev"
    [ 75.903] (II) Unloading evdev
    [ 76.010] (II) Sleep Button: Close
    [ 76.010] (II) UnloadModule: "evdev"
    [ 76.010] (II) Unloading evdev
    [ 76.130] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Close
    [ 76.130] (II) UnloadModule: "evdev"
    [ 76.130] (II) Unloading evdev
    [ 76.236] (II) Microsft Microsoft Wireless Desktop Receiver 3.1: Close
    [ 76.236] (II) UnloadModule: "evdev"
    [ 76.236] (II) Unloading evdev
    [ 76.343] (II) Built-in iSight: Close
    [ 76.343] (II) UnloadModule: "evdev"
    [ 76.343] (II) Unloading evdev
    [ 76.346] (II) fglrx(0): Shutdown CMMQS
    [ 76.346] (II) fglrx(0): [uki] removed 1 reserved context for kernel
    [ 76.346] (II) fglrx(0): [uki] unmapping 8192 bytes of SAREA 0x50000 at 0x7f5494ee8000
    [ 76.349] (II) fglrx(0): Interrupt handler Shutdown.
    And finally, someone asked for my xorg.conf (this is mostly autogenerated by aticonfig):
    Section "ServerLayout"
    Identifier "aticonfig Layout"
    Screen 0 "aticonfig-Screen[0]-0" 0 0
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules/extensions/fglrx"
    ModulePath "/usr/lib/xorg/modules"
    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 "Device"
    Identifier "aticonfig-Device[0]-0"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "aticonfig-Screen[0]-0"
    Device "aticonfig-Device[0]-0"
    Monitor "aticonfig-Monitor[0]-0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Last edited by chckadee (2012-02-15 23:58:52)

    moetunes wrote:Maybe start reading from here.
    Yeah thats... the guide I was reading.
    hadrons123 wrote:Another thread possibly due to not adding required dameons  in /etc/rc.conf.
    And those are?  I installed dbus as that's the only daemon the beginners guide mentions, and I added alsa and a few others to rc.conf for good measure but saw no change and removed them.  So right now I only have:
    $ grep DAEMONS /etc/rc.conf
    # DAEMONS
    DAEMONS=(syslog-ng network crond dbus)

  • Can't get into my DE anymore after nvidia/nouveau switch + other stuff

    I made a mess of things, and I'd very much like to get my system back into a normal state. Here's a brief history of important events:
    (1) About 2 weeks ago after a system update, I couldn't log into Gnome via GDM anymore (see topic). Thankfully I could still get into Gnome via 'startx', so I stuck with that for a while. Busy time, and no real fix was forthcoming.
    (2) About 4 days ago after a system update, that didn't work anymore either. (Both monitors would just stay black, but with a thick white bar on the left side of the right monitor.)
    (3) I switched from binary nvidia drivers to nouveau, in the hope that that would fix things. It did, sort of. I could use startx again, but my display would now freeze after a short time of use, with many nouveau related errors in dmesg. My bug report to freedesktop.org about this is most comprehensive.
    I really need a functional PC right now. Short of an actual fix, I'd love to just roll back everything to the state it was a month ago or so. But no luck there either.
    (4) I installed the nvidia drivers again, uninstalled the nouveau stuff, set my system to query the Arch Rollback Machine for a month ago, and did a `pacman -Syyuu --force`. GDM still doesn't work, nor does startx. Using startx, I get the following 'Xorg.0.log' (I remember getting the same errors during my earlier messing about):
    [ 40.414]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 40.414] X Protocol Version 11, Revision 0
    [ 40.414] Build Operating System: Linux 3.18.6-1-ARCH x86_64
    [ 40.414] Current Operating System: Linux mhelvens-pc 3.19.3-3-ARCH #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015 x86_64
    [ 40.414] Kernel command line: initrd=\initramfs-linux.img rw root=/dev/disk/by-label/root resume=/dev/disk/by-label/swap usbhid.quirks=0x1B1C:0x1B13:0x20000000
    [ 40.414] Build Date: 14 March 2015 06:45:50PM
    [ 40.414]
    [ 40.414] Current version of pixman: 0.32.6
    [ 40.414] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 40.414] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 40.414] (==) Log file: "/var/log/Xorg.0.log", Time: Sat May 16 21:19:34 2015
    [ 40.414] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 40.414] (==) No Layout section. Using the first Screen section.
    [ 40.414] (==) No screen section available. Using defaults.
    [ 40.414] (**) |-->Screen "Default Screen Section" (0)
    [ 40.414] (**) | |-->Monitor "<default monitor>"
    [ 40.414] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 40.414] (==) Automatically adding devices
    [ 40.414] (==) Automatically enabling devices
    [ 40.414] (==) Automatically adding GPU devices
    [ 40.414] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 40.414] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 40.414] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 40.414] (II) Loader magic: 0x815d80
    [ 40.414] (II) Module ABI versions:
    [ 40.414] X.Org ANSI C Emulation: 0.4
    [ 40.414] X.Org Video Driver: 19.0
    [ 40.414] X.Org XInput driver : 21.0
    [ 40.414] X.Org Server Extension : 9.0
    [ 40.415] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c11
    [ 40.415] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 40.416] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 8 paused 0
    [ 40.416] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 40.416] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 9 paused 0
    [ 40.417] (--) PCI: (0:0:2:0) 8086:0412:1462:7930 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 40.417] (--) PCI:*(0:1:0:0) 10de:1184:1462:2990 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/134217728, 0xe8000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 40.417] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 40.417] (II) LoadModule: "glx"
    [ 40.417] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 40.421] (II) Module glx: vendor="NVIDIA Corporation"
    [ 40.422] compiled for 4.0.2, module version = 1.0.0
    [ 40.422] Module class: X.Org Server Extension
    [ 40.422] (II) NVIDIA GLX Module 346.59 Tue Mar 31 13:38:58 PDT 2015
    [ 40.422] (II) Applying OutputClass "nvidia" to /dev/dri/card0
    [ 40.422] loading driver: nvidia
    [ 40.422] (==) Matched nvidia as autoconfigured driver 0
    [ 40.422] (==) Matched nouveau as autoconfigured driver 1
    [ 40.422] (==) Matched nv as autoconfigured driver 2
    [ 40.422] (==) Matched intel as autoconfigured driver 3
    [ 40.422] (==) Matched nouveau as autoconfigured driver 4
    [ 40.422] (==) Matched nv as autoconfigured driver 5
    [ 40.422] (==) Matched modesetting as autoconfigured driver 6
    [ 40.422] (==) Matched fbdev as autoconfigured driver 7
    [ 40.422] (==) Matched vesa as autoconfigured driver 8
    [ 40.422] (==) Assigned the driver to the xf86ConfigLayout
    [ 40.422] (II) LoadModule: "nvidia"
    [ 40.422] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 40.422] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 40.422] compiled for 4.0.2, module version = 1.0.0
    [ 40.422] Module class: X.Org Video Driver
    [ 40.422] (II) LoadModule: "nouveau"
    [ 40.422] (WW) Warning, couldn't open module nouveau
    [ 40.422] (II) UnloadModule: "nouveau"
    [ 40.422] (II) Unloading nouveau
    [ 40.422] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 40.422] (II) LoadModule: "nv"
    [ 40.422] (WW) Warning, couldn't open module nv
    [ 40.422] (II) UnloadModule: "nv"
    [ 40.422] (II) Unloading nv
    [ 40.422] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 40.422] (II) LoadModule: "intel"
    [ 40.422] (WW) Warning, couldn't open module intel
    [ 40.422] (II) UnloadModule: "intel"
    [ 40.422] (II) Unloading intel
    [ 40.422] (EE) Failed to load module "intel" (module does not exist, 0)
    [ 40.422] (II) LoadModule: "modesetting"
    [ 40.422] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 40.422] (II) Module modesetting: vendor="X.Org Foundation"
    [ 40.422] compiled for 1.17.1, module version = 1.17.1
    [ 40.422] Module class: X.Org Video Driver
    [ 40.422] ABI class: X.Org Video Driver, version 19.0
    [ 40.422] (II) LoadModule: "fbdev"
    [ 40.422] (WW) Warning, couldn't open module fbdev
    [ 40.422] (II) UnloadModule: "fbdev"
    [ 40.422] (II) Unloading fbdev
    [ 40.422] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 40.422] (II) LoadModule: "vesa"
    [ 40.422] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 40.422] (II) Module vesa: vendor="X.Org Foundation"
    [ 40.422] compiled for 1.17.0, module version = 2.3.2
    [ 40.422] Module class: X.Org Video Driver
    [ 40.422] ABI class: X.Org Video Driver, version 19.0
    [ 40.422] (II) NVIDIA dlloader X Driver 346.59 Tue Mar 31 13:17:41 PDT 2015
    [ 40.422] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 40.422] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 40.422] (II) VESA: driver for VESA chipsets: vesa
    [ 40.422] (++) using VT number 2
    [ 40.422] (--) controlling tty is VT number 2, auto-enabling KeepTty
    [ 40.422] (II) Loading sub module "fb"
    [ 40.422] (II) LoadModule: "fb"
    [ 40.423] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 40.423] (II) Module fb: vendor="X.Org Foundation"
    [ 40.423] compiled for 1.17.1, module version = 1.0.0
    [ 40.423] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 40.423] (II) Loading sub module "wfb"
    [ 40.423] (II) LoadModule: "wfb"
    [ 40.423] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 40.423] (II) Module wfb: vendor="X.Org Foundation"
    [ 40.423] compiled for 1.17.1, module version = 1.0.0
    [ 40.423] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 40.423] (II) Loading sub module "ramdac"
    [ 40.423] (II) LoadModule: "ramdac"
    [ 40.423] (II) Module "ramdac" already built-in
    [ 40.423] (II) modeset(G0): using drv /dev/dri/card1
    [ 40.423] (WW) Falling back to old probe method for modesetting
    [ 40.423] (WW) Falling back to old probe method for vesa
    [ 40.423] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 40.423] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 40.423] (==) NVIDIA(0): RGB weight 888
    [ 40.423] (==) NVIDIA(0): Default visual is TrueColor
    [ 40.423] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 40.423] (**) NVIDIA(0): Enabling 2D acceleration
    [ 40.770] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20150116)
    [ 40.771] (II) NVIDIA(0): NVIDIA GPU GeForce GTX 770 (GK104) at PCI:1:0:0 (GPU-0)
    [ 40.771] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 40.771] (--) NVIDIA(0): VideoBIOS: 80.04.c3.00.00
    [ 40.771] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 40.779] (--) NVIDIA(0): Valid display device(s) on GeForce GTX 770 at PCI:1:0:0
    [ 40.779] (--) NVIDIA(0): CRT-0
    [ 40.779] (--) NVIDIA(0): DELL U2713HM (DFP-0) (boot, connected)
    [ 40.779] (--) NVIDIA(0): SHARP HDMI (DFP-1) (connected)
    [ 40.779] (--) NVIDIA(0): DFP-2
    [ 40.779] (--) NVIDIA(0): DELL U2713HM (DFP-3) (connected)
    [ 40.779] (--) NVIDIA(0): DFP-4
    [ 40.779] (--) NVIDIA(GPU-0): CRT-0: 400.0 MHz maximum pixel clock
    [ 40.779] (--) NVIDIA(0): DELL U2713HM (DFP-0): Internal TMDS
    [ 40.779] (--) NVIDIA(GPU-0): DELL U2713HM (DFP-0): 330.0 MHz maximum pixel clock
    [ 40.779] (--) NVIDIA(0): SHARP HDMI (DFP-1): Internal TMDS
    [ 40.779] (--) NVIDIA(GPU-0): SHARP HDMI (DFP-1): 340.0 MHz maximum pixel clock
    [ 40.779] (--) NVIDIA(0): DFP-2: Internal TMDS
    [ 40.779] (--) NVIDIA(GPU-0): DFP-2: 165.0 MHz maximum pixel clock
    [ 40.779] (--) NVIDIA(0): DELL U2713HM (DFP-3): Internal TMDS
    [ 40.779] (--) NVIDIA(GPU-0): DELL U2713HM (DFP-3): 330.0 MHz maximum pixel clock
    [ 40.779] (--) NVIDIA(0): DFP-4: Internal DisplayPort
    [ 40.779] (--) NVIDIA(GPU-0): DFP-4: 960.0 MHz maximum pixel clock
    [ 40.779] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 40.779] (**) NVIDIA(0): device DELL U2713HM (DFP-0) (Using EDID frequencies has
    [ 40.779] (**) NVIDIA(0): been enabled on all display devices.)
    [ 40.780] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 40.780] (**) NVIDIA(0): device SHARP HDMI (DFP-1) (Using EDID frequencies has been
    [ 40.780] (**) NVIDIA(0): enabled on all display devices.)
    [ 40.781] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 40.781] (**) NVIDIA(0): device DELL U2713HM (DFP-3) (Using EDID frequencies has
    [ 40.781] (**) NVIDIA(0): been enabled on all display devices.)
    [ 40.782] (==) NVIDIA(0):
    [ 40.782] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 40.782] (==) NVIDIA(0): will be used as the requested mode.
    [ 40.782] (==) NVIDIA(0):
    [ 40.782] (II) NVIDIA(0): Validated MetaModes:
    [ 40.782] (II) NVIDIA(0):
    [ 40.782] (II) NVIDIA(0): "DFP-0:nvidia-auto-select,DFP-1:nvidia-auto-select,DFP-3:nvidia-auto-select"
    [ 40.782] (II) NVIDIA(0): Virtual screen size determined to be 7040 x 1440
    [ 40.816] (--) NVIDIA(0): DPI set to (108, 107); computed from "UseEdidDpi" X config
    [ 40.816] (--) NVIDIA(0): option
    [ 40.816] (==) modeset(G0): Depth 24, (==) framebuffer bpp 32
    [ 40.816] (==) modeset(G0): RGB weight 888
    [ 40.816] (==) modeset(G0): Default visual is TrueColor
    [ 40.816] (II) Loading sub module "glamoregl"
    [ 40.816] (II) LoadModule: "glamoregl"
    [ 40.816] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
    [ 40.818] (II) Module glamoregl: vendor="X.Org Foundation"
    [ 40.818] compiled for 1.17.1, module version = 1.0.0
    [ 40.818] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 40.818] (II) glamor: OpenGL accelerated X.org driver based.
    [ 40.830] (EE)
    [ 40.830] (EE) Backtrace:
    [ 40.830] (EE) 0: /usr/lib/xorg-server/Xorg (OsLookupColor+0x119) [0x5949c9]
    [ 40.830] (EE) 1: /usr/lib/libc.so.6 (__restore_rt+0x0) [0x7f1989d2053f]
    [ 40.830] (EE) 2: /usr/lib/libX11.so.6 (_XSend+0x2b) [0x7f197fa6301b]
    [ 40.830] (EE) 3: /usr/lib/libX11.so.6 (_XFlush+0x15) [0x7f197fa634d5]
    [ 40.830] (EE) 4: /usr/lib/libX11.so.6 (_XGetRequest+0x55) [0x7f197fa65fa5]
    [ 40.830] (EE) 5: /usr/lib/libX11.so.6 (XQueryExtension+0x4d) [0x7f197fa5955d]
    [ 40.830] (EE) 6: /usr/lib/libX11.so.6 (XInitExtension+0x32) [0x7f197fa4d352]
    [ 40.831] (EE) 7: /usr/lib/libXext.so.6 (XextAddDisplay+0x4f) [0x7f197f81c38f]
    [ 40.831] (EE) 8: /usr/lib/libnvidia-glsi.so.346.59 (_nv016glsi+0x5f467) [0x7f197fe254b7]
    [ 40.831] (EE) 9: /usr/lib/libnvidia-glsi.so.346.59 (_nv016glsi+0x804) [0x7f197fd67bf4]
    [ 40.831] (EE) unw_get_proc_name failed: no unwind info found [-10]
    [ 40.831] (EE) 10: /usr/lib/libEGL.so.1 (?+0x804) [0x7f1980010ef4]
    [ 40.831] (EE) unw_get_proc_name failed: no unwind info found [-10]
    [ 40.831] (EE) 11: /usr/lib/libEGL.so.1 (?+0x804) [0x7f1980011924]
    [ 40.831] (EE) 12: /usr/lib/libEGL.so.1 (NvEglRegClientApi+0x4f36) [0x7f198001e866]
    [ 40.831] (EE) 13: /usr/lib/xorg/modules/libglamoregl.so (glamor_egl_init+0x99) [0x7f1982557539]
    [ 40.831] (EE) 14: /usr/lib/xorg/modules/drivers/modesetting_drv.so (_init+0x29ce) [0x7f1982df6e9e]
    [ 40.831] (EE) 15: /usr/lib/xorg-server/Xorg (InitOutput+0xbcc) [0x47b63c]
    [ 40.831] (EE) 16: /usr/lib/xorg-server/Xorg (remove_fs_handlers+0x22a) [0x43c9da]
    [ 40.831] (EE) 17: /usr/lib/libc.so.6 (__libc_start_main+0xf0) [0x7f1989d0d800]
    [ 40.831] (EE) 18: /usr/lib/xorg-server/Xorg (_start+0x29) [0x427039]
    [ 40.832] (EE) 19: ? (?+0x29) [0x29]
    [ 40.832] (EE)
    [ 40.832] (EE) Segmentation fault at address 0x0
    [ 40.832] (EE)
    Fatal server error:
    [ 40.832] (EE) Caught signal 11 (Segmentation fault). Server aborting
    [ 40.832] (EE)
    [ 40.832] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 40.832] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 40.832] (EE)
    [ 40.832] (EE) Server terminated with error (1). Closing log file.
    A (virtual) beer to whomever can help me out of this jam!
    Please let me know what additional info I should provide.

    Malkymder wrote:
    Glad to hear it is a step forward ...
    can you try with another Display manager like lightdm see if that works ?
    I might try that, though now that I finally have my PC back I have some other work that takes priority for a few days. :-)
    Malkymder wrote:And yes xorg.conf should be replaced with /etc/xorg.conf.d/20-nvidia.conf instead
    I'm using `nvidia-xconfig` to generate that file (I haven't had to tinker with it manually for years now).
    The tool generates this 'deprecated' file. Should I just move its exact content to the new location?

  • Cannot get xorg to work at all

    Granted I have yet to try vesa, but frankly if I cannot get the fglrx driver to work then I am not interested in this distro. Following the wiki instructions has gotten me nowhere and forum searches have turned up 4 year old posts. I have installed Xorg 1.11 from the repository listed on the catalyst page. I have installed the drivers also from the repo listed on the wiki page. I have a Dell XPS 1645 with an AMD HD 5730. fglrx module is running radeon is blacklisted and is not running. nomodeset is on my kernel line. running Xorg -configure says no devices to configure. fglrxinfo says unable to open display (null). If I delete xorg.conf startx says failed to load module ati, vesa, and fbdev, and then says fatal error no screens found. If I run aticonfig --initial it creates xorg.conf, but startx still will not work. The screen will go blank like it is about to load but there is an error fglrx: no matching Device section for instance (BusID PCI :0@2:0:1) found and xinit: connection to server lost. Running Xorg -configure still states no devices to configure. I'm really hoping this is something stupid that I have missed doing, as I do want to use this distro but my time is not infinite, and ubuntu and friends are just so easy. Not like I've never run Arch or Gentoo before either. If my tone is off I'm sorry, it's 2:30 AM here and I'm tired

    I also had trouble with my ATI Radeon after the upgrade and solved the problem by a revert.
    For this I used (for "extra") the repository http://arm.konnichi.com/2012/03/10/extra/os/i686/
    The archlinux wiki explains for "xorg" how to do reverts using such repositories ;-)
    I now run upgrades like this (example as of today):
    $ sudo pacman -Syuw --ignore ati-dri,libgl,xf86-input-evdev,xf86-video-ati,xf86-video-fbdev,xf86-video-vesa,xorg-server,xorg-server-common,xorg-xinput
    :: Synchronizing package databases...
    core 104.9 KiB 117K/s 00:01 [###] 100%
    extra 1388.4 KiB 123K/s 00:11 [###] 100%
    community 1588.5 KiB 123K/s 00:13 [###] 100%
    archlinuxfr is up to date
    :: Starting full system upgrade...
    warning: ati-dri: ignoring package upgrade (7.11.2-1 => 8.0.1-2)
    warning: libgl: ignoring package upgrade (7.11.2-1 => 8.0.1-2)
    warning: xf86-input-evdev: ignoring package upgrade (2.6.0-4 => 2.7.0-1)
    warning: xf86-video-ati: ignoring package upgrade (6.14.3-1 => 6.14.3-2)
    warning: xf86-video-fbdev: ignoring package upgrade (0.4.2-5 => 0.4.2-6)
    warning: xf86-video-vesa: ignoring package upgrade (2.3.0-7 => 2.3.0-8)
    warning: xorg-server: ignoring package upgrade (1.11.4-1 => 1.12.0-1)
    warning: xorg-server-common: ignoring package upgrade (1.11.4-1 => 1.12.0-1)
    warning: xorg-xinput: ignoring package upgrade (1.5.3-2 => 1.5.99.1-1)
    For the time being I am out of trouble, but in case someone is interested in understanding the problem:
    ======== PCI devices ========
    Host bridge ATI Technologies Inc Radeon 9100 IGP Host Bridge
    PCI bridge ATI Technologies Inc Radeon 9100 IGP PCI/AGP Bridge
    USB Controller ATI Technologies Inc Device 4367
    USB Controller ATI Technologies Inc Device 4368
    USB Controller ATI Technologies Inc Device 4365
    SMBus ATI Technologies Inc SMBus
    IDE interface ATI Technologies Inc Device 4369
    ISA bridge ATI Technologies Inc Device 436c
    PCI bridge ATI Technologies Inc Device 4362
    Multimedia audio controller ATI Technologies Inc IXP SB300 AC'97 Audio Controller
    VGA compatible controller ATI Technologies Inc Radeon 9100 PRO IGP
    == Xprg.0.log ==
    [ 260.602]
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    [ 260.602] X Protocol Version 11, Revision 0
    [ 260.602] Build Operating System: Linux 3.2.9-1-ARCH i686
    [ 260.602] Current Operating System: Linux arch200905 3.2.9-1-ARCH #1 SMP PREEMPT Thu Mar 1 09:10:44 UTC 2012 i686
    [ 260.602] Kernel command line: vga=0xF06 root=/dev/disk/by-uuid/[confidential ... ...] ro
    [ 260.602] Build Date: 05 March 2012 06:02:28AM
    [ 260.602]
    [ 260.602] Current version of pixman: 0.24.4
    [ 260.602] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 260.602] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 260.603] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Mar 13 09:47:44 2012
    [ 260.654] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 260.674] (==) No Layout section. Using the first Screen section.
    [ 260.674] (==) No screen section available. Using defaults.
    [ 260.674] (**) |-->Screen "Default Screen Section" (0)
    [ 260.674] (**) | |-->Monitor "<default monitor>"
    [ 260.692] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 260.692] (==) Automatically adding devices
    [ 260.692] (==) Automatically enabling devices
    [ 260.828] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 260.828] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 260.828] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 260.828] (II) Loader magic: 0x822e580
    [ 260.828] (II) Module ABI versions:
    [ 260.828] X.Org ANSI C Emulation: 0.4
    [ 260.828] X.Org Video Driver: 12.0
    [ 260.828] X.Org XInput driver : 16.0
    [ 260.828] X.Org Server Extension : 6.0
    [ 260.829] (--) PCI:*(0:1:5:0) 1002:7834:1509:9269 rev 0, Mem @ 0xe8000000/67108864, 0xec020000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
    [ 260.830] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 260.830] (II) LoadModule: "extmod"
    [ 260.882] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 260.918] (II) Module extmod: vendor="X.Org Foundation"
    [ 260.918] compiled for 1.12.0, module version = 1.0.0
    [ 260.918] Module class: X.Org Server Extension
    [ 260.918] ABI class: X.Org Server Extension, version 6.0
    [ 260.918] (II) Loading extension MIT-SCREEN-SAVER
    [ 260.918] (II) Loading extension XFree86-VidModeExtension
    [ 260.918] (II) Loading extension XFree86-DGA
    [ 260.931] (II) Loading extension DPMS
    [ 260.931] (II) Loading extension XVideo
    [ 260.931] (II) Loading extension XVideo-MotionCompensation
    [ 260.931] (II) Loading extension X-Resource
    [ 260.931] (II) LoadModule: "dbe"
    [ 260.932] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 260.933] (II) Module dbe: vendor="X.Org Foundation"
    [ 260.933] compiled for 1.12.0, module version = 1.0.0
    [ 260.934] Module class: X.Org Server Extension
    [ 260.934] ABI class: X.Org Server Extension, version 6.0
    [ 260.934] (II) Loading extension DOUBLE-BUFFER
    [ 260.934] (II) LoadModule: "glx"
    [ 260.934] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 260.987] (II) Module glx: vendor="X.Org Foundation"
    [ 260.987] compiled for 1.12.0, module version = 1.0.0
    [ 260.987] ABI class: X.Org Server Extension, version 6.0
    [ 260.987] (==) AIGLX enabled
    [ 260.987] (II) Loading extension GLX
    [ 260.988] (II) LoadModule: "record"
    [ 260.988] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 260.999] (II) Module record: vendor="X.Org Foundation"
    [ 260.999] compiled for 1.12.0, module version = 1.13.0
    [ 260.999] Module class: X.Org Server Extension
    [ 260.999] ABI class: X.Org Server Extension, version 6.0
    [ 260.999] (II) Loading extension RECORD
    [ 260.999] (II) LoadModule: "dri"
    [ 261.000] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 261.009] (II) Module dri: vendor="X.Org Foundation"
    [ 261.009] compiled for 1.12.0, module version = 1.0.0
    [ 261.009] ABI class: X.Org Server Extension, version 6.0
    [ 261.009] (II) Loading extension XFree86-DRI
    [ 261.010] (II) LoadModule: "dri2"
    [ 261.010] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 261.016] (II) Module dri2: vendor="X.Org Foundation"
    [ 261.016] compiled for 1.12.0, module version = 1.2.0
    [ 261.016] ABI class: X.Org Server Extension, version 6.0
    [ 261.017] (II) Loading extension DRI2
    [ 261.017] (==) Matched ati as autoconfigured driver 0
    [ 261.017] (==) Matched vesa as autoconfigured driver 1
    [ 261.017] (==) Matched fbdev as autoconfigured driver 2
    [ 261.017] (==) Assigned the driver to the xf86ConfigLayout
    [ 261.017] (II) LoadModule: "ati"
    [ 261.035] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
    [ 261.045] (II) Module ati: vendor="X.Org Foundation"
    [ 261.045] compiled for 1.11.99.902, module version = 6.14.3
    [ 261.045] Module class: X.Org Video Driver
    [ 261.046] ABI class: X.Org Video Driver, version 12.0
    [ 261.046] (II) LoadModule: "radeon"
    [ 261.046] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
    [ 261.106] (II) Module radeon: vendor="X.Org Foundation"
    [ 261.106] compiled for 1.11.99.902, module version = 6.14.3
    [ 261.106] Module class: X.Org Video Driver
    [ 261.106] ABI class: X.Org Video Driver, version 12.0
    [ 261.121] (II) LoadModule: "vesa"
    [ 261.121] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 261.139] (II) Module vesa: vendor="X.Org Foundation"
    [ 261.139] compiled for 1.11.99.903, module version = 2.3.0
    [ 261.139] Module class: X.Org Video Driver
    [ 261.139] ABI class: X.Org Video Driver, version 12.0
    [ 261.139] (II) LoadModule: "fbdev"
    [ 261.139] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 261.140] (II) Module fbdev: vendor="X.Org Foundation"
    [ 261.140] compiled for 1.11.99.903, module version = 0.4.2
    [ 261.140] ABI class: X.Org Video Driver, version 12.0
    [ 261.140] (II) RADEON: Driver for ATI Radeon chipsets:
    ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
    ATI Radeon Mobility X300 (M24) 3152 (PCIE),
    ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
    ATI Radeon X600 (RV380) 3E50 (PCIE),
    ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
    ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
    ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
    ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
    ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
    ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
    ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
    ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
    ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
    ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
    ATI Radeon IGP330M/340M/350M (U2) 4337,
    ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
    ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
    ATI Radeon X800PRO (R420) JI (AGP),
    ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
    ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
    ATI Radeon Mobility 9800 (M18) JN (AGP),
    ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
    ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
    ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
    ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
    ATI Radeon Mobility M7 LW (AGP),
    ATI Mobility FireGL 7800 M7 LX (AGP),
    ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
    ATI FireGL Mobility 9000 (M9) Ld (AGP),
    ATI Radeon Mobility 9000 (M9) Lf (AGP),
    ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI Radeon 9700 Pro ND (AGP),
    ATI Radeon 9700/9500Pro NE (AGP), ATI Radeon 9600TX NF (AGP),
    ATI FireGL X1 NG (AGP), ATI Radeon 9800PRO NH (AGP),
    ATI Radeon 9800 NI (AGP), ATI FireGL X2 NK (AGP),
    ATI Radeon 9800XT NJ (AGP),
    ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
    ATI Radeon Mobility 9600 (M10) NQ (AGP),
    ATI Radeon Mobility 9600 (M11) NR (AGP),
    ATI Radeon Mobility 9600 (M10) NS (AGP),
    ATI FireGL Mobility T2 (M10) NT (AGP),
    ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
    ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
    ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
    ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
    ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
    ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
    ATI Radeon Mobility X300 (M22) 5460 (PCIE),
    ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
    ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
    ATI Radeon X800PRO (R423) UI (PCIE),
    ATI Radeon X800LE (R423) UJ (PCIE),
    ATI Radeon X800SE (R423) UK (PCIE),
    ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
    ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
    ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
    ATI FireGL unknown (R423) UR (PCIE),
    ATI FireGL unknown (R423) UT (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility FireGL V5000 (M26) (PCIE),
    ATI Mobility Radeon X700 XL (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Mobility Radeon X700 (M26) (PCIE),
    ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
    ATI Radeon Mobility 9100 IGP (U3) 5835,
    ATI Radeon XPRESS 200 5954 (PCIE),
    ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
    ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
    ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
    ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
    ATI Radeon XPRESS 200M 5975 (PCIE),
    ATI Radeon XPRESS 200 5A41 (PCIE),
    ATI Radeon XPRESS 200M 5A42 (PCIE),
    ATI Radeon XPRESS 200 5A61 (PCIE),
    ATI Radeon XPRESS 200M 5A62 (PCIE),
    ATI Radeon X300 (RV370) 5B60 (PCIE),
    ATI Radeon X600 (RV370) 5B62 (PCIE),
    ATI Radeon X550 (RV370) 5B63 (PCIE),
    ATI FireGL V3100 (RV370) 5B64 (PCIE),
    ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
    ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
    ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
    ATI Mobility Radeon X800 XT (M28) (PCIE),
    ATI Mobility FireGL V5100 (M28) (PCIE),
    ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
    ATI Radeon X850 XT PE (R480) (PCIE),
    ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
    ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
    ATI Radeon X850 XT (R480) (PCIE),
    ATI Radeon X800XT (R423) 5D57 (PCIE),
    ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
    ATI Radeon X700 PRO (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
    ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
    ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
    ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
    ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
    ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
    ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
    ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
    ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
    ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
    ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
    ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
    ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
    ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
    ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
    ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
    ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
    ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
    ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
    ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
    ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
    ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
    ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
    ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
    ATI Mobility Radeon X1700, ATI Radeon X2300HD,
    ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
    ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
    ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
    ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
    ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
    ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
    ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
    ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
    ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
    ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
    ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
    ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
    ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
    ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
    ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
    ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
    ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
    AMD FireStream 9250, ATI FirePro V8700 (FireGL),
    ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
    ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
    ATI Mobility Radeon HD 4670, ATI FirePro M5750,
    ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
    ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
    ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
    ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
    ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
    ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
    ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
    ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
    ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
    ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
    ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
    ATI Mobility Radeon HD 3850 X2, ATI RV670,
    ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
    ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
    ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
    ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
    ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
    ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
    ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
    ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
    ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
    ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
    ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
    ATI FireGL V3600, ATI Radeon HD 2600 LE,
    ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
    ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
    ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
    ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
    ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
    ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
    ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
    ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
    ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
    ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
    ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
    SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200, ATI Radeon 4100,
    ATI Mobility Radeon HD 4200, ATI Mobility Radeon 4100,
    ATI Radeon HD 4290, ATI Radeon HD 4250, AMD Radeon HD 6310 Graphics,
    AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
    AMD Radeon HD 6250 Graphics, AMD Radeon HD 6300 Series Graphics,
    AMD Radeon HD 6200 Series Graphics, CYPRESS,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
    AMD Firestream 9350, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
    ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
    ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
    ATI Mobility Radeon HD 5800 Series,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
    ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
    ATI Mobility Radeon HD 5000 Series,
    ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
    ATI Mobility Radeon Graphics, CEDAR,
    ATI FirePro (FireGL) Graphics Adapter,
    ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
    ATI Radeon HD 5450, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
    CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, AMD Radeon HD 6900 Series,
    AMD Radeon HD 6900 Series, CAYMAN, CAYMAN, CAYMAN,
    AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
    BARTS, Mobility Radeon HD 6000 Series,
    Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
    AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
    AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
    TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, CAICOS,
    CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
    CAICOS, CAICOS, CAICOS
    [ 261.148] (II) VESA: driver for VESA chipsets: vesa
    [ 261.148] (II) FBDEV: driver for framebuffer: fbdev
    [ 261.148] (--) using VT number 7
    [ 261.153] (II) [KMS] drm report modesetting isn't supported.
    [ 261.154] (WW) Falling back to old probe method for vesa
    [ 261.154] (WW) Falling back to old probe method for fbdev
    [ 261.154] (II) Loading sub module "fbdevhw"
    [ 261.154] (II) LoadModule: "fbdevhw"
    [ 261.155] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 261.196] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 261.196] compiled for 1.12.0, module version = 0.0.2
    [ 261.196] ABI class: X.Org Video Driver, version 12.0
    [ 261.196] (EE) open /dev/fb0: No such file or directory
    ======== error reported from startx ========
    X.Org X Server 1.12.0
    Release Date: 2012-03-04
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 3.2.9-1-ARCH i686
    Current Operating System: Linux arch200905 3.2.9-1-ARCH #1 SMP PREEMPT Thu Mar 1 09:10:44 UTC 2012 i686
    Kernel command line: vga=0xF06 root=/dev/disk/by-uuid/... ... ... ... ro
    Build Date: 05 March 2012 06:02:28AM
    Current version of pixman: 0.24.4
    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: Tue Mar 13 09:47:44 2012
    (==) Using config directory: "/etc/X11/xorg.conf.d"
    (II) [KMS] drm report modesetting isn't supported.
    /usr/bin/X: symbol lookup error: /usr/lib/xorg/modules/drivers/radeon_drv.so: undefined symbol: pciTag
    xinit: giving up
    xinit: unable to connect to X server: Connection refused
    xinit: server error
    This is a temporary solution. I hope, that I can do regular upgrades again later.
    Best regards from Munich
    Goetz
    ==== 2012-03-14 09:49 UTC ================================================
    I am trying to find the culprit. Besides xorg, I also blocked ati-dri and libgl. But they work fine on my PC.
    Thus, this is ok:
    ati-dri: package upgrade (7.11.2-1 => 8.0.1-2)
    libgl: package upgrade (7.11.2-1 => 8.0.1-2)
    In /etc/pacman.conf I entered:
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    IgnorePkg = xorg-server-common
    IgnoreGroup = xorg
    Last edited by goetzkluge (2012-03-14 10:23:47)

  • Can't get display to work with nvidia drivers...

    hi everyone,
    on my new system i can't get my nvidia geforce 6600 to work with the proprietary drivers.
    i went through a new xorg.conf hassle to get a working display. vesa driver was suggested, it worked but slowly. nv driver works somewhat slowly as well.
    using nvidia driver 8774, screen goes blank, my monitor fells asleep, and i don't have a clue about what's going on. i cannot switch to a text-based console (ctrl+alt+F2), all i can do i ctrl+alt+backspace to restart (?) X server, and after a few second, my system seems to reboot by itself.
    any advice is appreciated. thanks !
    xorg.conf
    Section "ServerLayout"
    Identifier "Original Layout"
    Screen "Default Screen" 0 0
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/cyrillic"
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    # Load "dri"
    # Load "extmod"
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    # Load "speedo"
    EndSection
    Section "InputDevice"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Identifier "Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "AutoRepeat" "500 30"
    EndSection
    Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mouse0"
    Option "Buttons" "7"
    Option "ZAxisMapping" "4 5"
    Option "Resolution" "800"
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    HorizSync 28.0 - 96.0 # Warning: This may fry old Monitors
    VertRefresh 50.0 - 75.0 # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    # 640x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    # 720x400 @ 85Hz (VESA) hsync: 37.9kHz
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    # 640x480 @ 60Hz (Industry standard) hsync: 31.5kHz
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    # 640x480 @ 72Hz (VESA) hsync: 37.9kHz
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    # 640x480 @ 75Hz (VESA) hsync: 37.5kHz
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    # 640x480 @ 85Hz (VESA) hsync: 43.3kHz
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    # 800x600 @ 56Hz (VESA) hsync: 35.2kHz
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    # 800x600 @ 60Hz (VESA) hsync: 37.9kHz
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    # 800x600 @ 72Hz (VESA) hsync: 48.1kHz
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    # 800x600 @ 75Hz (VESA) hsync: 46.9kHz
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    # 800x600 @ 85Hz (VESA) hsync: 53.7kHz
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    # 1024x768i @ 43Hz (industry standard) hsync: 35.5kHz
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync Interlace
    # 1024x768 @ 60Hz (VESA) hsync: 48.4kHz
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    # 1024x768 @ 70Hz (VESA) hsync: 56.5kHz
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    # 1024x768 @ 75Hz (VESA) hsync: 60.0kHz
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    # 1024x768 @ 85Hz (VESA) hsync: 68.7kHz
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    # 1152x864 @ 75Hz (VESA) hsync: 67.5kHz
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    # 1280x960 @ 60Hz (VESA) hsync: 60.0kHz
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    # 1280x960 @ 85Hz (VESA) hsync: 85.9kHz
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    # 1280x1024 @ 60Hz (VESA) hsync: 64.0kHz
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 75Hz (VESA) hsync: 80.0kHz
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    # 1280x1024 @ 85Hz (VESA) hsync: 91.1kHz
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    # 1600x1200 @ 60Hz (VESA) hsync: 75.0kHz
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 65Hz (VESA) hsync: 81.3kHz
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 70Hz (VESA) hsync: 87.5kHz
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 75Hz (VESA) hsync: 93.8kHz
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1600x1200 @ 85Hz (VESA) hsync: 106.3kHz
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    # 1792x1344 @ 60Hz (VESA) hsync: 83.6kHz
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    # 1792x1344 @ 75Hz (VESA) hsync: 106.3kHz
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    # 1856x1392 @ 60Hz (VESA) hsync: 86.3kHz
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    # 1856x1392 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    # 1920x1440 @ 60Hz (VESA) hsync: 90.0kHz
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    # 1920x1440 @ 75Hz (VESA) hsync: 112.5kHz
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    # Additional modelines
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +HSync +VSync
    # Extended modelines with GTF timings
    # 640x480 @ 100.00 Hz (GTF) hsync: 50.90 kHz; pclk: 43.16 MHz
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -HSync +Vsync
    # 768x576 @ 60.00 Hz (GTF) hsync: 35.82 kHz; pclk: 34.96 MHz
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -HSync +Vsync
    # 768x576 @ 72.00 Hz (GTF) hsync: 43.27 kHz; pclk: 42.93 MHz
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -HSync +Vsync
    # 768x576 @ 75.00 Hz (GTF) hsync: 45.15 kHz; pclk: 45.51 MHz
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -HSync +Vsync
    # 768x576 @ 85.00 Hz (GTF) hsync: 51.42 kHz; pclk: 51.84 MHz
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -HSync +Vsync
    # 768x576 @ 100.00 Hz (GTF) hsync: 61.10 kHz; pclk: 62.57 MHz
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -HSync +Vsync
    # 800x600 @ 100.00 Hz (GTF) hsync: 63.60 kHz; pclk: 68.18 MHz
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -HSync +Vsync
    # 1024x768 @ 100.00 Hz (GTF) hsync: 81.40 kHz; pclk: 113.31 MHz
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -HSync +Vsync
    # 1152x864 @ 60.00 Hz (GTF) hsync: 53.70 kHz; pclk: 81.62 MHz
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -HSync +Vsync
    # 1152x864 @ 85.00 Hz (GTF) hsync: 77.10 kHz; pclk: 119.65 MHz
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -HSync +Vsync
    # 1152x864 @ 100.00 Hz (GTF) hsync: 91.50 kHz; pclk: 143.47 MHz
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -HSync +Vsync
    # 1280x960 @ 72.00 Hz (GTF) hsync: 72.07 kHz; pclk: 124.54 MHz
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -HSync +Vsync
    # 1280x960 @ 75.00 Hz (GTF) hsync: 75.15 kHz; pclk: 129.86 MHz
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -HSync +Vsync
    # 1280x960 @ 100.00 Hz (GTF) hsync: 101.70 kHz; pclk: 178.99 MHz
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -HSync +Vsync
    # 1280x1024 @ 100.00 Hz (GTF) hsync: 108.50 kHz; pclk: 190.96 MHz
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -HSync +Vsync
    # 1400x1050 @ 60.00 Hz (GTF) hsync: 65.22 kHz; pclk: 122.61 MHz
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -HSync +Vsync
    # 1400x1050 @ 72.00 Hz (GTF) hsync: 78.77 kHz; pclk: 149.34 MHz
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -HSync +Vsync
    # 1400x1050 @ 75.00 Hz (GTF) hsync: 82.20 kHz; pclk: 155.85 MHz
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -HSync +Vsync
    # 1400x1050 @ 85.00 Hz (GTF) hsync: 93.76 kHz; pclk: 179.26 MHz
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -HSync +Vsync
    # 1400x1050 @ 100.00 Hz (GTF) hsync: 111.20 kHz; pclk: 214.39 MHz
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -HSync +Vsync
    # 1600x1200 @ 100.00 Hz (GTF) hsync: 127.10 kHz; pclk: 280.64 MHz
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -HSync +Vsync
    EndSection
    # Auto-generated by Archie mkxcfg
    Section "Device"
    Identifier "Card0"
    Driver "nv"
    VendorName "All"
    BoardName "All"
    EndSection
    #Section "Device"
    # Insert Clocks lines here if appropriate
    # ChipSet "GeForce2 MX/MX 400"
    # Card "nv GeForce2 MX/MX 400"
    # Identifier "card0"
    # Driver "nvidia"
    # Option "Coolbits" "1"
    # Option "CursorShadow" "true"
    # Option "NoLogo" "1"
    # Option "NvAGP" "1"
    # Option "AllowGLXWithComposite" "true"
    # Option "RenderAccel" "true"
    # Option "backingstore" "true"
    # Option "UseEdidFreqs" "false"
    #EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 16
    SubSection "Display"
    Depth 1
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    #Section "DRI"
    # Mode 0666
    #EndSection
    #Section "Extensions"
    # Option "Composite" "Enable"
    # Option "RENDER" "Enable"
    #EndSection
    Xorg.0.log
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux hal 2.6.18-ARCH #1 SMP PREEMPT Mon Oct 16 10:36:48 CEST 2006 i686
    Build Date: 19 September 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    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 Oct 19 15:59:00 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Original Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse"
    (**) |-->Input Device "Keyboard"
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) XKB: rules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) XKB: model: "pc105"
    (**) Option "XkbLayout" "fr"
    (**) XKB: layout: "fr"
    (==) Keyboard: CustomKeycode disabled
    (WW) The directory "/usr/share/fonts/PEX" does not exist.
    Entry deleted from font path.
    (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/cyrillic".
    Entry deleted from font path.
    (Run 'mkfontdir' on "/usr/share/fonts/cyrillic").
    (WW) The directory "/usr/share/fonts/ttf/western" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/ttf/decoratives" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/openoffice" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/truetype/ttf-bitstream-vera" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/latex-ttf-fonts" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/CID" does not exist.
    Entry deleted from font path.
    (WW) The directory "/usr/share/fonts/defoma/TrueType" does not exist.
    Entry deleted from font path.
    (**) FontPath set to:
    /usr/share/fonts/misc:unscaled,
    /usr/share/fonts/misc,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/100dpi,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Option "AllowMouseOpenFail" "true"
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.0
    X.Org XInput driver : 0.6
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev c1 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00
    (II) PCI: 00:05:0: chip 10de,006b card 1043,0c11 rev a2 class 04,01,00 hdr 00
    (II) PCI: 00:06:0: chip 10de,006a card 1043,8095 rev a1 class 04,01,00 hdr 00
    (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr 00
    (II) PCI: 00:0c:0: chip 10de,006d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,006e card 1043,809a rev a3 class 0c,00,10 hdr 00
    (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
    (II) PCI: 01:07:0: chip 1102,0002 card 1102,8026 rev 07 class 04,01,00 hdr 80
    (II) PCI: 01:07:1: chip 1102,7002 card 1102,0020 rev 07 class 09,80,00 hdr 80
    (II) PCI: 01:09:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
    (II) PCI: 01:09:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
    (II) PCI: 01:0a:0: chip 10ec,8139 card 4554,434e rev 10 class 02,00,00 hdr 00
    (II) PCI: 01:0b:0: chip 1095,3112 card 1095,6112 rev 02 class 01,04,00 hdr 00
    (II) PCI: 02:01:0: chip 10b7,9201 card 1043,80ab rev 40 class 02,00,00 hdr 00
    (II) PCI: 03:00:0: chip 10de,00f2 card 0000,0000 rev a2 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000bfff (0x2000) IX[b]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xda000000 - 0xdbffffff (0x2000000) MX[b]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:12:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[b]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xd5000000 - 0xd6ffffff (0x2000000) MX[b]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x500fffff (0x100000) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xd7000000 - 0xd9ffffff (0x3000000) MX[b]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    (--) PCI: (1:9:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xd4000000/12
    (--) PCI:*(3:0:0) nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] rev 162, Mem @ 0xd7000000/24, 0xc0000000/28, 0xd8000000/24
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [17] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [18] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [19] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [20] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [21] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [22] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [23] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [24] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [26] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [27] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [28] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [29] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [17] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [18] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [19] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [20] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [21] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [22] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [23] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [24] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [25] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [26] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [27] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [28] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [29] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xd6000000 - 0xd600007f (0x80) MX[b]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [23] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [24] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [25] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [26] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [27] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [29] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [30] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [31] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [32] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [33] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [34] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [35] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8774
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Loading font Bitmap
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.1.1, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8774
    Module class: X.Org Video Driver
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "keyboard"
    (II) Loading /usr/lib/xorg/modules/input/keyboard_drv.so
    (II) Module keyboard: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) NVIDIA dlloader X Driver 1.0-8774 Tue Aug 1 20:55:35 PDT 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 03:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (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 7.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules/libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xd6000000 - 0xd600007f (0x80) MX[b]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [23] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [24] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [25] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [26] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [27] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [28] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [29] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [30] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [31] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [32] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [33] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [34] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [35] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xd6000000 - 0xd600007f (0x80) MX[b]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [25] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [26] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [27] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [28] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [29] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [30] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [31] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [32] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [33] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [34] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [35] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [36] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [37] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [38] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [39] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [40] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 16, (--) framebuffer bpp 16
    (==) NVIDIA(0): RGB weight 565
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): NVIDIA GPU GeForce Go 6600 GT at PCI:3:0:0
    (--) NVIDIA(0): VideoRAM: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.43.02.61.00
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce Go 6600 GT at
    (--) NVIDIA(0): PCI:3:0:0:
    (--) NVIDIA(0): Iiyama AS4314UT (CRT-0)
    (--) NVIDIA(0): Iiyama AS4314UT (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    (--) NVIDIA(0): DPI set to (95, 96); computed from "UseEdidDpi" X config option
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b]
    [2] 0 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [7] -1 0 0xd6000000 - 0xd600007f (0x80) MX[b]
    [8] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[b]
    [9] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[b]
    [10] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[b]
    [11] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[b]
    [12] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[b]
    [13] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[b]
    [14] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[b]
    [15] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[b]
    [16] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[b]
    [17] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[b]
    [18] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[b]O
    [19] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[b](B)
    [20] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [21] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[b](B)
    [22] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[b](B)
    [23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [28] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[b]
    [29] -1 0 0x0000bc00 - 0x0000bc0f (0x10) IX[b]
    [30] -1 0 0x0000b800 - 0x0000b803 (0x4) IX[b]
    [31] -1 0 0x0000b400 - 0x0000b407 (0x8) IX[b]
    [32] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[b]
    [33] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[b]
    [34] -1 0 0x0000a800 - 0x0000a8ff (0x100) IX[b]
    [35] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[b]
    [36] -1 0 0x0000a000 - 0x0000a01f (0x20) IX[b]
    [37] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[b]
    [38] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[b]
    [39] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[b]
    [40] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[b]
    [41] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[b]
    [42] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [43] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (II) NVIDIA(0): Setting mode "1280x1024"
    (WW) NVIDIA(0): WAIT (2, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (WW) NVIDIA(0): WAIT (1, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (**) Option "dpms" "true"
    (**) NVIDIA(0): DPMS enabled
    (II) Loading extension NV-CONTROL
    (WW) NVIDIA(0): WAIT (2, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (1, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (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) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "Protocol" "ExplorerPS/2"
    (**) Mouse: Device: "/dev/input/mouse0"
    (**) Mouse: Protocol: "ExplorerPS/2"
    (**) Option "CorePointer"
    (**) Mouse: Core Pointer
    (**) Option "Device" "/dev/input/mouse0"
    (**) Option "Buttons" "7"
    (==) Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse: ZAxisMapping: buttons 4 and 5
    (**) Mouse: Buttons: 11
    (**) Option "Resolution" "800"
    (**) Mouse: Resolution: 800
    (**) Option "CoreKeyboard"
    (**) Keyboard: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "fr"
    (**) Keyboard: XkbLayout: "fr"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (II) Mouse: ps2EnableDataReporting: succeeded
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000ba4, 0)

    here's my latest attempt, thanks to chrismortimore :
    xorg.conf
    Section "ServerLayout"
    Identifier "Simple Layout"
    Screen "Default Screen" 0 0
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
    EndSection
    Section "Files"
    # FontPath "/usr/share/fonts/corefonts"
    # FontPath "/usr/share/fonts/CID"
    # FontPath "/usr/share/fonts/Speedo"
    # FontPath "/usr/share/fonts/TrueType/"
    # FontPath "/usr/share/fonts/freefont/"
    # ModulePath "/usr/X11R6/lib/modules"
    # RgbPath "/usr/share/X11/rgb"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi"
    # FontPath "/usr/share/fonts/local"
    EndSection
    Section "Module"
    # Load "dri"
    # SubSection "extmod"
    # Option "omit xfree86-dga" # don't initialise the DGA extension
    # EndSubSection
    Load "type1"
    # Load "speedo"
    Load "freetype"
    # Load "xtt"
    Load "glx"
    # Load "v4l"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "extmod"
    Load "int10"
    Load "record"
    Load "vbe"
    EndSection
    Section "InputDevice"
    # Option "XkbVariant" "nodeadkeys"
    Option "XkbRules" "xorg"
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Identifier "Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "AutoRepeat" "500 30"
    EndSection
    Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    # Option "Emulate3Buttons" "true"
    Option "Buttons" "7"
    Option "ZAxisMapping" "4 5"
    Option "ButtonMapping" "1 2 3 6 7"
    Option "Resolution" "800"
    Option "Corepointer"
    EndSection
    Section "Monitor"
    Identifier "Monitor"
    HorizSync 30.0 - 130.0
    VertRefresh 50.0 - 160.0
    # Option "DPMS"
    EndSection
    #Section "Device"
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    # Identifier "Standard VGA"
    # Driver "vga"
    # VendorName "Unknown"
    # BoardName "Unknown"
    #EndSection
    Section "Device"
    # Insert Clocks lines here if appropriate
    # ChipSet "GeForce2 MX/MX 400"
    # Card "nv GeForce2 MX/MX 400"
    Identifier "NVIDIA GeForce 6600"
    Driver "nvidia"
    # Option "Coolbits" "1"
    # Option "CursorShadow" "true"
    # Option "NoLogo" "1"
    # Option "NvAGP" "1"
    # Option "AllowGLXWithComposite" "true"
    # Option "RenderAccel" "true"
    # Option "backingstore" "true"
    # Option "UseEdidFreqs" "false"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "NVIDIA GeForce 6600"
    Monitor "Monitor"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "true"
    # Option "RENDER" "Enable"
    EndSection
    here's the resulting Xorg.0.log
    X Window System Version 7.1.1
    Release Date: 12 May 2006
    X Protocol Version 11, Revision 0, Release 7.1.1
    Build Operating System: UNKNOWN
    Current Operating System: Linux hal 2.6.18-ARCH #1 SMP PREEMPT Sat Oct 21 13:20:13 CEST 2006 i686
    Build Date: 19 September 2006
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    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 Oct 26 13:40:28 2006
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Simple Layout"
    (**) |-->Screen "Default Screen" (0)
    (**) | |-->Monitor "Monitor"
    (**) | |-->Device "NVIDIA GeForce 6600"
    (**) |-->Input Device "Mouse"
    (**) |-->Input Device "Keyboard"
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/75dpi,
    /usr/share/fonts/100dpi
    (==) RgbPath set to "/usr/share/X11/rgb"
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 1.0
    X.Org XInput driver : 0.6
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "bitmap"
    (II) Loading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Module bitmap: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Bitmap
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules/libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (++) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 10de,01e0 card 1043,80ac rev c1 class 06,00,00 hdr 80
    (II) PCI: 00:00:1: chip 10de,01eb card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:2: chip 10de,01ee card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:3: chip 10de,01ed card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:4: chip 10de,01ec card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:00:5: chip 10de,01ef card 10de,0c17 rev c1 class 05,00,00 hdr 80
    (II) PCI: 00:01:0: chip 10de,0060 card 1043,80ad rev a4 class 06,01,00 hdr 80
    (II) PCI: 00:01:1: chip 10de,0064 card 1043,0c11 rev a2 class 0c,05,00 hdr 80
    (II) PCI: 00:02:0: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:02:1: chip 10de,0067 card 1043,0c11 rev a4 class 0c,03,10 hdr 80
    (II) PCI: 00:04:0: chip 10de,0066 card 1043,80a7 rev a1 class 02,00,00 hdr 00
    (II) PCI: 00:05:0: chip 10de,006b card 1043,0c11 rev a2 class 04,01,00 hdr 00
    (II) PCI: 00:06:0: chip 10de,006a card 1043,8095 rev a1 class 04,01,00 hdr 00
    (II) PCI: 00:08:0: chip 10de,006c card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:09:0: chip 10de,0065 card 1043,0c11 rev a2 class 01,01,8a hdr 00
    (II) PCI: 00:0c:0: chip 10de,006d card 0000,0000 rev a3 class 06,04,00 hdr 01
    (II) PCI: 00:0d:0: chip 10de,006e card 1043,809a rev a3 class 0c,00,10 hdr 00
    (II) PCI: 00:1e:0: chip 10de,01e8 card 0000,0000 rev c1 class 06,04,00 hdr 01
    (II) PCI: 01:09:0: chip 109e,036e card 0070,13eb rev 11 class 04,00,00 hdr 80
    (II) PCI: 01:09:1: chip 109e,0878 card 0070,13eb rev 11 class 04,80,00 hdr 80
    (II) PCI: 01:0a:0: chip 10ec,8139 card 4554,434e rev 10 class 02,00,00 hdr 00
    (II) PCI: 01:0b:0: chip 1095,3112 card 1095,6112 rev 02 class 01,04,00 hdr 00
    (II) PCI: 02:01:0: chip 10b7,9201 card 1043,80ab rev 40 class 02,00,00 hdr 00
    (II) PCI: 03:00:0: chip 10de,00f2 card 0000,0000 rev a2 class 03,00,00 hdr 00
    (II) PCI: End of PCI scan
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,3), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:1:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-PCI bridge:
    (II) Bus 1: bridge is at (0:8:0), (0,1,1), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 1 I/O range:
    [0] -1 0 0x0000a000 - 0x0000bfff (0x2000) IX[B]
    (II) Bus 1 non-prefetchable memory range:
    [0] -1 0 0xda000000 - 0xdbffffff (0x2000000) MX[B]
    (II) Bus 1 prefetchable memory range:
    [0] -1 0 0xd4000000 - 0xd4ffffff (0x1000000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:12:0), (0,2,2), BCTRL: 0x0002 (VGA_EN is cleared)
    (II) Bus 2 I/O range:
    [0] -1 0 0x0000c000 - 0x0000cfff (0x1000) IX[B]
    (II) Bus 2 non-prefetchable memory range:
    [0] -1 0 0xd5000000 - 0xd6ffffff (0x2000000) MX[B]
    (II) Bus 2 prefetchable memory range:
    [0] -1 0 0x50000000 - 0x500fffff (0x100000) MX[B]
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:30:0), (0,3,3), BCTRL: 0x000a (VGA_EN is set)
    (II) Bus 3 non-prefetchable memory range:
    [0] -1 0 0xd7000000 - 0xd9ffffff (0x3000000) MX[B]
    (II) Bus 3 prefetchable memory range:
    [0] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
    (--) PCI: (1:9:0) Brooktree Corporation Bt878 Video Capture rev 17, Mem @ 0xd4000000/12
    (--) PCI:*(3:0:0) nVidia Corporation NV43 [GeForce 6600/GeForce 6600 GT] rev 162, Mem @ 0xd7000000/24, 0xc0000000/28, 0xd8000000/24
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[B]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[B]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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 - 0x000000ff (0x100) IX[B]
    (II) PCI Memory resource overlap reduced 0xd0000000 from 0xd3ffffff to 0xcfffffff
    (II) Active PCI resource ranges:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [17] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [18] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [19] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [20] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [21] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [22] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [24] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [25] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [26] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [27] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [1] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [2] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [3] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [4] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [5] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [6] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [7] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [8] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [9] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [10] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [11] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [12] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [14] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [15] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [16] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [17] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [18] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [19] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [20] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [21] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [22] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [23] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [24] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [25] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [26] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [27] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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 - 0x000000ff (0x100) IX[B]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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 0xd6000000 - 0xd600007f (0x80) MX[B]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [23] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [24] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [25] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [26] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [27] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [28] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [30] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [31] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [32] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [33] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    (II) LoadModule: "type1"
    (II) Loading /usr/lib/xorg/modules/fonts/libtype1.so
    (II) Module type1: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.2
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font Type1
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts/libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 7.1.1, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8776
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.1
    (II) Loading extension GLX
    (II) LoadModule: "bitmap"
    (II) Reloading /usr/lib/xorg/modules/fonts/libbitmap.so
    (II) Loading font Bitmap
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "ddc"
    (II) Loading /usr/lib/xorg/modules/libddc.so
    (II) Module ddc: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules/libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules/libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    ABI class: X.Org Video Driver, version 1.0
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.8776
    Module class: X.Org Video Driver
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input/kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 0.6
    (II) NVIDIA dlloader X Driver 1.0-8776 Mon Oct 16 21:57:32 PDT 2006
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 03:00:0
    (--) Assigning device section with no busID to primary device
    (--) Chipset NVIDIA GPU found
    (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 7.1.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Loading /usr/lib/xorg/modules/libramdac.so
    (II) Module ramdac: vendor="X.Org Foundation"
    compiled for 7.1.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 1.0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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 0xd6000000 - 0xd600007f (0x80) MX[B]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [20] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [21] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [22] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [23] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [24] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [25] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [26] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [27] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [28] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [29] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [30] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [31] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [32] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [33] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(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 0xd6000000 - 0xd600007f (0x80) MX[B]
    [5] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [6] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [7] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [8] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [9] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [10] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [11] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [12] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [13] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [14] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [15] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [16] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [17] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [18] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [19] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [20] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B]
    [21] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B]
    [22] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B]
    [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [25] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [26] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [27] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [28] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [29] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [30] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [31] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [32] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [33] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [34] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [35] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [36] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [37] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B]
    [38] 0 0 0x000003c0 - 0x000003df (0x20) IS[B]
    (II) Setting vga for screen 0.
    (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    (==) NVIDIA(0): RGB weight 888
    (==) NVIDIA(0): Default visual is TrueColor
    (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    (**) NVIDIA(0): Enabling RENDER acceleration
    (II) NVIDIA(0): Support for GLX with the Damage and Composite X extensions is
    (II) NVIDIA(0): enabled.
    (II) NVIDIA(0): NVIDIA GPU GeForce Go 6600 GT at PCI:3:0:0
    (--) NVIDIA(0): VideoRAM: 262144 kBytes
    (--) NVIDIA(0): VideoBIOS: 05.43.02.61.00
    (II) NVIDIA(0): Detected PCI Express Link width: 16X
    (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    (--) NVIDIA(0): Connected display device(s) on GeForce Go 6600 GT at
    (--) NVIDIA(0): PCI:3:0:0:
    (--) NVIDIA(0): Iiyama (CRT-0)
    (--) NVIDIA(0): Iiyama (CRT-0): 400.0 MHz maximum pixel clock
    (II) NVIDIA(0): Assigned Display Device: CRT-0
    (II) NVIDIA(0): Validated modes:
    (II) NVIDIA(0): "1600x1200"
    (II) NVIDIA(0): "1280x1024"
    (II) NVIDIA(0): "1024x768"
    (II) NVIDIA(0): "800x600"
    (II) NVIDIA(0): "640x480"
    (II) NVIDIA(0): Virtual screen size determined to be 1600 x 1200
    (WW) NVIDIA(0): No size information available in CRT-0's EDID; cannot compute
    (WW) NVIDIA(0): DPI from EDID.
    (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B]
    [2] 0 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[B]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[B]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[B]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[B]
    [7] -1 0 0xd6000000 - 0xd600007f (0x80) MX[B]
    [8] -1 0 0xdb000000 - 0xdb0001ff (0x200) MX[B]
    [9] -1 0 0xdb001000 - 0xdb0010ff (0x100) MX[B]
    [10] -1 0 0xd4001000 - 0xd4001fff (0x1000) MX[B]
    [11] -1 0 0xdc085000 - 0xdc08503f (0x40) MX[B]
    [12] -1 0 0xdc084000 - 0xdc0847ff (0x800) MX[B]
    [13] -1 0 0xdc087000 - 0xdc087fff (0x1000) MX[B]
    [14] -1 0 0xdc000000 - 0xdc07ffff (0x80000) MX[B]
    [15] -1 0 0xdc083000 - 0xdc083fff (0x1000) MX[B]
    [16] -1 0 0xdc081000 - 0xdc081fff (0x1000) MX[B]
    [17] -1 0 0xdc086000 - 0xdc086fff (0x1000) MX[B]
    [18] -1 0 0xd0000000 - 0xcfffffff (0x0) MX[B]O
    [19] -1 0 0xd8000000 - 0xd8ffffff (0x1000000) MX[B](B)
    [20] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[B](B)
    [21] -1 0 0xd7000000 - 0xd7ffffff (0x1000000) MX[B](B)
    [22] -1 0 0xd4000000 - 0xd4000fff (0x1000) MX[B](B)
    [23] 0 0 0x000a0000 - 0x000affff (0x10000) MS[B](OprD)
    [24] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[B](OprD)
    [25] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[B](OprD)
    [26] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[B]
    [27] -1 0 0x00000000 - 0x000000ff (0x100) IX[B]
    [28] -1 0 0x0000c000 - 0x0000c07f (0x80) IX[B]
    [29] -1 0 0x0000b400 - 0x0000b40f (0x10) IX[B]
    [30] -1 0 0x0000b000 - 0x0000b003 (0x4) IX[B]
    [31] -1 0 0x0000ac00 - 0x0000ac07 (0x8) IX[B]
    [32] -1 0 0x0000a800 - 0x0000a803 (0x4) IX[B]
    [33] -1 0 0x0000a400 - 0x0000a407 (0x8) IX[B]
    [34] -1 0 0x0000a000 - 0x0000a0ff (0x100) IX[B]
    [35] -1 0 0x0000f000 - 0x0000f00f (0x10) IX[B]
    [36] -1 0 0x0000d400 - 0x0000d47f (0x80) IX[B]
    [37] -1 0 0x0000d000 - 0x0000d0ff (0x100) IX[B]
    [38] -1 0 0x0000e400 - 0x0000e407 (0x8) IX[B]
    [39] -1 0 0x0000e000 - 0x0000e01f (0x20) IX[B]
    [40] 0 0 0x000003b0 - 0x000003bb (0xc) IS[B](OprU)
    [41] 0 0 0x000003c0 - 0x000003df (0x20) IS[B](OprU)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000508, 0)
    (II) NVIDIA(0): Setting mode "1600x1200"
    (WW) NVIDIA(0): WAIT (2, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (WW) NVIDIA(0): WAIT (1, 1, 0x8000, 0x00000000, 0x000005a8, 0)
    (II) Loading extension NV-GLX
    (II) NVIDIA(0): NVIDIA 3D Acceleration Architecture Initialized
    (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture
    (==) NVIDIA(0): Backing store disabled
    (==) NVIDIA(0): Silken mouse enabled
    (II) Loading extension NV-CONTROL
    (WW) NVIDIA(0): WAIT (2, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (1, 3, 0x8000, 0x00000000, 0x00000aec, 0)
    (WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000b1c, 0)
    (==) RandR enabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (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) Initializing built-in extension XEVIE
    (II) Initializing extension GLX
    (**) Option "Protocol" "ExplorerPS/2"
    (**) Mouse: Device: "/dev/input/mice"
    (**) Mouse: Protocol: "ExplorerPS/2"
    (**) Option "SendCoreEvents" "true"
    (**) Mouse: always reports core events
    (**) Option "CorePointer"
    (**) Mouse: Core Pointer
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Buttons" "7"
    (==) Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse: ZAxisMapping: buttons 4 and 5
    (**) Option "ButtonMapping" "1 2 3 6 7"
    (**) Mouse: Buttons: 11
    (**) Option "Resolution" "800"
    (**) Mouse: Resolution: 800
    (**) Option "CoreKeyboard"
    (**) Keyboard: Core Keyboard
    (**) Option "Protocol" "standard"
    (**) Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "fr"
    (**) Keyboard: XkbLayout: "fr"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
    (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
    (II) XINPUT: Adding extended input device "NVIDIA Event Handler" (type: Other)
    (II) Mouse: ps2EnableDataReporting: succeeded
    there seems to be troubles with acpi and edid frequencies. i tried to uncomment the UseEdidFreqs line, with no luck.
    i don't have any idea about what to try next...

  • Can't get direct rendering to work

    On my notebook with an Intel 945GM card, I can't get direct rendering to work.
    I'm using the 'xf86-video-intel' driver.
    /etc/X11/xorg.conf:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Touchpad" "AlwaysCore SendCoreEvents"
    # InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "DontZap"
    Option "DontZoom"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "xtrap"
    Load "extmod"
    Load "GLcore"
    Load "record"
    Load "dbe"
    Load "glx"
    Load "dri"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "InputDevice"
    Driver "synaptics"
    Identifier "Touchpad"
    Option "Device" "/dev/psaux"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "180"
    Option "MaxTapMove" "220"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    # Option "Repeater" "/dev/ps2mouse"
    EndSection
    Section "Monitor"
    #DisplaySize 330 210 # mm
    DisplaySize 338 211
    Identifier "Monitor0"
    VendorName "AUO"
    ModelName "2174"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    #Option "DRI" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Viewport 0 0
    Depth 8
    Modes "1280x800" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    Modes "1280x800" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    Modes "1280x800" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    And here is /var/log/Xorg.0.log:
    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.
    X.Org X Server 1.4.0.90
    Release Date: 5 September 2007
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.24-ARCH i686
    Current Operating System: Linux zg6y3zg9f3x 2.6.24.3-ARCH #2 SMP PREEMPT Sun Mar 2 23:22:11 CET 2008 i686
    Build Date: 03 February 2008 02:54:48PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Module Loader present
    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: Mon Mar 3 00:20:16 2008
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Touchpad"
    (**) |-->Input Device "Keyboard0"
    (**) Option "DontZap"
    (**) Option "DontZoom"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (WW) The directory "/usr/share/fonts/Type1" does not exist.
    Entry deleted from font path.
    (==) Including the default font path /usr/share/fonts/misc,/usr/share/fonts/100dpi:unscaled,/usr/share/fonts/75dpi:unscaled,/usr/share/fonts/TTF,/usr/share/fonts/Type1.
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) RgbPath set to "/usr/share/X11/rgb"
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (==) |-->Input Device "Mouse0"
    (==) The core pointer device wasn't specified explicitly in the layout.
    Using the first mouse device.
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) Loader magic: 0x81d65c0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.3
    X.Org Video Driver: 2.0
    X.Org XInput driver : 2.0
    X.Org Server Extension : 0.3
    X.Org Font Renderer : 0.5
    (II) Loader running on linux
    (II) LoadModule: "pcidata"
    (II) Loading /usr/lib/xorg/modules//libpcidata.so
    (II) Module pcidata: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (--) using VT number 7
    (II) PCI: PCI scan (all values are in hex)
    (II) PCI: 00:00:0: chip 8086,27a0 card 1025,0090 rev 03 class 06,00,00 hdr 00
    (II) PCI: 00:02:0: chip 8086,27a2 card 1025,0090 rev 03 class 03,00,00 hdr 80
    (II) PCI: 00:02:1: chip 8086,27a6 card 1025,0090 rev 03 class 03,80,00 hdr 80
    (II) PCI: 00:1b:0: chip 8086,27d8 card 1025,0090 rev 02 class 04,03,00 hdr 00
    (II) PCI: 00:1c:0: chip 8086,27d0 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1c:1: chip 8086,27d2 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1c:2: chip 8086,27d4 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1c:3: chip 8086,27d6 card 0000,0000 rev 02 class 06,04,00 hdr 81
    (II) PCI: 00:1d:0: chip 8086,27c8 card 1025,0090 rev 02 class 0c,03,00 hdr 80
    (II) PCI: 00:1d:1: chip 8086,27c9 card 1025,0090 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:2: chip 8086,27ca card 1025,0090 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:3: chip 8086,27cb card 1025,0090 rev 02 class 0c,03,00 hdr 00
    (II) PCI: 00:1d:7: chip 8086,27cc card 1025,0090 rev 02 class 0c,03,20 hdr 00
    (II) PCI: 00:1e:0: chip 8086,2448 card 0000,0000 rev e2 class 06,04,01 hdr 01
    (II) PCI: 00:1f:0: chip 8086,27b9 card 1025,0090 rev 02 class 06,01,00 hdr 80
    (II) PCI: 00:1f:2: chip 8086,27c4 card 1025,0090 rev 02 class 01,01,80 hdr 00
    (II) PCI: 00:1f:3: chip 8086,27da card 1025,0090 rev 02 class 0c,05,00 hdr 00
    (II) PCI: 05:00:0: chip 8086,4222 card 8086,1000 rev 02 class 02,80,00 hdr 00
    (II) PCI: 06:01:0: chip 14e4,170c card 1025,0090 rev 02 class 02,00,00 hdr 00
    (II) PCI: 06:04:0: chip 1524,1412 card 1400,0000 rev 10 class 06,07,00 hdr 82
    (II) PCI: 06:04:1: chip 1524,0530 card 1025,0090 rev 01 class 05,01,00 hdr 80
    (II) PCI: 06:04:2: chip 1524,0550 card 1025,0090 rev 01 class 08,05,01 hdr 80
    (II) PCI: 06:04:3: chip 1524,0520 card 1025,0090 rev 01 class 05,01,00 hdr 80
    (II) PCI: 06:04:4: chip 1524,0551 card 1025,0090 rev 01 class 05,01,00 hdr 80
    (II) PCI: End of PCI scan
    (II) Intel Bridge workaround enabled
    (II) Host-to-PCI bridge:
    (II) Bus 0: bridge is at (0:0:0), (0,0,7), BCTRL: 0x0008 (VGA_EN is set)
    (II) Bus 0 I/O range:
    [0] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) Bus 0 non-prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) Bus 0 prefetchable memory range:
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    (II) PCI-to-PCI bridge:
    (II) Bus 2: bridge is at (0:28:0), (0,2,2), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 3: bridge is at (0:28:1), (0,3,3), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 4: bridge is at (0:28:2), (0,4,4), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) PCI-to-PCI bridge:
    (II) Bus 5: bridge is at (0:28:3), (0,5,5), BCTRL: 0x0004 (VGA_EN is cleared)
    (II) Bus 5 non-prefetchable memory range:
    [0] -1 0 0xd0100000 - 0xd01fffff (0x100000) MX[b]
    (II) Subtractive PCI-to-PCI bridge:
    (II) Bus 6: bridge is at (0:30:0), (0,6,7), BCTRL: 0x0000 (VGA_EN is cleared)
    (II) Bus 6 non-prefetchable memory range:
    [0] -1 0 0xd0000000 - 0xd00fffff (0x100000) MX[b]
    (II) PCI-to-ISA bridge:
    (II) Bus -1: bridge is at (0:31:0), (0,-1,-1), BCTRL: 0x0008 (VGA_EN is set)
    (II) PCI-to-CardBus bridge:
    (II) Bus 7: bridge is at (6:4:0), (6,7,10), BCTRL: 0x0740 (VGA_EN is cleared)
    (--) PCI:*(0:2:0) Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0200000/19, 0xc0000000/28, 0xd0300000/18, I/O @ 0x5088/3
    (--) PCI: (0:2:1) Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller rev 3, Mem @ 0xd0280000/19
    (II) Addressable bus resource ranges are
    [0] -1 0 0x00000000 - 0xffffffff (0x0) MX[b]
    [1] -1 0 0x00000000 - 0x0000ffff (0x10000) IX[b]
    (II) OS-reported resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) Active PCI resource ranges:
    [0] -1 0 0xd0000000 - 0xd0001fff (0x2000) MX[b]
    [1] -1 0 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [2] -1 0 0xd0544000 - 0xd05443ff (0x400) MX[b]
    [3] -1 0 0xd0340000 - 0xd0343fff (0x4000) MX[b]
    [4] -1 0 0xd0280000 - 0xd02fffff (0x80000) MX[b](B)
    [5] -1 0 0xd0300000 - 0xd033ffff (0x40000) MX[b](B)
    [6] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [7] -1 0 0xd0200000 - 0xd027ffff (0x80000) MX[b](B)
    [8] -1 0 0x00005420 - 0x0000543f (0x20) IX[b]
    [9] -1 0 0x00005440 - 0x0000544f (0x10) IX[b]
    [10] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [11] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [12] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [13] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [14] -1 0 0x00005400 - 0x0000541f (0x20) IX[b]
    [15] -1 0 0x000050e0 - 0x000050ff (0x20) IX[b]
    [16] -1 0 0x000050c0 - 0x000050df (0x20) IX[b]
    [17] -1 0 0x000050a0 - 0x000050bf (0x20) IX[b]
    [18] -1 0 0x00005088 - 0x0000508f (0x8) IX[b](B)
    (II) Inactive PCI resource ranges:
    [0] -1 0 0xd0003100 - 0xd00031ff (0x100) MX[b]
    [1] -1 0 0xd0003800 - 0xd000387f (0x80) MX[b]
    [2] -1 0 0xd0003400 - 0xd00034ff (0x100) MX[b]
    [3] -1 0 0xd0003000 - 0xd000307f (0x80) MX[b]
    (II) Active PCI resource ranges after removing overlaps:
    [0] -1 0 0xd0000000 - 0xd0001fff (0x2000) MX[b]
    [1] -1 0 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [2] -1 0 0xd0544000 - 0xd05443ff (0x400) MX[b]
    [3] -1 0 0xd0340000 - 0xd0343fff (0x4000) MX[b]
    [4] -1 0 0xd0280000 - 0xd02fffff (0x80000) MX[b](B)
    [5] -1 0 0xd0300000 - 0xd033ffff (0x40000) MX[b](B)
    [6] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [7] -1 0 0xd0200000 - 0xd027ffff (0x80000) MX[b](B)
    [8] -1 0 0x00005420 - 0x0000543f (0x20) IX[b]
    [9] -1 0 0x00005440 - 0x0000544f (0x10) IX[b]
    [10] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [11] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [12] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [13] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [14] -1 0 0x00005400 - 0x0000541f (0x20) IX[b]
    [15] -1 0 0x000050e0 - 0x000050ff (0x20) IX[b]
    [16] -1 0 0x000050c0 - 0x000050df (0x20) IX[b]
    [17] -1 0 0x000050a0 - 0x000050bf (0x20) IX[b]
    [18] -1 0 0x00005088 - 0x0000508f (0x8) IX[b](B)
    (II) Inactive PCI resource ranges after removing overlaps:
    [0] -1 0 0xd0003100 - 0xd00031ff (0x100) MX[b]
    [1] -1 0 0xd0003800 - 0xd000387f (0x80) MX[b]
    [2] -1 0 0xd0003400 - 0xd00034ff (0x100) MX[b]
    [3] -1 0 0xd0003000 - 0xd000307f (0x80) MX[b]
    (II) OS-reported resource ranges after removing overlaps with PCI:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 - 0x000000ff (0x100) IX[b]
    (II) All system resource ranges:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xd0000000 - 0xd0001fff (0x2000) MX[b]
    [5] -1 0 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [6] -1 0 0xd0544000 - 0xd05443ff (0x400) MX[b]
    [7] -1 0 0xd0340000 - 0xd0343fff (0x4000) MX[b]
    [8] -1 0 0xd0280000 - 0xd02fffff (0x80000) MX[b](B)
    [9] -1 0 0xd0300000 - 0xd033ffff (0x40000) MX[b](B)
    [10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [11] -1 0 0xd0200000 - 0xd027ffff (0x80000) MX[b](B)
    [12] -1 0 0xd0003100 - 0xd00031ff (0x100) MX[b]
    [13] -1 0 0xd0003800 - 0xd000387f (0x80) MX[b]
    [14] -1 0 0xd0003400 - 0xd00034ff (0x100) MX[b]
    [15] -1 0 0xd0003000 - 0xd000307f (0x80) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x00005420 - 0x0000543f (0x20) IX[b]
    [19] -1 0 0x00005440 - 0x0000544f (0x10) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1 0 0x00005400 - 0x0000541f (0x20) IX[b]
    [25] -1 0 0x000050e0 - 0x000050ff (0x20) IX[b]
    [26] -1 0 0x000050c0 - 0x000050df (0x20) IX[b]
    [27] -1 0 0x000050a0 - 0x000050bf (0x20) IX[b]
    [28] -1 0 0x00005088 - 0x0000508f (0x8) IX[b](B)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "freetype" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "xtrap"
    (II) Loading /usr/lib/xorg/modules/extensions//libxtrap.so
    (II) Module xtrap: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension DEC-XTRAP
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension SHAPE
    (II) Loading extension MIT-SUNDRY-NONSTANDARD
    (II) Loading extension BIG-REQUESTS
    (II) Loading extension SYNC
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XC-MISC
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-Misc
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension TOG-CUP
    (II) Loading extension Extended-Visual-Information
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension RECORD
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 0.3
    (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.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "freetype"
    (II) Loading /usr/lib/xorg/modules/fonts//libfreetype.so
    (II) Module freetype: vendor="X.Org Foundation & the After X-TT Project"
    compiled for 1.4.0.90, module version = 2.1.0
    Module class: X.Org Font Renderer
    ABI class: X.Org Font Renderer, version 0.5
    (II) Loading font FreeType
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 4.3.99.902, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 2.2.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 2.0
    (II) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.4.0, module version = 1.2.3
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 2.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:02:0
    (WW) intel: No matching Device section for instance (BusID PCI:0:2:1) found
    (--) Chipset 945GM found
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xd0000000 - 0xd0001fff (0x2000) MX[b]
    [5] -1 0 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [6] -1 0 0xd0544000 - 0xd05443ff (0x400) MX[b]
    [7] -1 0 0xd0340000 - 0xd0343fff (0x4000) MX[b]
    [8] -1 0 0xd0280000 - 0xd02fffff (0x80000) MX[b](B)
    [9] -1 0 0xd0300000 - 0xd033ffff (0x40000) MX[b](B)
    [10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [11] -1 0 0xd0200000 - 0xd027ffff (0x80000) MX[b](B)
    [12] -1 0 0xd0003100 - 0xd00031ff (0x100) MX[b]
    [13] -1 0 0xd0003800 - 0xd000387f (0x80) MX[b]
    [14] -1 0 0xd0003400 - 0xd00034ff (0x100) MX[b]
    [15] -1 0 0xd0003000 - 0xd000307f (0x80) MX[b]
    [16] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [17] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [18] -1 0 0x00005420 - 0x0000543f (0x20) IX[b]
    [19] -1 0 0x00005440 - 0x0000544f (0x10) IX[b]
    [20] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [21] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [22] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [24] -1 0 0x00005400 - 0x0000541f (0x20) IX[b]
    [25] -1 0 0x000050e0 - 0x000050ff (0x20) IX[b]
    [26] -1 0 0x000050c0 - 0x000050df (0x20) IX[b]
    [27] -1 0 0x000050a0 - 0x000050bf (0x20) IX[b]
    [28] -1 0 0x00005088 - 0x0000508f (0x8) IX[b](B)
    (II) resource ranges after probing:
    [0] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(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 0xd0000000 - 0xd0001fff (0x2000) MX[b]
    [5] -1 0 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [6] -1 0 0xd0544000 - 0xd05443ff (0x400) MX[b]
    [7] -1 0 0xd0340000 - 0xd0343fff (0x4000) MX[b]
    [8] -1 0 0xd0280000 - 0xd02fffff (0x80000) MX[b](B)
    [9] -1 0 0xd0300000 - 0xd033ffff (0x40000) MX[b](B)
    [10] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [11] -1 0 0xd0200000 - 0xd027ffff (0x80000) MX[b](B)
    [12] -1 0 0xd0003100 - 0xd00031ff (0x100) MX[b]
    [13] -1 0 0xd0003800 - 0xd000387f (0x80) MX[b]
    [14] -1 0 0xd0003400 - 0xd00034ff (0x100) MX[b]
    [15] -1 0 0xd0003000 - 0xd000307f (0x80) MX[b]
    [16] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [17] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [18] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [19] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [20] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [21] -1 0 0x00005420 - 0x0000543f (0x20) IX[b]
    [22] -1 0 0x00005440 - 0x0000544f (0x10) IX[b]
    [23] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [24] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [25] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [26] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [27] -1 0 0x00005400 - 0x0000541f (0x20) IX[b]
    [28] -1 0 0x000050e0 - 0x000050ff (0x20) IX[b]
    [29] -1 0 0x000050c0 - 0x000050df (0x20) IX[b]
    [30] -1 0 0x000050a0 - 0x000050bf (0x20) IX[b]
    [31] -1 0 0x00005088 - 0x0000508f (0x8) IX[b](B)
    [32] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [33] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Loading /usr/lib/xorg/modules//libint10.so
    (II) Module int10: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Video Driver, version 2.0
    (II) Loading sub module "vbe"
    (II) LoadModule: "vbe"
    (II) Loading /usr/lib/xorg/modules//libvbe.so
    (II) Module vbe: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.1.0
    ABI class: X.Org Video Driver, version 2.0
    (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.4.0.90, module version = 0.1.0
    ABI class: X.Org Video Driver, version 2.0
    (**) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (II) intel(0): Integrated Graphics Chipset: Intel(R) 945GM
    (--) intel(0): Chipset: "945GM"
    (--) intel(0): Linear framebuffer at 0xC0000000
    (--) intel(0): IO registers at addr 0xD0200000
    (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): I2C device "LVDSDDC_C:ddc2" registered at address 0xA0.
    (II) intel(0): EDID vendor "AUO", prod id 8564
    (II) Loading sub module "int10"
    (II) LoadModule: "int10"
    (II) Reloading /usr/lib/xorg/modules//libint10.so
    (II) intel(0): initializing int10
    (WW) 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): 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 "AUO", prod id 8564
    (II) intel(0): Output VGA disconnected
    (II) intel(0): Output LVDS connected
    (II) intel(0): Output TV disconnected
    (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): Using gamma correction (1.0, 1.0, 1.0)
    (**) intel(0): Display dimensions: (338, 211) mm
    (**) intel(0): DPI set to (96, 154)
    (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.4.0.90, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.3
    (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.4.0.90, module version = 2.2.0
    ABI class: X.Org Video Driver, version 2.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 0x68080 (TV_FILTER_CTL_1) changed from 0x8000085e to 0x800010bb
    (WW) intel(0): Register 0x68084 (TV_FILTER_CTL_2) changed from 0x00012d2d to 0x00028283
    (WW) intel(0): Register 0x68088 (TV_FILTER_CTL_3) changed from 0x00009696 to 0x00014141
    (==) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] 0 0 0xd0300000 - 0xd033ffff (0x40000) MS[b]
    [1] 0 0 0xc0000000 - 0xcfffffff (0x10000000) MS[b]
    [2] 0 0 0xd0200000 - 0xd027ffff (0x80000) MS[b]
    [3] -1 0 0x00100000 - 0x3fffffff (0x3ff00000) MX[b]E(B)
    [4] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [5] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [6] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [7] -1 0 0xd0000000 - 0xd0001fff (0x2000) MX[b]
    [8] -1 0 0xd0100000 - 0xd0100fff (0x1000) MX[b]
    [9] -1 0 0xd0544000 - 0xd05443ff (0x400) MX[b]
    [10] -1 0 0xd0340000 - 0xd0343fff (0x4000) MX[b]
    [11] -1 0 0xd0280000 - 0xd02fffff (0x80000) MX[b](B)
    [12] -1 0 0xd0300000 - 0xd033ffff (0x40000) MX[b](B)
    [13] -1 0 0xc0000000 - 0xcfffffff (0x10000000) MX[b](B)
    [14] -1 0 0xd0200000 - 0xd027ffff (0x80000) MX[b](B)
    [15] -1 0 0xd0003100 - 0xd00031ff (0x100) MX[b]
    [16] -1 0 0xd0003800 - 0xd000387f (0x80) MX[b]
    [17] -1 0 0xd0003400 - 0xd00034ff (0x100) MX[b]
    [18] -1 0 0xd0003000 - 0xd000307f (0x80) MX[b]
    [19] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprD)
    [20] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprD)
    [21] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprD)
    [22] 0 0 0x00005088 - 0x0000508f (0x8) IS[b]
    [23] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [24] -1 0 0x00000000 - 0x000000ff (0x100) IX[b]
    [25] -1 0 0x00005420 - 0x0000543f (0x20) IX[b]
    [26] -1 0 0x00005440 - 0x0000544f (0x10) IX[b]
    [27] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [28] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [29] -1 0 0x000001f0 - 0x000001f0 (0x1) IX[b]
    [30] -1 0 0x000001f0 - 0x000001f7 (0x8) IX[b]
    [31] -1 0 0x00005400 - 0x0000541f (0x20) IX[b]
    [32] -1 0 0x000050e0 - 0x000050ff (0x20) IX[b]
    [33] -1 0 0x000050c0 - 0x000050df (0x20) IX[b]
    [34] -1 0 0x000050a0 - 0x000050bf (0x20) IX[b]
    [35] -1 0 0x00005088 - 0x0000508f (0x8) IX[b](B)
    [36] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [37] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) intel(0): Kernel reported 488960 total, 1 used
    (II) intel(0): I830CheckAvailableMemory: 1955836 kB available
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    [drm] failed to load kernel module "i915"
    (EE) [drm] drmOpen failed.
    (EE) intel(0): [dri] DRIScreenInit failed. Disabling DRI.
    (==) intel(0): VideoRam: 262144 KB
    (**) intel(0): Framebuffer compression enabled
    (**) intel(0): Tiling enabled
    (II) intel(0): adjusting plane->pipe mappings to allow for framebuffer compression
    (II) intel(0): Page Flipping disabled
    (==) intel(0): Write-combining range (0xc0000000,0x10000000)
    (II) intel(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (II) EXA(0): Offscreen pixmap area of 19660800 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): xf86BindGARTMemory: bind key 0 at 0x007bf000 (pgoffset 1983)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c80000 (pgoffset 3200)
    (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, 0x000000007f820000 physical
    (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000007fe20000 physical
    (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000007fe21000 physical
    (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
    (II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000007fe33000 physical
    (II) intel(0): 0x00640000-0x00c7ffff: front buffer (6400 kB)
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x00c80000-0x01f3ffff: exa offscreen (19200 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane B is now disabled and connected to pipe A.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane A 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): RandR 1.2 enabled, ignore the following RandR disabled message.
    (II) intel(0): Set up textured video
    (II) intel(0): Set up overlay video
    (II) intel(0): direct rendering: Failed
    (--) RandR disabled
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-APPGROUP
    (II) Initializing built-in extension XAccessControlExtension
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension XFree86-Bigfont
    (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) Initializing built-in extension XEVIE
    (II) AIGLX: Screen 0 is not DRI capable
    (II) Loading sub module "GLcore"
    (II) LoadModule: "GLcore"
    (II) Loading /usr/lib/xorg/modules/extensions//libGLcore.so
    (II) Module GLcore: vendor="X.Org Foundation"
    compiled for 1.4.0.90, module version = 1.0.0
    ABI class: X.Org Server Extension, version 0.3
    (II) GLX: Initialized MESA-PROXY GL provider for screen 0
    (II) intel(0): Setting screen physical size to 331 x 207
    (II) Synaptics touchpad driver version 0.14.6 (1406)
    (--) Touchpad auto-dev sets device to /dev/input/event5
    (**) Option "Device" "/dev/input/event5"
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "VertScrollDelta" "100"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "180"
    (**) Option "MaxTapMove" "220"
    (--) Touchpad touchpad found
    (**) Touchpad: always reports core events
    (**) Option "CoreKeyboard"
    (**) Keyboard0: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard0: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard0: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard0: XkbModel: "pc105"
    (**) Option "XkbLayout" "us"
    (**) Keyboard0: XkbLayout: "us"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard0: CustomKeycodes disabled
    (**) Option "Protocol" "auto"
    (**) Mouse0: Device: "/dev/input/mice"
    (**) Mouse0: Protocol: "auto"
    (**) Option "CorePointer"
    (**) Mouse0: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (==) Mouse0: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5 6 7"
    (**) Mouse0: ZAxisMapping: buttons 4, 5, 6 and 7
    (**) Mouse0: Buttons: 11
    (**) Mouse0: Sensitivity: 1
    (II) evaluating device (Mouse0)
    (II) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (II) evaluating device (Keyboard0)
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (II) evaluating device (Touchpad)
    (II) XINPUT: Adding extended input device "Touchpad" (type: MOUSE)
    (--) Mouse0: PnP-detected protocol: "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (--) Touchpad auto-dev sets device to /dev/input/event5
    (**) Option "Device" "/dev/input/event5"
    (--) Touchpad touchpad found
    Could not init font path element /usr/share/fonts/Type1, removing from list!
    AUDIT: Mon Mar 3 00:21:47 2008: 10765 X: client 7 rejected from local host (uid 1001)
    (II) intel(0): xf86UnbindGARTMemory: unbind key 0
    (II) intel(0): xf86UnbindGARTMemory: unbind key 1
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) intel(0): xf86BindGARTMemory: bind key 0 at 0x007bf000 (pgoffset 1983)
    (II) intel(0): xf86BindGARTMemory: bind key 1 at 0x00c80000 (pgoffset 3200)
    (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, 0x000000007f820000 physical
    (II) intel(0): 0x00620000-0x00620fff: compressed ll buffer (4 kB, 0x000000007fe20000 physical
    (II) intel(0): 0x00621000-0x0062afff: HW cursors (40 kB, 0x000000007fe21000 physical
    (II) intel(0): 0x0062b000-0x00632fff: logical 3D context (32 kB)
    (II) intel(0): 0x00633000-0x00633fff: overlay registers (4 kB, 0x000000007fe33000 physical
    (II) intel(0): 0x00640000-0x00c7ffff: front buffer (6400 kB)
    (II) intel(0): 0x007bf000: end of stolen memory
    (II) intel(0): 0x00c80000-0x01f3ffff: exa offscreen (19200 kB)
    (II) intel(0): 0x10000000: end of aperture
    (II) intel(0): Output configuration:
    (II) intel(0): Pipe A is off
    (II) intel(0): Display plane B is now disabled and connected to pipe B.
    (II) intel(0): Pipe B is on
    (II) intel(0): Display plane A 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) Mouse0: ps2EnableDataReporting: succeeded
    (--) Touchpad auto-dev sets device to /dev/input/event5
    (**) Option "Device" "/dev/input/event5"
    (--) Touchpad touchpad found
    Can anyone help me with this?
    Last edited by bughunter2 (2008-03-03 01:06:30)

    The standard arch kernel includes all the required modules, at most you need to load them explicitly listing them in MODULES in /etc/rc.conf
    You need also the hw specific stuff, that is i915 and intelagp. Check lsmod and see if they are loaded. If they are not, inspect dmesg and see if udev tries to load them and fails for some reason.
    I remember some cases where intelagp and i915 are not loaded by udev in the right order, if this is your case you can try to list them in the right order in MODULES.
    There should be no need to recompile the kernel or to install a particular version of dri (just use the arch packages for mesa, libdrm etc; but I guess you have them already)

  • Unable to get Compiz Fusion working...

    I'm aware this isn't a new issue, but the Wiki has so far been unable to solve my queries.
    I've just freshly installed Arch on my new PC: Pentium-D 3.8Ghz, 2Gb of RAM and an ATi Radeon X1950 Pro (PCI-E).
    I've installed Compiz Fusion as suggested via the wiki. When I run the fusion icon and activate compiz, I am left with no window borders and no working compiz. I've followed the troubleshooting section on the wiki to no avail. The problem remains.
    My xorg.conf:
    # File generated by xorgconfig.
    # Copyright 2004 The X.Org Foundation
    # Permission is hereby granted, free of charge, to any person obtaining a
    # copy of this software and associated documentation files (the "Software"),
    # to deal in the Software without restriction, including without limitation
    # the rights to use, copy, modify, merge, publish, distribute, sublicense,
    # and/or sell copies of the Software, and to permit persons to whom the
    # Software is furnished to do so, subject to the following conditions:
    # The above copyright notice and this permission notice shall be included in
    # all copies or substantial portions of the Software.
    # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
    # The X.Org Foundation BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
    # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
    # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    # SOFTWARE.
    # Except as contained in this notice, the name of The X.Org Foundation shall
    # not be used in advertising or otherwise to promote the sale, use or other
    # dealings in this Software without prior written authorization from
    # The X.Org Foundation.
    # Refer to the xorg.conf(5) man page for details about the format of
    # this file.
    # Module section -- this section is used to specify
    # which dynamically loadable modules to load.
    Section "Module"
    # This loads the DBE extension module.
    Load "dbe" # Double buffer extension
    # This loads the miscellaneous extensions module, and disables
    # initialisation of the XFree86-DGA extension within that module.
    SubSection "extmod"
    Option "omit xfree86-dga" # don't initialise the DGA extension
    EndSubSection
    # This loads the font modules
    # Load "type1"
    Load "freetype"
    # Load "xtt"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    Load "dri"
    EndSection
    # Files section. This allows default font and rgb paths to be set
    Section "Files"
    # Multiple FontPath entries are allowed (which are concatenated together),
    # as well as specifying multiple comma-separated entries in one FontPath
    # command (or a combination of both methods)
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    # FontPath "/usr/share/fonts/TTF"
    # FontPath "/usr/share/fonts/Type1"
    # FontPath "/usr/lib/X11/fonts/local/"
    # FontPath "/usr/lib/X11/fonts/misc/"
    # FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    # FontPath "/usr/lib/X11/fonts/Type1/"
    # FontPath "/usr/lib/X11/fonts/TrueType/"
    # FontPath "/usr/lib/X11/fonts/freefont/"
    # FontPath "/usr/lib/X11/fonts/75dpi/"
    # FontPath "/usr/lib/X11/fonts/100dpi/"
    # The module search path. The default path is shown here.
    # ModulePath "/usr/lib/modules"
    EndSection
    # Server flags section.
    Section "ServerFlags"
    # Uncomment this to cause a core dump at the spot where a signal is
    # received. This may leave the console in an unusable state, but may
    # provide a better stack trace in the core dump to aid in debugging
    # Option "NoTrapSignals"
    # Uncomment this to disable the <Ctrl><Alt><Fn> VT switch sequence
    # (where n is 1 through 12). This allows clients to receive these key
    # events.
    # Option "DontVTSwitch"
    # Uncomment this to disable the <Ctrl><Alt><BS> server abort sequence
    # This allows clients to receive this key event.
    # Option "DontZap"
    # Uncomment this to disable the <Ctrl><Alt><KP_+>/<KP_-> mode switching
    # sequences. This allows clients to receive these key events.
    # Option "Dont Zoom"
    # Uncomment this to disable tuning with the xvidtune client. With
    # it the client can still run and fetch card and monitor attributes,
    # but it will not be allowed to change them. If it tries it will
    # receive a protocol error.
    # Option "DisableVidModeExtension"
    # Uncomment this to enable the use of a non-local xvidtune client.
    # Option "AllowNonLocalXvidtune"
    # Uncomment this to disable dynamically modifying the input device
    # (mouse and keyboard) settings.
    # Option "DisableModInDev"
    # Uncomment this to enable the use of a non-local client to
    # change the keyboard or mouse settings (currently only xset).
    # Option "AllowNonLocalModInDev"
    EndSection
    # Input devices
    # Core keyboard's InputDevice section
    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "AutoRepeat" "500 30"
    # Specify which keyboard LEDs can be user-controlled (eg, with xset(1))
    # Option "Xleds" "1 2 3"
    # Option "LeftAlt" "Meta"
    # Option "RightAlt" "ModeShift"
    # To customise the XKB settings to suit your keyboard, modify the
    # lines below (which are the defaults). For example, for a non-U.S.
    # keyboard, you will probably want to use:
    # Option "XkbModel" "pc105"
    # If you have a US Microsoft Natural keyboard, you can use:
    # Option "XkbModel" "microsoft"
    # Then to change the language, change the Layout setting.
    # For example, a german layout can be obtained with:
    # Option "XkbLayout" "de"
    # or:
    # Option "XkbLayout" "de"
    # Option "XkbVariant" "nodeadkeys"
    # If you'd like to switch the positions of your capslock and
    # control keys, use:
    # Option "XkbOptions" "ctrl:swapcaps"
    # These are the default XKB settings for Xorg
    # Option "XkbRules" "xorg"
    # Option "XkbModel" "pc105"
    # Option "XkbLayout" "us"
    # Option "XkbVariant" ""
    # Option "XkbOptions" ""
    # Option "XkbDisable"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "gb"
    EndSection
    # Core Pointer's InputDevice section
    Section "InputDevice"
    # Identifier and driver
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "Auto" # Auto detect
    Option "Device" "/dev/input/mice"
    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution" "256"
    # Baudrate and SampleRate are only for some Logitech mice. In
    # almost every case these lines should be omitted.
    # Option "BaudRate" "9600"
    # Option "SampleRate" "150"
    # Mouse wheel mapping. Default is to map vertical wheel to buttons 4 & 5,
    # horizontal wheel to buttons 6 & 7. Change if your mouse has more than
    # 3 buttons and you need to map the wheel to different button ids to avoid
    # conflicts.
    Option "ZAxisMapping" "4 5 6 7"
    # Emulate3Buttons is an option for 2-button mice
    # Emulate3Timeout is the timeout in milliseconds (default is 50ms)
    # Option "Emulate3Buttons"
    # Option "Emulate3Timeout" "50"
    # ChordMiddle is an option for some 3-button Logitech mice
    # Option "ChordMiddle"
    EndSection
    # Other input device sections
    # this is optional and is required only if you
    # are using extended input devices. This is for example only. Refer
    # to the xorg.conf man page for a description of the options.
    # Section "InputDevice"
    # Identifier "Mouse2"
    # Driver "mouse"
    # Option "Protocol" "MouseMan"
    # Option "Device" "/dev/mouse2"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball"
    # Driver "magellan"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "spaceball2"
    # Driver "spaceorb"
    # Option "Device" "/dev/cua0"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen0"
    # Driver "microtouch"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "1412"
    # Option "MaxX" "15184"
    # Option "MinY" "15372"
    # Option "MaxY" "1230"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Section "InputDevice"
    # Identifier "touchscreen1"
    # Driver "elo2300"
    # Option "Device" "/dev/ttyS0"
    # Option "MinX" "231"
    # Option "MaxX" "3868"
    # Option "MinY" "3858"
    # Option "MaxY" "272"
    # Option "ScreenNumber" "0"
    # Option "ReportingMode" "Scaled"
    # Option "ButtonThreshold" "17"
    # Option "ButtonNumber" "1"
    # Option "SendCoreEvents"
    # EndSection
    # Monitor section
    # Any number of monitor sections may be present
    Section "Monitor"
    Identifier "My Monitor"
    # HorizSync is in kHz unless units are specified.
    # HorizSync may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    HorizSync 30-82
    # HorizSync 30-64 # multisync
    # HorizSync 31.5, 35.2 # multiple fixed sync frequencies
    # HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
    # VertRefresh is in Hz unless units are specified.
    # VertRefresh may be a comma separated list of discrete values, or a
    # comma separated list of ranges of values.
    # NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR'S
    # USER MANUAL FOR THE CORRECT NUMBERS.
    VertRefresh 50-70
    EndSection
    # Graphics device section
    # Any number of graphics device sections may be present
    # Standard VGA Device:
    Section "Device"
    Identifier "Standard VGA"
    VendorName "Unknown"
    BoardName "Unknown"
    # The chipset line is optional in most cases. It can be used to override
    # the driver's chipset detection, and should not normally be specified.
    # Chipset "generic"
    # The Driver line must be present. When using run-time loadable driver
    # modules, this line instructs the server to load the specified driver
    # module. Even when not using loadable driver modules, this line
    # indicates which driver should interpret the information in this section.
    Driver "vga"
    # The BusID line is used to specify which of possibly multiple devices
    # this section is intended for. When this line isn't present, a device
    # section can only match up with the primary video device. For PCI
    # devices a line like the following could be used. This line should not
    # normally be included unless there is more than one video device
    # intalled.
    # BusID "PCI:0:10:0"
    # VideoRam 256
    # Clocks 25.2 28.3
    EndSection
    # Device configured by xorgconfig:
    Section "Device"
    Identifier "** ATI Radeon (generic) [radeon]"
    Driver "radeon"
    #VideoRam 262144
    # Insert Clocks lines here if appropriate
    Option "XAANoOffscreenPixmaps" "true"
    Option "DRI" "true"
    EndSection
    # Screen sections
    # Any number of screen sections may be present. Each describes
    # the configuration of a single screen. A single specific screen section
    # may be specified from the X server command line with the "-screen"
    # option.
    Section "Screen"
    Identifier "Screen 1"
    Device "** ATI Radeon (generic) [radeon]"
    Monitor "My Monitor"
    DefaultDepth 24
    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1680x1050" "1280x1024" "1024x768" "800x600"
    ViewPort 0 0
    EndSubsection
    EndSection
    # ServerLayout sections.
    # Any number of ServerLayout sections may be present. Each describes
    # the way multiple screens are organised. A specific ServerLayout
    # section may be specified from the X server command line with the
    # "-layout" option. In the absence of this, the first section is used.
    # When now ServerLayout section is present, the first Screen section
    # is used alone.
    Section "ServerLayout"
    # The Identifier line must be present
    Identifier "Simple Layout"
    Option "AIGLX" "true"
    # Each Screen line specifies a Screen section name, and optionally
    # the relative position of other screens. The four names after
    # primary screen name are the screens to the top, bottom, left and right
    # of the primary screen. In this example, screen 2 is located to the
    # right of screen 1.
    Screen "Screen 1"
    # Each InputDevice line specifies an InputDevice section name and
    # optionally some options to specify the way the device is to be
    # used. Those options include "CorePointer", "CoreKeyboard" and
    # "SendCoreEvents".
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    What am I doing wrong?
    /izo\

    EvilSide wrote:Edit:
    Just enable wanted effects from ccsm and enjoy
    I can't load CCSM, from either GNOME or KDE. When I attempt to do so, I get this:
    [izo@kether ~]$ ccsm
    (process:2832): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Xlib: extension "Generic Event Extension" missing on display ":0.0".
    Info: No sexy-python package found, don't worry it's optional.
    Traceback (most recent call last):
    File "/usr/bin/ccsm", line 100, in <module>
    import ccm
    File "/usr/lib/python2.6/site-packages/ccm/__init__.py", line 1, in <module>
    from ccm.Conflicts import *
    File "/usr/lib/python2.6/site-packages/ccm/Conflicts.py", line 27, in <module>
    from ccm.Constants import *
    File "/usr/lib/python2.6/site-packages/ccm/Constants.py", line 88, in <module>
    locale.setlocale(locale.LC_ALL, "")
    File "/usr/lib/python2.6/locale.py", line 494, in setlocale
    return _setlocale(category, locale)
    locale.Error: unsupported locale setting
    /izo\

  • Can't get NVIDIA/Intel Optimus (Dell XPS 15) to work, startx fails.

    I have an up to date Arch and am working from a clean install. I'm trying to run X using NVIDIA only, as outlined here: https://wiki.archlinux.org/index.php/NV … ing_nvidia . I don't want to use bumblebee unless this just can't work.
    The text that comes after a failed startx seems relevant, aswell as the dmesg. The only thing that seems off to me in the xorg log is:
    [ 184.863] (EE) Screen 1 deleted because of no matching config section.
    [ 184.863] (II) UnloadModule: "modesetting"
    and
    [ 189.571] (EE) NVIDIA(0): Failed to initiate mode change.
    [ 189.571] (EE) NVIDIA(0): Failed to complete mode change
    I've also add rcutree.rcu_idle_gp_delay=1 to /boot/syslinux/syslinux.cfg , if I don't do that the xorg log says that NVIDIA "fails to initialize".
    I've also executed "systemctl start acpid.service" so I don't get ACPI errors in the xorg log file.
    I don't think I have the intel drivers installed, don't think I need them, but I installed the xf86 modesetting driver.
    Anyway here are my relevant logs and config files:
    The last line that comes after a failed startx is:
    waiting for X server to shut down .(EE) Server terminated successfully (0). Closing log file. out foradjust shatters 0 3200need to create shared pixmap 1xinit: connection to X server lost
    My xorg.conf looks like this:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 337.19 (buildmeister@swio-display-x64-rhel04-03) Tue Apr 29 20:34:50 PDT 2014
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "nvidia"
    Inactive "intel"
    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 "nvidia"
    Driver "nvidia"
    BusID "PCI:2:0:0"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Device"
    Identifier "intel"
    Driver "modesetting"
    # BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "UseDisplayDevice" "none"
    # Option "AllowEmptyInitialConfiguration" "true"
    # Monitor "Monitor0"
    # DefaultDepth 24
    # SubSection "Display"
    # Depth 24
    # EndSubSection
    EndSection
    Section "Screen"
    Identifier "intel"
    Device "intel"
    EndSection
    And here is the xorg log and dmesg output:
    dmesg:
    [ 185.077229] vgaarb: this pci device is not a vga device
    [ 185.079025] nvidia 0000:02:00.0: irq 54 for MSI/MSI-X
    [ 185.099233] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099382] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099467] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099545] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099620] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099694] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099814] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 185.099890] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 188.096884] ACPI Error: Field [TMPB] at 282624 exceeds Buffer [ROM1] size 262144 (bits) (20131218/dsopcode-236)
    [ 188.096900] ACPI Error: Method parse/execution failed [\_SB_.PCI0.PEG0.PEGP._ROM] (Node ffff88041f07ded8), AE_AML_BUFFER_LIMIT (20131218/psparse-536)
    [ 188.111328] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131218/nsarguments-95)
    [ 189.778474] vgaarb: this pci device is not a vga device
    Xorg.0.log:
    [ 184.732]
    X.Org X Server 1.15.1
    Release Date: 2014-04-13
    [ 184.732] X Protocol Version 11, Revision 0
    [ 184.732] Build Operating System: Linux 3.14.0-4-ARCH x86_64
    [ 184.732] Current Operating System: Linux BASE 3.14.4-1-ARCH #1 SMP PREEMPT Tue May 13 16:41:39 CEST 2014 x86_64
    [ 184.732] Kernel command line: BOOT_IMAGE=../vmlinuz-linux root=/dev/sdb1 rw rcutree.rcu_idle_gp_delay=1 initrd=../initramfs-linux.img
    [ 184.732] Build Date: 14 April 2014 08:39:09AM
    [ 184.732]
    [ 184.733] Current version of pixman: 0.32.4
    [ 184.733] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 184.733] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 184.733] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 27 21:10:17 2014
    [ 184.735] (==) Using config file: "/etc/X11/xorg.conf"
    [ 184.735] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 184.737] (==) ServerLayout "Layout0"
    [ 184.737] (**) |-->Screen "nvidia" (0)
    [ 184.737] (**) | |-->Monitor "<default monitor>"
    [ 184.737] (**) | |-->Device "nvidia"
    [ 184.737] (==) No monitor specified for screen "nvidia".
    Using a default monitor configuration.
    [ 184.737] (**) |-->Inactive Device "intel"
    [ 184.737] (**) |-->Input Device "Keyboard0"
    [ 184.737] (**) |-->Input Device "Mouse0"
    [ 184.737] (==) Automatically adding devices
    [ 184.737] (==) Automatically enabling devices
    [ 184.737] (==) Automatically adding GPU devices
    [ 184.744] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 184.744] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 184.744] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 184.744] (WW) Disabling Keyboard0
    [ 184.744] (WW) Disabling Mouse0
    [ 184.744] (II) Loader magic: 0x804c80
    [ 184.744] (II) Module ABI versions:
    [ 184.744] X.Org ANSI C Emulation: 0.4
    [ 184.744] X.Org Video Driver: 15.0
    [ 184.744] X.Org XInput driver : 20.0
    [ 184.744] X.Org Server Extension : 8.0
    [ 184.744] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 184.744] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 184.747] (--) PCI:*(0:0:2:0) 8086:0416:1028:05fe rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 184.747] (--) PCI: (0:2:0:0) 10de:0fe4:1028:05fe rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 184.748] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 184.748] Initializing built-in extension Generic Event Extension
    [ 184.748] Initializing built-in extension SHAPE
    [ 184.748] Initializing built-in extension MIT-SHM
    [ 184.748] Initializing built-in extension XInputExtension
    [ 184.748] Initializing built-in extension XTEST
    [ 184.748] Initializing built-in extension BIG-REQUESTS
    [ 184.748] Initializing built-in extension SYNC
    [ 184.748] Initializing built-in extension XKEYBOARD
    [ 184.748] Initializing built-in extension XC-MISC
    [ 184.749] Initializing built-in extension SECURITY
    [ 184.749] Initializing built-in extension XINERAMA
    [ 184.749] Initializing built-in extension XFIXES
    [ 184.749] Initializing built-in extension RENDER
    [ 184.749] Initializing built-in extension RANDR
    [ 184.749] Initializing built-in extension COMPOSITE
    [ 184.749] Initializing built-in extension DAMAGE
    [ 184.749] Initializing built-in extension MIT-SCREEN-SAVER
    [ 184.749] Initializing built-in extension DOUBLE-BUFFER
    [ 184.749] Initializing built-in extension RECORD
    [ 184.749] Initializing built-in extension DPMS
    [ 184.749] Initializing built-in extension Present
    [ 184.749] Initializing built-in extension DRI3
    [ 184.749] Initializing built-in extension X-Resource
    [ 184.749] Initializing built-in extension XVideo
    [ 184.750] Initializing built-in extension XVideo-MotionCompensation
    [ 184.750] Initializing built-in extension XFree86-VidModeExtension
    [ 184.750] Initializing built-in extension XFree86-DGA
    [ 184.750] Initializing built-in extension XFree86-DRI
    [ 184.750] Initializing built-in extension DRI2
    [ 184.750] (II) LoadModule: "glx"
    [ 184.754] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 184.846] (II) Module glx: vendor="NVIDIA Corporation"
    [ 184.846] compiled for 4.0.2, module version = 1.0.0
    [ 184.846] Module class: X.Org Server Extension
    [ 184.846] (II) NVIDIA GLX Module 337.19 Tue Apr 29 19:48:33 PDT 2014
    [ 184.846] Loading extension GLX
    [ 184.846] (II) LoadModule: "nvidia"
    [ 184.847] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 184.854] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 184.854] compiled for 4.0.2, module version = 1.0.0
    [ 184.854] Module class: X.Org Video Driver
    [ 184.855] (II) LoadModule: "modesetting"
    [ 184.855] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 184.856] (II) Module modesetting: vendor="X.Org Foundation"
    [ 184.856] compiled for 1.15.0, module version = 0.8.1
    [ 184.856] Module class: X.Org Video Driver
    [ 184.856] ABI class: X.Org Video Driver, version 15.0
    [ 184.856] (II) NVIDIA dlloader X Driver 337.19 Tue Apr 29 19:22:36 PDT 2014
    [ 184.856] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 184.856] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 184.856] (++) using VT number 1
    [ 184.857] (II) Loading sub module "fb"
    [ 184.858] (II) LoadModule: "fb"
    [ 184.858] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 184.859] (II) Module fb: vendor="X.Org Foundation"
    [ 184.859] compiled for 1.15.1, module version = 1.0.0
    [ 184.859] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 184.859] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 184.859] (II) Loading sub module "wfb"
    [ 184.859] (II) LoadModule: "wfb"
    [ 184.859] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 184.861] (II) Module wfb: vendor="X.Org Foundation"
    [ 184.861] compiled for 1.15.1, module version = 1.0.0
    [ 184.861] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 184.861] (II) Loading sub module "ramdac"
    [ 184.861] (II) LoadModule: "ramdac"
    [ 184.861] (II) Module "ramdac" already built-in
    [ 184.863] (II) modesetting(1): using drv /dev/dri/card0
    [ 184.863] (II) modesetting(G0): using drv /dev/dri/card0
    [ 184.863] (EE) Screen 1 deleted because of no matching config section.
    [ 184.863] (II) UnloadModule: "modesetting"
    [ 184.863] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "nvidia" for depth/fbbpp 24/32
    [ 184.863] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 184.863] (==) NVIDIA(0): RGB weight 888
    [ 184.863] (==) NVIDIA(0): Default visual is TrueColor
    [ 184.863] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 184.863] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 184.863] (**) NVIDIA(0): Enabling 2D acceleration
    [ 184.864] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 184.864] (**) NVIDIA(0): mode
    [ 188.491] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 188.494] (II) NVIDIA(0): NVIDIA GPU GeForce GT 750M (GK107) at PCI:2:0:0 (GPU-0)
    [ 188.494] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 188.494] (--) NVIDIA(0): VideoBIOS: 80.07.b3.00.10
    [ 188.494] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 188.494] (--) NVIDIA(0): Valid display device(s) on GeForce GT 750M at PCI:2:0:0
    [ 188.494] (--) NVIDIA(0): none
    [ 188.494] (II) NVIDIA(0): Validated MetaModes:
    [ 188.494] (II) NVIDIA(0): "NULL"
    [ 188.494] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
    [ 188.494] (WW) NVIDIA(0): Unable to get display device for DPI computation.
    [ 188.494] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 188.495] (==) modesetting(G0): Depth 24, (==) framebuffer bpp 32
    [ 188.495] (==) modesetting(G0): RGB weight 888
    [ 188.495] (==) modesetting(G0): Default visual is TrueColor
    [ 188.495] (II) modesetting(G0): ShadowFB: preferred YES, enabled YES
    [ 188.495] (II) modesetting(G0): Output eDP-1-0 has no monitor section
    [ 188.520] (II) modesetting(G0): Output VGA-1-0 has no monitor section
    [ 188.520] (II) modesetting(G0): Output HDMI-1-0 has no monitor section
    [ 188.520] (II) modesetting(G0): Output DisplayPort-1-0 has no monitor section
    [ 188.521] (II) modesetting(G0): Output HDMI-1-1 has no monitor section
    [ 188.521] (II) modesetting(G0): EDID for output eDP-1-0
    [ 188.521] (II) modesetting(G0): Manufacturer: SHP Model: 13f8 Serial#: 0
    [ 188.521] (II) modesetting(G0): Year: 2013 Week: 34
    [ 188.521] (II) modesetting(G0): EDID Version: 1.4
    [ 188.521] (II) modesetting(G0): Digital Display Input
    [ 188.521] (II) modesetting(G0): 8 bits per channel
    [ 188.521] (II) modesetting(G0): Digital interface is DisplayPort
    [ 188.521] (II) modesetting(G0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 188.521] (II) modesetting(G0): Gamma: 2.20
    [ 188.521] (II) modesetting(G0): No DPMS capabilities specified
    [ 188.521] (II) modesetting(G0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 188.521] (II) modesetting(G0): Default color space is primary color space
    [ 188.521] (II) modesetting(G0): First detailed timing is preferred mode
    [ 188.521] (II) modesetting(G0): Preferred mode is native pixel format and refresh rate
    [ 188.521] (II) modesetting(G0): redX: 0.640 redY: 0.329 greenX: 0.300 greenY: 0.600
    [ 188.521] (II) modesetting(G0): blueX: 0.149 blueY: 0.060 whiteX: 0.312 whiteY: 0.328
    [ 188.521] (II) modesetting(G0): Manufacturer's mask: 0
    [ 188.521] (II) modesetting(G0): Supported detailed timing:
    [ 188.521] (II) modesetting(G0): clock: 373.2 MHz Image Size: 346 x 194 mm
    [ 188.522] (II) modesetting(G0): h_active: 3200 h_sync: 3248 h_sync_end 3280 h_blank_end 3360 h_border: 0
    [ 188.522] (II) modesetting(G0): v_active: 1800 v_sync: 1803 v_sync_end 1808 v_blanking: 1852 v_border: 0
    [ 188.522] (II) modesetting(G0): 6RGW0\80LQ156Z1
    [ 188.522] (II) modesetting(G0): Unknown vendor-specific block 0
    [ 188.522] (II) modesetting(G0): EDID (in hex):
    [ 188.522] (II) modesetting(G0): 00ffffffffffff004d10f81300000000
    [ 188.522] (II) modesetting(G0): 22170104a52313780ede50a3544c9926
    [ 188.522] (II) modesetting(G0): 0f505400000001010101010101010101
    [ 188.522] (II) modesetting(G0): 010101010101cd9180a0c00834703020
    [ 188.522] (II) modesetting(G0): 35005ac2100000180000001000000000
    [ 188.522] (II) modesetting(G0): 00000000000000000000000000fe0036
    [ 188.522] (II) modesetting(G0): 52475730804c513135365a3100000000
    [ 188.522] (II) modesetting(G0): 0002010328001200000b010a2020001b
    [ 188.522] (II) modesetting(G0): Printing probed modes for output eDP-1-0
    [ 188.522] (II) modesetting(G0): Modeline "3200x1800"x60.0 373.25 3200 3248 3280 3360 1800 1803 1808 1852 -hsync -vsync (111.1 kHz eP)
    [ 188.522] (II) modesetting(G0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
    [ 188.522] (II) modesetting(G0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
    [ 188.546] (II) modesetting(G0): EDID for output VGA-1-0
    [ 188.547] (II) modesetting(G0): EDID for output HDMI-1-0
    [ 188.547] (II) modesetting(G0): EDID for output DisplayPort-1-0
    [ 188.547] (II) modesetting(G0): EDID for output HDMI-1-1
    [ 188.547] (II) modesetting(G0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 188.548] (==) modesetting(G0): DPI set to (96, 96)
    [ 188.548] (II) Loading sub module "fb"
    [ 188.548] (II) LoadModule: "fb"
    [ 188.548] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 188.548] (II) Module fb: vendor="X.Org Foundation"
    [ 188.548] compiled for 1.15.1, module version = 1.0.0
    [ 188.548] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 188.548] (II) Loading sub module "shadow"
    [ 188.548] (II) LoadModule: "shadow"
    [ 188.548] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 188.549] (II) Module shadow: vendor="X.Org Foundation"
    [ 188.549] compiled for 1.15.1, module version = 1.1.0
    [ 188.549] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 188.549] (--) Depth 24 pixmap format is 32 bpp
    [ 188.551] (==) modesetting(G0): Backing store enabled
    [ 188.551] (==) modesetting(G0): Silken mouse enabled
    [ 188.551] (II) modesetting(G0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 188.551] (==) modesetting(G0): DPMS enabled
    [ 188.551] (WW) modesetting(G0): Option "UseDisplayDevice" is not used
    [ 189.560] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 189.560] (II) NVIDIA: access.
    [ 189.571] (II) NVIDIA(0): Setting mode "NULL"
    [ 189.571] (EE) NVIDIA(0): Failed to initiate mode change.
    [ 189.571] (EE) NVIDIA(0): Failed to complete mode change
    [ 189.604] (II) NVIDIA(0): Built-in logo is bigger than the screen.
    [ 189.604] Loading extension NV-GLX
    [ 189.617] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 189.617] (==) NVIDIA(0): Backing store enabled
    [ 189.617] (==) NVIDIA(0): Silken mouse enabled
    [ 189.617] (==) NVIDIA(0): DPMS enabled
    [ 189.618] Loading extension NV-CONTROL
    [ 189.619] (II) Loading sub module "dri2"
    [ 189.619] (II) LoadModule: "dri2"
    [ 189.619] (II) Module "dri2" already built-in
    [ 189.619] (II) NVIDIA(0): [DRI2] Setup complete
    [ 189.619] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 189.619] (--) RandR disabled
    [ 189.642] (II) Initializing extension GLX
    [ 189.644] (II) modesetting(G0): Damage tracking initialized
    [ 189.985] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 189.985] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 189.985] (II) LoadModule: "evdev"
    [ 189.986] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 189.989] (II) Module evdev: vendor="X.Org Foundation"
    [ 189.989] compiled for 1.15.1, module version = 2.9.0
    [ 189.989] Module class: X.Org XInput Driver
    [ 189.989] ABI class: X.Org XInput driver, version 20.0
    [ 189.989] (II) Using input driver 'evdev' for 'Power Button'
    [ 189.989] (**) Power Button: always reports core events
    [ 189.989] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 189.989] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 189.989] (--) evdev: Power Button: Found keys
    [ 189.989] (II) evdev: Power Button: Configuring as keyboard
    [ 189.989] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event3"
    [ 189.989] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 189.989] (**) Option "xkb_rules" "evdev"
    [ 189.989] (**) Option "xkb_model" "pc104"
    [ 189.989] (**) Option "xkb_layout" "us"
    [ 190.041] (II) config/udev: Adding input device Video Bus (/dev/input/event10)
    [ 190.041] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 190.041] (II) Using input driver 'evdev' for 'Video Bus'
    [ 190.041] (**) Video Bus: always reports core events
    [ 190.041] (**) evdev: Video Bus: Device: "/dev/input/event10"
    [ 190.041] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 190.041] (--) evdev: Video Bus: Found keys
    [ 190.041] (II) evdev: Video Bus: Configuring as keyboard
    [ 190.041] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input11/event10"
    [ 190.041] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 190.041] (**) Option "xkb_rules" "evdev"
    [ 190.041] (**) Option "xkb_model" "pc104"
    [ 190.041] (**) Option "xkb_layout" "us"
    [ 190.042] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 190.042] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 190.042] (II) Using input driver 'evdev' for 'Video Bus'
    [ 190.042] (**) Video Bus: always reports core events
    [ 190.042] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 190.043] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 190.043] (--) evdev: Video Bus: Found keys
    [ 190.043] (II) evdev: Video Bus: Configuring as keyboard
    [ 190.043] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:4e/LNXVIDEO:00/input/input10/event9"
    [ 190.043] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
    [ 190.043] (**) Option "xkb_rules" "evdev"
    [ 190.043] (**) Option "xkb_model" "pc104"
    [ 190.043] (**) Option "xkb_layout" "us"
    [ 190.044] (II) config/udev: Adding input device Power Button (/dev/input/event1)
    [ 190.044] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 190.044] (II) Using input driver 'evdev' for 'Power Button'
    [ 190.044] (**) Power Button: always reports core events
    [ 190.044] (**) evdev: Power Button: Device: "/dev/input/event1"
    [ 190.044] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 190.044] (--) evdev: Power Button: Found keys
    [ 190.044] (II) evdev: Power Button: Configuring as keyboard
    [ 190.044] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event1"
    [ 190.044] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 9)
    [ 190.044] (**) Option "xkb_rules" "evdev"
    [ 190.044] (**) Option "xkb_model" "pc104"
    [ 190.044] (**) Option "xkb_layout" "us"
    [ 190.045] (II) config/udev: Adding input device Lid Switch (/dev/input/event2)
    [ 190.046] (II) No input driver specified, ignoring this device.
    [ 190.046] (II) This device may have been added with another device file.
    [ 190.046] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 190.046] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 190.047] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=3 (/dev/input/event13)
    [ 190.047] (II) No input driver specified, ignoring this device.
    [ 190.047] (II) This device may have been added with another device file.
    [ 190.047] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=7 (/dev/input/event12)
    [ 190.047] (II) No input driver specified, ignoring this device.
    [ 190.047] (II) This device may have been added with another device file.
    [ 190.048] (II) config/udev: Adding input device HDA Intel HDMI HDMI/DP,pcm=8 (/dev/input/event11)
    [ 190.048] (II) No input driver specified, ignoring this device.
    [ 190.048] (II) This device may have been added with another device file.
    [ 190.048] (II) config/udev: Adding input device Integrated_Webcam_HD (/dev/input/event15)
    [ 190.048] (**) Integrated_Webcam_HD: Applying InputClass "evdev keyboard catchall"
    [ 190.048] (II) Using input driver 'evdev' for 'Integrated_Webcam_HD'
    [ 190.049] (**) Integrated_Webcam_HD: always reports core events
    [ 190.049] (**) evdev: Integrated_Webcam_HD: Device: "/dev/input/event15"
    [ 190.049] (--) evdev: Integrated_Webcam_HD: Vendor 0xbda Product 0x573c
    [ 190.049] (--) evdev: Integrated_Webcam_HD: Found keys
    [ 190.049] (II) evdev: Integrated_Webcam_HD: Configuring as keyboard
    [ 190.049] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-11/3-11:1.0/input/input17/event15"
    [ 190.049] (II) XINPUT: Adding extended input device "Integrated_Webcam_HD" (type: KEYBOARD, id 10)
    [ 190.049] (**) Option "xkb_rules" "evdev"
    [ 190.049] (**) Option "xkb_model" "pc104"
    [ 190.049] (**) Option "xkb_layout" "us"
    [ 190.050] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101b (/dev/input/event16)
    [ 190.050] (**) Logitech Unifying Device. Wireless PID:101b: Applying InputClass "evdev pointer catchall"
    [ 190.050] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:101b'
    [ 190.050] (**) Logitech Unifying Device. Wireless PID:101b: always reports core events
    [ 190.050] (**) evdev: Logitech Unifying Device. Wireless PID:101b: Device: "/dev/input/event16"
    [ 190.050] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Vendor 0x46d Product 0xc52b
    [ 190.051] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found 20 mouse buttons
    [ 190.051] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found scroll wheel(s)
    [ 190.051] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found relative axes
    [ 190.051] (--) evdev: Logitech Unifying Device. Wireless PID:101b: Found x and y relative axes
    [ 190.051] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Configuring as mouse
    [ 190.051] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Adding scrollwheel support
    [ 190.051] (**) evdev: Logitech Unifying Device. Wireless PID:101b: YAxisMapping: buttons 4 and 5
    [ 190.051] (**) evdev: Logitech Unifying Device. Wireless PID:101b: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 190.051] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0005/input/input18/event16"
    [ 190.051] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:101b" (type: MOUSE, id 11)
    [ 190.051] (II) evdev: Logitech Unifying Device. Wireless PID:101b: initialized for relative axes.
    [ 190.051] (**) Logitech Unifying Device. Wireless PID:101b: (accel) keeping acceleration scheme 1
    [ 190.052] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration profile 0
    [ 190.052] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration factor: 2.000
    [ 190.052] (**) Logitech Unifying Device. Wireless PID:101b: (accel) acceleration threshold: 4
    [ 190.052] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:101b (/dev/input/mouse2)
    [ 190.052] (II) No input driver specified, ignoring this device.
    [ 190.052] (II) This device may have been added with another device file.
    [ 190.053] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:2008 (/dev/input/event17)
    [ 190.053] (**) Logitech Unifying Device. Wireless PID:2008: Applying InputClass "evdev keyboard catchall"
    [ 190.053] (II) Using input driver 'evdev' for 'Logitech Unifying Device. Wireless PID:2008'
    [ 190.053] (**) Logitech Unifying Device. Wireless PID:2008: always reports core events
    [ 190.054] (**) evdev: Logitech Unifying Device. Wireless PID:2008: Device: "/dev/input/event17"
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Vendor 0x46d Product 0xc52b
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Found 1 mouse buttons
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Found scroll wheel(s)
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Found relative axes
    [ 190.054] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Forcing relative x/y axes to exist.
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Found absolute axes
    [ 190.054] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Forcing absolute x/y axes to exist.
    [ 190.054] (--) evdev: Logitech Unifying Device. Wireless PID:2008: Found keys
    [ 190.054] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Configuring as mouse
    [ 190.054] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Configuring as keyboard
    [ 190.054] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Adding scrollwheel support
    [ 190.054] (**) evdev: Logitech Unifying Device. Wireless PID:2008: YAxisMapping: buttons 4 and 5
    [ 190.054] (**) evdev: Logitech Unifying Device. Wireless PID:2008: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 190.054] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0006/input/input19/event17"
    [ 190.054] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:2008" (type: KEYBOARD, id 12)
    [ 190.054] (**) Option "xkb_rules" "evdev"
    [ 190.054] (**) Option "xkb_model" "pc104"
    [ 190.054] (**) Option "xkb_layout" "us"
    [ 190.055] (II) evdev: Logitech Unifying Device. Wireless PID:2008: initialized for relative axes.
    [ 190.055] (WW) evdev: Logitech Unifying Device. Wireless PID:2008: ignoring absolute axes.
    [ 190.055] (**) Logitech Unifying Device. Wireless PID:2008: (accel) keeping acceleration scheme 1
    [ 190.055] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration profile 0
    [ 190.055] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration factor: 2.000
    [ 190.055] (**) Logitech Unifying Device. Wireless PID:2008: (accel) acceleration threshold: 4
    [ 190.056] (II) config/udev: Adding input device SYNAPTICS Synaptics Large Touch Screen (/dev/input/event14)
    [ 190.056] (**) SYNAPTICS Synaptics Large Touch Screen: Applying InputClass "evdev touchscreen catchall"
    [ 190.056] (II) Using input driver 'evdev' for 'SYNAPTICS Synaptics Large Touch Screen'
    [ 190.056] (**) SYNAPTICS Synaptics Large Touch Screen: always reports core events
    [ 190.056] (**) evdev: SYNAPTICS Synaptics Large Touch Screen: Device: "/dev/input/event14"
    [ 190.056] (--) evdev: SYNAPTICS Synaptics Large Touch Screen: Vendor 0x6cb Product 0xac3
    [ 190.056] (--) evdev: SYNAPTICS Synaptics Large Touch Screen: Found absolute axes
    [ 190.056] (--) evdev: SYNAPTICS Synaptics Large Touch Screen: Found absolute multitouch axes
    [ 190.057] (II) evdev: SYNAPTICS Synaptics Large Touch Screen: No buttons found, faking one.
    [ 190.057] (--) evdev: SYNAPTICS Synaptics Large Touch Screen: Found x and y absolute axes
    [ 190.057] (--) evdev: SYNAPTICS Synaptics Large Touch Screen: Found absolute touchscreen
    [ 190.057] (II) evdev: SYNAPTICS Synaptics Large Touch Screen: Configuring as touchscreen
    [ 190.057] (**) evdev: SYNAPTICS Synaptics Large Touch Screen: YAxisMapping: buttons 4 and 5
    [ 190.057] (**) evdev: SYNAPTICS Synaptics Large Touch Screen: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 190.057] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:06CB:0AC3.0004/input/input15/event14"
    [ 190.057] (II) XINPUT: Adding extended input device "SYNAPTICS Synaptics Large Touch Screen" (type: TOUCHSCREEN, id 13)
    [ 190.057] (II) evdev: SYNAPTICS Synaptics Large Touch Screen: initialized for absolute axes.
    [ 190.057] (**) SYNAPTICS Synaptics Large Touch Screen: (accel) keeping acceleration scheme 1
    [ 190.057] (**) SYNAPTICS Synaptics Large Touch Screen: (accel) acceleration profile 0
    [ 190.057] (**) SYNAPTICS Synaptics Large Touch Screen: (accel) acceleration factor: 2.000
    [ 190.057] (**) SYNAPTICS Synaptics Large Touch Screen: (accel) acceleration threshold: 4
    [ 190.058] (II) config/udev: Adding input device SYNAPTICS Synaptics Large Touch Screen (/dev/input/mouse1)
    [ 190.058] (II) No input driver specified, ignoring this device.
    [ 190.058] (II) This device may have been added with another device file.
    [ 190.059] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event5)
    [ 190.059] (II) No input driver specified, ignoring this device.
    [ 190.059] (II) This device may have been added with another device file.
    [ 190.059] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event6)
    [ 190.059] (II) No input driver specified, ignoring this device.
    [ 190.059] (II) This device may have been added with another device file.
    [ 190.060] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 190.060] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 190.060] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 190.060] (**) AT Translated Set 2 keyboard: always reports core events
    [ 190.060] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 190.060] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 190.060] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 190.060] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 190.060] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 190.060] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
    [ 190.060] (**) Option "xkb_rules" "evdev"
    [ 190.060] (**) Option "xkb_model" "pc104"
    [ 190.061] (**) Option "xkb_layout" "us"
    [ 190.062] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    [ 190.062] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 190.062] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 190.062] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 190.062] (II) LoadModule: "synaptics"
    [ 190.062] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 190.063] (II) Module synaptics: vendor="X.Org Foundation"
    [ 190.063] compiled for 1.15.1, module version = 1.8.0
    [ 190.063] Module class: X.Org XInput Driver
    [ 190.063] ABI class: X.Org XInput driver, version 20.0
    [ 190.063] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 190.063] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 190.063] (**) Option "Device" "/dev/input/event8"
    [ 190.123] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5660 (res 42)
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4646 (res 44)
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 190.123] (**) Option "TapButton1" "1"
    [ 190.123] (**) Option "TapButton2" "2"
    [ 190.123] (**) Option "TapButton3" "3"
    [ 190.123] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 190.123] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 190.123] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 190.150] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input6/event8"
    [ 190.150] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 15)
    [ 190.150] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 190.150] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 190.150] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.038
    [ 190.150] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 190.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 190.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 190.150] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 190.150] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 190.151] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 190.151] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 190.151] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 190.151] (II) No input driver specified, ignoring this device.
    [ 190.151] (II) This device may have been added with another device file.
    [ 190.152] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event7)
    [ 190.152] (**) Dell WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 190.152] (II) Using input driver 'evdev' for 'Dell WMI hotkeys'
    [ 190.152] (**) Dell WMI hotkeys: always reports core events
    [ 190.152] (**) evdev: Dell WMI hotkeys: Device: "/dev/input/event7"
    [ 190.152] (--) evdev: Dell WMI hotkeys: Vendor 0 Product 0
    [ 190.152] (--) evdev: Dell WMI hotkeys: Found keys
    [ 190.152] (II) evdev: Dell WMI hotkeys: Configuring as keyboard
    [ 190.152] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event7"
    [ 190.152] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 16)
    [ 190.152] (**) Option "xkb_rules" "evdev"
    [ 190.152] (**) Option "xkb_model" "pc104"
    [ 190.152] (**) Option "xkb_layout" "us"
    [ 190.272] (II) modesetting(G0): EDID vendor "SHP", prod id 5112
    [ 190.272] (II) modesetting(G0): Printing DDC gathered Modelines:
    [ 190.272] (II) modesetting(G0): Modeline "3200x1800"x0.0 373.25 3200 3248 3280 3360 1800 1803 1808 1852 -hsync -vsync (111.1 kHz eP)
    [ 190.297] reporting 3 5 25 194
    [ 190.349] have a master to look out for
    [ 190.349] adjust shatters 0 3200
    [ 190.362] need to create shared pixmap 1(II) evdev: Dell WMI hotkeys: Close
    [ 191.968] (II) UnloadModule: "evdev"
    [ 191.968] (II) UnloadModule: "synaptics"
    [ 191.968] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 191.968] (II) UnloadModule: "evdev"
    [ 191.968] (II) evdev: SYNAPTICS Synaptics Large Touch Screen: Close
    [ 191.968] (II) UnloadModule: "evdev"
    [ 191.968] (II) evdev: Logitech Unifying Device. Wireless PID:2008: Close
    [ 191.968] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Logitech Unifying Device. Wireless PID:101b: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Integrated_Webcam_HD: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Power Button: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Video Bus: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Video Bus: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 191.969] (II) evdev: Power Button: Close
    [ 191.969] (II) UnloadModule: "evdev"
    [ 192.058] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 192.486] (EE) Server terminated successfully (0). Closing log file.
    --Edit--
    Forget to mention that I also have this in my .xinitrc file:
    xrandr --setprovideroutputsource modesetting NVIDIA-0
    xrandr --auto
    Last edited by gautamadude (2014-05-27 22:01:39)

    I cant get my T530 to boot on the discrete graphics card either (Nvidia) unless I add (EDIT: to the kernel boot line in grub.cfg):
    noapic
    Note that I did NOT write noacpi, but noapic. See this thread:
    https://bbs.archlinux.org/viewtopic.php?id=175672
    **EDIT2** Actually, you might try noacpi and noapic, and then both at the same time considering your mention of acpi in your OP.
    Last edited by GSF1200S (2014-05-29 17:08:07)

  • [SOLVED] Getting freezes after using dwm for some time and exiting it

    Hello, I have an Asus Ux51, with a fresh (less than a month) arch installation. If I recall correctly I had a couple of freezes in other occasions but I don't remember much about those so I rather focus on the only freeze I can more or less reproduce and I've been having lately. After using dwm for some time with a couple of programs opened (rTorrent, browser, and some terminals for instance), if I close dwm or just press the power button to shut down, it starts closing everything and either stays with a black screen, or hangs while X prints the log information. It's not always though, for example, if I just boot it, open dwm and close it without giving it much use it usually closes fine.
    Tried googling a bit to see the usual ways to troubleshoot this but didn't get really far.
    This is my /var/log/Xorg.0.log
    [ 7.573]
    X.Org X Server 1.14.2
    Release Date: 2013-06-25
    [ 7.573] X Protocol Version 11, Revision 0
    [ 7.573] Build Operating System: Linux 3.9.7-1-ARCH x86_64
    [ 7.574] Current Operating System: Linux arch 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64
    [ 7.574] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=74e92d67-41b6-4911-8ceb-009ae8c9cdab ro quiet add_efi_memmap i915.i915_enable_rc6=1 pcie_aspm=force drm.vblankoffdelay=1 i915.semaphores=1 "acpi_osi=!Windows 2012"
    [ 7.574] Build Date: 01 July 2013 10:48:42AM
    [ 7.574]
    [ 7.574] Current version of pixman: 0.30.0
    [ 7.574] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 7.574] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 7.574] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 10 19:08:34 2013
    [ 7.574] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 7.575] (==) No Layout section. Using the first Screen section.
    [ 7.575] (==) No screen section available. Using defaults.
    [ 7.575] (**) |-->Screen "Default Screen Section" (0)
    [ 7.575] (**) | |-->Monitor "<default monitor>"
    [ 7.575] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 7.575] (==) Automatically adding devices
    [ 7.575] (==) Automatically enabling devices
    [ 7.575] (==) Automatically adding GPU devices
    [ 7.578] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 7.578] Entry deleted from font path.
    [ 7.578] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 7.578] Entry deleted from font path.
    [ 7.578] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 7.578] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 7.578] Entry deleted from font path.
    [ 7.578] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 7.578] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/
    [ 7.578] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 7.578] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 7.578] (II) Loader magic: 0x7fdc20
    [ 7.578] (II) Module ABI versions:
    [ 7.578] X.Org ANSI C Emulation: 0.4
    [ 7.578] X.Org Video Driver: 14.1
    [ 7.578] X.Org XInput driver : 19.1
    [ 7.578] X.Org Server Extension : 7.0
    [ 7.578] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 7.579] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 7.580] (--) PCI:*(0:0:2:0) 8086:0166:1043:15a7 rev 9, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
    [ 7.580] (--) PCI: (0:1:0:0) 10de:0fd1:1043:15a7 rev 161, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/524288
    [ 7.580] Initializing built-in extension Generic Event Extension
    [ 7.580] Initializing built-in extension SHAPE
    [ 7.580] Initializing built-in extension MIT-SHM
    [ 7.580] Initializing built-in extension XInputExtension
    [ 7.580] Initializing built-in extension XTEST
    [ 7.580] Initializing built-in extension BIG-REQUESTS
    [ 7.580] Initializing built-in extension SYNC
    [ 7.580] Initializing built-in extension XKEYBOARD
    [ 7.580] Initializing built-in extension XC-MISC
    [ 7.580] Initializing built-in extension SECURITY
    [ 7.580] Initializing built-in extension XINERAMA
    [ 7.580] Initializing built-in extension XFIXES
    [ 7.580] Initializing built-in extension RENDER
    [ 7.581] Initializing built-in extension RANDR
    [ 7.581] Initializing built-in extension COMPOSITE
    [ 7.581] Initializing built-in extension DAMAGE
    [ 7.581] Initializing built-in extension MIT-SCREEN-SAVER
    [ 7.581] Initializing built-in extension DOUBLE-BUFFER
    [ 7.581] Initializing built-in extension RECORD
    [ 7.581] Initializing built-in extension DPMS
    [ 7.581] Initializing built-in extension X-Resource
    [ 7.581] Initializing built-in extension XVideo
    [ 7.581] Initializing built-in extension XVideo-MotionCompensation
    [ 7.582] Initializing built-in extension XFree86-VidModeExtension
    [ 7.583] Initializing built-in extension XFree86-DGA
    [ 7.583] Initializing built-in extension XFree86-DRI
    [ 7.584] Initializing built-in extension DRI2
    [ 7.584] (II) LoadModule: "glx"
    [ 7.585] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 7.586] (II) Module glx: vendor="X.Org Foundation"
    [ 7.586] compiled for 1.14.2, module version = 1.0.0
    [ 7.586] ABI class: X.Org Server Extension, version 7.0
    [ 7.586] (==) AIGLX enabled
    [ 7.587] Loading extension GLX
    [ 7.587] (==) Matched intel as autoconfigured driver 0
    [ 7.587] (==) Matched nouveau as autoconfigured driver 1
    [ 7.587] (==) Matched nvidia as autoconfigured driver 2
    [ 7.587] (==) Matched nv as autoconfigured driver 3
    [ 7.587] (==) Matched intel as autoconfigured driver 4
    [ 7.587] (==) Matched vesa as autoconfigured driver 5
    [ 7.587] (==) Matched modesetting as autoconfigured driver 6
    [ 7.587] (==) Matched fbdev as autoconfigured driver 7
    [ 7.587] (==) Assigned the driver to the xf86ConfigLayout
    [ 7.587] (II) LoadModule: "intel"
    [ 7.588] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 7.592] (II) Module intel: vendor="X.Org Foundation"
    [ 7.592] compiled for 1.14.2, module version = 2.21.12
    [ 7.592] Module class: X.Org Video Driver
    [ 7.592] ABI class: X.Org Video Driver, version 14.1
    [ 7.592] (II) LoadModule: "nouveau"
    [ 7.592] (WW) Warning, couldn't open module nouveau
    [ 7.592] (II) UnloadModule: "nouveau"
    [ 7.592] (II) Unloading nouveau
    [ 7.592] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 7.592] (II) LoadModule: "nvidia"
    [ 7.592] (WW) Warning, couldn't open module nvidia
    [ 7.592] (II) UnloadModule: "nvidia"
    [ 7.592] (II) Unloading nvidia
    [ 7.592] (EE) Failed to load module "nvidia" (module does not exist, 0)
    [ 7.592] (II) LoadModule: "nv"
    [ 7.592] (WW) Warning, couldn't open module nv
    [ 7.592] (II) UnloadModule: "nv"
    [ 7.592] (II) Unloading nv
    [ 7.592] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 7.592] (II) LoadModule: "vesa"
    [ 7.593] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 7.593] (II) Module vesa: vendor="X.Org Foundation"
    [ 7.593] compiled for 1.14.0, module version = 2.3.2
    [ 7.593] Module class: X.Org Video Driver
    [ 7.593] ABI class: X.Org Video Driver, version 14.1
    [ 7.593] (II) LoadModule: "modesetting"
    [ 7.593] (WW) Warning, couldn't open module modesetting
    [ 7.593] (II) UnloadModule: "modesetting"
    [ 7.593] (II) Unloading modesetting
    [ 7.593] (EE) Failed to load module "modesetting" (module does not exist, 0)
    [ 7.593] (II) LoadModule: "fbdev"
    [ 7.593] (WW) Warning, couldn't open module fbdev
    [ 7.593] (II) UnloadModule: "fbdev"
    [ 7.593] (II) Unloading fbdev
    [ 7.593] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 7.593] (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 Desktop (GT1), Sandybridge Desktop (GT2),
    Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
    Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
    Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
    Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
    Ivybridge Server (GT2), HD Graphics, HD Graphics 4600,
    Haswell Desktop (GT3), HD Graphics, HD Graphics 4600,
    Haswell Mobile (GT3), HD Graphics, HD Graphics P4600/P4700,
    Haswell Server (GT3), Haswell (GT1), Haswell (GT2), Haswell (GT3),
    HD Graphics, Haswell (GT2), Haswell (GT3), Haswell SDV Desktop (GT1),
    Haswell SDV Desktop (GT2), Haswell SDV Desktop (GT3),
    Haswell SDV Mobile (GT1), Haswell SDV Mobile (GT2),
    Haswell SDV Mobile (GT3), Haswell SDV Server (GT1),
    Haswell SDV Server (GT2), Haswell SDV Server (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell SDV (GT1), Haswell SDV (GT2), Haswell SDV (GT3),
    Haswell ULT Desktop (GT1), Haswell ULT Desktop (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4400,
    HD Graphics 5000, Haswell ULT Server (GT1), Haswell ULT Server (GT2),
    Iris(TM) Graphics 5100, Haswell ULT (GT1), Haswell ULT (GT2),
    Iris(TM) Graphics 5100, HD Graphics, HD Graphics 4200,
    Iris(TM) Graphics 5100, Haswell CRW Desktop (GT1), HD Graphics 4600,
    Iris(TM) Pro Graphics 5200, Haswell CRW Mobile (GT1),
    HD Graphics 4600, Iris(TM) Pro Graphics 5200,
    Haswell CRW Server (GT1), Haswell CRW Server (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, Haswell CRW (GT1), Haswell CRW (GT2),
    Iris(TM) Pro Graphics 5200, ValleyView PO board
    [ 7.594] (II) VESA: driver for VESA chipsets: vesa
    [ 7.594] (++) using VT number 1
    [ 7.594] (WW) Falling back to old probe method for vesa
    [ 7.594] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 7.594] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 7.594] (==) intel(0): RGB weight 888
    [ 7.594] (==) intel(0): Default visual is TrueColor
    [ 7.594] (--) intel(0): Integrated Graphics Chipset: Intel(R) Ivybridge Mobile (GT2)
    [ 7.594] (**) intel(0): Relaxed fencing enabled
    [ 7.594] (**) intel(0): Wait on SwapBuffers? enabled
    [ 7.594] (**) intel(0): Triple buffering? enabled
    [ 7.594] (**) intel(0): Framebuffer tiled
    [ 7.594] (**) intel(0): Pixmaps tiled
    [ 7.594] (**) intel(0): 3D buffers tiled
    [ 7.594] (**) intel(0): SwapBuffers wait enabled
    [ 7.594] (==) intel(0): video overlay key set to 0x101fe
    [ 7.594] (II) intel(0): Output eDP1 has no monitor section
    [ 7.595] (--) intel(0): found backlight control interface /sys/class/backlight/acpi_video1
    [ 7.596] (II) intel(0): Output VGA1 has no monitor section
    [ 7.596] (II) intel(0): EDID for output eDP1
    [ 7.596] (II) intel(0): Manufacturer: LGD Model: 323 Serial#: 0
    [ 7.596] (II) intel(0): Year: 2012 Week: 0
    [ 7.596] (II) intel(0): EDID Version: 1.4
    [ 7.596] (II) intel(0): Digital Display Input
    [ 7.596] (II) intel(0): 6 bits per channel
    [ 7.596] (II) intel(0): Digital interface is DisplayPort
    [ 7.596] (II) intel(0): Max Image Size [cm]: horiz.: 35 vert.: 19
    [ 7.596] (II) intel(0): Gamma: 2.20
    [ 7.596] (II) intel(0): No DPMS capabilities specified
    [ 7.596] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 7.596] (II) intel(0): First detailed timing is preferred mode
    [ 7.596] (II) intel(0): Preferred mode is native pixel format and refresh rate
    [ 7.596] (II) intel(0): redX: 0.629 redY: 0.350 greenX: 0.349 greenY: 0.614
    [ 7.596] (II) intel(0): blueX: 0.154 blueY: 0.112 whiteX: 0.313 whiteY: 0.329
    [ 7.596] (II) intel(0): Manufacturer's mask: 0
    [ 7.596] (II) intel(0): Supported detailed timing:
    [ 7.596] (II) intel(0): clock: 138.0 MHz Image Size: 345 x 194 mm
    [ 7.596] (II) intel(0): h_active: 1920 h_sync: 1952 h_sync_end 1988 h_blank_end 2088 h_border: 0
    [ 7.596] (II) intel(0): v_active: 1080 v_sync: 1085 v_sync_end 1090 v_blanking: 1102 v_border: 0
    [ 7.596] (II) intel(0): LG Display
    [ 7.596] (II) intel(0): LP156WF4-SPB1
    [ 7.596] (II) intel(0): EDID (in hex):
    [ 7.596] (II) intel(0): 00ffffffffffff0030e4230300000000
    [ 7.596] (II) intel(0): 00160104952313780a25b5a159599d27
    [ 7.596] (II) intel(0): 1c505400000001010101010101010101
    [ 7.596] (II) intel(0): 010101010101e83580a8703816402024
    [ 7.596] (II) intel(0): 550059c2100000180000000000000000
    [ 7.596] (II) intel(0): 00000000000000000000000000fe004c
    [ 7.596] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 7.596] (II) intel(0): 004c503135365746342d535042310069
    [ 7.596] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 7.597] (II) intel(0): Printing probed modes for output eDP1
    [ 7.597] (II) intel(0): Modeline "1920x1080"x60.0 138.00 1920 1952 1988 2088 1080 1085 1090 1102 -hsync -vsync (66.1 kHz eP)
    [ 7.597] (II) intel(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
    [ 7.597] (II) intel(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
    [ 7.597] (II) intel(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
    [ 7.597] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
    [ 7.597] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
    [ 7.597] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
    [ 7.597] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
    [ 7.598] (II) intel(0): EDID for output VGA1
    [ 7.598] (II) intel(0): Output eDP1 connected
    [ 7.598] (II) intel(0): Output VGA1 disconnected
    [ 7.598] (II) intel(0): Using exact sizes for initial modes
    [ 7.598] (II) intel(0): Output eDP1 using initial mode 1920x1080
    [ 7.598] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 7.598] (II) intel(0): Kernel page flipping support detected, enabling
    [ 7.598] (==) intel(0): DPI set to (96, 96)
    [ 7.598] (II) Loading sub module "fb"
    [ 7.598] (II) LoadModule: "fb"
    [ 7.598] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 7.599] (II) Module fb: vendor="X.Org Foundation"
    [ 7.599] compiled for 1.14.2, module version = 1.0.0
    [ 7.599] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 7.599] (II) Loading sub module "dri2"
    [ 7.599] (II) LoadModule: "dri2"
    [ 7.599] (II) Module "dri2" already built-in
    [ 7.599] (II) UnloadModule: "vesa"
    [ 7.599] (II) Unloading vesa
    [ 7.599] (==) Depth 24 pixmap format is 32 bpp
    [ 7.599] (II) intel(0): [DRI2] Setup complete
    [ 7.599] (II) intel(0): [DRI2] DRI driver: i965
    [ 7.599] (II) intel(0): Allocated new frame buffer 1920x1080 stride 7680, tiled
    [ 7.599] (II) UXA(0): Driver registered support for the following operations:
    [ 7.599] (II) solid
    [ 7.599] (II) copy
    [ 7.599] (II) composite (RENDER acceleration)
    [ 7.599] (II) put_image
    [ 7.599] (II) get_image
    [ 7.599] (==) intel(0): Backing store disabled
    [ 7.599] (==) intel(0): Silken mouse enabled
    [ 7.600] (II) intel(0): Initializing HW Cursor
    [ 7.600] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 7.600] (==) intel(0): DPMS enabled
    [ 7.600] (==) intel(0): Intel XvMC decoder enabled
    [ 7.600] (II) intel(0): Set up textured video
    [ 7.600] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 7.600] (II) intel(0): direct rendering: DRI2 Enabled
    [ 7.600] (==) intel(0): hotplug detection: "enabled"
    [ 7.613] (--) RandR disabled
    [ 7.634] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 7.634] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 7.634] (II) AIGLX: enabled GLX_ARB_create_context
    [ 7.634] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 7.634] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 7.634] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 7.634] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 7.634] (II) AIGLX: Loaded and initialized i965
    [ 7.634] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 7.634] (II) intel(0): Setting screen physical size to 508 x 285
    [ 7.669] (II) config/udev: Adding input device Video Bus (/dev/input/event9)
    [ 7.669] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 7.669] (II) LoadModule: "evdev"
    [ 7.669] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 7.670] (II) Module evdev: vendor="X.Org Foundation"
    [ 7.670] compiled for 1.14.2, module version = 2.8.1
    [ 7.670] Module class: X.Org XInput Driver
    [ 7.670] ABI class: X.Org XInput driver, version 19.1
    [ 7.670] (II) Using input driver 'evdev' for 'Video Bus'
    [ 7.670] (**) Video Bus: always reports core events
    [ 7.670] (**) evdev: Video Bus: Device: "/dev/input/event9"
    [ 7.670] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 7.670] (--) evdev: Video Bus: Found keys
    [ 7.670] (II) evdev: Video Bus: Configuring as keyboard
    [ 7.670] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input10/event9"
    [ 7.670] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 6)
    [ 7.670] (**) Option "xkb_rules" "evdev"
    [ 7.670] (**) Option "xkb_model" "pc104"
    [ 7.670] (**) Option "xkb_layout" "us"
    [ 7.684] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    [ 7.684] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 7.684] (II) Using input driver 'evdev' for 'Video Bus'
    [ 7.684] (**) Video Bus: always reports core events
    [ 7.684] (**) evdev: Video Bus: Device: "/dev/input/event8"
    [ 7.684] (--) evdev: Video Bus: Vendor 0 Product 0x6
    [ 7.684] (--) evdev: Video Bus: Found keys
    [ 7.684] (II) evdev: Video Bus: Configuring as keyboard
    [ 7.684] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:03/LNXVIDEO:00/input/input9/event8"
    [ 7.684] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 7.684] (**) Option "xkb_rules" "evdev"
    [ 7.684] (**) Option "xkb_model" "pc104"
    [ 7.684] (**) Option "xkb_layout" "us"
    [ 7.684] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 7.685] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 7.685] (II) Using input driver 'evdev' for 'Power Button'
    [ 7.685] (**) Power Button: always reports core events
    [ 7.685] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 7.685] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 7.685] (--) evdev: Power Button: Found keys
    [ 7.685] (II) evdev: Power Button: Configuring as keyboard
    [ 7.685] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 7.685] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
    [ 7.685] (**) Option "xkb_rules" "evdev"
    [ 7.685] (**) Option "xkb_model" "pc104"
    [ 7.685] (**) Option "xkb_layout" "us"
    [ 7.685] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 7.685] (II) No input driver specified, ignoring this device.
    [ 7.685] (II) This device may have been added with another device file.
    [ 7.685] (II) config/udev: Adding input device Sleep Button (/dev/input/event3)
    [ 7.685] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 7.685] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 7.685] (**) Sleep Button: always reports core events
    [ 7.685] (**) evdev: Sleep Button: Device: "/dev/input/event3"
    [ 7.685] (--) evdev: Sleep Button: Vendor 0 Product 0x3
    [ 7.685] (--) evdev: Sleep Button: Found keys
    [ 7.685] (II) evdev: Sleep Button: Configuring as keyboard
    [ 7.685] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3/event3"
    [ 7.685] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
    [ 7.685] (**) Option "xkb_rules" "evdev"
    [ 7.685] (**) Option "xkb_model" "pc104"
    [ 7.685] (**) Option "xkb_layout" "us"
    [ 7.685] (II) config/udev: Adding drm device (/dev/dri/card1)
    [ 7.685] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 7.686] (II) config/udev: Adding input device USB2.0 HD UVC WebCam (/dev/input/event6)
    [ 7.686] (**) USB2.0 HD UVC WebCam: Applying InputClass "evdev keyboard catchall"
    [ 7.686] (II) Using input driver 'evdev' for 'USB2.0 HD UVC WebCam'
    [ 7.686] (**) USB2.0 HD UVC WebCam: always reports core events
    [ 7.686] (**) evdev: USB2.0 HD UVC WebCam: Device: "/dev/input/event6"
    [ 7.686] (--) evdev: USB2.0 HD UVC WebCam: Vendor 0x4f2 Product 0xb36e
    [ 7.686] (--) evdev: USB2.0 HD UVC WebCam: Found keys
    [ 7.686] (II) evdev: USB2.0 HD UVC WebCam: Configuring as keyboard
    [ 7.686] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.3/3-1.3:1.0/input/input6/event6"
    [ 7.686] (II) XINPUT: Adding extended input device "USB2.0 HD UVC WebCam" (type: KEYBOARD, id 10)
    [ 7.686] (**) Option "xkb_rules" "evdev"
    [ 7.686] (**) Option "xkb_model" "pc104"
    [ 7.686] (**) Option "xkb_layout" "us"
    [ 7.686] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
    [ 7.686] (II) No input driver specified, ignoring this device.
    [ 7.686] (II) This device may have been added with another device file.
    [ 7.686] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 7.686] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 7.686] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 7.686] (**) AT Translated Set 2 keyboard: always reports core events
    [ 7.686] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 7.686] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 7.686] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 7.686] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 7.686] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 7.686] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 7.686] (**) Option "xkb_rules" "evdev"
    [ 7.686] (**) Option "xkb_model" "pc104"
    [ 7.686] (**) Option "xkb_layout" "us"
    [ 7.686] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event7)
    [ 7.686] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 7.686] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 7.687] (**) ETPS/2 Elantech Touchpad: Applying InputClass "Default clickpad buttons"
    [ 7.687] (II) LoadModule: "synaptics"
    [ 7.687] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 7.687] (II) Module synaptics: vendor="X.Org Foundation"
    [ 7.687] compiled for 1.14.1, module version = 1.7.1
    [ 7.687] Module class: X.Org XInput Driver
    [ 7.687] ABI class: X.Org XInput driver, version 19.1
    [ 7.687] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    [ 7.687] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 7.687] (**) Option "Device" "/dev/input/event7"
    [ 7.810] (II) synaptics: ETPS/2 Elantech Touchpad: found clickpad property
    [ 7.810] (--) synaptics: ETPS/2 Elantech Touchpad: x-axis range 0 - 3260 (res 32)
    [ 7.810] (--) synaptics: ETPS/2 Elantech Touchpad: y-axis range 0 - 2119 (res 32)
    [ 7.810] (--) synaptics: ETPS/2 Elantech Touchpad: pressure range 0 - 255
    [ 7.810] (--) synaptics: ETPS/2 Elantech Touchpad: finger width range 0 - 15
    [ 7.810] (--) synaptics: ETPS/2 Elantech Touchpad: buttons: left double triple
    [ 7.810] (--) synaptics: ETPS/2 Elantech Touchpad: Vendor 0x2 Product 0xe
    [ 7.810] (**) Option "TapButton1" "1"
    [ 7.810] (**) Option "TapButton2" "2"
    [ 7.810] (**) Option "TapButton3" "3"
    [ 7.810] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    [ 7.810] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 7.810] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 7.853] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input8/event7"
    [ 7.853] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 12)
    [ 7.853] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 7.853] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) MaxSpeed is now 1.75
    [ 7.853] (**) synaptics: ETPS/2 Elantech Touchpad: (accel) AccelFactor is now 0.051
    [ 7.853] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 7.853] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    [ 7.853] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 7.853] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 7.853] (--) synaptics: ETPS/2 Elantech Touchpad: touchpad found
    [ 7.853] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
    [ 7.853] (**) ETPS/2 Elantech Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 7.853] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 7.853] (II) No input driver specified, ignoring this device.
    [ 7.853] (II) This device may have been added with another device file.
    Found this recent thread in the forums, I'll give REISUB a try late, but the times it freezed I remember trying to blindly reboot it, or switching off virtual console and couldn't.
    In case it's of any use, this is my # uname -a
    Linux arch 3.10.3-1-ARCH #1 SMP PREEMPT Fri Jul 26 11:26:59 CEST 2013 x86_64 GNU/Linux
    Could it have something to do with the nvidia optimus setup that this laptop has? When installing arch I found out that there was no support yet for it so I'm just using the intel drivers (following what the arch wiki said).
    Any ideas or advice to point me in the right direction would be very much appreciated.
    Thanks in advance.
    Last edited by contiver (2013-08-16 20:25:34)

    I don't start st in my .xinitrc. I launch it from dmenu and usually everything is fine. If I launch it from dwm's internal command using Alt-Shf-Return, X freezes 100% of the time. A workaround was suggested by st's main developer to call st like this:
    static const char *termcmd[] = { "/bin/sh", "-c", "st", NULL };
    but it didn't work for me.
    Very rarely X will freeze anyway. I haven't been able to pin it down. When X fails, my journal returns this:
    BUG: unable to handle kernel paging request at ffffc90014ce8000
    IP: [<ffffffff812bfe7f>] bitfill_aligned+0x8f/0x140
    PGD 7c00b067 PUD 7c018067 PMD 7b3eb067 PTE 0
    Oops: 0002 [#1] PREEMPT SMP
    Modules linked in: nls_cp437 vfat fat snd_usb_audio snd_usbmidi_lib snd_hwdep snd_rawmidi snd_seq_device snd_pcm snd_page_alloc snd_timer
    CPU: 1 PID: 7520 Comm: X Not tainted 3.10.5-1-ck #1
    Hardware name: /D410PT, BIOS MOPNV10N.86A.0155.2009.1106.0430 11/06/2009
    task: ffff88007aa786b0 ti: ffff8800797ee000 task.ti: ffff8800797ee000
    RIP: 0010:[<ffffffff812bfe7f>] [<ffffffff812bfe7f>] bitfill_aligned+0x8f/0x140
    RSP: 0018:ffff8800797efaa8 EFLAGS: 00010212
    RAX: 0000000003ffff5c RBX: 0000000000000000 RCX: 0000000000000000
    RDX: 0000000003ffff5c RSI: ffffc90014901520 RDI: ffffc90014ce7fe0
    RBP: ffff8800797efab8 R08: 00000000ffffd700 R09: 0000000003f83204
    R10: 0000000000000000 R11: ffffc90014ce7fd8 R12: ffffffffffffffff
    R13: ffffc90014901520 R14: ffffffff812bfdf0 R15: 0000000000000320
    FS: 00007fb350033880(0000) GS:ffff88007ea80000(0000) knlGS:0000000000000000
    CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    CR2: ffffc90014ce8000 CR3: 000000007b104000 CR4: 00000000000007e0
    DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Stack:
    0000000000000000 ffff88007a4d3000 ffff8800797efb28 ffffffff812bfbb9
    ffffffff00000000 ffff88007c00c000 0000000000000000 ffffffff8186f240
    0000000000000000 ffffffff00000006 ffffd700797efb58 ffff88007a4d3000
    Call Trace:
    [<ffffffff812bfbb9>] cfb_fillrect+0x1c9/0x400
    [<ffffffff812ba2e5>] bit_clear_margins+0x165/0x190
    [<ffffffff812b3633>] fbcon_clear_margins+0x63/0x90
    [<ffffffff812b7a9f>] fbcon_switch+0x3df/0x570
    [<ffffffff813200bd>] redraw_screen+0x17d/0x240
    [<ffffffff812b6eeb>] fbcon_blank+0x20b/0x2d0
    [<ffffffff81320767>] do_unblank_screen+0xa7/0x1b0
    [<ffffffff813175d1>] vt_ioctl+0x10d1/0x1170
    [<ffffffff8130b407>] tty_ioctl+0x277/0xb90
    [<ffffffff8118fb21>] ? mntput_no_expire+0x41/0x150
    [<ffffffff81183a3e>] do_vfs_ioctl+0x2de/0x4c0
    [<ffffffff8117328e>] ? ____fput+0xe/0x10
    [<ffffffff8107766c>] ? task_work_run+0x9c/0xe0
    [<ffffffff81183ca3>] SyS_ioctl+0x83/0xa0
    [<ffffffff814bab9d>] system_call_fastpath+0x1a/0x1f
    Code: 08 45 01 d8 31 d2 44 89 c0 41 f7 f1 83 f8 07 89 c2 76 4f 44 8d 08 48 8d 3e 0f 1f 00 4c 89 17 4c 89 57 08 4c 89 57 10 4c 89 57 18 <4
    RIP [<ffffffff812bfe7f>] bitfill_aligned+0x8f/0x140
    RSP <ffff8800797efaa8>
    CR2: ffffc90014ce8000
    ---[ end trace aff6cb5ad5097aef ]---

Maybe you are looking for

  • Setting up multiple devices on one apple id

    I've purchased a new Ipad with the intent of setting it up under my pre-existing apple id.  The apple id already has 2 other Ipads on it (this will be 3).  I set everything up today and went to download an app and was met with the 'Your Apple ID has

  • Synchronous HTTP  connections

    Hi All, I have a http proxy service which calls a biz service to forward message to an external biz service. This proxy service should be designed to support high volume of messages. Couple of things that I would like to understand here. According to

  • How to handle DDL in remote database

    Hi our db running on 10g. How to handle DDL's on the remote database? My requirement is as a object migration, how to migrate object/s from database A to database B through user. Say i have table call my_table in database A I want to create/replace t

  • Uber App Setup- Confirmation Text message

    I am trying to set up the Uber app, but I can't send the confirmation text message. I have heard that it is something to do with the firewall, but I am not entirely sure what the problem is. Any suggestions?

  • EReader onscreen text not visible

    I dowloaded and installed eReader but the onscreen text showed only as block rectangles.  I unistalled your program and reinstalled but with the same on-screen result.  What am I doing wrong (or, more importantly, is there a mistake in your installer