[SOLVED] X11 + Nvidia = LCD Standby - Blank Screen

Hello everyone, I am in a bit of a pickle, and could really use some help.
My hardware:
Intel Core i7 920 (Overclocked to 3.9ghz)
6gb DDR3
2x Nvidia 285 GTX
X-Fi Soundcard
Acer H233H 23" LCD 1080P
* I did a fresh install Arch x86_64
* I followed the Beginner's Install Guide
* I use Xmonad + Xmobar
The system is in a fresh state with the latest packages and boots perfectly.
My Problem:
When I use startx, I get a series of beeps, and then the monitor goes into standby. I can still enter commands in the command line, like sudo halt, or sudo reboot, and even startx again, but the monitor never turns back on. If I change the exec command to xterm (in .xinitrc), x11 starts, and I see xterm, but when I exit, it beeps again and the monitor goes into standby and I cannot see anything, only enter commands blindly.
My xorg.conf:
Section "ServerLayout"
Identifier "Xorg Configured"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
Option "BlankTime" "5"
Option "StandbyTime" "10"
Option "OffTime" "15"
EndSection
Section "Files"
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/Type1"
EndSection
Section "Module"
Load "ddc" # ddc probing of monitor
Load "dbe"
Load "extmod"
Load "glx"
Load "freetype"
EndSection
Section "ServerFlags"
Option "AllowMouseOpenFail" "true"
Option "AutoAddDevices" "False"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "dvorak"
Option "XkbOptions" "ctrl:swapcaps"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "SendCoreEvents" "true"
EndSection
Section "Monitor"
Identifier "Monitor0"
HorizSync 54.2 - 83.8
VertRefresh 49 - 75
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "All"
BoardName "All"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
# Depth 24
Modes "1920x1080" "1680x1050" "1440x900"
EndSubSection
EndSection
My Question:
I have a suspicion it may be the nvidia driver. So my question is, what are my options? I would very much like to have 3d support for steam, but I also need to be able to use x11... should I file a bug report upstream? with nvidia? is that pointless?
Help me understand, and I will love you like my brother.
Last edited by demizer (2010-05-05 05:45:08)

Fixed it. Seems my xmonad setup was using configs built for i686 and my install was x86_64, recompiling the configs fixed the problem of logging in. I am still getting the beeps and lost signal (to the LCD) when switching tty's or logging out. I'll solve that problem next time though. Thanks!

Similar Messages

  • [SOLVED] X11 Fatal server error: no screens found

    Hello everyone!
    I have just installed Arch x86_64 and I'm using a nVidia Corporation NV18 [GeForce4 MX 4000].
    I'm running the command nvidia-xconfig to set up my xorg. Then I uncommented the line exec gnome-session in my .xinitrc. When run the command startx I get the following:
    [root@work ~]# startx
    xauth: creating new authority file /root/.serverauth.16103
    xauth: creating new authority file /root/.Xauthority
    xauth: creating new authority file /root/.Xauthority
    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.6.1.901 (1.6.2 RC 1)
    Release Date: 2009-5-8
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH x86_64
    Current Operating System: Linux work 2.6.29-ARCH #1 SMP PREEMPT Wed May 20 06:42:43 UTC 2009 x86_64
    Build Date: 28 May 2009 08:24:17PM
    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 Jun 16 15:08:09 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (EE) No devices detected.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    And looking at the 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.6.1.901 (1.6.2 RC 1)
    Release Date: 2009-5-8
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH x86_64
    Current Operating System: Linux work 2.6.29-ARCH #1 SMP PREEMPT Wed May 20 06:42:43 UTC 2009 x86_64
    Build Date: 28 May 2009 08:24:17PM
    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 Jun 16 15:03:08 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "Layout0"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Device0"
    (**) |-->Input Device "Keyboard0"
    (**) |-->Input Device "Mouse0"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Keyboard0
    (WW) Disabling Mouse0
    (II) Loader magic: 0x3540
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0@1:0:0) nVidia Corporation NV18 [GeForce4 MX 4000] rev 193, Mem @ 0xe0000000/16777216, 0xd8000000/134217728, BIOS @ 0x????????/131072
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded by default.
    (II) "dri2" will be loaded by default.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1.901, 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: "type1"
    (WW) Warning, couldn't open module type1
    (II) UnloadModule: "type1"
    (EE) Failed to load module "type1" (module does not exist, 0)
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Server Extension
    (II) NVIDIA GLX Module 180.51 Fri Apr 17 00:35:49 PDT 2009
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "nvidia"
    (II) Loading /usr/lib/xorg/modules/drivers//nvidia_drv.so
    (II) Module nvidia: vendor="NVIDIA Corporation"
    compiled for 4.0.2, module version = 1.0.0
    Module class: X.Org Video Driver
    (II) NVIDIA dlloader X Driver 180.51 Fri Apr 17 00:15:00 PDT 2009
    (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    (II) Primary Device is: PCI 01@00:00:0
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.1.901, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "wfb"
    (II) LoadModule: "wfb"
    (II) Loading /usr/lib/xorg/modules//libwfb.so
    (II) Module wfb: vendor="X.Org Foundation"
    compiled for 1.6.1.901, 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
    (WW) NVIDIA(0): The NVIDIA GeForce4 MX 4000 GPU installed in this system is
    (WW) NVIDIA(0): supported through the NVIDIA 96.43.xx Legacy drivers.
    (WW) NVIDIA(0): Please visit http://www.nvidia.com/object/unix.html for
    (WW) NVIDIA(0): more information. The 180.51 NVIDIA driver will ignore
    (WW) NVIDIA(0): this GPU. Continuing probe...
    (EE) No devices detected.
    Fatal server error:
    no screens found
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    Aaand my xorg.conf is:
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder58) Fri Apr 17 00:40:10 PDT 2009
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0"
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "Module"
    Load "dbe"
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Unknown"
    ModelName "Unknown"
    HorizSync 28.0 - 33.0
    VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection
    Something weird is that if I remove the file xorg.conf I can start Gnome normally. Can anyone please tell me what is wrong?
    Last edited by kdjtar (2009-06-17 15:59:17)

    Problem solved! I just noticed that I hadn't check which nvidia version I was using, as the log says:
    (WW) NVIDIA(0): The NVIDIA GeForce4 MX 4000 GPU installed in this system is
    (WW) NVIDIA(0):     supported through the NVIDIA 96.43.xx Legacy drivers.
    (WW) NVIDIA(0):     Please visit http://www.nvidia.com/object/unix.html for
    (WW) NVIDIA(0):     more information.  The 180.51 NVIDIA driver will ignore
    (WW) NVIDIA(0):     this GPU.  Continuing probe...
    And in fact I was using the 180.51 driver. Then I did the following:
    # pacman -Rd nvidia nvidia-utils
    Then:
    # pacman -S nvidia-96xx nvidia-96xx-utils
    And it's working now!
    Thank you guys

  • [SOLVED] - WOW III with wine - Blank Screen

    I am trying to set up Warcraft III - Frozen Throne with wine.
    I have Arch x86_64 installed on a Intel Core 2 Duo with an nVidia 8600 GT GPU. Kernel Version is 2.6.35
    I have not installed WOW III the usual way. I am trying to run the installed files present in my Windows NTFS partition directly using opengl mode. When I execute
    wine /media/96BC10BABC1096B9/Program\ Files/Warcraft\ III/Frozen\ Throne.exe -opengl
    I get a blank screen with only the mouse visible. Even if I use wineserver -k to kill all wine tasks from another runlevel, nothing happens. I have resort to restarting gdm.
    I have been unable to find any log. It is possible that I have not installed all required opengl libraries, as I am not fully aware of what is required. Pleas guide me.
    Thanks,
    Apoorv
    Last edited by theta (2010-11-09 09:51:23)

    I finally managed to get a log output
    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory
    err:ole:CoCreateInstance apartment not initialised
    err:wgl:X11DRV_WineGL_InitOpenglInfo couldn't initialize OpenGL, expect problems
    err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path.
    err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution.
    fixme:advapi:SetSecurityInfo stub
    err:d3d_caps:WineD3D_CreateFakeGLContext Can't find a suitable iPixelFormat.
    err:d3d:InitAdapters Failed to get a gl context for default adapter
    Direct3D8 is not available without OpenGL.
    fixme:win:EnumDisplayDevicesW ((null),0,0x33f5d4,0x00000000), stub!
    fixme:win:EnumDisplayDevicesW ((null),0,0x33f60c,0x00000000), stub!
    Which package do I need to install for opengl support?

  • [SOLVED] X11 Fails to load, black screen

    alright, just so everyone knows im a linux noob.
    ive just install arch after many hours of work, configured everything, made sure hal was running ect
    when i do startx, it just goes to a blank screen.
    ive made sure im using the right drivers, and that xterm is the only active DE in .xinitrc
    suggestions?
    Last edited by supaflyx3 (2010-05-02 20:54:39)

    How old is your computer? About 5yo or more? I think your card is quite old and may not work with the recent drivers. Unfortunately the old drivers (xf86-video-intel-legacy) don't work w/ the new xorg so you (and I for that matter, as I have an old intel card too) are pretty much f***ed.
    I can get my computer to run, but it will freeze 20 times a day so it's no fun. That's why I stick w/ the old drivers and the old xorg and I'm fine :-)
    > xterm is the only active DE in .xinitrc
    Can you post your .xinitrc? I think xterm should run ...
    > im not getting any errors, just a blank black screen.
    OK, what about the logs? 'grep EE /var/log/Xorg.0.log' will show the errors.
    How did you configure xorg, do you have xorg.conf?

  • [SOLVED] nvidia driver causes blank screen soon after boot

    Hi,
    I have a NVIDIA 560 and was originally using the nouveau driver, but that gave slow performance when doing anything (eg. resizing windows), so I installed the nvidia driver instead by following the wiki section:
    https://wiki.archlinux.org/index.php/NV … au_drivers
    by essentially just following the scripts given there. After switching to nvidia, the screen goes blank soon after boot. I get back into the system by using nomodeset in menu.cfg.
    My question is how do I even begin to find the problem, eg. what log file(s) should I look in and post?
    Thanks
    Last edited by mark1977 (2012-08-19 17:38:42)

    Yes it's the 560 Ti. Thanks I just installed straight from the repos. I've also installed cuda-sdk and cuda-toolkit. I've compiled the libraries inside /opt/cuda-sdk/CUDALibraries fine.
    No I go to compile the sdk examples by running make in /opt/cuda-sdk/C and get the following error:
    # make
    make[1]: Entering directory `/opt/cuda-sdk/C/common'
    make[1]: Leaving directory `/opt/cuda-sdk/C/common'
    make[1]: Entering directory `/opt/cuda-sdk/C/common'
    make[1]: Leaving directory `/opt/cuda-sdk/C/common'
    make[1]: Entering directory `/opt/cuda-sdk/C/common'
    make[1]: Leaving directory `/opt/cuda-sdk/C/common'
    make[1]: Entering directory `/opt/cuda-sdk/shared'
    make[1]: Leaving directory `/opt/cuda-sdk/shared'
    make[1]: Entering directory `/opt/cuda-sdk/C/src/newdelete'
    make[1]: Leaving directory `/opt/cuda-sdk/C/src/newdelete'
    make[1]: Entering directory `/opt/cuda-sdk/C/src/simpleTextureDrv'
    /usr/bin/ld: cannot find -lcuda
    collect2: error: ld returned 1 exit status
    make[1]: *** [../../bin/linux/release/simpleTextureDrv] Error 1
    make[1]: Leaving directory `/opt/cuda-sdk/C/src/simpleTextureDrv'
    make: *** [src/simpleTextureDrv/Makefile.ph_build] Error 2
    The Makefile itself essentially seems to just include the file /opt/cuda-sdk/C/common/common.mk, which is:
    # Copyright 1993-2011 NVIDIA Corporation. All rights reserved.
    # NVIDIA Corporation and its licensors retain all intellectual property and
    # proprietary rights in and to this software and related documentation.
    # Any use, reproduction, disclosure, or distribution of this software
    # and related documentation without an express license agreement from
    # NVIDIA Corporation is strictly prohibited.
    # Please refer to the applicable NVIDIA end user license agreement (EULA)
    # associated with this source code for terms and conditions that govern
    # your use of this NVIDIA software.
    # Common build script for CUDA source projects for Linux and Mac platforms
    .SUFFIXES : .cu .cu_dbg.o .c_dbg.o .cpp_dbg.o .cu_rel.o .c_rel.o .cpp_rel.o .cubin .ptx
    # Add new SM Versions here as devices with new Compute Capability are released
    SM_VERSIONS := 10 11 12 13 20 21 30
    CUDA_INSTALL_PATH ?= /opt/cuda-toolkit
    ifdef cuda-install
    CUDA_INSTALL_PATH := $(cuda-install)
    endif
    # detect OS
    OSUPPER = $(shell uname -s 2>/dev/null | tr [:lower:] [:upper:])
    OSLOWER = $(shell uname -s 2>/dev/null | tr [:upper:] [:lower:])
    # 'linux' is output for Linux system, 'darwin' for OS X
    DARWIN = $(strip $(findstring DARWIN, $(OSUPPER)))
    ifneq ($(DARWIN),)
    SNOWLEOPARD = $(strip $(findstring 10.6, $(shell egrep "<string>10\.6" /System/Library/CoreServices/SystemVersion.plist)))
    LION = $(strip $(findstring 10.7, $(shell egrep "<string>10\.7" /System/Library/CoreServices/SystemVersion.plist)))
    endif
    # detect 32-bit or 64-bit platform
    HP_64 = $(shell uname -m | grep 64)
    OSARCH= $(shell uname -m)
    # Basic directory setup for SDK
    # (override directories only if they are not already defined)
    SRCDIR ?=
    ROOTDIR ?= ..
    ROOTBINDIR ?= $(ROOTDIR)/../bin
    BINDIR ?= $(ROOTBINDIR)/$(OSLOWER)
    ROOTOBJDIR ?= obj
    LIBDIR := $(ROOTDIR)/../lib
    COMMONDIR := $(ROOTDIR)/../common
    SHAREDDIR := $(ROOTDIR)/../../shared/
    # Compilers
    NVCC := $(CUDA_INSTALL_PATH)/bin/nvcc
    CXX := g++ -fPIC
    CC := gcc -fPIC
    LINK := g++ -fPIC
    # Includes
    INCLUDES += -I. -I$(CUDA_INSTALL_PATH)/include -I$(COMMONDIR)/inc -I$(SHAREDDIR)/inc
    # Warning flags
    CXXWARN_FLAGS := \
    -W -Wall \
    -Wimplicit \
    -Wswitch \
    -Wformat \
    -Wchar-subscripts \
    -Wparentheses \
    -Wmultichar \
    -Wtrigraphs \
    -Wpointer-arith \
    -Wcast-align \
    -Wreturn-type \
    -Wno-unused-function \
    $(SPACE)
    CWARN_FLAGS := $(CXXWARN_FLAGS) \
    -Wstrict-prototypes \
    -Wmissing-prototypes \
    -Wmissing-declarations \
    -Wnested-externs \
    -Wmain \
    # architecture flag for nvcc and gcc compilers build
    CUBIN_ARCH_FLAG :=
    CXX_ARCH_FLAGS :=
    NVCCFLAGS :=
    LIB_ARCH := $(OSARCH)
    # Determining the necessary Cross-Compilation Flags
    # 32-bit OS, but we target 64-bit cross compilation
    ifeq ($(x86_64),1)
    NVCCFLAGS += -m64
    LIB_ARCH = x86_64
    ifneq ($(DARWIN),)
    CXX_ARCH_FLAGS += -arch x86_64
    else
    CXX_ARCH_FLAGS += -m64
    endif
    else
    # 64-bit OS, and we target 32-bit cross compilation
    ifeq ($(i386),1)
    NVCCFLAGS += -m32
    LIB_ARCH = i386
    ifneq ($(DARWIN),)
    CXX_ARCH_FLAGS += -arch i386
    else
    CXX_ARCH_FLAGS += -m32
    endif
    else
    ifeq "$(strip $(HP_64))" ""
    LIB_ARCH = i386
    NVCCFLAGS += -m32
    ifneq ($(DARWIN),)
    CXX_ARCH_FLAGS += -arch i386
    else
    CXX_ARCH_FLAGS += -m32
    endif
    else
    LIB_ARCH = x86_64
    NVCCFLAGS += -m64
    ifneq ($(DARWIN),)
    CXX_ARCH_FLAGS += -arch x86_64
    else
    CXX_ARCH_FLAGS += -m64
    endif
    endif
    endif
    endif
    # Compiler-specific flags (by default, we always use sm_10, sm_20, and sm_30), unless we use the SMVERSION template
    GENCODE_SM10 := -gencode=arch=compute_10,code=\"sm_10,compute_10\"
    GENCODE_SM20 := -gencode=arch=compute_20,code=\"sm_20,compute_20\"
    GENCODE_SM30 := -gencode=arch=compute_30,code=\"sm_30,compute_30\"
    CXXFLAGS += $(CXXWARN_FLAGS) $(CXX_ARCH_FLAGS)
    CFLAGS += $(CWARN_FLAGS) $(CXX_ARCH_FLAGS)
    LINKFLAGS += -L/usr/lib
    LINK += $(LINKFLAGS) $(CXX_ARCH_FLAGS)
    # This option for Mac allows CUDA applications to work without requiring to set DYLD_LIBRARY_PATH
    ifneq ($(DARWIN),)
    LINK += -Xlinker -rpath $(CUDA_INSTALL_PATH)/lib
    endif
    # Common flags
    COMMONFLAGS += $(INCLUDES) -DUNIX
    # If we are enabling GPU based debugging, then we want to use -G, warning that this
    # May have a significant impact on GPU device code, since optimizations are turned off
    ifeq ($(gpudbg),1)
    NVCCFLAGS += -G
    dbg = $(gpudbg)
    endif
    # Debug/release configuration
    ifeq ($(dbg),1)
    COMMONFLAGS += -g
    NVCCFLAGS += -D_DEBUG
    CXXFLAGS += -D_DEBUG
    CFLAGS += -D_DEBUG
    BINSUBDIR := debug
    LIBSUFFIX := D
    else
    COMMONFLAGS += -O2
    BINSUBDIR := release
    LIBSUFFIX :=
    NVCCFLAGS += --compiler-options -fno-strict-aliasing
    CXXFLAGS += -fno-strict-aliasing
    CFLAGS += -fno-strict-aliasing
    endif
    # architecture flag for cubin build
    CUBIN_ARCH_FLAG :=
    # OpenGL is used or not (if it is used, then it is necessary to include GLEW)
    ifeq ($(USEGLLIB),1)
    ifneq ($(DARWIN),)
    OPENGLLIB := -L/System/Library/Frameworks/OpenGL.framework/Libraries
    OPENGLLIB += -lGL -lGLU $(COMMONDIR)/lib/$(OSLOWER)/libGLEW.a
    else
    # this case for linux platforms
    OPENGLLIB := -lGL -lGLU -lX11 -lXi -lXmu
    # check if x86_64 flag has been set, otherwise, check HP_64 is i386/x86_64
    ifeq ($(x86_64),1)
    OPENGLLIB += -lGLEW_x86_64 -L/usr/X11R6/lib64
    else
    ifeq ($(i386),)
    ifeq "$(strip $(HP_64))" ""
    OPENGLLIB += -lGLEW -L/usr/X11R6/lib
    else
    OPENGLLIB += -lGLEW_x86_64 -L/usr/X11R6/lib64
    endif
    endif
    endif
    # check if i386 flag has been set, otehrwise check HP_64 is i386/x86_64
    ifeq ($(i386),1)
    OPENGLLIB += -lGLEW -L/usr/X11R6/lib
    else
    ifeq ($(x86_64),)
    ifeq "$(strip $(HP_64))" ""
    OPENGLLIB += -lGLEW -L/usr/X11R6/lib
    else
    OPENGLLIB += -lGLEW_x86_64 -L/usr/X11R6/lib64
    endif
    endif
    endif
    endif
    endif
    ifeq ($(USEGLUT),1)
    ifneq ($(DARWIN),)
    OPENGLLIB += -framework GLUT
    else
    ifeq ($(x86_64),1)
    OPENGLLIB += -lglut -L/usr/lib64
    endif
    ifeq ($(i386),1)
    OPENGLLIB += -lglut -L/usr/lib
    endif
    ifeq ($(x86_64),)
    ifeq ($(i386),)
    OPENGLLIB += -lglut
    endif
    endif
    endif
    endif
    ifeq ($(USEPARAMGL),1)
    PARAMGLLIB := -lparamgl_$(LIB_ARCH)$(LIBSUFFIX)
    endif
    ifeq ($(USERENDERCHECKGL),1)
    RENDERCHECKGLLIB := -lrendercheckgl_$(LIB_ARCH)$(LIBSUFFIX)
    endif
    ifeq ($(USENVCUVID), 1)
    ifneq ($(DARWIN),)
    NVCUVIDLIB := -L../../common/lib/darwin -lnvcuvid
    endif
    endif
    # Libs
    ifneq ($(DARWIN),)
    LIB := -L$(CUDA_INSTALL_PATH)/lib -L$(LIBDIR) -L$(COMMONDIR)/lib/$(OSLOWER) -L$(SHAREDDIR)/lib $(NVCUVIDLIB)
    else
    ifeq "$(strip $(HP_64))" ""
    ifeq ($(x86_64),1)
    LIB := -L$(CUDA_INSTALL_PATH)/lib64 -L$(LIBDIR) -L$(COMMONDIR)/lib/$(OSLOWER) -L$(SHAREDDIR)/lib
    else
    LIB := -L$(CUDA_INSTALL_PATH)/lib -L$(LIBDIR) -L$(COMMONDIR)/lib/$(OSLOWER) -L$(SHAREDDIR)/lib
    endif
    else
    ifeq ($(i386),1)
    LIB := -L$(CUDA_INSTALL_PATH)/lib -L$(LIBDIR) -L$(COMMONDIR)/lib/$(OSLOWER) -L$(SHAREDDIR)/lib
    else
    LIB := -L$(CUDA_INSTALL_PATH)/lib64 -L$(LIBDIR) -L$(COMMONDIR)/lib/$(OSLOWER) -L$(SHAREDDIR)/lib
    endif
    endif
    endif
    # If dynamically linking to CUDA and CUDART, we exclude the libraries from the LIB
    ifeq ($(USECUDADYNLIB),1)
    LIB += ${OPENGLLIB} $(PARAMGLLIB) $(RENDERCHECKGLLIB) ${LIB} -ldl -rdynamic
    else
    # static linking, we will statically link against CUDA and CUDART
    ifeq ($(USEDRVAPI),1)
    LIB += -L/usr/lib -lcuda ${OPENGLLIB} $(PARAMGLLIB) $(RENDERCHECKGLLIB) ${LIB}
    else
    ifeq ($(emu),1)
    LIB += -lcudartemu
    else
    LIB += -lcudart
    endif
    LIB += ${OPENGLLIB} $(PARAMGLLIB) $(RENDERCHECKGLLIB) ${LIB}
    endif
    endif
    ifeq ($(USECUFFT),1)
    ifeq ($(emu),1)
    LIB += -lcufftemu
    else
    LIB += -lcufft
    endif
    endif
    ifeq ($(USECUBLAS),1)
    ifeq ($(emu),1)
    LIB += -lcublasemu
    else
    LIB += -lcublas
    endif
    endif
    ifeq ($(USECURAND),1)
    LIB += -lcurand
    endif
    ifeq ($(USECUSPARSE),1)
    LIB += -lcusparse
    endif
    # Lib/exe configuration
    # Lib/exe configuration
    # Lib/exe configuration
    ifneq ($(STATIC_LIB),)
    TARGETDIR := $(LIBDIR)
    TARGET := $(subst .a,_$(LIB_ARCH)$(LIBSUFFIX).a,$(LIBDIR)/$(STATIC_LIB))
    LINKLINE = ar rucv $(TARGET) $(OBJS)
    else
    ifneq ($(OMIT_CUTIL_LIB),1)
    LIB += -lcutil_$(LIB_ARCH)$(LIBSUFFIX)
    endif
    ifneq ($(OMIT_SHRUTIL_LIB),1)
    LIB += -lshrutil_$(LIB_ARCH)$(LIBSUFFIX)
    endif
    # Device emulation configuration
    ifeq ($(emu), 1)
    NVCCFLAGS += -deviceemu
    CUDACCFLAGS +=
    BINSUBDIR := emu$(BINSUBDIR)
    # consistency, makes developing easier
    CXXFLAGS += -D__DEVICE_EMULATION__
    CFLAGS += -D__DEVICE_EMULATION__
    endif
    TARGETDIR := $(BINDIR)/$(BINSUBDIR)
    TARGET := $(TARGETDIR)/$(EXECUTABLE)
    LINKLINE = $(LINK) -o $(TARGET) $(OBJS) $(LIB)
    endif
    # check if verbose
    ifeq ($(verbose), 1)
    VERBOSE :=
    else
    VERBOSE := @
    endif
    # Check for input flags and set compiler flags appropriately
    ifeq ($(fastmath), 1)
    NVCCFLAGS += -use_fast_math
    endif
    ifeq ($(keep), 1)
    NVCCFLAGS += -keep
    NVCC_KEEP_CLEAN := *.i* *.cubin *.cu.c *.cudafe* *.fatbin.c *.ptx
    endif
    ifdef maxregisters
    NVCCFLAGS += -maxrregcount $(maxregisters)
    endif
    ifeq ($(ptxas), 1)
    NVCCFLAGS += --ptxas-options=-v
    endif
    # Add cudacc flags
    NVCCFLAGS += $(CUDACCFLAGS)
    # Add common flags
    NVCCFLAGS += $(COMMONFLAGS)
    CXXFLAGS += $(COMMONFLAGS)
    CFLAGS += $(COMMONFLAGS)
    ifeq ($(nvcc_warn_verbose),1)
    NVCCFLAGS += $(addprefix --compiler-options ,$(CXXWARN_FLAGS))
    NVCCFLAGS += --compiler-options -fno-strict-aliasing
    endif
    # Set up object files
    OBJDIR := $(ROOTOBJDIR)/$(LIB_ARCH)/$(BINSUBDIR)
    OBJS += $(patsubst %.cpp,$(OBJDIR)/%.cpp.o,$(notdir $(CCFILES)))
    OBJS += $(patsubst %.c,$(OBJDIR)/%.c.o,$(notdir $(CFILES)))
    OBJS += $(patsubst %.cu,$(OBJDIR)/%.cu.o,$(notdir $(CUFILES)))
    # Set up cubin output files
    CUBINDIR := $(SRCDIR)data
    CUBINS += $(patsubst %.cu,$(CUBINDIR)/%.cubin,$(notdir $(CUBINFILES)))
    # Set up PTX output files
    PTXDIR := $(SRCDIR)data
    PTXBINS += $(patsubst %.cu,$(PTXDIR)/%.ptx,$(notdir $(PTXFILES)))
    # Rules
    $(OBJDIR)/%.c.o : $(SRCDIR)%.c $(C_DEPS)
    $(VERBOSE)$(CC) $(CFLAGS) -o $@ -c $<
    $(OBJDIR)/%.cpp.o : $(SRCDIR)%.cpp $(C_DEPS)
    $(VERBOSE)$(CXX) $(CXXFLAGS) -o $@ -c $<
    # Default arch includes gencode for sm_10, sm_20, sm_30, and other archs from GENCODE_ARCH declared in the makefile
    $(OBJDIR)/%.cu.o : $(SRCDIR)%.cu $(CU_DEPS)
    $(VERBOSE)$(NVCC) $(GENCODE_SM10) $(GENCODE_ARCH) $(GENCODE_SM20) $(GENCODE_SM30) $(NVCCFLAGS) $(SMVERSIONFLAGS) -o $@ -c $<
    # Default arch includes gencode for sm_10, sm_20, sm_30, and other archs from GENCODE_ARCH declared in the makefile
    $(CUBINDIR)/%.cubin : $(SRCDIR)%.cu cubindirectory
    $(VERBOSE)$(NVCC) $(GENCODE_SM10) $(GENCODE_ARCH) $(GENCODE_SM20) $(GENCODE_SM30) $(CUBIN_ARCH_FLAG) $(NVCCFLAGS) $(SMVERSIONFLAGS) -o $@ -cubin $<
    $(PTXDIR)/%.ptx : $(SRCDIR)%.cu ptxdirectory
    $(VERBOSE)$(NVCC) $(CUBIN_ARCH_FLAG) $(NVCCFLAGS) $(SMVERSIONFLAGS) -o $@ -ptx $<
    # The following definition is a template that gets instantiated for each SM
    # version (sm_10, sm_13, etc.) stored in SMVERSIONS. It does 2 things:
    # 1. It adds to OBJS a .cu_sm_XX.o for each .cu file it finds in CUFILES_sm_XX.
    # 2. It generates a rule for building .cu_sm_XX.o files from the corresponding
    # .cu file.
    # The intended use for this is to allow Makefiles that use common.mk to compile
    # files to different Compute Capability targets (aka SM arch version). To do
    # so, in the Makefile, list files for each SM arch separately, like so:
    # This will be used over the default rule abov
    # CUFILES_sm_10 := mycudakernel_sm10.cu app.cu
    # CUFILES_sm_12 := anothercudakernel_sm12.cu
    define SMVERSION_template
    #OBJS += $(patsubst %.cu,$(OBJDIR)/%.cu_$(1).o,$(notdir $(CUFILES_$(1))))
    OBJS += $(patsubst %.cu,$(OBJDIR)/%.cu_$(1).o,$(notdir $(CUFILES_sm_$(1))))
    $(OBJDIR)/%.cu_$(1).o : $(SRCDIR)%.cu $(CU_DEPS)
    # $(VERBOSE)$(NVCC) -o $$@ -c $$< $(NVCCFLAGS) $(1)
    $(VERBOSE)$(NVCC) -gencode=arch=compute_$(1),code=\"sm_$(1),compute_$(1)\" $(GENCODE_SM20) $(GENCODE_SM30) -o $$@ -c $$< $(NVCCFLAGS)
    endef
    # This line invokes the above template for each arch version stored in
    # SM_VERSIONS. The call funtion invokes the template, and the eval
    # function interprets it as make commands.
    $(foreach smver,$(SM_VERSIONS),$(eval $(call SMVERSION_template,$(smver))))
    $(TARGET): makedirectories $(OBJS) $(CUBINS) $(PTXBINS) Makefile
    $(VERBOSE)$(LINKLINE)
    cubindirectory:
    $(VERBOSE)mkdir -p $(CUBINDIR)
    ptxdirectory:
    $(VERBOSE)mkdir -p $(PTXDIR)
    makedirectories:
    $(VERBOSE)mkdir -p $(LIBDIR)
    $(VERBOSE)mkdir -p $(OBJDIR)
    $(VERBOSE)mkdir -p $(TARGETDIR)
    tidy :
    $(VERBOSE)find . | egrep "#" | xargs rm -f
    $(VERBOSE)find . | egrep "\~" | xargs rm -f
    clean : tidy
    $(VERBOSE)rm -f *.stub.c *.gpu *.cu.cpp *.i *.ii
    $(VERBOSE)rm -f *.cubin *.ptx *.fatbin.c *.hash
    $(VERBOSE)rm -f *.cudafe1.c *.cudafe2.c *.cudafe1.cpp *.cudafe2.cpp
    $(VERBOSE)rm -f $(OBJS)
    $(VERBOSE)rm -f $(CUBINS)
    $(VERBOSE)rm -f $(PTXBINS)
    $(VERBOSE)rm -f $(TARGET)
    $(VERBOSE)rm -f $(NVCC_KEEP_CLEAN)
    $(VERBOSE)rm -f $(ROOTBINDIR)/$(OSLOWER)/$(BINSUBDIR)/*.ppm
    $(VERBOSE)rm -f $(ROOTBINDIR)/$(OSLOWER)/$(BINSUBDIR)/*.pgm
    $(VERBOSE)rm -f $(ROOTBINDIR)/$(OSLOWER)/$(BINSUBDIR)/*.bin
    $(VERBOSE)rm -f $(ROOTBINDIR)/$(OSLOWER)/$(BINSUBDIR)/*.bmp
    $(VERBOSE)rm -f $(ROOTBINDIR)/$(OSLOWER)/$(BINSUBDIR)/*.txt
    $(VERBOSE)rm -f $(CUBINDIR)/*.cubin $(PTXDIR)/*.ptx
    $(VERBOSE)rm -rf $(ROOTOBJDIR)
    $(VERBOSE)rm -rf $(LIBDIR)
    $(VERBOSE)rm -rf $(OBJDIR)
    $(VERBOSE)rm -rf $(TARGETDIR)
    clobber : clean
    $(VERBOSE)rm -rf $(COMMONDIR)/lib/*.a
    $(VERBOSE)rm -rf $(SHAREDDIR)/lib/*.a
    $(VERBOSE)rm -rf $(COMMONDIR)/obj
    $(VERBOSE)rm -rf $(SHAREDDIR)/obj
    The output of echo $LD_LIBRARY_PATH is blank.
    I have checked for libcuda and can find it:
    # ls /usr/lib | grep libcuda
    libcuda.so.1
    libcuda.so.304.32
    Is there something obvious I need to do to get these to compile?
    Thanks again.

  • [SOLVED] Different brightness level after blank screen

    Hello!
    I have KDE on laptop ASUS k50ij (intel gma 4500m).
    My problem is that when my screen goes blank after 15 minutes the brightness level is different when it was before blanking. In system preferences in power mangement i have disabled "Display brightness". For info, i have udev rule which set up my brightness level to 2 on battery and 3 on AC (yes i know, i like my backlight to be dark).
    My udev script regarding brightness on AC:
    echo 3 > /sys/class/backlight/acpi_video0/brightness
    On battery:
    echo 2 > /sys/class/backlight/acpi_video0/brightness
    xset q:
    Keyboard Control:
    auto repeat: on key click percent: 0 LED mask: 00000000
    XKB indicators:
    00: Caps Lock: off 01: Num Lock: off 02: Scroll Lock: off
    03: Compose: off 04: Kana: off 05: Sleep: off
    06: Suspend: off 07: Mute: off 08: Misc: off
    09: Mail: off 10: Charging: off 11: Shift Lock: off
    12: Group 2: off 13: Mouse Keys: off
    auto repeat delay: 660 repeat rate: 25
    auto repeating keys: 00ffffffdffffbbf
    fadfffefffedffff
    9fffffffffffffff
    fff7ffffffffffff
    bell percent: 50 bell pitch: 400 bell duration: 100
    Pointer Control:
    acceleration: 20/10 threshold: 2
    Screen Saver:
    prefer blanking: yes allow exposures: yes
    timeout: 0 cycle: 600
    Colors:
    default colormap: 0x20 BlackPixel: 0x0 WhitePixel: 0xffffff
    Font Path:
    /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,/usr/share/fonts/100dpi/,/usr/share/fonts/75dpi/,built-ins
    DPMS (Energy Star):
    Standby: 900 Suspend: 1350 Off: 1800
    DPMS is Enabled
    Monitor is On
    I think the problem is there forever but i have noticed it just recently because i want to have lower brightness.
    Thanks for any tip!
    EDIT: SOLVED by putting "xbacklight -set 6" in /usr/share/config/kdm/Xsetup according to wiki.
    Last edited by Shark (2013-01-22 09:59:29)

    berbae wrote:
    kdm uses:
    /usr/share/config/kdm/Xsetup
    which is 'A program to run before the greeter is shown...'
    according to comments in kdmrc.
    You may try to write your xbacklight command in it.
    That's exactly it, many thanks!

  • [SOLVED] HP ML110 systemd upgrade blank screen

    I have a HP ML110 machine where I tried to upgrade to systemd. It boots to a state where the monitor goes blank (nothing on it but on) and stays there.
    This also happens with the newest ArchLinux Installation Medium (November Release).
    This happens with systemd and initscripts. Even tried to boot into single user mode showed the same behavior.
    It seems that the graphics chip changes from text mode to graphic mode (with higher resolution) and fails at that. The graphics chip is a Matrox MGA G200e. Anybody got such a chip running with a recent Archlinux installation? The last kernel that worked was a 3.4 but I could not find a package for this kernel.
    With the kernel 3.5 a new driver for the said Matrox chip was introduced. Falling back to a kernel 3.4 series returned the system to a working state.
    Last edited by wabi (2012-11-04 22:00:27)

    Hello @Sauber91,
    I understand that you are experiencing issues when you install the Zotak nvdia gtx 650 graphics card into your HP Pavilion p6-2356in Desktop PC. Well right off I can see that according to the HP Pavilion p6-2356in Desktop PC Product Specifications page your computer came with a 300 watt power supply and the Zotak nvdia gtx 650 graphics card requires a 350 watt power supply. So right off you do not have enough power to properly run the graphics card. Any other devices you may have will be drawing power as well.
    I would also recommend that in your BIOS (tap F10 on startup) that you disable Fast Boot and enable Legacy mode if the option is there.
    Please re-post if you require additional support. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • [SOLVED]Who controls LCD blanking?

    Hi
    I have ASUS k50ij, XFCE is installed as Desktop environment. After 10 minutes of inactivity i got a blank screen. I have disabled XFCE power manager, i have stoped acpid and laptop-mode-tools daemon, but i still get a blank screen after 10 minutes of inactivity. Who controls that actions? How can i change it?
    Thanks
    Xorg log:
    [ 28.220]
    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.
    [ 28.221]
    X.Org X Server 1.10.3.901 (1.10.4 RC 1)
    Release Date: 2011-07-29
    [ 28.221] X Protocol Version 11, Revision 0
    [ 28.221] Build Operating System: Linux 3.0.0-ARCH i686
    [ 28.221] Current Operating System: Linux saso-laptop 3.0-ARCH #1 SMP PREEMPT Wed Aug 17 20:24:07 UTC 2011 i686
    [ 28.221] Kernel command line: root=/dev/sda1 ro quiet acpi_osi=Linux acpi_backlight=vendor
    [ 28.221] Build Date: 08 August 2011 08:28:07AM
    [ 28.221]
    [ 28.221] Current version of pixman: 0.22.2
    [ 28.221] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 28.221] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 28.222] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Aug 20 12:27:35 2011
    [ 28.343] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 28.395] (==) No Layout section. Using the first Screen section.
    [ 28.395] (==) No screen section available. Using defaults.
    [ 28.395] (**) |-->Screen "Default Screen Section" (0)
    [ 28.395] (**) | |-->Monitor "<default monitor>"
    [ 28.395] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 28.395] (==) Automatically adding devices
    [ 28.395] (==) Automatically enabling devices
    [ 28.454] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 28.454] Entry deleted from font path.
    [ 28.489] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 28.489] Entry deleted from font path.
    [ 28.489] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 28.490] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 28.490] Entry deleted from font path.
    [ 28.490] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 28.490] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 28.490] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 28.490] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 28.490] (II) Loader magic: 0x822e4e0
    [ 28.490] (II) Module ABI versions:
    [ 28.490] X.Org ANSI C Emulation: 0.4
    [ 28.490] X.Org Video Driver: 10.0
    [ 28.490] X.Org XInput driver : 12.2
    [ 28.490] X.Org Server Extension : 5.0
    [ 28.491] (--) PCI:*(0:0:2:0) 8086:2a42:1043:1862 rev 9, Mem @ 0xfe400000/4194304, 0xd0000000/268435456, I/O @ 0x0000dc00/8
    [ 28.491] (--) PCI: (0:0:2:1) 8086:2a43:1043:1862 rev 9, Mem @ 0xfe800000/1048576
    [ 28.491] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 28.491] (II) LoadModule: "extmod"
    [ 28.509] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 28.524] (II) Module extmod: vendor="X.Org Foundation"
    [ 28.524] compiled for 1.10.3.901, module version = 1.0.0
    [ 28.524] Module class: X.Org Server Extension
    [ 28.524] ABI class: X.Org Server Extension, version 5.0
    [ 28.524] (II) Loading extension MIT-SCREEN-SAVER
    [ 28.524] (II) Loading extension XFree86-VidModeExtension
    [ 28.524] (II) Loading extension XFree86-DGA
    [ 28.524] (II) Loading extension DPMS
    [ 28.524] (II) Loading extension XVideo
    [ 28.524] (II) Loading extension XVideo-MotionCompensation
    [ 28.524] (II) Loading extension X-Resource
    [ 28.524] (II) LoadModule: "dbe"
    [ 28.525] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 28.537] (II) Module dbe: vendor="X.Org Foundation"
    [ 28.537] compiled for 1.10.3.901, module version = 1.0.0
    [ 28.537] Module class: X.Org Server Extension
    [ 28.537] ABI class: X.Org Server Extension, version 5.0
    [ 28.537] (II) Loading extension DOUBLE-BUFFER
    [ 28.537] (II) LoadModule: "glx"
    [ 28.537] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 28.561] (II) Module glx: vendor="X.Org Foundation"
    [ 28.561] compiled for 1.10.3.901, module version = 1.0.0
    [ 28.561] ABI class: X.Org Server Extension, version 5.0
    [ 28.561] (==) AIGLX enabled
    [ 28.561] (II) Loading extension GLX
    [ 28.561] (II) LoadModule: "record"
    [ 28.561] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 28.562] (II) Module record: vendor="X.Org Foundation"
    [ 28.562] compiled for 1.10.3.901, module version = 1.13.0
    [ 28.562] Module class: X.Org Server Extension
    [ 28.562] ABI class: X.Org Server Extension, version 5.0
    [ 28.562] (II) Loading extension RECORD
    [ 28.562] (II) LoadModule: "dri"
    [ 28.563] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 28.570] (II) Module dri: vendor="X.Org Foundation"
    [ 28.570] compiled for 1.10.3.901, module version = 1.0.0
    [ 28.570] ABI class: X.Org Server Extension, version 5.0
    [ 28.570] (II) Loading extension XFree86-DRI
    [ 28.570] (II) LoadModule: "dri2"
    [ 28.570] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 28.579] (II) Module dri2: vendor="X.Org Foundation"
    [ 28.579] compiled for 1.10.3.901, module version = 1.2.0
    [ 28.579] ABI class: X.Org Server Extension, version 5.0
    [ 28.579] (II) Loading extension DRI2
    [ 28.579] (==) Matched intel as autoconfigured driver 0
    [ 28.579] (==) Matched vesa as autoconfigured driver 1
    [ 28.579] (==) Matched fbdev as autoconfigured driver 2
    [ 28.579] (==) Assigned the driver to the xf86ConfigLayout
    [ 28.579] (II) LoadModule: "intel"
    [ 28.579] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 28.598] (II) Module intel: vendor="X.Org Foundation"
    [ 28.598] compiled for 1.10.2, module version = 2.15.0
    [ 28.598] Module class: X.Org Video Driver
    [ 28.598] ABI class: X.Org Video Driver, version 10.0
    [ 28.598] (II) LoadModule: "vesa"
    [ 28.600] (WW) Warning, couldn't open module vesa
    [ 28.600] (II) UnloadModule: "vesa"
    [ 28.600] (II) Unloading vesa
    [ 28.600] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 28.602] (II) LoadModule: "fbdev"
    [ 28.602] (WW) Warning, couldn't open module fbdev
    [ 28.602] (II) UnloadModule: "fbdev"
    [ 28.602] (II) Unloading fbdev
    [ 28.602] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 28.604] (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
    [ 28.604] (--) using VT number 7
    [ 28.612] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 28.612] drmOpenDevice: node name is /dev/dri/card0
    [ 28.612] drmOpenDevice: open result is 9, (OK)
    [ 28.612] drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    [ 28.612] drmOpenDevice: node name is /dev/dri/card0
    [ 28.612] drmOpenDevice: open result is 9, (OK)
    [ 28.612] drmOpenByBusid: drmOpenMinor returns 9
    [ 28.612] drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    [ 28.612] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 28.612] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 28.612] (==) intel(0): RGB weight 888
    [ 28.612] (==) intel(0): Default visual is TrueColor
    [ 28.613] (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
    [ 28.613] (--) intel(0): Chipset: "GM45"
    [ 28.613] (**) intel(0): Relaxed fencing enabled
    [ 28.613] (**) intel(0): Framebuffer tiled
    [ 28.613] (**) intel(0): Pixmaps tiled
    [ 28.613] (**) intel(0): 3D buffers tiled
    [ 28.613] (**) intel(0): SwapBuffers wait enabled
    [ 28.613] (==) intel(0): video overlay key set to 0x101fe
    [ 28.613] (II) intel(0): Output LVDS1 has no monitor section
    [ 28.630] (II) intel(0): Output VGA1 has no monitor section
    [ 29.163] (II) intel(0): Output HDMI1 has no monitor section
    [ 29.164] (II) intel(0): Output DP1 has no monitor section
    [ 29.165] (II) intel(0): Output DP2 has no monitor section
    [ 29.165] (II) intel(0): EDID for output LVDS1
    [ 29.165] (II) intel(0): Manufacturer: LGD Model: 1e8 Serial#: 0
    [ 29.165] (II) intel(0): Year: 2008 Week: 0
    [ 29.165] (II) intel(0): EDID Version: 1.3
    [ 29.165] (II) intel(0): Digital Display Input
    [ 29.165] (II) intel(0): Max Image Size [cm]: horiz.: 34 vert.: 19
    [ 29.165] (II) intel(0): Gamma: 2.20
    [ 29.165] (II) intel(0): No DPMS capabilities specified
    [ 29.165] (II) intel(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    [ 29.165] (II) intel(0): First detailed timing is preferred mode
    [ 29.165] (II) intel(0): redX: 0.618 redY: 0.355 greenX: 0.335 greenY: 0.584
    [ 29.165] (II) intel(0): blueX: 0.150 blueY: 0.102 whiteX: 0.313 whiteY: 0.329
    [ 29.165] (II) intel(0): Manufacturer's mask: 0
    [ 29.165] (II) intel(0): Supported detailed timing:
    [ 29.165] (II) intel(0): clock: 72.3 MHz Image Size: 344 x 194 mm
    [ 29.165] (II) intel(0): h_active: 1366 h_sync: 1414 h_sync_end 1446 h_blank_end 1526 h_border: 0
    [ 29.165] (II) intel(0): v_active: 768 v_sync: 771 v_sync_end 776 v_blanking: 790 v_border: 0
    [ 29.165] (II) intel(0): LG Display
    [ 29.165] (II) intel(0): LP156WH2-TLA1
    [ 29.165] (II) intel(0): EDID (in hex):
    [ 29.165] (II) intel(0): 00ffffffffffff0030e4e80100000000
    [ 29.165] (II) intel(0): 00120103802213780a4e859e5b559526
    [ 29.165] (II) intel(0): 1a505400000001010101010101010101
    [ 29.165] (II) intel(0): 0101010101013e1c56a0500016303020
    [ 29.165] (II) intel(0): 350058c2100000190000000000000000
    [ 29.165] (II) intel(0): 00000000000000000000000000fe004c
    [ 29.165] (II) intel(0): 4720446973706c61790a2020000000fe
    [ 29.165] (II) intel(0): 004c503135365748322d544c4131004d
    [ 29.165] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 29.165] (II) intel(0): Printing DDC gathered Modelines:
    [ 29.166] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 29.166] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "800x600" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "896x672" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "928x696" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "960x720" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Not using default mode "1024x768" (doublescan mode not supported)
    [ 29.166] (II) intel(0): Printing probed modes for output LVDS1
    [ 29.166] (II) intel(0): Modeline "1366x768"x60.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 29.166] (II) intel(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    [ 29.166] (II) intel(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    [ 29.166] (II) intel(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    [ 29.166] (II) intel(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    [ 29.183] (II) intel(0): EDID for output VGA1
    [ 29.716] (II) intel(0): EDID for output HDMI1
    [ 29.717] (II) intel(0): EDID for output DP1
    [ 29.718] (II) intel(0): EDID for output DP2
    [ 29.718] (II) intel(0): Output LVDS1 connected
    [ 29.718] (II) intel(0): Output VGA1 disconnected
    [ 29.718] (II) intel(0): Output HDMI1 disconnected
    [ 29.718] (II) intel(0): Output DP1 disconnected
    [ 29.718] (II) intel(0): Output DP2 disconnected
    [ 29.718] (II) intel(0): Using exact sizes for initial modes
    [ 29.718] (II) intel(0): Output LVDS1 using initial mode 1366x768
    [ 29.718] (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    [ 29.718] (II) intel(0): Kernel page flipping support detected, enabling
    [ 29.718] (**) intel(0): Display dimensions: (340, 190) mm
    [ 29.718] (**) intel(0): DPI set to (102, 102)
    [ 29.718] (II) Loading sub module "fb"
    [ 29.719] (II) LoadModule: "fb"
    [ 29.719] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 29.720] (II) Module fb: vendor="X.Org Foundation"
    [ 29.720] compiled for 1.10.3.901, module version = 1.0.0
    [ 29.720] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 29.720] (II) Loading sub module "dri2"
    [ 29.720] (II) LoadModule: "dri2"
    [ 29.720] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 29.720] (II) Module dri2: vendor="X.Org Foundation"
    [ 29.720] compiled for 1.10.3.901, module version = 1.2.0
    [ 29.720] ABI class: X.Org Server Extension, version 5.0
    [ 29.720] (==) Depth 24 pixmap format is 32 bpp
    [ 29.720] (II) intel(0): [DRI2] Setup complete
    [ 29.720] (II) intel(0): [DRI2] DRI driver: i965
    [ 29.720] (II) intel(0): Allocated new frame buffer 1408x768 stride 5632, tiled
    [ 29.735] (II) UXA(0): Driver registered support for the following operations:
    [ 29.735] (II) solid
    [ 29.735] (II) copy
    [ 29.735] (II) composite (RENDER acceleration)
    [ 29.735] (II) put_image
    [ 29.735] (II) get_image
    [ 29.735] (==) intel(0): Backing store disabled
    [ 29.735] (==) intel(0): Silken mouse enabled
    [ 29.736] (II) intel(0): Initializing HW Cursor
    [ 29.756] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 29.757] (==) intel(0): DPMS enabled
    [ 29.757] (==) intel(0): Intel XvMC decoder enabled
    [ 29.757] (II) intel(0): Set up textured video
    [ 29.757] (II) intel(0): [XvMC] xvmc_vld driver initialized.
    [ 29.757] (II) intel(0): direct rendering: DRI2 Enabled
    [ 29.757] (==) intel(0): hotplug detection: "enabled"
    [ 29.757] (--) RandR disabled
    [ 29.757] (II) Initializing built-in extension Generic Event Extension
    [ 29.757] (II) Initializing built-in extension SHAPE
    [ 29.757] (II) Initializing built-in extension MIT-SHM
    [ 29.757] (II) Initializing built-in extension XInputExtension
    [ 29.757] (II) Initializing built-in extension XTEST
    [ 29.757] (II) Initializing built-in extension BIG-REQUESTS
    [ 29.757] (II) Initializing built-in extension SYNC
    [ 29.757] (II) Initializing built-in extension XKEYBOARD
    [ 29.757] (II) Initializing built-in extension XC-MISC
    [ 29.757] (II) Initializing built-in extension SECURITY
    [ 29.757] (II) Initializing built-in extension XINERAMA
    [ 29.757] (II) Initializing built-in extension XFIXES
    [ 29.757] (II) Initializing built-in extension RENDER
    [ 29.757] (II) Initializing built-in extension RANDR
    [ 29.757] (II) Initializing built-in extension COMPOSITE
    [ 29.757] (II) Initializing built-in extension DAMAGE
    [ 29.963] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 29.963] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 29.963] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 29.963] (II) AIGLX: enabled GLX_SGI_make_current_read
    [ 29.963] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 29.963] (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    [ 29.963] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 29.964] (II) intel(0): Setting screen physical size to 361 x 203
    [ 30.270] (II) config/udev: Adding input device Power Button (/dev/input/event4)
    [ 30.270] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 30.270] (II) LoadModule: "evdev"
    [ 30.270] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.279] (II) Module evdev: vendor="X.Org Foundation"
    [ 30.279] compiled for 1.10.0, module version = 2.6.0
    [ 30.279] Module class: X.Org XInput Driver
    [ 30.279] ABI class: X.Org XInput driver, version 12.2
    [ 30.279] (II) Using input driver 'evdev' for 'Power Button'
    [ 30.279] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.279] (**) Power Button: always reports core events
    [ 30.279] (**) Power Button: Device: "/dev/input/event4"
    [ 30.279] (--) Power Button: Found keys
    [ 30.279] (II) Power Button: Configuring as keyboard
    [ 30.279] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input4/event4"
    [ 30.279] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    [ 30.279] (**) Option "xkb_rules" "evdev"
    [ 30.279] (**) Option "xkb_model" "evdev"
    [ 30.279] (**) Option "xkb_layout" "us"
    [ 30.311] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
    [ 30.311] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 30.311] (II) Using input driver 'evdev' for 'Video Bus'
    [ 30.311] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.311] (**) Video Bus: always reports core events
    [ 30.311] (**) Video Bus: Device: "/dev/input/event8"
    [ 30.311] (--) Video Bus: Found keys
    [ 30.311] (II) Video Bus: Configuring as keyboard
    [ 30.311] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8"
    [ 30.311] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    [ 30.311] (**) Option "xkb_rules" "evdev"
    [ 30.311] (**) Option "xkb_model" "evdev"
    [ 30.311] (**) Option "xkb_layout" "us"
    [ 30.325] (II) config/udev: Adding input device Lid Switch (/dev/input/event3)
    [ 30.325] (II) No input driver/identifier specified (ignoring)
    [ 30.325] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
    [ 30.325] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 30.325] (II) Using input driver 'evdev' for 'Sleep Button'
    [ 30.325] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.326] (**) Sleep Button: always reports core events
    [ 30.326] (**) Sleep Button: Device: "/dev/input/event2"
    [ 30.326] (--) Sleep Button: Found keys
    [ 30.326] (II) Sleep Button: Configuring as keyboard
    [ 30.326] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
    [ 30.326] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    [ 30.326] (**) Option "xkb_rules" "evdev"
    [ 30.326] (**) Option "xkb_model" "evdev"
    [ 30.326] (**) Option "xkb_layout" "us"
    [ 30.329] (II) config/udev: Adding input device CNF7129 (/dev/input/event7)
    [ 30.330] (**) CNF7129: Applying InputClass "evdev keyboard catchall"
    [ 30.330] (II) Using input driver 'evdev' for 'CNF7129'
    [ 30.330] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.330] (**) CNF7129: always reports core events
    [ 30.330] (**) CNF7129: Device: "/dev/input/event7"
    [ 30.330] (--) CNF7129: Found keys
    [ 30.330] (II) CNF7129: Configuring as keyboard
    [ 30.330] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3:1.0/input/input7/event7"
    [ 30.330] (II) XINPUT: Adding extended input device "CNF7129" (type: KEYBOARD)
    [ 30.330] (**) Option "xkb_rules" "evdev"
    [ 30.330] (**) Option "xkb_model" "evdev"
    [ 30.330] (**) Option "xkb_layout" "us"
    [ 30.333] (II) config/udev: Adding input device MosArt Optical Mouse (/dev/input/event1)
    [ 30.333] (**) MosArt Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 30.333] (II) Using input driver 'evdev' for 'MosArt Optical Mouse'
    [ 30.333] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.333] (**) MosArt Optical Mouse: always reports core events
    [ 30.333] (**) MosArt Optical Mouse: Device: "/dev/input/event1"
    [ 30.333] (--) MosArt Optical Mouse: Found 3 mouse buttons
    [ 30.333] (--) MosArt Optical Mouse: Found scroll wheel(s)
    [ 30.333] (--) MosArt Optical Mouse: Found relative axes
    [ 30.333] (--) MosArt Optical Mouse: Found x and y relative axes
    [ 30.333] (II) MosArt Optical Mouse: Configuring as mouse
    [ 30.333] (II) MosArt Optical Mouse: Adding scrollwheel support
    [ 30.333] (**) MosArt Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 30.333] (**) MosArt Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 30.333] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input1/event1"
    [ 30.333] (II) XINPUT: Adding extended input device "MosArt Optical Mouse" (type: MOUSE)
    [ 30.333] (II) MosArt Optical Mouse: initialized for relative axes.
    [ 30.333] (**) MosArt Optical Mouse: (accel) keeping acceleration scheme 1
    [ 30.333] (**) MosArt Optical Mouse: (accel) acceleration profile 0
    [ 30.333] (**) MosArt Optical Mouse: (accel) acceleration factor: 2.000
    [ 30.334] (**) MosArt Optical Mouse: (accel) acceleration threshold: 4
    [ 30.334] (II) config/udev: Adding input device MosArt Optical Mouse (/dev/input/mouse0)
    [ 30.334] (II) No input driver/identifier specified (ignoring)
    [ 30.338] (II) config/udev: Adding input device Asus Laptop extra buttons (/dev/input/event5)
    [ 30.338] (**) Asus Laptop extra buttons: Applying InputClass "evdev keyboard catchall"
    [ 30.338] (II) Using input driver 'evdev' for 'Asus Laptop extra buttons'
    [ 30.338] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.338] (**) Asus Laptop extra buttons: always reports core events
    [ 30.338] (**) Asus Laptop extra buttons: Device: "/dev/input/event5"
    [ 30.339] (--) Asus Laptop extra buttons: Found keys
    [ 30.339] (II) Asus Laptop extra buttons: Configuring as keyboard
    [ 30.339] (**) Option "config_info" "udev:/sys/devices/platform/asus_laptop/input/input5/event5"
    [ 30.339] (II) XINPUT: Adding extended input device "Asus Laptop extra buttons" (type: KEYBOARD)
    [ 30.339] (**) Option "xkb_rules" "evdev"
    [ 30.339] (**) Option "xkb_model" "evdev"
    [ 30.339] (**) Option "xkb_layout" "us"
    [ 30.339] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 30.340] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 30.340] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 30.340] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 30.340] (**) AT Translated Set 2 keyboard: always reports core events
    [ 30.340] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 30.340] (--) AT Translated Set 2 keyboard: Found keys
    [ 30.340] (II) AT Translated Set 2 keyboard: Configuring as keyboard
    [ 30.340] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 30.340] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    [ 30.340] (**) Option "xkb_rules" "evdev"
    [ 30.340] (**) Option "xkb_model" "evdev"
    [ 30.340] (**) Option "xkb_layout" "us"
    [ 30.341] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event6)
    [ 30.341] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
    [ 30.341] (**) ETPS/2 Elantech Touchpad: Applying InputClass "touchpad catchall"
    [ 30.341] (II) LoadModule: "synaptics"
    [ 30.341] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 30.348] (II) Module synaptics: vendor="X.Org Foundation"
    [ 30.348] compiled for 1.10.2, module version = 1.4.1
    [ 30.348] Module class: X.Org XInput Driver
    [ 30.348] ABI class: X.Org XInput driver, version 12.2
    [ 30.348] (II) Using input driver 'synaptics' for 'ETPS/2 Elantech Touchpad'
    [ 30.348] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 30.348] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 30.348] (**) Option "Device" "/dev/input/event6"
    [ 30.383] (--) ETPS/2 Elantech Touchpad: x-axis range 8 - 1144
    [ 30.383] (--) ETPS/2 Elantech Touchpad: y-axis range 8 - 760
    [ 30.383] (--) ETPS/2 Elantech Touchpad: pressure range 0 - 255
    [ 30.383] (--) ETPS/2 Elantech Touchpad: finger width range 0 - 15
    [ 30.383] (--) ETPS/2 Elantech Touchpad: buttons: left right double triple
    [ 30.383] (**) Option "HorizTwoFingerScroll" "on"
    [ 30.383] (**) Option "TapButton1" "1"
    [ 30.383] (**) Option "TapButton2" "2"
    [ 30.383] (**) Option "TapButton3" "3"
    [ 30.490] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 30.490] (**) ETPS/2 Elantech Touchpad: always reports core events
    [ 30.596] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input6/event6"
    [ 30.596] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
    [ 30.596] (**) ETPS/2 Elantech Touchpad: (accel) MinSpeed is now constant deceleration 2.5
    [ 30.596] (**) ETPS/2 Elantech Touchpad: MaxSpeed is now 1.75
    [ 30.596] (**) ETPS/2 Elantech Touchpad: AccelFactor is now 0.147
    [ 30.597] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
    [ 30.597] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 1
    [ 30.597] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
    [ 30.597] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
    [ 30.597] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 30.597] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
    [ 30.597] (II) No input driver/identifier specified (ignoring)
    [ 34.378] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 34.378] (II) intel(0): Printing DDC gathered Modelines:
    [ 34.378] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 35.239] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 35.239] (II) intel(0): Printing DDC gathered Modelines:
    [ 35.239] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 7845.732] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 7845.732] (II) intel(0): Printing DDC gathered Modelines:
    [ 7845.732] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 7981.029] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 7988.348] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 7988.348] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 7988.359] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 7988.359] (II) intel(0): Printing DDC gathered Modelines:
    [ 7988.359] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 7988.914] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 8398.719] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 8405.467] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 8405.467] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 8405.479] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 8405.479] (II) intel(0): Printing DDC gathered Modelines:
    [ 8405.479] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 8406.042] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 22636.411] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 22641.160] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 22641.160] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 22641.174] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 22641.174] (II) intel(0): Printing DDC gathered Modelines:
    [ 22641.174] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 22641.736] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 40884.951] (II) config/udev: removing device MosArt Optical Mouse
    [ 40885.215] (II) MosArt Optical Mouse: Close
    [ 40885.236] (II) UnloadModule: "evdev"
    [ 40885.236] (II) Unloading evdev
    [ 52007.336] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 52011.895] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 52012.386] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 52012.924] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 52013.107] (II) intel(0): Printing DDC gathered Modelines:
    [ 52013.107] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 52013.736] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 52013.792] (II) config/udev: Adding input device MosArt Optical Mouse (/dev/input/mouse0)
    [ 52013.899] (II) No input driver/identifier specified (ignoring)
    [ 52013.905] (II) config/udev: Adding input device MosArt Optical Mouse (/dev/input/event1)
    [ 52013.905] (**) MosArt Optical Mouse: Applying InputClass "evdev pointer catchall"
    [ 52013.905] (II) Using input driver 'evdev' for 'MosArt Optical Mouse'
    [ 52013.905] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 52015.101] (**) MosArt Optical Mouse: always reports core events
    [ 52015.101] (**) MosArt Optical Mouse: Device: "/dev/input/event1"
    [ 52015.102] (--) MosArt Optical Mouse: Found 3 mouse buttons
    [ 52015.102] (--) MosArt Optical Mouse: Found scroll wheel(s)
    [ 52015.102] (--) MosArt Optical Mouse: Found relative axes
    [ 52015.102] (--) MosArt Optical Mouse: Found x and y relative axes
    [ 52015.102] (II) MosArt Optical Mouse: Configuring as mouse
    [ 52015.102] (II) MosArt Optical Mouse: Adding scrollwheel support
    [ 52015.102] (**) MosArt Optical Mouse: YAxisMapping: buttons 4 and 5
    [ 52015.102] (**) MosArt Optical Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 52015.102] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb6/6-1/6-1:1.0/input/input9/event1"
    [ 52015.102] (II) XINPUT: Adding extended input device "MosArt Optical Mouse" (type: MOUSE)
    [ 52015.102] (II) MosArt Optical Mouse: initialized for relative axes.
    [ 52015.102] (**) MosArt Optical Mouse: (accel) keeping acceleration scheme 1
    [ 52015.102] (**) MosArt Optical Mouse: (accel) acceleration profile 0
    [ 52015.102] (**) MosArt Optical Mouse: (accel) acceleration factor: 2.000
    [ 52015.102] (**) MosArt Optical Mouse: (accel) acceleration threshold: 4
    [ 57206.084] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 57213.266] (II) config/udev: removing device MosArt Optical Mouse
    [ 57213.267] (II) MosArt Optical Mouse: Close
    [ 57213.267] (II) UnloadModule: "evdev"
    [ 57213.267] (II) Unloading evdev
    [ 57214.987] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 57214.987] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 57215.001] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 57215.001] (II) intel(0): Printing DDC gathered Modelines:
    [ 57215.001] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 57215.628] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 61642.850] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 61804.065] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 61804.065] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 61804.080] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 61804.080] (II) intel(0): Printing DDC gathered Modelines:
    [ 61804.080] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 61804.639] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 61950.654] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 61957.487] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 61957.487] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 61957.500] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 61957.500] (II) intel(0): Printing DDC gathered Modelines:
    [ 61957.500] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 61958.065] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 62034.820] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 62040.529] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 62040.529] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 62040.550] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 62040.550] (II) intel(0): Printing DDC gathered Modelines:
    [ 62040.550] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 62041.113] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 62071.770] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 62077.931] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 62077.931] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 62077.944] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 62077.944] (II) intel(0): Printing DDC gathered Modelines:
    [ 62077.944] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 62078.519] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 62088.127] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 62093.545] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 62093.546] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 62093.560] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 62093.560] (II) intel(0): Printing DDC gathered Modelines:
    [ 62093.560] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 62094.131] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 62197.744] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 62201.733] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 62201.733] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 62201.747] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 62201.747] (II) intel(0): Printing DDC gathered Modelines:
    [ 62201.747] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 62202.305] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 62204.577] (II) AIGLX: Suspending AIGLX clients for VT switch
    [ 62206.077] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 62206.077] (II) AIGLX: Resuming AIGLX clients after VT switch
    [ 62206.133] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 62206.134] (II) intel(0): Printing DDC gathered Modelines:
    [ 62206.134] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 62206.691] (--) ETPS/2 Elantech Touchpad: touchpad found
    [ 62254.544] (WW) Open ACPI failed (/var/run/acpid.socket) (Connection refused)
    [ 63531.023] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 63531.023] (II) intel(0): Printing DDC gathered Modelines:
    [ 63531.023] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 63531.841] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 63531.841] (II) intel(0): Printing DDC gathered Modelines:
    [ 63531.841] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 63552.770] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 63552.770] (II) intel(0): Printing DDC gathered Modelines:
    [ 63552.770] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 63555.904] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 63555.904] (II) intel(0): Printing DDC gathered Modelines:
    [ 63555.904] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 63557.698] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 63557.698] (II) intel(0): Printing DDC gathered Modelines:
    [ 63557.698] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 63561.029] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 63561.029] (II) intel(0): Printing DDC gathered Modelines:
    [ 63561.029] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 63593.540] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 63593.540] (II) intel(0): Printing DDC gathered Modelines:
    [ 63593.540] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    [ 63595.047] (II) intel(0): EDID vendor "LGD", prod id 488
    [ 63595.047] (II) intel(0): Printing DDC gathered Modelines:
    [ 63595.047] (II) intel(0): Modeline "1366x768"x0.0 72.30 1366 1414 1446 1526 768 771 776 790 -hsync -vsync (47.4 kHz)
    dmesg log:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.0-ARCH (tobias@T-POWA-LX) (gcc version 4.6.1 (GCC) ) #1 SMP PREEMPT Wed Aug 17 20:24:07 UTC 2011
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 0000000000097c00 (usable)
    [ 0.000000] BIOS-e820: 0000000000097c00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e1000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007dd80000 (usable)
    [ 0.000000] BIOS-e820: 000000007dd80000 - 000000007dd8f000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007dd8f000 - 000000007dde0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007dde0000 - 000000007de00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed40000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    [ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] DMI 2.5 present.
    [ 0.000000] DMI: ASUSTeK Computer Inc. K50IJ /K50IJ , BIOS 209 07/10/2009
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] last_pfn = 0x7dd80 max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-CFFFF write-protect
    [ 0.000000] D0000-DFFFF uncachable
    [ 0.000000] E0000-EFFFF write-through
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 07DE00000 mask FFFE00000 uncachable
    [ 0.000000] 2 base 07E000000 mask FFE000000 uncachable
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [c00ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 00c00000
    [ 0.000000] Base memory trampoline at [c0093000] 93000 size 16384
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
    [ 0.000000] 0000000000 - 0000400000 page 4k
    [ 0.000000] 0000400000 - 0037400000 page 2M
    [ 0.000000] 0037400000 - 00377fe000 page 4k
    [ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
    [ 0.000000] RAMDISK: 7db59000 - 7dd70000
    [ 0.000000] Allocated new RAMDISK: 375e7000 - 377fdccf
    [ 0.000000] Move RAMDISK from 000000007db59000 - 000000007dd6fcce to 375e7000 - 377fdcce
    [ 0.000000] ACPI: RSDP 000f93d0 00024 (v02 ACPIAM)
    [ 0.000000] ACPI: XSDT 7dd80100 00084 (v01 071009 XSDT1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: FACP 7dd80290 000F4 (v03 071009 FACP1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: DSDT 7dd80680 0CD1D (v01 K50IJ K50IJ209 00000209 INTL 20051117)
    [ 0.000000] ACPI: FACS 7dd8f000 00040
    [ 0.000000] ACPI: APIC 7dd80390 0005C (v01 071009 APIC1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 7dd80430 0003C (v01 071009 OEMMCFG 20090710 MSFT 00000097)
    [ 0.000000] ACPI: OEMX 7dd80470 00176 (v01 071009 OEMX1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: ECDT 7dd80620 00054 (v01 071009 OEMECDT 20090710 MSFT 00000097)
    [ 0.000000] ACPI: DBGP 7dd803f0 00034 (v01 071009 DBGP1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: BOOT 7dd805f0 00028 (v01 071009 BOOT1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 7dd8f040 00071 (v01 071009 OEMB1636 20090710 MSFT 00000097)
    [ 0.000000] ACPI: HPET 7dd8d3a0 00038 (v01 071009 OEMHPET 20090710 MSFT 00000097)
    [ 0.000000] ACPI: GSCI 7dd8f0c0 02024 (v01 071009 GMCHSCI 20090710 MSFT 00000097)
    [ 0.000000] ACPI: ATKG 7dd912f0 08024 (v01 022008 OEMATKG 20080220 MSFT 00000097)
    [ 0.000000] ACPI: SSDT 7dd99b20 004F0 (v01 PmRef CpuPm 00003000 INTL 20051117)
    [ 0.000000] ACPI: DMI detected: ASUS K50IJ
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 1125MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] Normal 0x00001000 -> 0x000377fe
    [ 0.000000] HighMem 0x000377fe -> 0x0007dd80
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x00000097
    [ 0.000000] 0: 0x00000100 -> 0x0007dd80
    [ 0.000000] On node 0 totalpages: 515335
    [ 0.000000] free_area_init_node: node 0, pgdat c05adc80, node_mem_map f6626200
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3943 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 221486 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 2252 pages used for memmap
    [ 0.000000] HighMem zone: 285878 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 0000000000097000 - 0000000000098000
    [ 0.000000] PM: Registered nosave memory: 0000000000098000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e1000
    [ 0.000000] PM: Registered nosave memory: 00000000000e1000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7de00000 (gap: 7de00000:80f20000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 12 pages/cpu @f6000000 s25472 r0 d23680 u2097152
    [ 0.000000] pcpu-alloc: s25472 r0 d23680 u2097152 alloc=1*4194304
    [ 0.000000] pcpu-alloc: [0] 0 1
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 511307
    [ 0.000000] Kernel command line: root=/dev/sda1 ro quiet acpi_osi=Linux acpi_backlight=vendor
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] xsave/xrstor: enabled xstate_bv 0x3, cntxt size 0x240
    [ 0.000000] allocated 8247040 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:0007dd80)
    [ 0.000000] Memory: 2027796k/2061824k available (3415k kernel code, 33544k reserved, 1406k data, 500k init, 1152520k highmem)
    [ 0.000000] virtual kernel memory layout:
    [ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    [ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    [ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    [ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    [ 0.000000] .init : 0xc05b6000 - 0xc0633000 ( 500 kB)
    [ 0.000000] .data : 0xc0455f95 - 0xc05b5980 (1406 kB)
    [ 0.000000] .text : 0xc0100000 - 0xc0455f95 (3415 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:512
    [ 0.000000] CPU 0 irqstacks, hard=f540c000 soft=f540e000
    [ 0.000000] Extended CMOS year: 2000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 1795.307 MHz processor.
    [ 0.003337] Calibrating delay loop (skipped), value calculated using timer frequency.. 3592.22 BogoMIPS (lpj=5984356)
    [ 0.003342] pid_max: default: 32768 minimum: 301
    [ 0.003394] Security Framework initialized
    [ 0.003400] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003425] Mount-cache hash table entries: 512
    [ 0.003645] Initializing cgroup subsys cpuacct
    [ 0.003661] Initializing cgroup subsys memory
    [ 0.003672] Initializing cgroup subsys devices
    [ 0.003675] Initializing cgroup subsys freezer
    [ 0.003677] Initializing cgroup subsys net_cls
    [ 0.003680] Initializing cgroup subsys blkio
    [ 0.003723] CPU: Physical Processor ID: 0
    [ 0.003725] CPU: Processor Core ID: 0
    [ 0.003728] mce: CPU supports 6 MCE banks
    [ 0.003736] CPU0: Thermal monitoring handled by SMI
    [ 0.003741] using mwait in idle threads.
    [ 0.004682] ACPI: Core revision 20110413
    [ 0.016681] ftrace: allocating 15363 entries in 31 pages
    [ 0.020055] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.020414] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.054223] CPU0: Intel Celeron(R) Dual-Core CPU T3000 @ 1.80GHz stepping 0a
    [ 0.056663] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
    [ 0.056663] ... version: 2
    [ 0.056663] ... bit width: 40
    [ 0.056663] ... generic registers: 2
    [ 0.056663] ... value mask: 000000ffffffffff
    [ 0.056663] ... max period: 000000007fffffff
    [ 0.056663] ... fixed-purpose events: 3
    [ 0.056663] ... event mask: 0000000700000003
    [ 0.073447] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.100011] CPU 1 irqstacks, hard=f54e8000 soft=f54ea000
    [ 0.100014] Booting Node 0, Processors #1 Ok.
    [ 0.100017] smpboot cpu 1: start_ip = 93000
    [ 0.006666] Initializing CPU#1
    [ 0.006666] CPU1: Thermal monitoring handled by SMI
    [ 0.196685] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.203325] Brought up 2 CPUs
    [ 0.203328] Total of 2 processors activated (7184.83 BogoMIPS).
    [ 0.204205] devtmpfs: initialized
    [ 0.204205] PM: Registering ACPI NVS region at 7dd8f000 (331776 bytes)
    [ 0.204610] print_constraints: dummy:
    [ 0.204679] NET: Registered protocol family 16
    [ 0.204802] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.204805] ACPI: bus type pci registered
    [ 0.204907] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.204910] PCI: not using MMCONFIG
    [ 0.205140] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=4
    [ 0.205142] PCI: Using configuration type 1 for base access
    [ 0.206960] bio: create slab <bio-0> at 0
    [ 0.206960] ACPI: Deleted _OSI(Windows 2009)
    [ 0.206960] ACPI: Added _OSI(Linux)
    [ 0.209165] ACPI: EC: EC description table is found, configuring boot EC
    [ 0.209171] ACPI: EC: Look up EC in DSDT
    [ 0.217833] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.220732] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
    [ 0.230153] ACPI Warning: Incorrect checksum in table [ATKG] - 0x84, should be 0xE5 (20110413/tbutils-314)
    [ 0.230498] ACPI: SSDT 7dd993b0 00765 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.231047] ACPI: Dynamic OEM Table Load:
    [ 0.231051] ACPI: SSDT (null) 00765 (v01 PmRef Cpu0Cst 00003001 INTL 20051117)
    [ 0.231349] ACPI: SSDT 7dd99320 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    [ 0.231897] ACPI: Dynamic OEM Table Load:
    [ 0.231901] ACPI: SSDT (null) 00085 (v01 PmRef Cpu1Cst 00003000 INTL 20051117)
    [ 0.232261] ACPI: Interpreter enabled
    [ 0.232274] ACPI: (supports S0 S3 S4 S5)
    [ 0.232302] ACPI: Using IOAPIC for interrupt routing
    [ 0.232334] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.234058] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.234061] PCI: Using MMCONFIG for extended config space
    [ 0.243238] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
    [ 0.243608] ACPI: No dock devices found.
    [ 0.243611] HEST: Table not found.
    [ 0.243616] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.243913] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.244130] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.244134] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
    [ 0.244137] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.244140] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.244143] pci_root PNP0A08:00: host bridge window [mem 0x7de00000-0xffffffff]
    [ 0.244159] pci 0000:00:00.0: [8086:2a40] type 0 class 0x000600
    [ 0.244186] DMAR: Forcing write-buffer flush capability
    [ 0.244212] pci 0000:00:02.0: [8086:2a42] type 0 class 0x000300
    [ 0.244228] pci 0000:00:02.0: reg 10: [mem 0xfe400000-0xfe7fffff 64bit]
    [ 0.244238] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.244246] pci 0000:00:02.0: reg 20: [io 0xdc00-0xdc07]
    [ 0.244283] pci 0000:00:02.1: [8086:2a43] type 0 class 0x000380
    [ 0.244297] pci 0000:00:02.1: reg 10: [mem 0xfe800000-0xfe8fffff 64bit]
    [ 0.244395] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
    [ 0.244464] pci 0000:00:1a.0: reg 20: [io 0xd880-0xd89f]
    [ 0.244532] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
    [ 0.244601] pci 0000:00:1a.1: reg 20: [io 0xd800-0xd81f]
    [ 0.244670] pci 0000:00:1a.2: [8086:2939] type 0 class 0x000c03
    [ 0.244739] pci 0000:00:1a.2: reg 20: [io 0xd480-0xd49f]
    [ 0.244820] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
    [ 0.244851] pci 0000:00:1a.7: reg 10: [mem 0xfe9fbc00-0xfe9fbfff]
    [ 0.244958] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    [ 0.244964] pci 0000:00:1a.7: PME# disabled
    [ 0.244998] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
    [ 0.245024] pci 0000:00:1b.0: reg 10: [mem 0xfe9f4000-0xfe9f7fff 64bit]
    [ 0.245116] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.245122] pci 0000:00:1b.0: PME# disabled
    [ 0.245154] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
    [ 0.245247] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.245252] pci 0000:00:1c.0: PME# disabled
    [ 0.245287] pci 0000:00:1c.1: [8086:2942] type 1 class 0x000604
    [ 0.245380] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.245386] pci 0000:00:1c.1: PME# disabled
    [ 0.245425] pci 0000:00:1c.5: [8086:294a] type 1 class 0x000604
    [ 0.245519] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 0.245524] pci 0000:00:1c.5: PME# disabled
    [ 0.245562] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
    [ 0.245631] pci 0000:00:1d.0: reg 20: [io 0xd400-0xd41f]
    [ 0.245701] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
    [ 0.245770] pci 0000:00:1d.1: reg 20: [io 0xd080-0xd09f]
    [ 0.245838] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
    [ 0.245907] pci 0000:00:1d.2: reg 20: [io 0xd000-0xd01f]
    [ 0.245989] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
    [ 0.246019] pci 0000:00:1d.7: reg 10: [mem 0xfe9fb800-0xfe9fbbff]
    [ 0.246125] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.246131] pci 0000:00:1d.7: PME# disabled
    [ 0.246159] pci 0000:00:1e.0: [8086:2448] type 1 class 0x000604
    [ 0.246251] pci 0000:00:1f.0: [8086:2919] type 0 class 0x000601
    [ 0.246413] pci 0000:00:1f.2: [8086:2929] type 0 class 0x000106
    [ 0.246445] pci 0000:00:1f.2: reg 10: [io 0xcc00-0xcc07]
    [ 0.246458] pci 0000:00:1f.2: reg 14: [io 0xc880-0xc883]
    [ 0.246471] pci 0000:00:1f.2: reg 18: [io 0xc800-0xc807]
    [ 0.246485] pci 0000:00:1f.2: reg 1c: [io 0xc480-0xc483]
    [ 0.246498] pci 0000:00:1f.2: reg 20: [io 0xc400-0xc41f]
    [ 0.246512] pci 0000:00:1f.2: reg 24: [mem 0xfe9fb000-0xfe9fb7ff]
    [ 0.246569] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.246575] pci 0000:00:1f.2: PME# disabled
    [ 0.246673] pci 0000:00:1c.0: PCI bridge to [bus 01-01]
    [ 0.246679] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.246686] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.246695] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.246786] pci 0000:02:00.0: [168c:002b] type 0 class 0x000280
    [ 0.246820] pci 0000:02:00.0: reg 10: [mem 0xfeaf0000-0xfeafffff 64bit]
    [ 0.246941] pci 0000:02:00.0: supports D1
    [ 0.246944] pci 0000:02:00.0: PME# supported from D0 D1 D3hot D3cold
    [ 0.246951] pci 0000:02:00.0: PME# disabled
    [ 0.246997] pci 0000:00:1c.1: PCI bridge to [bus 02-02]
    [ 0.247003] pci 0000:00:1c.1: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.247009] pci 0000:00:1c.1: bridge window [mem 0xfea00000-0xfeafffff]
    [ 0.247018] pci 0000:00:1c.1: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.247111] pci 0000:03:00.0: [1969:1026] type 0 class 0x000200
    [ 0.247145] pci 0000:03:00.0: reg 10: [mem 0xfebc0000-0xfebfffff 64bit]
    [ 0.247163] pci 0000:03:00.0: reg 18: [io 0xec00-0xec7f]
    [ 0.247272] pci 0000:03:00.0: PME# supported from D3hot D3cold
    [ 0.247279] pci 0000:03:00.0: PME# disabled
    [ 0.247317] pci 0000:00:1c.5: PCI bridge to [bus 03-03]
    [ 0.247322] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
    [ 0.247328] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
    [ 0.247338] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.247437] pci 0000:00:1e.0: PCI bridge to [bus 04-04] (subtractive decode)
    [ 0.247443] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
    [ 0.247449] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    [ 0.247458] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    [ 0.247461] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.247465] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.247468] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.247471] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.247474] pci 0000:00:1e.0: bridge window [mem 0x7de00000-0xffffffff] (subtractive decode)
    [ 0.247504] pci_bus 0000:00: on NUMA node 0
    [ 0.247508] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.247720] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P2._PRT]
    [ 0.247764] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P7._PRT]
    [ 0.247955] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.248244] pci0000:00: ACPI _OSC control (0x1d) granted
    [ 0.259263] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12)
    [ 0.259321] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 10 12)
    [ 0.259380] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
    [ 0.259432] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 7 10 12)
    [ 0.259486] ACPI: PCI Interrupt Link [LNKE] (IRQs 6) *0, disabled.
    [ 0.259541] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 10 12)
    [ 0.259595] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 *4 5 6 7 10 12)
    [ 0.259650] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 12)
    [ 0.259762] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.259776] vgaarb: loaded
    [ 0.259778] vgaarb: bridge control possible 0000:00:02.0
    [ 0.259889] PCI: Using ACPI for IRQ routing
    [ 0.259892] PCI: pci_cache_line_size set to 64 bytes
    [ 0.260000] reserve RAM buffer: 0000000000097c00 - 000000000009ffff
    [ 0.260003] reserve RAM buffer: 000000007dd80000 - 000000007fffffff
    [ 0.260139] NetLabel: Initializing
    [ 0.260142] NetLabel: domain hash size = 128
    [ 0.260143] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.260158] NetLabel: unlabeled traffic allowed by default
    [ 0.260175] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    [ 0.260182] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.260188] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    [ 0.270002] Switching to clocksource hpet
    [ 0.273159] Switched to NOHz mode on CPU #0
    [ 0.273289] Switched to NOHz mode on CPU #1
    [ 0.277809] pnp: PnP ACPI init
    [ 0.277833] ACPI: bus type pnp registered
    [ 0.277988] pnp 00:00: [bus 00-ff]
    [ 0.277992] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.277995] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.278000] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.278003] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.278006] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.278009] pnp 00:00: [mem 0x7de00000-0xffffffff window]
    [ 0.278012] pnp 00:00: [mem 0x00000000-0xffffffff window]
    [ 0.278117] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
    [ 0.278129] pnp 00:01: [mem 0xfed10000-0xfed19fff]
    [ 0.278191] system 00:01: [mem 0xfed10000-0xfed19fff] has been reserved
    [ 0.278196] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.278231] pnp 00:02: [dma 4]
    [ 0.278234] pnp 00:02: [io 0x0000-0x000f]
    [ 0.278236] pnp 00:02: [io 0x0081-0x0083]
    [ 0.278239] pnp 00:02: [io 0x0087]
    [ 0.278241] pnp 00:02: [io 0x0089-0x008b]
    [ 0.278243] pnp 00:02: [io 0x008f]
    [ 0.278246] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.278277] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.278290] pnp 00:03: [io 0x0070-0x0071]
    [ 0.278304] pnp 00:03: [irq 8]
    [ 0.278335] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.278373] pnp 00:04: [io 0x0060]
    [ 0.278376] pnp 00:04: [io 0x0064]
    [ 0.278382] pnp 00:04: [irq 1]
    [ 0.278416] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.278471] pnp 00:05: [irq 12]
    [ 0.278509] pnp 00:05: Plug and Play ACPI device, IDs ETD0001 PNP0f0e PNP0f0b PNP0f03 PNP0f13 PNP0f12 (active)
    [ 0.278520] pnp 00:06: [io 0x0061]
    [ 0.278552] pnp 00:06: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.278563] pnp 00:07: [io 0x00f0-0x00ff]
    [ 0.278568] pnp 00:07: [irq 13]
    [ 0.278601] pnp 00:07: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.278762] pnp 00:08: [io 0x0010-0x001f]
    [ 0.278765] pnp 00:08: [io 0x0022-0x003f]
    [ 0.278767] pnp 00:08: [io 0x0044-0x005f]
    [ 0.278769] pnp 00:08: [io 0x0063]
    [ 0.278772] pnp 00:08: [io 0x0065]
    [ 0.278774] pnp 00:08: [io 0x0067-0x006f]
    [ 0.278776] pnp 00:08: [io 0x0072-0x007f]
    [ 0.278778] pnp 00:08: [io 0x0080]
    [ 0.278781] pnp 00:08: [io 0x0084-0x0086]
    [ 0.278783] pnp 00:08: [io 0x0088]
    [ 0.278785] pnp 00:08: [io 0x008c-0x008e]
    [ 0.278787] pnp 00:08: [io 0x0090-0x009f]
    [ 0.278790] pnp 00:08: [io 0x00a2-0x00bf]
    [ 0.278792] pnp 00:08: [io 0x00e0-0x00ef]
    [ 0.278794] pnp 00:08: [io 0x04d0-0x04d1]
    [ 0.278797] pnp 00:08: [io 0x0800-0x087f]
    [ 0.278799] pnp 00:08: [io 0x0400-0x041f]
    [ 0.278801] pnp 00:08: [io 0x0500-0x057f]
    [ 0.278804] pnp 00:08: [mem 0xfe9fac00-0xfe9facff window]
    [ 0.278807] pnp 00:08: [mem 0xfed1c000-0xfed1ffff]
    [ 0.278809] pnp 00:08: [mem 0xfed20000-0xfed3ffff]
    [ 0.278812] pnp 00:08: [mem 0xfed45000-0xfed89fff]
    [ 0.278815] pnp 00:08: [mem 0xfed90000-0xfed90fff]
    [ 0.278817] pnp 00:08: [mem 0xfed91000-0xfed91fff]
    [ 0.278820] pnp 00:08: [mem 0xfed92000-0xfed92fff]
    [ 0.278822] pnp 00:08: [mem 0xfed93000-0xfed93fff]
    [ 0.278825] pnp 00:08: [mem 0xffb00000-0xffbfffff]
    [ 0.278827] pnp 00:08: [mem 0xfff00000-0xffffffff]
    [ 0.278906] system 00:08: [io 0x04d0-0x04d1] has been reserved
    [ 0.278910] system 00:08: [io 0x0800-0x087f] has been reserved
    [ 0.278913] system 00:08: [io 0x0400-0x041f] has been reserved
    [ 0.278916] system 00:08: [io 0x0500-0x057f] has been reserved
    [ 0.278920] system 00:08: [mem 0xfe9fac00-0xfe9facff window] has been reserved
    [ 0.278924] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.278927] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.278931] system 00:08: [mem 0xfed45000-0xfed89fff] has been reserved
    [ 0.278934] system 00:08: [mem 0xfed90000-0xfed90fff] has been reserved
    [ 0.278938] system 00:08: [mem 0xfed91000-0xfed91fff] has been reserved
    [ 0.278941] system 00:08: [mem 0xfed92000-0xfed92fff] has been reserved
    [ 0.278944] system 00:08: [mem 0xfed93000-0xfed93fff] has been reserved
    [ 0.278948] system 00:08: [mem 0xffb00000-0xffbfffff] has been reserved
    [ 0.278951] system 00:08: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.278955] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279024] pnp 00:09: [mem 0xfed00000-0xfed003ff]
    [ 0.279059] pnp 00:09: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.279120] pnp 00:0a: [mem 0xffa00000-0xffbfffff]
    [ 0.279123] pnp 00:0a: [mem 0xffe00000-0xffffffff]
    [ 0.279177] system 00:0a: [mem 0xffa00000-0xffbfffff] could not be reserved
    [ 0.279181] system 00:0a: [mem 0xffe00000-0xffffffff] could not be reserved
    [ 0.279185] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279233] pnp 00:0b: [mem 0xffc00000-0xffdfffff]
    [ 0.279287] system 00:0b: [mem 0xffc00000-0xffdfffff] has been reserved
    [ 0.279291] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279352] pnp 00:0c: [mem 0xfec00000-0xfec00fff]
    [ 0.279355] pnp 00:0c: [mem 0xfee00000-0xfee00fff]
    [ 0.279358] pnp 00:0c: [mem 0xfec10000-0xfec17fff]
    [ 0.279360] pnp 00:0c: [mem 0xfec18000-0xfec1ffff]
    [ 0.279362] pnp 00:0c: [mem 0xfec38000-0xfec3ffff]
    [ 0.279365] pnp 00:0c: [io 0x0250-0x0253]
    [ 0.279367] pnp 00:0c: [io 0x0256-0x025f]
    [ 0.279424] system 00:0c: [io 0x0250-0x0253] has been reserved
    [ 0.279428] system 00:0c: [io 0x0256-0x025f] has been reserved
    [ 0.279431] system 00:0c: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.279435] system 00:0c: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.279438] system 00:0c: [mem 0xfec10000-0xfec17fff] has been reserved
    [ 0.279441] system 00:0c: [mem 0xfec18000-0xfec1ffff] has been reserved
    [ 0.279445] system 00:0c: [mem 0xfec38000-0xfec3ffff] has been reserved
    [ 0.279449] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.279527]

    Yes, i log out and relogin. I have even restart the computer.
    xset -q:
    Keyboard Control:
    auto repeat: on key click percent: 0 LED mask: 00000000
    XKB indicators:
    00: Caps Lock: off 01: Num Lock: off 02: Scroll Lock: off
    03: Compose: off 04: Kana: off 05: Sleep: off
    06: Suspend: off 07: Mute: off 08: Misc: off
    09: Mail: off 10: Charging: off 11: Shift Lock: off
    12: Group 2: off 13: Mouse Keys: off
    auto repeat delay: 500 repeat rate: 20
    auto repeating keys: 00ffffffdffffbbf
    fadfffefffedffff
    9fffffffffffffff
    fff7ffffffffffff
    bell percent: 50 bell pitch: 400 bell duration: 100
    Pointer Control:
    acceleration: 2/1 threshold: 4
    Screen Saver:
    prefer blanking: no allow exposures: yes
    timeout: 0 cycle: 600
    Colors:
    default colormap: 0x20 BlackPixel: 0x0 WhitePixel: 0xffffff
    Font Path:
    /usr/share/fonts/misc/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/,built-ins
    DPMS (Energy Star):
    Standby: 0 Suspend: 0 Off: 0
    DPMS is Enabled
    Monitor is On
    Actually, standby is 0, so is suspend, but whay does it write: "DPMS is Enabled"
    EDIT:
    Then, if i do in terminal 'xset -dpms' then it writes "DPMS is Disabled"
    Last edited by Shark (2011-08-21 13:06:07)

  • [SOLVED] Blank screen starting new Xorg (ATI)

    Yes, it's another blank screen problem with xorg.  Sorry. 
    After months of sticking with an older Xorg (due to problems with my ATI Radeon X1550 card and the new Xorg w/ dual head), I decided to make a jump and update to the latest Xorg and ati drivers, foregoing dual screens.  I've read you can just start Xorg without a config, which I tried, but no luck.  I just get a blank screen.  I autogenerated a config file and still get a blank screen.  Either way there's no default X cursor or xterm anywhere. 
    I've tried adding the AllowEmptyInput flag as suggested in related threads, but that doesn't help.  My .conf file and log file are listed below.  If someone could give me some suggestions to solve this, I'd appreciate it.;
    My xorg.conf.new file:
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "ServerFlags"
    Option "DontZap" "false"
    Option "AllowEmptyInput" "off"
    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 "glx"
    Load "extmod"
    Load "record"
    Load "dri2"
    Load "dbe"
    Load "dri"
    Load "drm"
    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"
    #DisplaySize 380 300 # mm
    Identifier "Monitor0"
    VendorName "ACR"
    ModelName "AL1916"
    HorizSync 31.0 - 81.0
    VertRefresh 56.0 - 75.0
    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 "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "Dac6Bit" # [<bool>]
    #Option "Dac8Bit" # [<bool>]
    #Option "BusType" # [<str>]
    #Option "CPPIOMode" # [<bool>]
    #Option "CPusecTimeout" # <i>
    #Option "AGPMode" # <i>
    #Option "AGPFastWrite" # [<bool>]
    #Option "AGPSize" # <i>
    #Option "GARTSize" # <i>
    #Option "RingSize" # <i>
    #Option "BufferSize" # <i>
    #Option "EnableDepthMoves" # [<bool>]
    #Option "EnablePageFlip" # [<bool>]
    #Option "NoBackBuffer" # [<bool>]
    #Option "DMAForXv" # [<bool>]
    #Option "FBTexPercent" # <i>
    #Option "DepthBits" # <i>
    #Option "PCIAPERSize" # <i>
    #Option "AccelDFS" # [<bool>]
    #Option "IgnoreEDID" # [<bool>]
    #Option "DisplayPriority" # [<str>]
    #Option "PanelSize" # [<str>]
    #Option "ForceMinDotClock" # <freq>
    #Option "ColorTiling" # [<bool>]
    #Option "VideoKey" # <i>
    #Option "RageTheatreCrystal" # <i>
    #Option "RageTheatreTunerPort" # <i>
    #Option "RageTheatreCompositePort" # <i>
    #Option "RageTheatreSVideoPort" # <i>
    #Option "TunerType" # <i>
    #Option "RageTheatreMicrocPath" # <str>
    #Option "RageTheatreMicrocType" # <str>
    #Option "ScalerWidth" # <i>
    #Option "RenderAccel" # [<bool>]
    #Option "SubPixelOrder" # [<str>]
    #Option "ShowCache" # [<bool>]
    #Option "DynamicClocks" # [<bool>]
    #Option "VGAAccess" # [<bool>]
    #Option "ReverseDDC" # [<bool>]
    #Option "LVDSProbePLL" # [<bool>]
    #Option "AccelMethod" # <str>
    #Option "DRI" # [<bool>]
    #Option "ConnectorTable" # <str>
    #Option "DefaultConnectorTable" # [<bool>]
    #Option "DefaultTMDSPLL" # [<bool>]
    #Option "TVDACLoadDetect" # [<bool>]
    #Option "ForceTVOut" # [<bool>]
    #Option "TVStandard" # <str>
    #Option "IgnoreLidStatus" # [<bool>]
    #Option "DefaultTVDACAdj" # [<bool>]
    #Option "Int10" # [<bool>]
    #Option "EXAVSync" # [<bool>]
    #Option "ATOMTVOut" # [<bool>]
    #Option "R4xxATOM" # [<bool>]
    Identifier "Card0"
    Driver "ati"
    VendorName "ATI Technologies Inc"
    BoardName "RV505 [Radeon X1550 Series]"
    BusID "PCI:1:0:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    My Xorg.0.log:
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux aina 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 11:20:32 UTC 2009 i686
    Build Date: 18 July 2009 08:27:13PM
    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: Mon Jul 27 18:18:46 2009
    (++) Using config file: "./xorg.conf.new"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "DontZap" "false"
    (**) Option "AllowEmptyInput" "off"
    (==) 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,
    built-ins
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (II) Loader magic: 0x7a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 1002:7143:1043:01c6 ATI Technologies Inc RV505 [Radeon X1550 Series] rev 0, Mem @ 0xe0000000/268435456, 0xf5000000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
    (--) PCI: (0:1:0:1) 1002:7163:1043:01c7 ATI Technologies Inc RV505 [Radeon X1550 Series] (Secondary) rev 0, Mem @ 0xf5010000/65536
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) "extmod" will be loaded. 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 by default.
    (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) "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.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "mouse"
    (II) Loading /usr/lib/xorg/modules/input//mouse_drv.so
    (II) Module mouse: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.4.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "kbd"
    (II) Loading /usr/lib/xorg/modules/input//kbd_drv.so
    (II) Module kbd: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.3.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) 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 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 8500 AIW BC (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 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 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 Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
    ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), 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 HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, 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 RV710,
    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,
    ATI Radeon HD Graphics, ATI Radeon Graphics,
    ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
    ATI Radeon Graphics
    (II) Primary Device is: PCI 01@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): TOTO SAYS 00000000f5000000
    (II) RADEON(0): MMIO registers at 0x00000000f5000000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon X1550" (ChipID = 0x7143)
    (WW) RADEON(0): R500 support is under development. Please report any issues to [email protected]
    (--) RADEON(0): Linear framebuffer at 0x00000000e0000000
    (II) RADEON(0): PCIE card detected
    (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.6.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x1043 SubsystemID: 0x01c6
    IOBaseAddress: 0xb000
    Filename: SV25429.bin
    BIOS Bootup Message:
    7143.9.13.1.29.AS01
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 550000
    (II) RADEON(0): Default Memory Clock: 400000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 27000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.30.0
    (==) RADEON(0): Page Flipping disabled on r5xx and newer chips.
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1600
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (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) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 550.000000, mclk: 400.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000
    (II) RADEON(0): Skipping TV-Out
    (II) RADEON(0): Skipping Component Video
    encoder: 0x15
    encoder: 0x13
    encoder: 0x16
    (II) RADEON(0): Output VGA-0 using monitor section Monitor0
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): I2C bus "DVI-0" initialized.
    (II) RADEON(0): Port0:
    XRANDR name: VGA-0
    Connector: VGA
    CRT1: INTERNAL_KLDSCP_DAC1
    DDC reg: 0x7e40
    (II) RADEON(0): Port1:
    XRANDR name: DVI-0
    Connector: DVI-I
    CRT2: INTERNAL_KLDSCP_DAC2
    DFP1: INTERNAL_KLDSCP_TMDS1
    DDC reg: 0x7e50
    (II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    (II) RADEON(0): Manufacturer: ACR Model: 77c Serial#: 1764
    (II) RADEON(0): Year: 2006 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.634 redY: 0.354 greenX: 0.287 greenY: 0.621
    (II) RADEON(0): blueX: 0.138 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: AL1916
    (II) RADEON(0): ACER
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff0004727c07e4060000
    (II) RADEON(0): 0d1001030e261e782e6875a25a499f23
    (II) RADEON(0): 135054bfef00714f8180010101010101
    (II) RADEON(0): 010101010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000fd00384b1f
    (II) RADEON(0): 510e000a202020202020000000fc0041
    (II) RADEON(0): 4c313931360a202020202020000000fe
    (II) RADEON(0): 00414345520a202020202020202000b1
    finished output detect: 0
    (II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    finished output detect: 1
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    (II) RADEON(0): Manufacturer: ACR Model: 77c Serial#: 1764
    (II) RADEON(0): Year: 2006 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.634 redY: 0.354 greenX: 0.287 greenY: 0.621
    (II) RADEON(0): blueX: 0.138 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: AL1916
    (II) RADEON(0): ACER
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff0004727c07e4060000
    (II) RADEON(0): 0d1001030e261e782e6875a25a499f23
    (II) RADEON(0): 135054bfef00714f8180010101010101
    (II) RADEON(0): 010101010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000fd00384b1f
    (II) RADEON(0): 510e000a202020202020000000fc0041
    (II) RADEON(0): 4c313931360a202020202020000000fe
    (II) RADEON(0): 00414345520a202020202020202000b1
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    (II) RADEON(0): Output VGA-0 connected
    (II) RADEON(0): Output DVI-0 disconnected
    (II) RADEON(0): Using exact sizes for initial modes
    (II) RADEON(0): Output VGA-0 using initial mode 1280x1024
    after xf86InitialConfiguration
    (**) RADEON(0): Display dimensions: (380, 300) mm
    (**) RADEON(0): DPI set to (85, 108)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) RADEON(0): RADEONScreenInit e0000000 0 0
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x10000000
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Using 32 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 29 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
    (II) RADEON(0): Reserved area from (0,1280) to (1280,1282)
    (II) RADEON(0): Largest offscreen area available: 1280 x 6909
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x1b80000
    (II) RADEON(0): Will use depth buffer at offset 0x21c0000
    (II) RADEON(0): Will use 32 kb for PCI GART table at offset 0xfff8000
    (II) RADEON(0): Will use 221184 kb for textures at offset 0x2800000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEON(0): [drm] framebuffer handle = 0xe0000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (II) RADEON(0): [pci] 32768 kB allocated with handle 0xf93c5000
    (II) RADEON(0): [pci] ring handle = 0xf93c5000
    (II) RADEON(0): [pci] Ring mapped at 0xa765d000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0xf94c6000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0xb792c000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf94c7000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xa745d000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0xf96c7000
    (II) RADEON(0): [pci] GART Texture map mapped at 0xa57dd000
    (II) RADEON(0): [drm] register handle = 0x2ea00000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): [DRI] installation complete
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 16
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000
    (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
    (II) RADEON(0): Render acceleration disabled
    (II) RADEON(0): num quad-pipes is 1
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (**) Option "dpms"
    (**) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00643000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00648000
    (II) RADEON(0): Largest offscreen area available: 1280 x 6901
    (II) RADEON(0): Set up textured video
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Output CRT1 disable success
    Mode 1280x1024 - 1688 1066 5
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    freq: 108000000
    best_freq: 108000000
    best_feedback_div: 48
    best_ref_div: 2
    best_post_div: 6
    (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000
    (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x30(48), pdiv 6
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Enable CRTC 0 success
    Unblank CRTC 0 success
    Output CRT1 enable success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 376 x 301
    (**) Option "Protocol" "auto"
    (**) Option "Device" "/dev/input/mice"
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (**) 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) XINPUT: Adding extended input device "Mouse0" (type: MOUSE)
    (**) Mouse0: (accel) keeping acceleration scheme 1
    (**) Mouse0: (accel) filter chain progression: 2.00
    (**) Mouse0: (accel) filter stage 0: 20.00 ms
    (**) Mouse0: (accel) set acceleration profile 0
    (II) Mouse0: Setting mouse protocol to "ExplorerPS/2"
    (II) Mouse0: ps2EnableDataReporting: succeeded
    (**) 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
    (II) XINPUT: Adding extended input device "Keyboard0" (type: KEYBOARD)
    (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.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.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 x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device ImExPS/2 Logitech Explorer Mouse
    (**) ImExPS/2 Logitech Explorer Mouse: always reports core events
    (**) ImExPS/2 Logitech Explorer Mouse: Device: "/dev/input/event6"
    (II) ImExPS/2 Logitech Explorer Mouse: Found 5 mouse buttons
    (II) ImExPS/2 Logitech Explorer Mouse: Found x and y relative axes
    (II) ImExPS/2 Logitech Explorer Mouse: Found scroll wheel(s)
    (II) ImExPS/2 Logitech Explorer Mouse: Configuring as mouse
    (**) ImExPS/2 Logitech Explorer Mouse: YAxisMapping: buttons 4 and 5
    (**) ImExPS/2 Logitech Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "ImExPS/2 Logitech Explorer Mouse" (type: MOUSE)
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) keeping acceleration scheme 1
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) filter chain progression: 2.00
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) filter stage 0: 20.00 ms
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) AIGLX: Suspending AIGLX clients for VT switch
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): avivo_restore !
    Enable CRTC 0 success
    Unblank CRTC 0 success
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    (II) ImExPS/2 Logitech Explorer Mouse: Close
    (II) UnloadModule: "evdev"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) UnloadModule: "kbd"
    (II) UnloadModule: "mouse"
    (II) RADEON(0): [drm] removed 1 reserved context for kernel
    (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf802f000 at 0xb792d000
    (II) RADEON(0): [drm] Closed DRM master.
    Last edited by edenxavier (2009-07-28 22:33:44)

    Did like you said, however it didn't work.  It complained this time about not having the fbdev available.  It's not installed because I didn't think it was related.  Here's the new Xorg.log.0 file:
    X.Org X Server 1.6.2
    Release Date: 2009-7-7
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux aina 2.6.30-ARCH #1 SMP PREEMPT Mon Jul 20 11:20:32 UTC 2009 i686
    Build Date: 18 July 2009 08:27:13PM
    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: Mon Jul 27 23:20:52 2009
    (II) Loader magic: 0x7a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (--) using VT number 7
    (--) PCI:*(0:1:0:0) 1002:7143:1043:01c6 ATI Technologies Inc RV505 [Radeon X1550 Series] rev 0, Mem @ 0xe0000000/268435456, 0xf5000000/65536, I/O @ 0x0000b000/256, BIOS @ 0x????????/131072
    (--) PCI: (0:1:0:1) 1002:7163:1043:01c7 ATI Technologies Inc RV505 [Radeon X1550 Series] (Secondary) rev 0, Mem @ 0xf5010000/65536
    (==) Using default built-in configuration (30 lines)
    (==) --- Start of built-in configuration ---
    Section "Device"
    Identifier "Builtin Default ati Device 0"
    Driver "ati"
    EndSection
    Section "Screen"
    Identifier "Builtin Default ati Screen 0"
    Device "Builtin Default ati Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default vesa Device 0"
    Driver "vesa"
    EndSection
    Section "Screen"
    Identifier "Builtin Default vesa Screen 0"
    Device "Builtin Default vesa Device 0"
    EndSection
    Section "Device"
    Identifier "Builtin Default fbdev Device 0"
    Driver "fbdev"
    EndSection
    Section "Screen"
    Identifier "Builtin Default fbdev Screen 0"
    Device "Builtin Default fbdev Device 0"
    EndSection
    Section "ServerLayout"
    Identifier "Builtin Default Layout"
    Screen "Builtin Default ati Screen 0"
    Screen "Builtin Default vesa Screen 0"
    Screen "Builtin Default fbdev Screen 0"
    EndSection
    (==) --- End of built-in configuration ---
    (==) ServerLayout "Builtin Default Layout"
    (**) |-->Screen "Builtin Default ati Screen 0" (0)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default ati Device 0"
    (==) No monitor specified for screen "Builtin Default ati Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default vesa Screen 0" (1)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default vesa Device 0"
    (==) No monitor specified for screen "Builtin Default vesa Screen 0".
    Using a default monitor configuration.
    (**) |-->Screen "Builtin Default fbdev Screen 0" (2)
    (**) | |-->Monitor "<default monitor>"
    (**) | |-->Device "Builtin Default fbdev Device 0"
    (==) No monitor specified for screen "Builtin Default fbdev Screen 0".
    Using a default monitor configuration.
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (==) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    built-ins
    (==) ModulePath set to "/usr/lib/xorg/modules"
    (II) Cannot locate a core pointer device.
    (II) Cannot locate a core keyboard device.
    (II) The server relies on HAL to provide the list of input devices.
    If no devices become available, reconfigure HAL or disable AllowEmptyInput.
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) No APM support in BIOS or kernel
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "ati"
    (II) Loading /usr/lib/xorg/modules/drivers//ati_drv.so
    (II) Module ati: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "radeon"
    (II) Loading /usr/lib/xorg/modules/drivers//radeon_drv.so
    (II) Module radeon: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 6.12.2
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "vesa"
    (II) Loading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (II) Module vesa: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 2.2.0
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 5.0
    (II) LoadModule: "fbdev"
    (WW) Warning, couldn't open module fbdev
    (II) UnloadModule: "fbdev"
    (EE) Failed to load module "fbdev" (module does not exist, 0)
    (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 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 8500 AIW BC (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 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 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 Radeon 4800 Series,
    ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
    ATI Radeon RV730 (AGP), ATI FirePro M5750, ATI Radeon RV730 (AGP),
    ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
    ATI RV730 PRO [Radeon HD 4650], ATI FirePro V7750 (FireGL),
    ATI FirePro V5700 (FireGL), ATI FirePro V3750 (FireGL), 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 HD 4350,
    ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
    ATI Mobility Radeon 4500 Series, 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 RV710,
    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,
    ATI Radeon HD Graphics, ATI Radeon Graphics,
    ATI Mobility Radeon HD Graphics, ATI Mobility Radeon Graphics,
    ATI Radeon Graphics
    (II) VESA: driver for VESA chipsets: vesa
    (II) Primary Device is: PCI 01@00:00:0
    (II) resource ranges after xf86ClaimFixedResources() call:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [5] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    (WW) Falling back to old probe method for vesa
    (II) resource ranges after probing:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b]
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b]
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b]
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b]
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b]
    (II) Setting vga for screen 0.
    (II) RADEON(0): TOTO SAYS 00000000f5000000
    (II) RADEON(0): MMIO registers at 0x00000000f5000000: size 64KB
    (II) RADEON(0): PCI bus 1 card 0 func 0
    (II) RADEON(0): Creating default Display subsection in Screen section
    "Builtin Default ati Screen 0" for depth/fbbpp 24/32
    (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
    (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    (==) RADEON(0): Default visual is TrueColor
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): vgaHWGetIOBase: hwp->IOBase is 0x03d0, hwp->PIOOffset is 0x0000
    (==) RADEON(0): RGB weight 888
    (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
    (--) RADEON(0): Chipset: "ATI Radeon X1550" (ChipID = 0x7143)
    (WW) RADEON(0): R500 support is under development. Please report any issues to [email protected]
    (--) RADEON(0): Linear framebuffer at 0x00000000e0000000
    (II) RADEON(0): PCIE card detected
    (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.6.2, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): initializing int10
    (II) RADEON(0): Primary V_BIOS segment is: 0xc000
    (II) RADEON(0): ATOM BIOS detected
    (II) RADEON(0): ATOM BIOS Rom:
    SubsystemVendorID: 0x1043 SubsystemID: 0x01c6
    IOBaseAddress: 0xb000
    Filename: SV25429.bin
    BIOS Bootup Message:
    7143.9.13.1.29.AS01
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0xfffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0xfffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 550000
    (II) RADEON(0): Default Memory Clock: 400000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 1100000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 0
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Input: 13500
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Input: 1000
    (II) RADEON(0): Maximum Pixel Clock: 400000
    (II) RADEON(0): Reference Clock: 27000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.30.0
    (==) RADEON(0): Page Flipping disabled on r5xx and newer chips.
    (II) RADEON(0): Will try to use DMA for Xv image transfers
    (II) RADEON(0): Generation 2 PCI interface, using max accessible memory
    (II) RADEON(0): Detected total video RAM=262144K, accessible=262144K (PCI BAR=262144K)
    (--) RADEON(0): Mapped VideoRAM: 262144 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1600
    (II) RADEON(0): For a larger or smaller max desktop size, add a Virtual line to your xorg.conf
    (II) RADEON(0): If you are having trouble with 3D, reduce the desktop size by adjusting the Virtual line to your xorg.conf
    (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) RADEON(0): ref_freq: 2700, min_out_pll: 64800, max_out_pll: 110000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 550.000000, mclk: 400.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=13 min=64800 max=110000; xclk=40000
    (II) RADEON(0): Skipping TV-Out
    (II) RADEON(0): Skipping Component Video
    encoder: 0x15
    encoder: 0x13
    encoder: 0x16
    (II) RADEON(0): Output VGA-0 has no monitor section
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output DVI-0 has no monitor section
    (II) RADEON(0): I2C bus "DVI-0" initialized.
    (II) RADEON(0): Port0:
    XRANDR name: VGA-0
    Connector: VGA
    CRT1: INTERNAL_KLDSCP_DAC1
    DDC reg: 0x7e40
    (II) RADEON(0): Port1:
    XRANDR name: DVI-0
    Connector: DVI-I
    CRT2: INTERNAL_KLDSCP_DAC2
    DFP1: INTERNAL_KLDSCP_TMDS1
    DDC reg: 0x7e50
    (II) RADEON(0): I2C device "VGA-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "VGA-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Using EDID range info for horizontal sync
    (II) RADEON(0): Using EDID range info for vertical refresh
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    (II) RADEON(0): Manufacturer: ACR Model: 77c Serial#: 1764
    (II) RADEON(0): Year: 2006 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.634 redY: 0.354 greenX: 0.287 greenY: 0.621
    (II) RADEON(0): blueX: 0.138 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: AL1916
    (II) RADEON(0): ACER
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff0004727c07e4060000
    (II) RADEON(0): 0d1001030e261e782e6875a25a499f23
    (II) RADEON(0): 135054bfef00714f8180010101010101
    (II) RADEON(0): 010101010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000fd00384b1f
    (II) RADEON(0): 510e000a202020202020000000fc0041
    (II) RADEON(0): 4c313931360a202020202020000000fe
    (II) RADEON(0): 00414345520a202020202020202000b1
    finished output detect: 0
    (II) RADEON(0): I2C device "DVI-0:E-EDID segment register" registered at address 0x60.
    (II) RADEON(0): I2C device "DVI-0:ddc2" registered at address 0xA0.
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    finished output detect: 1
    finished all detect
    before xf86InitialConfiguration
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Using hsync ranges from config file
    (II) RADEON(0): Using vrefresh ranges from config file
    (II) RADEON(0): Printing DDC gathered Modelines:
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 31.50 640 664 704 832 480 489 492 520 -hsync -vsync (37.9 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 30.24 640 704 768 864 480 483 486 525 -hsync -vsync (35.0 kHz)
    (II) RADEON(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz)
    (II) RADEON(0): Modeline "720x400"x0.0 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 78.75 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.0 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 75.00 1024 1048 1184 1328 768 771 777 806 -hsync -vsync (56.5 kHz)
    (II) RADEON(0): Modeline "1024x768"x0.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz)
    (II) RADEON(0): Modeline "832x624"x0.0 57.28 832 864 928 1152 624 625 628 667 -hsync -vsync (49.7 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz)
    (II) RADEON(0): Modeline "800x600"x0.0 50.00 800 856 976 1040 600 637 643 666 +hsync +vsync (48.1 kHz)
    (II) RADEON(0): Modeline "1152x864"x0.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz)
    (II) RADEON(0): Modeline "1280x1024"x0.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz)
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 1
    (II) RADEON(0): EDID data from the display on output: VGA-0 ----------------------
    (II) RADEON(0): Manufacturer: ACR Model: 77c Serial#: 1764
    (II) RADEON(0): Year: 2006 Week: 13
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
    (II) RADEON(0): Sync: Separate Composite SyncOnGreen
    (II) RADEON(0): Max Image Size [cm]: horiz.: 38 vert.: 30
    (II) RADEON(0): Gamma: 2.20
    (II) RADEON(0): DPMS capabilities: Off; RGB/Color Display
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.634 redY: 0.354 greenX: 0.287 greenY: 0.621
    (II) RADEON(0): blueX: 0.138 blueY: 0.077 whiteX: 0.313 whiteY: 0.329
    (II) RADEON(0): Supported established timings:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@67Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 832x624@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): 1280x1024@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported standard timings:
    (II) RADEON(0): #0: hsize: 1152 vsize 864 refresh: 75 vid: 20337
    (II) RADEON(0): #1: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
    (II) RADEON(0): Supported detailed timing:
    (II) RADEON(0): clock: 108.0 MHz Image Size: 376 x 301 mm
    (II) RADEON(0): h_active: 1280 h_sync: 1328 h_sync_end 1440 h_blank_end 1688 h_border: 0
    (II) RADEON(0): v_active: 1024 v_sync: 1025 v_sync_end 1028 v_blanking: 1066 v_border: 0
    (II) RADEON(0): Ranges: V min: 56 V max: 75 Hz, H min: 31 H max: 81 kHz, PixClock max 140 MHz
    (II) RADEON(0): Monitor name: AL1916
    (II) RADEON(0): ACER
    (II) RADEON(0): EDID (in hex):
    (II) RADEON(0): 00ffffffffffff0004727c07e4060000
    (II) RADEON(0): 0d1001030e261e782e6875a25a499f23
    (II) RADEON(0): 135054bfef00714f8180010101010101
    (II) RADEON(0): 010101010101302a009851002a403070
    (II) RADEON(0): 1300782d1100001e000000fd00384b1f
    (II) RADEON(0): 510e000a202020202020000000fc0041
    (II) RADEON(0): 4c313931360a202020202020000000fe
    (II) RADEON(0): 00414345520a202020202020202000b1
    (II) RADEON(0): EDID vendor "ACR", prod id 1916
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Dac detection success
    Unhandled monitor type 0
    (II) RADEON(0): Output VGA-0 connected
    (II) RADEON(0): Output DVI-0 disconnected
    (II) RADEON(0): Using exact sizes for initial modes
    (II) RADEON(0): Output VGA-0 using initial mode 1280x1024
    after xf86InitialConfiguration
    (**) RADEON(0): Display dimensions: (380, 300) mm
    (**) RADEON(0): DPI set to (85, 108)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) Loading sub module "ramdac"
    (II) LoadModule: "ramdac"
    (II) Module "ramdac" already built-in
    (==) RADEON(0): Using XAA acceleration architecture
    (II) Loading sub module "xaa"
    (II) LoadModule: "xaa"
    (II) Loading /usr/lib/xorg/modules//libxaa.so
    (II) Module xaa: vendor="X.Org Foundation"
    compiled for 1.6.2, module version = 1.2.1
    ABI class: X.Org Video Driver, version 5.0
    (!!) RADEON(0): For information on using the multimedia capabilities
    of this adapter, please see http://gatos.sf.net.
    (!!) RADEON(0): MergedFB support has been removed and replaced with xrandr 1.2 support
    (II) UnloadModule: "vesa"
    (II) Unloading /usr/lib/xorg/modules/drivers//vesa_drv.so
    (--) Depth 24 pixmap format is 32 bpp
    (II) do I need RAC? No, I don't.
    (II) resource ranges after preInit:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] 0 0 0x000a0000 - 0x000affff (0x10000) MS[b](OprU)
    [5] 0 0 0x000b0000 - 0x000b7fff (0x8000) MS[b](OprU)
    [6] 0 0 0x000b8000 - 0x000bffff (0x8000) MS[b](OprU)
    [7] -1 0 0x0000ffff - 0x0000ffff (0x1) IX[b]
    [8] -1 0 0x00000000 - 0x00000000 (0x1) IX[b]
    [9] 0 0 0x000003b0 - 0x000003bb (0xc) IS[b](OprU)
    [10] 0 0 0x000003c0 - 0x000003df (0x20) IS[b](OprU)
    (II) RADEON(0): RADEONScreenInit e0000000 0 0
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x10000000
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Using 32 MB GART aperture
    (II) RADEON(0): Using 1 MB for the ring buffer
    (II) RADEON(0): Using 2 MB for vertex/indirect buffers
    (II) RADEON(0): Using 29 MB for GART textures
    (II) RADEON(0): Memory manager initialized to (0,0) (1280,8191)
    (II) RADEON(0): Reserved area from (0,1280) to (1280,1282)
    (II) RADEON(0): Largest offscreen area available: 1280 x 6909
    (II) RADEON(0): Will use front buffer at offset 0x0
    (II) RADEON(0): Will use back buffer at offset 0x1b80000
    (II) RADEON(0): Will use depth buffer at offset 0x21c0000
    (II) RADEON(0): Will use 32 kb for PCI GART table at offset 0xfff8000
    (II) RADEON(0): Will use 221184 kb for textures at offset 0x2800000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: drmOpenMinor returns 11
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) [drm] DRM interface version 1.3
    (II) [drm] DRM open master succeeded.
    (II) RADEON(0): [drm] Using the DRM lock SAREA also for drawables.
    (II) RADEON(0): [drm] framebuffer handle = 0xe0000000
    (II) RADEON(0): [drm] added 1 reserved context for kernel
    (II) RADEON(0): X context handle = 0x1
    (II) RADEON(0): [drm] installed DRM signal handler
    (II) RADEON(0): [pci] 32768 kB allocated with handle 0xf93e3000
    (II) RADEON(0): [pci] ring handle = 0xf93e3000
    (II) RADEON(0): [pci] Ring mapped at 0xb77ac000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0xf94e4000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0xb799f000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf94e5000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xa74dc000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0xf96e5000
    (II) RADEON(0): [pci] GART Texture map mapped at 0xa585c000
    (II) RADEON(0): [drm] register handle = 0x2ea00000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (==) RADEON(0): Backing store disabled
    (II) RADEON(0): [DRI] installation complete
    (II) RADEON(0): [drm] Added 32 65536 byte vertex/indirect buffers
    (II) RADEON(0): [drm] Mapped 32 vertex/indirect buffers
    (II) RADEON(0): [drm] dma control initialized, using IRQ 16
    (II) RADEON(0): [drm] Initialized kernel GART heap manager, 29884416
    (WW) RADEON(0): DRI init changed memory map, adjusting ...
    (WW) RADEON(0): MC_FB_LOCATION was: 0xefffe000 is: 0xefffe000
    (WW) RADEON(0): MC_AGP_LOCATION was: 0x003f0000 is: 0xffffffc0
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): XAA Render acceleration unsupported on Radeon 9500/9700 and newer. Please use EXA instead.
    (II) RADEON(0): Render acceleration disabled
    (II) RADEON(0): num quad-pipes is 1
    (II) RADEON(0): Using XFree86 Acceleration Architecture (XAA)
    Screen to screen bit blits
    Solid filled rectangles
    8x8 mono pattern filled rectangles
    Indirect CPU to Screen color expansion
    Solid Lines
    Scanline Image Writes
    Setting up tile and stipple cache:
    32 128x128 slots
    32 256x256 slots
    16 512x512 slots
    (II) RADEON(0): Acceleration enabled
    (II) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x00643000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x00648000
    (II) RADEON(0): Largest offscreen area available: 1280 x 6901
    (II) RADEON(0): Set up textured video
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    Output CRT1 disable success
    Mode 1280x1024 - 1688 1066 5
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    freq: 108000000
    best_freq: 108000000
    best_feedback_div: 48
    best_ref_div: 2
    best_post_div: 6
    (II) RADEON(0): crtc(0) Clock: mode 108000, PLL 108000
    (II) RADEON(0): crtc(0) PLL : refdiv 2, fbdiv 0x30(48), pdiv 6
    Set CRTC 0 PLL success
    Set CRTC Timing success
    Set CRTC 0 Overscan success
    Not using RMX
    scaler 0 setup success
    Set CRTC 0 Source success
    crtc 0 YUV disable setup success
    Output DAC1 setup success
    Enable CRTC 0 success
    Unblank CRTC 0 success
    Output CRT1 enable success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 12, (OK)
    drmOpenByBusid: drmOpenMinor returns 12
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: enabled GLX_texture_from_pixmap with driver support
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r300_dri.so
    (II) GLX: Initialized DRI GL provider for screen 0
    (II) RADEON(0): Setting screen physical size to 376 x 301
    (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.6.1, module version = 2.2.2
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.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 x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) filter chain progression: 2.00
    (**) Macintosh mouse button emulation: (accel) filter stage 0: 20.00 ms
    (**) Macintosh mouse button emulation: (accel) set acceleration profile 0
    (II) config/hal: Adding input device ImExPS/2 Logitech Explorer Mouse
    (**) ImExPS/2 Logitech Explorer Mouse: always reports core events
    (**) ImExPS/2 Logitech Explorer Mouse: Device: "/dev/input/event6"
    (II) ImExPS/2 Logitech Explorer Mouse: Found 5 mouse buttons
    (II) ImExPS/2 Logitech Explorer Mouse: Found x and y relative axes
    (II) ImExPS/2 Logitech Explorer Mouse: Found scroll wheel(s)
    (II) ImExPS/2 Logitech Explorer Mouse: Configuring as mouse
    (**) ImExPS/2 Logitech Explorer Mouse: YAxisMapping: buttons 4 and 5
    (**) ImExPS/2 Logitech Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "ImExPS/2 Logitech Explorer Mouse" (type: MOUSE)
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) keeping acceleration scheme 1
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) filter chain progression: 2.00
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) filter stage 0: 20.00 ms
    (**) ImExPS/2 Logitech Explorer Mouse: (accel) set acceleration profile 0
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (II) Macintosh mouse button emulation: Close
    (II) UnloadModule: "evdev"
    (II) ImExPS/2 Logitech Explorer Mouse: Close
    (II) UnloadModule: "evdev"
    (II) AT Translated Set 2 keyboard: Close
    (II) UnloadModule: "evdev"
    Output CRT1 disable success
    Blank CRTC 0 success
    Disable CRTC 0 success
    Blank CRTC 1 success
    Disable CRTC 1 success
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0xefffe000 0xefffe000
    (II) RADEON(0): MC_AGP_LOCATION : 0x003f0000
    (II) RADEON(0): avivo_restore !
    Enable CRTC 0 success
    Unblank CRTC 0 success
    (II) RADEON(0): [drm] removed 1 reserved context for kernel
    (II) RADEON(0): [drm] unmapping 8192 bytes of SAREA 0xf802f000 at 0xb79a0000
    (II) RADEON(0): [drm] Closed DRM master.
    Last edited by edenxavier (2009-07-28 03:31:10)

  • [SOLVED] Login Prompt Vs Blank Screen On Startup

    Hello there,
    Problem:
      - When booting into Arch I am either presented with the Login Prompt (Yay!) or a blank back lit screen (Boo!). The pattern is completely random. I can boot up 2-3 times in a row successfully then go on a streak of blank back lit screens and am forced to constantly reboot until I get it to work (see below):
    Boot Attempt => Result after selecting Arch from Grub
    1) Blank screen
    2) Blank
    3) Blank
    4) Login prompt
    5) Login
    6) Login
    7) Login
    8) Blank
    9) Blank
    10) Login
    11) Login
    12) Blank
    13) Login
    14) Blank
    Its a fresh install up until this point in the procedure, Arch Wiki Beginners Guide, so no graphical elements have been installed yet only thing I have installed is firmware for the wireless Broadcom (which is working fine).
    Display: Intel Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
    Network: Broadcom BCM4311 802.11b/g WLAN (rev 01)
    CPU: Core Duo ~2Ghz x86
    RAM: 1.5GB
    Memory Test: Success
    sda
    |------sda1 (Windows XP)
    |------sda2 (NTFS partition [No OS])
    |------sda3 (Arch i686)
    |------sda4 (Swap)
    Search regarding blank screen turned up this thread, https://bbs.archlinux.org/viewtopic.php?id=151240 , which seemed relevant. It led to KMS though not sure exactly what that does even after reading the Wiki so I decided to post here rather than tinker with it and risk making things 100x worse than they already are.
    Any idea as to what could be causing my irregular boot behavior?
    Last edited by notyourbuddy (2013-01-01 04:07:28)

    cfr wrote:Although that thread seems similar, I'm not sure how this could be the same issue as I thought KMS required a suitable video driver. Still, you could try passing nomodeset on the kernel command line as described in that thread. The worst that will happen is that it won't work. (You can edit the line from the grub menu so if it doesn't work you can just reboot and be back to the same settings you had before.) I guess you'd have to boot a few times to know if it helped.
    Hmm, that seems to have fixed my problem. 9 successful reboots in a row. Figured with my erratic boot behavior as opposed to 100% blank screening that my problem was far worse when in fact the solution seems to have turned out to be quite simple.  Oopsie. My bad guys.
    Followed these steps to make the changes persistent, https://wiki.archlinux.org/index.php/Kernel_parameters , and seems to be holding up well. Will go ahead and marked as Solved and hope no more monitor boot problems arise.
    cfr wrote:So just to clarify: you have not installed any video drivers at this point, correct? And you haven't installed X? You definitely only have one graphics card?
    Nope. Nope. Yep.
    cfr wrote:You can try examining the log files to see what is happening on successful versus unsuccessful boots. journalctl will let you do this and you can filter it with various options.
    Cool, first time I've heard of this and just tested that out. Looks to be a wealth of information. Will have to remember this next time I have boot woes.
    Last edited by notyourbuddy (2013-01-01 04:12:26)

  • Blank screen, Intel Mac mini, Samsung P23700 LCD monitor; HELP!?!

    I just got a new 23" Samsung LCD monitor and hooked it up to an Intel Mac mini. Turning on the system results in a blank screen with the monitor simply displaying a dialog box that seems to show that it is trying to figure out if the incoming signal is digital or analog. This dialog box is on for a few seconds and then the monitor goes to sleep. The monitor realizes that there is a signal coming in; As soon as I disconnect the DVI cable I get the standard "Check Signal Cable" on the monitor's screen. I don't even get the initial white screen on the Mac boot up. nothing. just the monitor's confused signal identifying dialog.
    I've tried connecting the Mac mini to the monitor with a DVI to DVI cable and a DVI to VGA to DVI connection, with the same result.
    I've also tried the monitor with an older PowerPC based Mac mini with the same result.
    Both Macmini's work with out a problem when connected to my 32" LCD TV with a DVI to HDMI cable.
    I also tried the Samsung monitor with a little Windows XP running laptop using the VGA to DVI cable and the monitor worked like a charm; I think that fact has been the most painful part of the process up to now.
    The windows machine's screen set up that worked was 1280x800 at 40Hz. I can't get a resolution like that on the Mac's display settings. I've only been able to hook it up to the LCD TV, and the display settings when hooked up to the TV are limited to LCD TV settings; i.e. 1080i. I've also tried setting the mac mini to 800x600 but still get no picture.
    Resetting PRAM etc. didn't help either.
    I'm stuck... any ideas people?

    I've tried connecting the Mac mini to the monitor with a DVI to DVI cable...
    That should work.
    and a DVI to VGA to DVI connection...
    That won't work. Once you go from DVI to VGA from the mini, you need to stay VGA. There is no going back to digital. So try DVI to VGA and then a VGA cable to the Samsung.
    I also tried the Samsung monitor with a little Windows XP running laptop using the VGA to DVI cable and the monitor worked like a charm;...The windows machine's screen set up that worked was 1280x800 at 40Hz.
    I wouldn't call that working like a charm. 1280 x 800 at 40Hz is a completely bizarre resolution for a 23" monitor, or any monitor. I would begin wondering if you got a bad monitor if that's the best it can do.

  • X201 - Random standby, blank/bright screen and left side USB issue

    I have a bunch of issues with my X201 that slowly developed over the past months. The motherboard had been replaced once due to USB/standby issues and worked fine for a few months, but now it seems to be returning again.
    I'm not sure if this is again a motherboard issue or something else altogether. In rough sequence of when the faults started appearing.
    Initial symptoms: the left side yellow USB ports will stop working after returning from standby/hibernation. Windows 7 gives a USB device error and basically everything connected to that same USB controller won't work. Sometimes it recovers by itself after  a few more standby/wake cycles, sometimes if I disable/enable the USB controller in Device Manager but often nothing works except a shutdown and cold boot.
    Then the screen started going extra bright or more accurate high gamma white-out when returning from standby. Everything becomes very whitish/bright but slowly will settle down to normal within 30 seconds or so.
    I could live with all these niggling small issues, but recently my X201 started going crazy with random drops into STANDBY. I know there is a thread about random shutdown but that isn't the issue here.
    Just out of the blue, connected to power with 100% battery, the X201 will go into standby. Sometimes it will wake almost immediately by itself, then go back into standby again. Other times, I have to hit the Fn button to wake it, but frequently it will just go right back to standby again. The number of times this happen before it stabilized again is random. Reboot may or may not fix it the issue. Like a hiccup, it starts without reason and stops without reason, but makes it extremely annoying and impossible to work when it does.
    The worst part is that often when returning from standby, the screen may go blank, even the backlight is off. Sometimes this happen immediately on return, but sometimes it takes a few seconds before the screen dies. During the blank screen, the system is responsive. I could type my login password blind and see hard disk activity and hear the login music.
    According to the Windows event log, this appears to be triggered by some phantom power button or Lid close event.
    Would anybody have a conclusive idea of what might be the root cause of these problems?
    I can't really have a downtime without my laptop for days sending it for repairs and hope to be able to isolate the part so that I can just call in on parts warranty and get it fixed in a few hours.

    I had a similar problem with my X201 after hibernation due to no AC power and battery depletion.
    I was loathe to replace the motherboard.
    Then one day I tried this. Went into BIOS. Disabled, then enabled various  ports under supervisor password control. (I heard don't use extended password which encrypts. use the simple 8 character one).
    I had disabled the usb card reader all usb ports. I had taken off the hard drive password I had put on earlier.
    Then after a power off cycle.  I enabled the usb card reader and all the usb ports again.
    Then like some miracle windows detected the SD card reader and re-installed the usb root hub drivers at the same time. For some reason it seems the SD card reader is tied to the usb root hub. Maybe it's already part of it already.
    Then all the ports were working again. I was so relieved that I didn' have to call Lenovo to replace my MB. I didn't even have to update by flashing the BIOS.
    It's all ok now. I like the X201 and the keyboard. From what i've seen of the X220 they've abandoned the traditional 90's style keyboard this time. I should have bought an extra X201 when Lenovo put it on special pricing bakc in 2011. Now they are completely gone from Lenovo and the prices on the major resellers of Lenovo are way too high for all the Lenovo notebooks too.

  • Imac blank screen. back light on. imac shows on TV. bad LCD?

    hello, I have imac 21.5 late 09 modle A1311. this piece of garbage was working til one day started up with blank screen. we did nothing to it no changing of any parts.nothing connected to this imac. I called apple and as always they were no help at all. I took it to iphone911 they said it could be LCD or LCD connector. I don't think they know what they are doing much like Apple. I hooked up the imac to the TV with HDMI and everything showed up and was able to use it with the TV full accsess. this imac powers up and the back light (dark blue) comes on ummm not the blue u see when mac starts bthis is backlight!! after started but no video at all. could the LCD be bad even tho backlight comes on? what could it be if it's not the LCD? I'm going to buy LCD if it's but I wan't to make sure this is the fix. I put it on CL but very low offers so I want to sell it and get windows and NEVER EVER again buy anything apple makes total garbage I'm so mad spending $1500+ with no support, now thinking I could bought 3 nice laptops with winds but live and learn. 

    oh thank god I sold this piece of crap called imac and bought new HP win 8. nothing ever will enter my house that apple makes this is for sure.and nothing good comes out of an idiot who makes a computer in the garage after fail in fixing cars!!

  • [SOLVED] Blank screen after SLiM login

    Hello everyone, I'm very new to Arch as of a few days ago and I have been attempting to set it up in just about all the free time I can spare. I think I've spent about 20 hours total trying to get things up and running.
    I am attempting to run Arch with LXDE, openbox, and SLiM. I finally managed to get SLiM up and running where I can login without receiving any errors. However, after I try to login I'm brought to a blank screen. Now.. I'm new to this and have followed all the Knowledge Base Documentation on how to get these three running but I guess apparently I'm missing something somewhere...
    Keep in mind I have to type this manually as I do not have any Internet program installed. Maybe if someone can point out my error or make an additional recommendation, that would be great. I really hope I'm not asking too much, even a link to something that may help I would greatly appreciate.
    I'm pretty sure it's something stupid I'm missing.. again, I've read through the Knowledge Base Documents numerous times and simply cannot find out what I'm doing wrong (I have the ATI Open Source driver installed).
    ~/.xinitrc (I have this setup for ~/ and /home | this is also set as executable)
    #!/bin/sh
    #~/.xinitrc
    #exec ck-laungh-session dbus-launch openbox-session
    login_cmd exec ck-launch-session dbus-launch --sh-syntax --edit-with-session /bin/bash -login ~/.xinitrc %session
    /etc/rc.conf (skipped to the DAEMONS section)
    DAEMONS=(hwclock syslog-ng network netfs crond slim)
    If you need any more information I'd be glad to provide it if anyone is willing to help..
    Thank you.
    EDIT: Fixed typos..
    Just another note. I can see my mouse after I login from SLiM and if I press alt+ctrl with any arrow key I can see the workspaces window pop up.
    Last edited by Ness (2012-03-11 22:19:06)

    loafer wrote:
    Just to be clear slim.conf should contain the following with no reference to lxde.
    login_cmd exec ck-launch-session dbus-launch --sh-syntax --edit-with-session /bin/bash -login ~/.xinitrc %session
    .xinitrc should contain:
    exec startlxde
    And ensure that dbus is in rc.conf.  Place it after netfs.
    I made the changes you suggested, now what happens is when I login to SLiM with my end-user, the screen goes black for a moment, then right back to the login screen.
    EDIT: changed "--exit-with-session" to "--edit-with-session" in /etc/slim.conf
    EDIT 2:
    Is the ~/.xinitrc supposed to be setup like..
    login_cmd exec startlxde ck-launch-session dbus-launch --sh-syntax --edit-with-session /bin/bash -login ~/.xinitrc %session
    or is it simply supposed to be
    exec startlxde
    Hope I'm not asking too much.. I just don't want a broken system..
    EDIT 3: Apparently it's "horrible typo day" for me. I had --exit-with-session before. I just typed it wrong in my post. Changed it back.
    Last edited by Ness (2012-03-11 21:47:19)

  • [solved] Blank screen for few seconds between GDM and Gnome-Shell

    Hi there,
    I don't know if this phenomenon is "normal" or not, so I ask : I am using Gnome 3.6 and after I have logged in on GDM I see a blank screen for roundabout 3 seconds before the gnome-shell starts. The whole system is running fine - so this is no "real" problem -, but this 3 seconds of a black screen between GDM and the gnome-shell are somewhat annoying and I want to find out if this behaviour is normal or not .
    Indeed, if I look into journalctl, I find this messages:
    Dez 03 21:45:53 sushi gdm-simple-slave[272]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Dez 03 21:45:53 sushi gdm-launch-environment][305]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
    Dez 03 21:45:53 sushi gdm-launch-environment][305]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
    Dez 03 21:46:03 sushi gnome-session[311]: WARNING: Detected that screensaver has left the bus
    Dez 03 21:46:03 sushi gnome-session[311]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Dez 03 21:46:03 sushi gdm-simple-slave[272]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Dez 03 21:46:03 sushi gdm-simple-slave[272]: WARNING: Child process -311 was already dead.
    Dez 03 22:00:50 sushi systemd-tmpfiles[1793]: stat(/run/user/1000/gvfs) failed: Permission denied
    Actually, I don't know if this is relevant for my little "black-screen" problem (but it looks as if ...).
    And
    $ systemctl status gdm.service
    shows nothing to worry about (as far as I can see):
    gdm.service - GNOME Display Manager
          Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled)
          Active: active (running) since Mo, 2012-12-03 21:45:51 CET; 40min ago
        Main PID: 266 (gdm-binary)
          CGroup: name=systemd:/system/gdm.service
              ├─266 /usr/sbin/gdm-binary
              ├─272 /usr/lib/gdm/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0
              ├─279 /usr/bin/Xorg :0 -background none -verbose -auth /var/run/gdm/auth-for-gdm-xTnD7p/database -seat seat0 -nolisten tcp vt1
              └─440 gdm-session-worker [pam/gdm-password]
    The hardware is an Asrock H77M-ITX board with an Intel GPU. Systemd is up and running well, no failing service units.
    Any ideas, what's going on here?
    Last edited by swordfish (2012-12-08 14:26:00)

    Finally I found out what's going on - and it's so simple
    It's just my monitor which is runing on a default resolution of 1920x1080. When I switched to 1600x900 using Gnome's system tools, the monitor needs roundabout two seconds to adjust to this resolution

Maybe you are looking for

  • RRI Issue when jumping to TCode in R/3

    Hi Experts, I need to Jump through RRI (RSBBS) from BW summary query to BW detailed query and from BW detailed query to TCode WB23 in our requirement. So i have created two RRI's in BW dev system one from Summary to detailed report and other from Det

  • Gmail in forefox no longer works

    I have been using gmail in firefox for several years. However recently the following has started to happen: 1. it loads fine. 2. it displays all new emails. 3. However when clicking on the email it is impossible to get the email to open. 4. By draggi

  • Problem printing more than 255 characters in report output and in the spool

    Hi Guys,                 I am trying to print one file in the report output and in the spool but it's priting till 255 characters only. If I try the samething while writing in application server and in peresentation server it is printing full content

  • SIM Functions are not working

    In my Nokia X2-01, I am facing problems with SIM functions. I can't browse my contact list, call log or message folder. When I select the "Names" button, nothing happens. I am facing this problem while selecting the green color "Call" button, opening

  • How to pass an array to a function from a SELECT statement

    Hi all. I have a problem with passing an array to a function directly from a SELECT statement. Here is what I want. If I have a function function AAA(arrayVar <ArrayType>) return number; I want to be able to call this function this way select AAA((2,