[solved] kdemod 4.2.4 and kernel 2.6.30 lost effects

Hello,
I wonder is anybody encountered similar problem (see topic)?
my system
today installed official arch kernel 2.6.30-ARCH
so my updated system looks as follows:
system:
Arch linux i686 up to date (system update 06-23-09)
kdemod 4.2.4 (up to date) i686
nvidia video card Go 7400
nvidia driver 185.18.14
file system: xfs
RAM 2GB
kernels:
2.6.30-git1 up to -git16 (installation of nvidia driver fail on git-17 and above due to the new and no doubt exciting changes to the kernel)
or
2.6.30-zen1
or
2.6.29.5
or
2.6.30-ARCH (official crom core)
booting to any of 2.6.30 kernels will cause lost of transparency effects, window decoration effects, smooth transition from login screen to the desktop)
booting to 2.6.29.5 will restore visual effects.
Because all the kernels have nvidia module installed, and problem identical persists with different nvidia drivers i assume that this is related to the changes in the kernel.
No erors in
/var/log/Xorg.0.log
/var/log/errors.log
/var/log/messages.log
I did post similar information at Chakra site but problem may not be related to kdemod 4.2.4 but kde 4, so that is why I decided to post about this issue here.
Thanks
Last edited by broch (2009-07-06 12:44:48)

I have exactly the same issues.
kernel: 2.6.30-ARCH
KDE: kdemod 4.2.4 i686
NVIDIA gforce 7400go
nvidia driver 185.18.14
and no composite.
Failed to activate desktop effects using the given configuration options. Settings will be reverted to their previous values.
Check your X configuration. You may also consider changing advanced options, especially changing the compositing type.
kwin(2891) KWin::CompositingPrefs::detectDriverAndVersion: GL vendor is "NVIDIA Corporation"                                                               
kwin(2891) KWin::CompositingPrefs::detectDriverAndVersion: GL renderer is "GeForce Go 7400/PCI/SSE2"                                                       
kwin(2891) KWin::CompositingPrefs::detectDriverAndVersion: GL version is "2.1.2 NVIDIA 185.18.14"                                                           
kwin(2891) KWin::CompositingPrefs::detectDriverAndVersion: XGL: no                                                                                         
kwin(2891) KWin::CompositingPrefs::detectDriverAndVersion: Detected driver "nvidia" , version "185.18.14"                                                   
kwin(2891) KWin::CompositingPrefs::applyDriverSpecificOptions: nvidia >= 173.14.12, enabling compositing                                                   
kwin(2891) KWin::x11ErrorHandler: kwin: X Error ( "error: GLXBadDrawable[GLX+2], request: X_GLXMakeContextCurrent[GLX+26], resource: 0x3a0a765" )           
kwin(2891) KWin::Extensions::init: Extensions: shape: 0x "11"  composite: 0x "4"  render: 0x "a"  fixes: 0x "40"                                           
kwin(2891) KWin::Workspace::setupCompositing: OpenGL compositing                                                                                           
kwin(2891) KWin::SceneOpenGL::initBufferConfigs: Drawable visual (depth  24 ): 0x "59"                                                                     
kwin(2891) KWin::SceneOpenGL::initBufferConfigs: Drawable visual (depth  32 ): 0x "80"                                                                     
kwin(2891) KWin::SceneOpenGL::initBuffer: Buffer visual (depth  24 ): 0x "57"                                                                               
kwin(2891): Compositing self-check failed, disabling compositing.                                                                                           
kwin(2891): Failed to initialize compositing, compositing disabled                                                                                         
kwin(2891): Consult http://techbase.kde.org/Projects/KWin/4 … Setting_up
KWIN_COMPOSE=O kwin --replace &
has no effect.
I tried many options in the xorg.conf, also the nvidia-173.14.18-3 driver, but no effects yet.
OpenGl works flawlessly.

Similar Messages

  • [SOLVED]problem with Bumblebee and Kernel 3.11-1-2

    Hi!
    I'm having problems with Bumblebee from Kernel 3.10 but I read that Kernel 3.11 solved the problem, I searched and tried possible solutions to my problem unsuccessfully
    The message shows me when I run "optirun":
    [ 5454.262739] [ERROR]Cannot access secondary GPU - error: [XORG] (EE) No devices detected.
    [ 5454.262776] [ERROR]Aborting because fallback start is disabled.
    I've tried with wiki's solutions, forums solutions...
    Configurations files:
    /etc/bumblebee/bumblebee.conf:
    # Configuration file for Bumblebee. Values should **not** be put between quotes
    ## Server options. Any change made in this section will need a server restart
    # to take effect.
    [bumblebeed]
    # The secondary Xorg server DISPLAY number
    VirtualDisplay=:8
    # Should the unused Xorg server be kept running? Set this to true if waiting
    # for X to be ready is too long and don't need power management at all.
    KeepUnusedXServer=false
    # The name of the Bumbleblee server group name (GID name)
    ServerGroup=bumblebee
    # Card power state at exit. Set to false if the card shoud be ON when Bumblebee
    # server exits.
    TurnCardOffAtExit=false
    # The default behavior of '-f' option on optirun. If set to "true", '-f' will
    # be ignored.
    NoEcoModeOverride=false
    # The Driver used by Bumblebee server. If this value is not set (or empty),
    # auto-detection is performed. The available drivers are nvidia and nouveau
    # (See also the driver-specific sections below)
    Driver=
    # Directory with a dummy config file to pass as a -configdir to secondary X
    XorgConfDir=/etc/bumblebee/xorg.conf.d
    ## Client options. Will take effect on the next optirun executed.
    [optirun]
    # Acceleration/ rendering bridge, possible values are auto, virtualgl and
    # primus.
    Bridge=virtualgl
    # The method used for VirtualGL to transport frames between X servers.
    # Possible values are proxy, jpeg, rgb, xv and yuv.
    VGLTransport=proxy
    # List of paths which are searched for the primus libGL.so.1 when using
    # the primus bridge
    PrimusLibraryPath=/usr/lib/primus:/usr/lib32/primus
    # Should the program run under optirun even if Bumblebee server or nvidia card
    # is not available?
    AllowFallbackToIGC=false
    # Driver-specific settings are grouped under [driver-NAME]. The sections are
    # parsed if the Driver setting in [bumblebeed] is set to NAME (or if auto-
    # detection resolves to NAME).
    # PMMethod: method to use for saving power by disabling the nvidia card, valid
    # values are: auto - automatically detect which PM method to use
    # bbswitch - new in BB 3, recommended if available
    # switcheroo - vga_switcheroo method, use at your own risk
    # none - disable PM completely
    # https://github.com/Bumblebee-Project/Bumblebee/wiki/Comparison-of-PM-methods
    ## Section with nvidia driver specific options, only parsed if Driver=nvidia
    [driver-nvidia]
    # Module name to load, defaults to Driver if empty or unset
    KernelDriver=nvidia
    PMMethod=auto
    # colon-separated path to the nvidia libraries
    LibraryPath=/usr/lib/nvidia:/usr/lib32/nvidia
    # comma-separated path of the directory containing nvidia_drv.so and the
    # default Xorg modules path
    XorgModulePath=/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules
    XorgConfFile=/etc/bumblebee/xorg.conf.nvidia
    ## Section with nouveau driver specific options, only parsed if Driver=nouveau
    [driver-nouveau]
    KernelDriver=nouveau
    PMMethod=auto
    XorgConfFile=/etc/bumblebee/xorg.conf.nouveau
    /etc/bumblebee/xorg.conf.nvidia
    Section "ServerLayout"
    Identifier "Layout0"
    Option "AutoAddDevices" "false"
    Option "AutoAddGPU" "false"
    EndSection
    Section "Device"
    Identifier "DiscreteNvidia"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    # If the X server does not automatically detect your VGA device,
    # you can manually set it here.
    # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
    # as you see in the commented example.
    # This Setting may be needed in some platforms with more than one
    # nvidia card, which may confuse the proprietary driver (e.g.,
    # trying to take ownership of the wrong device). Also needed on Ubuntu 13.04.
    BusID "PCI:01:00.0"
    # Setting ProbeAllGpus to false prevents the new proprietary driver
    # instance spawned to try to control the integrated graphics card,
    # which is already being managed outside bumblebee.
    # This option doesn't hurt and it is required on platforms running
    # more than one nvidia graphics card with the proprietary driver.
    # (E.g. Macbook Pro pre-2010 with nVidia 9400M + 9600M GT).
    # If this option is not set, the new Xorg may blacken the screen and
    # render it unusable (unless you have some way to run killall Xorg).
    Option "ProbeAllGpus" "false"
    Option "NoLogo" "true"
    Option "UseEDID" "false"
    Option "UseDisplayDevice" "none"
    EndSection
    lspci |grep NVIDIA:
    01:00.0 VGA compatible controller: NVIDIA Corporation GK107M [GeForce GT 640M] (rev a1)
    I hope can help me
    Thanks!
    Last edited by surrealistic (2013-11-04 18:46:35)

    My /var/log/Xorg.8.log:
    [ 337.161]
    X.Org X Server 1.14.4
    Release Date: 2013-10-31
    [ 337.161] X Protocol Version 11, Revision 0
    [ 337.161] Build Operating System: Linux 3.11.6-1-ARCH x86_64
    [ 337.161] Current Operating System: Linux h131h-laptop 3.11.6-1-ARCH #1 SMP PREEMPT Fri Oct 18 23:22:36 CEST 2013 x86_64
    [ 337.161] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=4eb69984-2228-4aba-9863-28a7fa854e51 rw quiet
    [ 337.161] Build Date: 01 November 2013 05:10:48PM
    [ 337.161]
    [ 337.161] Current version of pixman: 0.30.2
    [ 337.161] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 337.161] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 337.161] (==) Log file: "/var/log/Xorg.8.log", Time: Mon Nov 4 14:20:04 2013
    [ 337.161] (++) Using config file: "/etc/bumblebee/xorg.conf.nvidia"
    [ 337.161] (++) Using config directory: "/etc/bumblebee/xorg.conf.d"
    [ 337.161] (==) ServerLayout "Layout0"
    [ 337.161] (==) No screen section available. Using defaults.
    [ 337.161] (**) |-->Screen "Default Screen Section" (0)
    [ 337.161] (**) | |-->Monitor "<default monitor>"
    [ 337.161] (==) No device specified for screen "Default Screen Section".
    Using the first device section listed.
    [ 337.161] (**) | |-->Device "DiscreteNvidia"
    [ 337.161] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 337.161] (**) Option "AutoAddDevices" "false"
    [ 337.161] (**) Option "AutoAddGPU" "false"
    [ 337.161] (**) Not automatically adding devices
    [ 337.161] (==) Automatically enabling devices
    [ 337.161] (**) Not automatically adding GPU devices
    [ 337.161] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 337.162] Entry deleted from font path.
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 337.162] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 337.162] Entry deleted from font path.
    [ 337.162] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 337.162] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 337.162] (++) ModulePath set to "/usr/lib/nvidia/xorg/,/usr/lib/xorg/modules"
    [ 337.162] (==) |-->Input Device "<default pointer>"
    [ 337.162] (==) |-->Input Device "<default keyboard>"
    [ 337.162] (==) The core pointer device wasn't specified explicitly in the layout.
    Using the default mouse configuration.
    [ 337.162] (==) The core keyboard device wasn't specified explicitly in the layout.
    Using the default keyboard configuration.
    [ 337.162] (II) Loader magic: 0x7fdc20
    [ 337.162] (II) Module ABI versions:
    [ 337.162] X.Org ANSI C Emulation: 0.4
    [ 337.162] X.Org Video Driver: 14.1
    [ 337.162] X.Org XInput driver : 19.1
    [ 337.162] X.Org Server Extension : 7.0
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card1)
    [ 337.162] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 337.162] setversion 1.4 failed
    [ 337.163] (--) PCI:*(0:1:0:0) 10de:0fd2:1025:0648 rev 161, Mem @ 0xb2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128
    [ 337.163] Initializing built-in extension Generic Event Extension
    [ 337.163] Initializing built-in extension SHAPE
    [ 337.163] Initializing built-in extension MIT-SHM
    [ 337.163] Initializing built-in extension XInputExtension
    [ 337.163] Initializing built-in extension XTEST
    [ 337.163] Initializing built-in extension BIG-REQUESTS
    [ 337.163] Initializing built-in extension SYNC
    [ 337.163] Initializing built-in extension XKEYBOARD
    [ 337.163] Initializing built-in extension XC-MISC
    [ 337.163] Initializing built-in extension SECURITY
    [ 337.163] Initializing built-in extension XINERAMA
    [ 337.163] Initializing built-in extension XFIXES
    [ 337.163] Initializing built-in extension RENDER
    [ 337.163] Initializing built-in extension RANDR
    [ 337.164] Initializing built-in extension COMPOSITE
    [ 337.164] Initializing built-in extension DAMAGE
    [ 337.164] Initializing built-in extension MIT-SCREEN-SAVER
    [ 337.164] Initializing built-in extension DOUBLE-BUFFER
    [ 337.164] Initializing built-in extension RECORD
    [ 337.164] Initializing built-in extension DPMS
    [ 337.164] Initializing built-in extension X-Resource
    [ 337.164] Initializing built-in extension XVideo
    [ 337.164] Initializing built-in extension XVideo-MotionCompensation
    [ 337.164] Initializing built-in extension XFree86-VidModeExtension
    [ 337.164] Initializing built-in extension XFree86-DGA
    [ 337.164] Initializing built-in extension XFree86-DRI
    [ 337.164] Initializing built-in extension DRI2
    [ 337.164] (II) LoadModule: "glx"
    [ 337.164] (II) Loading /usr/lib/nvidia/xorg/modules/extensions/libglx.so
    [ 337.172] (II) Module glx: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Server Extension
    [ 337.172] (II) NVIDIA GLX Module 325.15 Wed Jul 31 18:12:00 PDT 2013
    [ 337.172] Loading extension GLX
    [ 337.172] (II) LoadModule: "nvidia"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 337.172] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 337.172] compiled for 4.0.2, module version = 1.0.0
    [ 337.172] Module class: X.Org Video Driver
    [ 337.172] (II) LoadModule: "mouse"
    [ 337.172] (II) Loading /usr/lib/xorg/modules/input/mouse_drv.so
    [ 337.172] (II) Module mouse: vendor="X.Org Foundation"
    [ 337.172] compiled for 1.14.0, module version = 1.9.0
    [ 337.172] Module class: X.Org XInput Driver
    [ 337.172] ABI class: X.Org XInput driver, version 19.1
    [ 337.172] (II) LoadModule: "kbd"
    [ 337.173] (WW) Warning, couldn't open module kbd
    [ 337.173] (II) UnloadModule: "kbd"
    [ 337.173] (II) Unloading kbd
    [ 337.173] (EE) Failed to load module "kbd" (module does not exist, 0)
    [ 337.173] (II) NVIDIA dlloader X Driver 325.15 Wed Jul 31 17:50:57 PDT 2013
    [ 337.173] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 337.173] (--) using VT number 1
    [ 337.173] (II) Loading sub module "fb"
    [ 337.173] (II) LoadModule: "fb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 337.173] (II) Module fb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 337.173] (II) Loading sub module "wfb"
    [ 337.173] (II) LoadModule: "wfb"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 337.173] (II) Module wfb: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.0.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "shadow"
    [ 337.173] (II) LoadModule: "shadow"
    [ 337.173] (II) Loading /usr/lib/xorg/modules/libshadow.so
    [ 337.173] (II) Module shadow: vendor="X.Org Foundation"
    [ 337.173] compiled for 1.14.4, module version = 1.1.0
    [ 337.173] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 337.173] (II) Loading sub module "ramdac"
    [ 337.173] (II) LoadModule: "ramdac"
    [ 337.173] (II) Module "ramdac" already built-in
    [ 337.174] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 337.174] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 337.174] (==) NVIDIA(0): RGB weight 888
    [ 337.174] (==) NVIDIA(0): Default visual is TrueColor
    [ 337.174] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 337.174] (**) NVIDIA(0): Option "NoLogo" "true"
    [ 337.174] (**) NVIDIA(0): Option "ProbeAllGpus" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseEDID" "false"
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" "none"
    [ 337.174] (**) NVIDIA(0): Enabling 2D acceleration
    [ 337.174] (**) NVIDIA(0): Ignoring EDIDs
    [ 337.174] (**) NVIDIA(0): Option "UseDisplayDevice" set to "none"; enabling NoScanout
    [ 337.174] (**) NVIDIA(0): mode
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
    [ 341.309] (EE) NVIDIA(0): check your system's kernel log for additional error
    [ 341.309] (EE) NVIDIA(0): messages and refer to Chapter 8: Common Problems in the
    [ 341.309] (EE) NVIDIA(0): README for additional information.
    [ 341.309] (EE) NVIDIA(0): Failed to initialize the NVIDIA graphics device!
    [ 341.309] (EE) NVIDIA(0): Failing initialization of X screen 0
    [ 341.309] (II) UnloadModule: "nvidia"
    [ 341.309] (II) UnloadSubModule: "shadow"
    [ 341.309] (II) UnloadSubModule: "wfb"
    [ 341.309] (II) UnloadSubModule: "fb"
    [ 341.309] (EE) Screen(s) found, but none have a usable configuration.
    [ 341.309] (EE)
    Fatal server error:
    [ 341.309] (EE) no screens found(EE)
    [ 341.309] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 341.309] (EE) Please also check the log file at "/var/log/Xorg.8.log" for additional information.
    [ 341.309] (EE)
    [ 341.309] (EE) Server terminated with error (1). Closing log file.
    dmesg |grep bbswitch:
    [ 13.570577] bbswitch: version 0.7
    [ 13.570585] bbswitch: Found integrated VGA device 0000:00:02.0: \_SB_.PCI0.GFX0
    [ 13.570591] bbswitch: Found discrete VGA device 0000:01:00.0: \_SB_.PCI0.PEG0.PEGP
    [ 13.570687] bbswitch: detected an Optimus _DSM function
    [ 13.570741] bbswitch: Succesfully loaded. Discrete card 0000:01:00.0 is on
    [ 13.572354] bbswitch: disabling discrete graphics
    [ 261.419114] bbswitch: enabling discrete graphics
    [ 278.445698] bbswitch: disabling discrete graphics
    [ 279.055257] bbswitch: enabling discrete graphics
    [ 286.292315] bbswitch: disabling discrete graphics
    [ 291.911052] bbswitch: enabling discrete graphics
    [ 310.011289] bbswitch: disabling discrete graphics
    [ 336.982794] bbswitch: enabling discrete graphics
    [ 349.526470] bbswitch: enabling discrete graphics
    I used "rcutree" option as shown in the post that you put, but I've deleted all changes made to use default configurations, because the solution of the post didn't work

  • [solved]wacom doesn't work after upgrade to xorg 1.6 and kernel 2.6.29

    hello..
    i have already posted about that in testing-forums, but since xorg 1.6 and kernel 2.6.29 have moved to extra, though i'd create a seperate topic about that.
    after i have upgraded to xorg 1.6 and kernel 2.6.29 my wacom device (as built-in, not usb) on my thinkpad x41t stopped working.
    before upgrade i have used xorg with hotplugging enabled. everything worked fine.
    after wacom stopeed working i removed everything regarding input devices from xorg.conf -> no change
    put an fdi-file for wacom -> no change
    installed linuxwacom-dev -> no change
    i don't really know, if it's a kernel or an xorg issue. loading wacom drivers manually still doesn't solve the problem. no warnings or errors about wacom in xorg-log or messages.log
    how could i check, wether my system recognizes the device properly at all? it doesn't show up in lspci or in lsusb.
    any help would be great.
    Last edited by lynucs (2009-04-14 18:57:17)

    well, upgraded again to xorg-server 1.6, disabled hotplugging, installed linuxwacom-dev from aur and the wacom works as allways. (had to edit xmodmap one more time, since kbd returns other keycodes than evdev does :-| ). no matter, done is done.
    but intel driver returns broken graphics if i rotate screen with xrandr.
    i guess there is no way around this execpt switching to the ultra-slow legacy driver?
    just for comparison - glxgears fps:
    intel: ~900fps
    intel-legacy: ~280fps
    Last edited by lynucs (2009-04-14 18:56:48)

  • Lots of hard locks and kernel crashes/oops ["SOLVED"-bad motherboard]

    I have been experiencing a lot of hard locks and kernel crashes/oops(es?) lately. This computer has always had random freezes in both WinXP and Linux (various distributions -- including live cds).
    Here is my latest crash (from dmesg):
    PCI: setting IRQ 12 as level-triggered
    PCI: Found IRQ 12 for device 0000:02:05.0
    Bad pte = dfbdf272, process = ???, vm_flags = 3f3f, vaddr = b7e6d0ac
    Pid: 1470, comm: load-modules.sh Not tainted 2.6.25-ARCH #1
    [<c016e775>] handle_mm_fault+0x2c5/0x850
    [<c011d0c9>] do_page_fault+0x2a9/0x790
    [<c014169d>] hrtimer_start+0xdd/0x1e0
    [<c0125a16>] hrtick_set+0xc6/0x140
    [<c03053ef>] schedule+0x3af/0x850
    [<c01437e5>] getnstimeofday+0x35/0xe0
    [<c01419e8>] ktime_get+0x18/0x40
    [<c0305a76>] preempt_schedule+0x56/0x70
    [<c012386f>] wake_up_new_task+0x8f/0xd0
    [<c0128643>] do_fork+0xd3/0x2b0
    [<c011ce20>] do_page_fault+0x0/0x790
    [<c0307d52>] error_code+0x72/0x78
    [<c0300000>] cpu_init+0x220/0x29a
    =======================
    VM: killing process load-modules.sh
    lshwd output:
    00:00.0 Class 0600: Intel Corp.|82865G [Springdale-G] Chipset Host Bridge (intel-agp)
    00:01.0 Class 0604: Intel Corp.|82865G/PE/P Processor to AGP Controller (unknown)
    00:1d.0 Class 0c03: Intel Corp.|USB Controller (uhci_hcd)
    00:1d.1 Class 0c03: Intel Corp.|USB Controller (uhci_hcd)
    00:1d.2 Class 0c03: Intel Corp.|USB Controller (uhci_hcd)
    00:1d.3 Class 0c03: Intel Corp.|82801EB USB EHCI Controller #2 (uhci_hcd)
    00:1d.7 Class 0c03: Intel Corp.|USB Enhanced Controller (ehci-hcd)
    00:1e.0 Class 0604: Intel Corp.|82820 815e (Camino 2) Chipset PCI (hw_random)
    00:1f.0 Class 0601: Intel Corp.|82801EB ISA Bridge (LPC) (i810-tco)
    00:1f.1 Class 0101: Intel Corp.|82801EB ICH5 IDE (ata_piix)
    00:1f.2 Class 0101: Intel Corp.|82801EB ICH5 IDE (SATA) (ata_piix)
    00:1f.3 Class 0c05: Intel Corp.|82801EB SMBus (i2c-i801)
    01:00.0 Class 0300: nVidia Corp.|NV18 GeForce4 MX440 AGP 8x (nv)
    02:05.0 Class 0401: Avance Logic Inc.|ALS4000 Audio Chipset (snd-als4000)
    02:07.0 Class 0200: D-Link System Inc.|DFE 530 TX+ Fast Ethernet Adapter (8139too)
    02:0a.0 Class 0c03: VIA Technologies Inc.|VT82C586B USB (uhci_hcd)
    02:0a.1 Class 0c03: VIA Technologies Inc.|VT82C586B USB (uhci_hcd)
    02:0a.2 Class 0c03: VIA Technologies Inc.|VT8235 USB Enhanced Controller (ehci-hcd)
    relevant entry in grub's menu.lst:
    # (0) Arch Linux-ARCH
    title Arch Linux
    root (hd0,0)
    kernel /boot/vmlinuz26 root=/dev/sda1 ro nosmp noapic acpi=off pci=routeirq ide-legacy
    initrd /boot/kernel26.img
    I added nosmp and the other parameters at the install/rescue cd's suggestion. I tried using the microcode package (I have a P4 HT) as suggested by someone in another thread.
    I've found that the freezes will happen at the beginning of heavy CPU or disk usage (such as compilation or pacman db parsing). The hd is not the original one from this system (it was a hand-me-down), so I don't think that's the problem. The video card is different and the RAM is new. The only components that are still around are:
    P4 HT processor (2.60 ghz)
    Albatron  PX865PE II
    Enermax power supply
    Any ideas? It also says "bad eip value" when the system has kernel crashes (especially on boot).
    Last edited by mrbug (2008-06-21 03:08:35)

    Latest message while mkinitcpio was running:
    Linux agpgart interface v0.103
    nvidia: module license 'NVIDIA' taints kernel.
    ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
    NVRM: loading NVIDIA Linux x86 Kernel Module 96.43.05 Tue Jan 22 19:36:58 PST 2008
    BUG: unable to handle kernel paging request at 756e696c
    IP: [<c018a137>] flush_old_exec+0x577/0x750
    *pde = 00000000
    Oops: 0000 [#1] PREEMPT SMP
    Modules linked in: nvidia(P) agpgart nfnetlink_queue nfnetlink nf_conntrack_ipv4 iptable_filter ip_tables xt_state nf_conntrack xt_NFQUEUE x_tables w83627hf hwmon_vid 8139too mii i2c_i801 i2c_core pcspkr shpchp pci_hotplug sg evdev thermal processor fan button battery ac snd_als4000 gameport snd_sb_common snd_opl3_lib snd_hwdep snd_ice1724 snd_ice17xx_ak4xxx snd_ac97_codec ac97_bus snd_ak4114 snd_pt2258 snd_i2c snd_ak4xxx_adda snd_mpu401_uart snd_rawmidi snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore e1000 rtc_cmos rtc_core rtc_lib ext3 jbd mbcache usbhid hid ff_memless usb_storage sr_mod cdrom sd_mod ehci_hcd uhci_hcd pata_acpi usbcore ata_piix ata_generic libata scsi_mod dock
    Pid: 9173, comm: dirname Tainted: P (2.6.25-ARCH #1)
    EIP: 0060:[<c018a137>] EFLAGS: 00210202 CPU: 0
    EIP is at flush_old_exec+0x577/0x750
    EAX: 756e696c EBX: 00000000 ECX: 00000500 EDX: df269004
    ESI: de546c00 EDI: 00000000 EBP: df269080 ESP: de121da4
    DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
    Process dirname (pid: 9173, ti=de120000 task=de546c00 task.ti=de120000)
    Stack: 00000001 de694b00 00000000 df269000 df269004 de710504 de710000 de547134
    6e726964 00656d61 c018a39d de121dd4 00000003 de18f878 c035ccb5 de18f840
    c01b73be 00000080 00000001 c13d8ec0 dec77000 de694b00 c016421f 00000001
    Call Trace:
    [<c018a39d>] kernel_read+0x3d/0x60
    [<c01b73be>] load_elf_binary+0x36e/0x1aa0
    [<c016421f>] get_page_from_freelist+0x2cf/0x4d0
    [<c01646ce>] __alloc_pages+0x5e/0x360
    [<c0175705>] anon_vma_prepare+0x85/0xe0
    [<c016eabd>] handle_mm_fault+0x60d/0x850
    [<c016eacb>] handle_mm_fault+0x61b/0x850
    [<c0184b45>] do_sync_read+0xd5/0x120
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016d479>] follow_page+0x119/0x1c0
    [<c016edd1>] get_user_pages+0xd1/0x2f0
    [<c01b7050>] load_elf_binary+0x0/0x1aa0
    [<c01898ec>] search_binary_handler+0x15c/0x290
    [<c018ab9c>] do_execve+0x21c/0x250
    [<c01033c6>] sys_execve+0x46/0x80
    [<c01050d8>] sysenter_past_esp+0x6d/0xa5
    [<c0300000>] cpu_init+0x220/0x29a
    =======================
    Code: c3 04 89 e8 e8 eb d6 17 00 89 5c 24 10 bb ff ff ff ff 8b 54 24 10 83 c3 01 89 df c1 e7 05 8b 02 39 38 0f 86 11 01 00 00 8b 40 08 <8b> 34 98 85 f6 74 e0 c7 04 98 00 00 00 00 89 e8 e8 a4 d9 17 00
    EIP: [<c018a137>] flush_old_exec+0x577/0x750 SS:ESP 0068:de121da4
    ---[ end trace 255f477a12072e9b ]---
    note: dirname[9173] exited with preempt_count 1
    BUG: unable to handle kernel paging request at 6f732e78
    IP: [<c012b737>] put_files_struct+0x37/0xb0
    *pde = 00000000
    Oops: 0000 [#2] PREEMPT SMP
    Modules linked in: nvidia(P) agpgart nfnetlink_queue nfnetlink nf_conntrack_ipv4 iptable_filter ip_tables xt_state nf_conntrack xt_NFQUEUE x_tables w83627hf hwmon_vid 8139too mii i2c_i801 i2c_core pcspkr shpchp pci_hotplug sg evdev thermal processor fan button battery ac snd_als4000 gameport snd_sb_common snd_opl3_lib snd_hwdep snd_ice1724 snd_ice17xx_ak4xxx snd_ac97_codec ac97_bus snd_ak4114 snd_pt2258 snd_i2c snd_ak4xxx_adda snd_mpu401_uart snd_rawmidi snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore e1000 rtc_cmos rtc_core rtc_lib ext3 jbd mbcache usbhid hid ff_memless usb_storage sr_mod cdrom sd_mod ehci_hcd uhci_hcd pata_acpi usbcore ata_piix ata_generic libata scsi_mod dock
    Pid: 9173, comm: dirname Tainted: P D (2.6.25-ARCH #1)
    EIP: 0060:[<c012b737>] EFLAGS: 00210202 CPU: 0
    EIP is at put_files_struct+0x37/0xb0
    EAX: 6f732e78 EBX: 00000000 ECX: c1407460 EDX: 00000303
    ESI: de546c00 EDI: df399840 EBP: 00200206 ESP: de121bb8
    DS: 007b ES: 007b FS: 00d8 GS: 0000 SS: 0068
    Process dirname (pid: 9173, ti=de120000 task=de546c00 task.ti=de120000)
    Stack: df269000 0000000b de546c00 c035c5ec 00200206 c012ce7a c036075c de546e11
    000023d5 00000001 00000000 00000001 00200206 c0308c6c c0360510 de121c00
    de121d6c 00000000 c035c5ec 00200206 c0106e28 de5d5e34 00000000 1f901000
    Call Trace:
    [<c012ce7a>] do_exit+0x16a/0x6a0
    [<c0106e28>] die+0x1b8/0x1c0
    [<c011cfd1>] do_page_fault+0x1b1/0x790
    [<c018cc23>] do_lookup+0xf3/0x1b0
    [<c0197ff3>] __d_lookup+0x143/0x160
    [<c011e6cf>] kunmap_atomic+0x3f/0xe0
    [<c015e059>] file_read_actor+0xd9/0xf0
    [<c0160e3b>] generic_file_aio_read+0x59b/0x630
    [<c019cd83>] mntput_no_expire+0x13/0x70
    [<c017ebf9>] add_partial+0x19/0x70
    [<c0171309>] remove_vma+0x39/0x50
    [<c017fd43>] __slab_free+0xd3/0x360
    [<c017ebf9>] add_partial+0x19/0x70
    [<c0189d8d>] flush_old_exec+0x1cd/0x750
    [<c017fd43>] __slab_free+0xd3/0x360
    [<c0171309>] remove_vma+0x39/0x50
    [<c011ce20>] do_page_fault+0x0/0x790
    [<c0307d52>] error_code+0x72/0x78
    [<c018007b>] alloc_loc_track+0xab/0xc0
    [<c018a137>] flush_old_exec+0x577/0x750
    [<c018a39d>] kernel_read+0x3d/0x60
    [<c01b73be>] load_elf_binary+0x36e/0x1aa0
    [<c016421f>] get_page_from_freelist+0x2cf/0x4d0
    [<c01646ce>] __alloc_pages+0x5e/0x360
    [<c0175705>] anon_vma_prepare+0x85/0xe0
    [<c016eabd>] handle_mm_fault+0x60d/0x850
    [<c016eacb>] handle_mm_fault+0x61b/0x850
    [<c0184b45>] do_sync_read+0xd5/0x120
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016d479>] follow_page+0x119/0x1c0
    [<c016edd1>] get_user_pages+0xd1/0x2f0
    [<c01b7050>] load_elf_binary+0x0/0x1aa0
    [<c01898ec>] search_binary_handler+0x15c/0x290
    [<c018ab9c>] do_execve+0x21c/0x250
    [<c01033c6>] sys_execve+0x46/0x80
    [<c01050d8>] sysenter_past_esp+0x6d/0xa5
    [<c0300000>] cpu_init+0x220/0x29a
    =======================
    Code: 08 0f 94 c0 84 c0 0f 84 88 00 00 00 8b 04 24 31 db 8b 78 04 eb 09 8d b6 00 00 00 00 83 c3 01 89 d8 c1 e0 05 39 07 76 3c 8b 47 0c <8b> 34 98 85 f6 74 ea 89 dd c1 e5 07 f7 c6 01 00 00 00 74 17 89
    EIP: [<c012b737>] put_files_struct+0x37/0xb0 SS:ESP 0068:de121bb8
    ---[ end trace 255f477a12072e9b ]---
    Fixing recursive fault but reboot is needed!
    BUG: scheduling while atomic: dirname/9173/0x00000002
    Pid: 9173, comm: dirname Tainted: P D 2.6.25-ARCH #1
    [<c030542d>] schedule+0x3ed/0x850
    [<c0129763>] release_console_sem+0x1b3/0x1d0
    [<c012d373>] do_exit+0x663/0x6a0
    [<c0106e28>] die+0x1b8/0x1c0
    [<c011cfd1>] do_page_fault+0x1b1/0x790
    [<c01291d7>] __call_console_drivers+0x57/0x70
    [<c01fad04>] number+0x2b4/0x2c0
    [<c01fb76f>] vsnprintf+0x43f/0x790
    [<c024ec7f>] vt_console_print+0x23f/0x330
    [<c016fe66>] free_pgd_range+0x166/0x1e0
    [<c011ce20>] do_page_fault+0x0/0x790
    [<c0307d52>] error_code+0x72/0x78
    [<c017007b>] sys_mincore+0xeb/0x3e0
    [<c012b737>] put_files_struct+0x37/0xb0
    [<c012ce7a>] do_exit+0x16a/0x6a0
    [<c0106e28>] die+0x1b8/0x1c0
    [<c011cfd1>] do_page_fault+0x1b1/0x790
    [<c018cc23>] do_lookup+0xf3/0x1b0
    [<c0197ff3>] __d_lookup+0x143/0x160
    [<c011e6cf>] kunmap_atomic+0x3f/0xe0
    [<c015e059>] file_read_actor+0xd9/0xf0
    [<c0160e3b>] generic_file_aio_read+0x59b/0x630
    [<c019cd83>] mntput_no_expire+0x13/0x70
    [<c017ebf9>] add_partial+0x19/0x70
    [<c0171309>] remove_vma+0x39/0x50
    [<c017fd43>] __slab_free+0xd3/0x360
    [<c017ebf9>] add_partial+0x19/0x70
    [<c0189d8d>] flush_old_exec+0x1cd/0x750
    [<c017fd43>] __slab_free+0xd3/0x360
    [<c0171309>] remove_vma+0x39/0x50
    [<c011ce20>] do_page_fault+0x0/0x790
    [<c0307d52>] error_code+0x72/0x78
    [<c018007b>] alloc_loc_track+0xab/0xc0
    [<c018a137>] flush_old_exec+0x577/0x750
    [<c018a39d>] kernel_read+0x3d/0x60
    [<c01b73be>] load_elf_binary+0x36e/0x1aa0
    [<c016421f>] get_page_from_freelist+0x2cf/0x4d0
    [<c01646ce>] __alloc_pages+0x5e/0x360
    [<c0175705>] anon_vma_prepare+0x85/0xe0
    [<c016eabd>] handle_mm_fault+0x60d/0x850
    [<c016eacb>] handle_mm_fault+0x61b/0x850
    [<c0184b45>] do_sync_read+0xd5/0x120
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016c60d>] vm_normal_page+0x1d/0x70
    [<c016d479>] follow_page+0x119/0x1c0
    [<c016edd1>] get_user_pages+0xd1/0x2f0
    [<c01b7050>] load_elf_binary+0x0/0x1aa0
    [<c01898ec>] search_binary_handler+0x15c/0x290
    [<c018ab9c>] do_execve+0x21c/0x250
    [<c01033c6>] sys_execve+0x46/0x80
    [<c01050d8>] sysenter_past_esp+0x6d/0xa5
    [<c0300000>] cpu_init+0x220/0x29a
    =======================

  • [Solved] KDEmod 4.2.3, Xserver/KDM crashes right after start

    Hey, I already described my problem in a different topic, but since there was no one actually having that same problem I thought I rather open my own topic here.
    Since I updated KDEmod to 4.2.3, I can't login anymore. I see the Xserver starting and have these weird "graphic bug" lines as usual, but then it just hangs there instead of loading KDM. After a few tests I found out, that deleting the xorg.conf solves the problem and I can login again as usual. The problem for me is that I need the xorg.conf because of my Wacom tablet and also because I want to disable the tapping of my touchpad. Maybe that can be done outside of xorg.conf, but at least the Wacom part can't (as far as I know).
    So, I'll just post my xorg.conf and the log of /var/log/Xorg.0.log, if you need anything else, tell me.
    xorg.conf
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "screen" 0 0
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
    InputDevice "Touchpad" "SendCoreEvents"
    InputDevice "cursor" "SendCoreEvents"
    InputDevice "stylus" "SendCoreEvents"
    InputDevice "eraser" "SendCoreEvents"
    EndSection
    Section "ServerFlags"
    Option "AutoAddDevices" "False"
    Option "DontZap" "false"
    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 "xtrap"
    Load "dri"
    Load "GLcore"
    Load "record"
    Load "extmod"
    Load "glx"
    Load "drm"
    Load "dbe"
    Load "freetype"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard"
    Driver "kbd"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    Section "InputDevice"
    Identifier "Mouse"
    Driver "mouse"
    Option "SendCoreEvents" "true"
    Option "Device" "/dev/input/mice"
    #Option "Device" "/dev/input/mouse_udev"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    Identifier "Touchpad"
    Driver "synaptics"
    Option "Device" "/dev/input/mouse2"
    Option "Protocol" "auto-dev"
    Option "LeftEdge" "1700"
    Option "RightEdge" "5300"
    Option "TopEdge" "1700"
    Option "BottomEdge" "4200"
    Option "FingerLow" "25"
    Option "FingerHigh" "30"
    Option "MaxTapTime" "0"
    Option "MaxTapMove" "0"
    Option "VertScrollDelta" "100"
    Option "MinSpeed" "0.06"
    Option "MaxSpeed" "0.12"
    Option "AccelFactor" "0.0010"
    Option "SHMConfig" "on"
    EndSection
    Section "InputDevice"
    Identifier "stylus"
    Driver "wacom"
    Option "Mode" "Absolute"
    Option "Device" "/dev/input/wacom"
    Option "Type" "stylus"
    Option "USB" "on"
    Option "Vendor" "WACOM"
    Option "Threshold" "5" #the official linuxwacom howto advises this line
    Option "KeepShape" "on"
    EndSection
    Section "InputDevice"
    Identifier "eraser"
    Driver "wacom"
    #Option "Mode" "Relative" #other option:"Absolute"
    Option "Device" "/dev/input/wacom"
    Option "Type" "eraser"
    Option "USB" "on"
    Option "Vendor" "WACOM"
    Option "Threshold" "5" #the official linuxwacom howto advises this line
    Option "KeepShape" "on"
    EndSection
    Section "InputDevice"
    Identifier "cursor"
    Driver "wacom"
    #Option "Mode" "Relative" #other option:"Absolute"
    Option "Device" "/dev/input/wacom"
    Option "Type" "cursor"
    Option "USB" "on"
    Option "Vendor" "WACOM"
    EndSection
    Section "Monitor"
    Identifier "monitor"
    VendorName "LPL"
    ModelName "0"
    DisplaySize 336 210 # 96 DPI, 1280x800 (non 4:3 aspect)
    EndSection
    Section "Device"
    Identifier "ati"
    Driver "radeon"
    VendorName "ATI Technologies Inc"
    BoardName "Radeon Mobility X700 (PCIE)"
    Option "UseEdidDPI" "false"
    Option "DPI" "96 x 96"
    Option "NoDDC" "true"
    BusID "PCI:1:0:0"
    Option "XAANoOffscreenPixmaps" "true" #needed for aiglx
    Option "ColorTiling" "on"
    Option "AGPMode" "4"
    Option "AccelMethod" "EXA"
    Option "EnablePageFlip" "on"
    Option "AGPFastWrite" "yes"
    EndSection
    Section "Screen"
    Identifier "screen"
    Device "ati"
    Monitor "monitor"
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Section "DRI"
    Group "video"
    Mode 0666
    EndSection
    Xorg.0.log
    X.Org X Server 1.6.1
    Release Date: 2009-4-14
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.29-ARCH i686
    Current Operating System: Linux rodriguez 2.6.29-ARCH #1 SMP PREEMPT Sat May 9 12:47:43 UTC 2009 i686
    Build Date: 15 April 2009 11:09:10AM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Mon May 11 17:05:42 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "screen" (0)
    (**) | |-->Monitor "monitor"
    (**) | |-->Device "ati"
    (**) |-->Input Device "Mouse"
    (**) |-->Input Device "Keyboard"
    (**) |-->Input Device "Touchpad"
    (**) |-->Input Device "cursor"
    (**) |-->Input Device "stylus"
    (**) |-->Input Device "eraser"
    (**) Option "DontZap" "false"
    (**) Option "AutoAddDevices" "False"
    (**) Not automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /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: 0x1a40
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 5.0
    X.Org XInput driver : 4.0
    X.Org Server Extension : 2.0
    (II) Loader running on linux
    (++) using VT number 7
    (--) PCI:*(0@1:0:0) ATI Technologies Inc Radeon Mobility X700 (PCIE) rev 0, Mem @ 0x90000000/134217728, 0xc0000000/65536, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
    (II) Open ACPI successful (/var/run/acpid.socket)
    (II) System resource ranges:
    [0] -1 0 0xffffffff - 0xffffffff (0x1) MX[b]
    [1] -1 0 0x000f0000 - 0x000fffff (0x10000) MX[b]
    [2] -1 0 0x000c0000 - 0x000effff (0x30000) MX[b]
    [3] -1 0 0x00000000 - 0x0009ffff (0xa0000) MX[b]
    [4] -1 0 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. 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 by default.
    (II) LoadModule: "xtrap"
    (WW) Warning, couldn't open module xtrap
    (II) UnloadModule: "xtrap"
    (EE) Failed to load module "xtrap" (module does not exist, 0)
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions//librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions//libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions//libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (==) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions//libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "freetype"
    (WW) Warning, couldn't open module freetype
    (II) UnloadModule: "freetype"
    (EE) Failed to load module "freetype" (module does not exist, 0)
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.6.0, module version = 1.1.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions//libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "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) LoadModule: "synaptics"
    (II) Reloading /usr/lib/xorg/modules/input//synaptics_drv.so
    (II) LoadModule: "wacom"
    (II) Loading /usr/lib/xorg/modules/input//wacom_drv.so
    (II) Module wacom: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 4.0
    (II) Wacom driver level: 47-0.8.3-2 $
    (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 00000000c0000000
    (II) RADEON(0): MMIO registers at 0x00000000c0000000: 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
    (**) RADEON(0): Option "AGPMode" "4"
    (**) RADEON(0): Option "AGPFastWrite" "yes"
    (**) RADEON(0): Option "EnablePageFlip" "on"
    (**) RADEON(0): Option "ColorTiling" "on"
    (**) RADEON(0): Option "AccelMethod" "EXA"
    (II) Loading sub module "vgahw"
    (II) LoadModule: "vgahw"
    (II) Loading /usr/lib/xorg/modules//libvgahw.so
    (II) Module vgahw: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 0.1.0
    ABI class: X.Org Video Driver, version 5.0
    (II) 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 Mobility Radeon X700 (M26) (PCIE)" (ChipID = 0x5653)
    (--) RADEON(0): Linear framebuffer at 0x0000000090000000
    (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.1, 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: 0x1179 SubsystemID: 0xff10
    IOBaseAddress: 0xc000
    Filename:
    BIOS Bootup Message:
    Req14228-Aeric lin Rel9.10.1.0/CL197152
    (II) RADEON(0): Framebuffer space used by Firmware (kb): 20
    (II) RADEON(0): Start of VRAM area used by Firmware: 0x7ffb000
    (II) RADEON(0): AtomBIOS requests 20kB of VRAM scratch space
    (II) RADEON(0): AtomBIOS VRAM scratch base: 0x7ffb000
    (II) RADEON(0): Cannot get VRAM scratch space. Allocating in main memory instead
    (II) RADEON(0): Default Engine Clock: 350000
    (II) RADEON(0): Default Memory Clock: 283000
    (II) RADEON(0): Maximum Pixel ClockPLL Frequency Output: 500000
    (II) RADEON(0): Minimum Pixel ClockPLL Frequency Output: 200000
    (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 -1, (No such device or address)
    drmOpenDevice: open result is -1, (No such device or address)
    drmOpenDevice: Open failed
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    drmOpenByBusid: drmGetBusid reports pci:0000:01:00.0
    (II) RADEON(0): [dri] Found DRI library version 1.3.0 and kernel module version 1.29.0
    (**) RADEON(0): Page Flipping enabled
    (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=131072K, accessible=131072K (PCI BAR=131072K)
    (--) RADEON(0): Mapped VideoRAM: 131072 kByte (128 bit DDR SDRAM)
    (II) RADEON(0): Color tiling enabled by default
    (II) RADEON(0): Max desktop size set to 2560x1200
    (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: 20000, max_out_pll: 50000, min_in_pll: 100, max_in_pll: 1350, xclk: 40000, sclk: 350.000000, mclk: 283.000000
    (II) RADEON(0): PLL parameters: rf=2700 rd=7 min=20000 max=50000; xclk=40000
    (WW) RADEON(0): LVDS Info:
    XRes: 1280, YRes: 800, DotClock: 71250
    HBlank: 160, HOverPlus: 48, HSyncWidth: 32
    VBlank: 23, VOverPlus: 2, VSyncWidth: 6
    (II) RADEON(0): Skipping TV-Out
    (II) RADEON(0): TMDS PLL from BIOS: 16500 b0112
    encoder: 0x4
    encoder: 0x1
    encoder: 0x2
    (II) RADEON(0): Output VGA-0 using monitor section monitor
    (II) RADEON(0): I2C bus "VGA-0" initialized.
    (II) RADEON(0): Output LVDS has no monitor section
    (II) RADEON(0): I2C bus "LVDS" 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_DAC1
    DDC reg: 0x60
    (II) RADEON(0): Port1:
    XRANDR name: LVDS
    Connector: LVDS
    LCD1: INTERNAL_LVDS
    DDC reg: 0x68
    (II) RADEON(0): Port2:
    XRANDR name: DVI-0
    Connector: DVI-I
    DFP1: INTERNAL_TMDS1
    DDC reg: 0x64
    Atom Get EDID success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    Dac detection success
    finished output detect: 0
    (**) RADEON(0): Option "NoDDC" "true"
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    finished output detect: 1
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Unhandled monitor type 0
    finished output detect: 2
    finished all detect
    before xf86InitialConfiguration
    Atom Get EDID success
    (II) RADEON(0): Output: VGA-0, Detected Monitor Type: 0
    Dac detection success
    (II) RADEON(0): Output: LVDS, Detected Monitor Type: 0
    (II) RADEON(0): Query for AtomBIOS Get Panel EDID: failed
    (II) RADEON(0): Added native panel mode: 1280x800
    (II) RADEON(0): Output: DVI-0, Detected Monitor Type: 0
    Unhandled monitor type 0
    (II) RADEON(0): Output VGA-0 disconnected
    (II) RADEON(0): Output LVDS connected
    (II) RADEON(0): Output DVI-0 disconnected
    (II) RADEON(0): Using exact sizes for initial modes
    (II) RADEON(0): Output LVDS using initial mode 1280x800
    after xf86InitialConfiguration
    (**) RADEON(0): Display dimensions: (336, 210) mm
    (**) RADEON(0): DPI set to (96, 145)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules//libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (==) 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 EXA acceleration architecture
    (II) Loading sub module "exa"
    (II) LoadModule: "exa"
    (II) Loading /usr/lib/xorg/modules//libexa.so
    (II) Module exa: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 2.4.0
    ABI class: X.Org Video Driver, version 5.0
    (==) RADEON(0): Assuming overlay scaler buffer width is 1536
    (II) RADEON(0): MM_TABLE: d0-f7-c6-02-00-74-08-80-e6-4c-c0-e6-02-0a
    (II) RADEON(0): This card has MM_TABLE we do not recognize.
    If your card is TV-in capable you will need to specify options RageTheatreCrystal, RageTheatreTunerPort,
    RageTheatreSVideoPort and TunerType in /etc/X11/xorg.conf.
    (!!) 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 90000000 0 0
    Entering TV Save
    Save TV timing tables
    saveTimingTables: reading timing tables
    TV Save done
    disable LVDS
    (II) RADEON(0): Dynamic Clock Scaling Disabled
    (==) RADEON(0): Using 24 bit depth buffer
    (II) RADEON(0): RADEONInitMemoryMap() :
    (II) RADEON(0): mem_size : 0x08000000
    (II) RADEON(0): MC_FB_LOCATION : 0x97ff9000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Depth moves disabled by default
    (II) RADEON(0): Allocating from a screen of 131040 kb
    (II) RADEON(0): Will use 32 kb for hardware cursor 0 at offset 0x005dc000
    (II) RADEON(0): Will use 32 kb for hardware cursor 1 at offset 0x005e0000
    (II) RADEON(0): Will use 6000 kb for front buffer at offset 0x00000000
    (II) RADEON(0): Will use 32 kb for PCI GART at offset 0x07ff8000
    (II) RADEON(0): Will use 6000 kb for back buffer at offset 0x005e4000
    (II) RADEON(0): Will use 6000 kb for depth buffer at offset 0x00bc0000
    (II) RADEON(0): Will use 56320 kb for textures at offset 0x0119c000
    (II) RADEON(0): Will use 56688 kb for X Server offscreen at offset 0x0489c000
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:01:00.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 10, (OK)
    drmOpenByBusid: drmOpenMinor returns 10
    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 = 0x90000000
    (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 0xf86e6000
    (II) RADEON(0): [pci] ring handle = 0xf86e6000
    (II) RADEON(0): [pci] Ring mapped at 0xb793f000
    (II) RADEON(0): [pci] Ring contents 0x00000000
    (II) RADEON(0): [pci] ring read ptr handle = 0xf87e7000
    (II) RADEON(0): [pci] Ring read ptr mapped at 0xb793e000
    (II) RADEON(0): [pci] Ring read ptr contents 0x00000000
    (II) RADEON(0): [pci] vertex/indirect buffers handle = 0xf87e8000
    (II) RADEON(0): [pci] Vertex/indirect buffers mapped at 0xaf6a2000
    (II) RADEON(0): [pci] Vertex/indirect buffers contents 0x00000000
    (II) RADEON(0): [pci] GART texture map handle = 0xf89e8000
    (II) RADEON(0): [pci] GART Texture map mapped at 0xada22000
    (II) RADEON(0): [drm] register handle = 0x28000000
    (II) RADEON(0): [dri] Visual configs initialized
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x97ff9000 0x97ff9000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (==) 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 11
    (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: 0x97ff9000 is: 0x97ff9000
    (WW) RADEON(0): MC_AGP_LOCATION was: 0xffffffc0 is: 0xffffffc0
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x97ff9000 0x97ff9000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    (II) RADEON(0): Direct rendering enabled
    (II) RADEON(0): Render acceleration enabled for R300/R400/R500 type cards.
    (II) RADEON(0): Setting EXA maxPitchBytes
    (II) RADEON(0): num quad-pipes is 2
    (II) EXA(0): Offscreen pixmap area of 58048512 bytes
    (II) EXA(0): Driver registered support for the following operations:
    (II) Solid
    (II) Copy
    (II) Composite (RENDER acceleration)
    (II) UploadToScreen
    (II) DownloadFromScreen
    (II) RADEON(0): Acceleration enabled
    (II) RADEON(0): DPMS enabled
    (==) RADEON(0): Silken mouse enabled
    (II) RADEON(0): No video input capabilities detected and no information is provided - disabling multimedia i2c
    (II) Loading sub module "theatre_detect"
    (II) LoadModule: "theatre_detect"
    (II) Loading /usr/lib/xorg/modules/multimedia//theatre_detect_drv.so
    (II) Module theatre_detect: vendor="X.Org Foundation"
    compiled for 1.6.1, module version = 1.0.0
    ABI class: X.Org Video Driver, version 5.0
    (II) RADEON(0): no multimedia table present, disabling Rage Theatre.
    (II) RADEON(0): Set up overlay video
    (II) RADEON(0): Set up textured video
    disable primary dac
    disable LVDS
    disable LVDS
    init memmap
    init common
    init crtc1
    init pll1
    freq: 71250000
    best_freq: 71357143
    best_feedback_div: 74
    best_ref_div: 7
    best_post_div: 4
    restore memmap
    (II) RADEON(0): RADEONRestoreMemMapRegisters() :
    (II) RADEON(0): MC_FB_LOCATION : 0x97ff9000 0x97ff9000
    (II) RADEON(0): MC_AGP_LOCATION : 0xffffffc0
    restore common
    restore crtc1
    restore pll1
    set RMX
    set LVDS
    enable LVDS
    disable primary dac
    (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (WW) RADEON(0): Option "UseEdidDPI" is not used
    (WW) RADEON(0): Option "DPI" is not used
    (WW) RADEON(0): Option "XAANoOffscreenPixmaps" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    (II) AIGLX: Screen 0 is not DRI2 capable
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 11, (OK)
    drmOpenByBusid: Searching for BusID pci:0000: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) 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 338 x 211
    (**) Option "Protocol" "ImPS/2"
    (**) Mouse: Device: "/dev/input/mice"
    (**) Mouse: Protocol: "ImPS/2"
    (**) Option "SendCoreEvents" "true"
    (**) Option "CorePointer"
    (**) Mouse: always reports core events
    (**) Option "Device" "/dev/input/mice"
    (**) Option "Emulate3Buttons" "true"
    (**) Mouse: Emulate3Buttons, Emulate3Timeout: 50
    (**) Option "ZAxisMapping" "4 5"
    (**) Mouse: ZAxisMapping: buttons 4 and 5
    (**) Mouse: Buttons: 9
    (**) Mouse: Sensitivity: 1
    (II) XINPUT: Adding extended input device "Mouse" (type: MOUSE)
    (**) Mouse: (accel) keeping acceleration scheme 1
    (**) Mouse: (accel) filter chain progression: 2.00
    (**) Mouse: (accel) filter stage 0: 20.00 ms
    (**) Mouse: (accel) set acceleration profile 0
    (II) Mouse: ps2EnableDataReporting: succeeded
    (**) Option "CoreKeyboard"
    (**) Keyboard: always reports core events
    (**) Option "Protocol" "standard"
    (**) Keyboard: Protocol: standard
    (**) Option "AutoRepeat" "500 30"
    (**) Option "XkbRules" "xorg"
    (**) Keyboard: XkbRules: "xorg"
    (**) Option "XkbModel" "pc105"
    (**) Keyboard: XkbModel: "pc105"
    (**) Option "XkbLayout" "de"
    (**) Keyboard: XkbLayout: "de"
    (**) Option "XkbVariant" "nodeadkeys"
    (**) Keyboard: XkbVariant: "nodeadkeys"
    (**) Option "CustomKeycodes" "off"
    (**) Keyboard: CustomKeycodes disabled
    (II) XINPUT: Adding extended input device "Keyboard" (type: KEYBOARD)
    (II) Synaptics touchpad driver version 1.1.0
    (--) Touchpad auto-dev sets device to /dev/input/event5
    (**) Option "Device" "/dev/input/event5"
    (II) Touchpad: x-axis range 1472 - 5472
    (II) Touchpad: y-axis range 1408 - 4448
    (II) Touchpad: pressure range 0 - 255
    (II) Touchpad: finger width range 0 - 0
    (II) Touchpad: buttons: left right middle double triple
    (**) Option "SHMConfig" "on"
    (**) Option "LeftEdge" "1700"
    (**) Option "RightEdge" "5300"
    (**) Option "TopEdge" "1700"
    (**) Option "BottomEdge" "4200"
    (**) Option "FingerLow" "25"
    (**) Option "FingerHigh" "30"
    (**) Option "MaxTapTime" "0"
    (**) Option "MaxTapMove" "0"
    (**) Option "VertScrollDelta" "100"
    (**) Option "MinSpeed" "0.06"
    (**) Option "MaxSpeed" "0.12"
    (**) Option "AccelFactor" "0.0010"
    (--) Touchpad touchpad found
    (**) Option "SendCoreEvents"
    (**) Touchpad: always reports core events
    (II) XINPUT: Adding extended input device "Touchpad" (type: TOUCHPAD)
    (**) Touchpad: (accel) keeping acceleration scheme 1
    (**) Touchpad: (accel) filter chain progression: 2.00
    (**) Touchpad: (accel) filter stage 0: 20.00 ms
    (**) Touchpad: (accel) set acceleration profile 0
    (--) Touchpad touchpad found
    (**) Option "SendCoreEvents"
    (**) cursor: always reports core events
    (**) cursor device is /dev/input/wacom
    (**) cursor is in relative mode
    (**) WACOM: suppress value is 2
    (**) Option "USB" "on"
    (**) cursor: reading USB link
    (**) Option "BaudRate" "9600"
    (II) XINPUT: Adding extended input device "cursor" (type: Wacom Cursor)
    (**) Option "Device" "/dev/input/wacom"
    (EE) xf86OpenSerial: Cannot open device /dev/input/wacom
    No such file or directory.
    Error opening /dev/input/wacom : No such file or directory
    (II) UnloadModule: "wacom"
    (**) Option "SendCoreEvents"
    (**) stylus: always reports core events
    (**) stylus device is /dev/input/wacom
    (**) stylus is in absolute mode
    (**) WACOM: suppress value is 2
    (**) Option "USB" "on"
    (**) stylus: reading USB link
    (**) Option "KeepShape" "on"
    (**) stylus: keeps shape
    (**) Option "Threshold" "5"
    (**) stylus: threshold = 5
    (**) Option "BaudRate" "9600"
    (II) XINPUT: Adding extended input device "stylus" (type: Wacom Stylus)
    (**) Option "Device" "/dev/input/wacom"
    (EE) xf86OpenSerial: Cannot open device /dev/input/wacom
    No such file or directory.
    Error opening /dev/input/wacom : No such file or directory
    (II) UnloadModule: "wacom"
    (**) Option "SendCoreEvents"
    (**) eraser: always reports core events
    (**) eraser device is /dev/input/wacom
    (**) eraser is in absolute mode
    (**) WACOM: suppress value is 2
    (**) Option "USB" "on"
    (**) eraser: reading USB link
    (**) Option "KeepShape" "on"
    (**) eraser: keeps shape
    (**) Option "Threshold" "5"
    (**) eraser: threshold = 5
    (**) Option "BaudRate" "9600"
    (II) XINPUT: Adding extended input device "eraser" (type: Wacom Eraser)
    (**) Option "Device" "/dev/input/wacom"
    (EE) xf86OpenSerial: Cannot open device /dev/input/wacom
    No such file or directory.
    Error opening /dev/input/wacom : No such file or directory
    (II) UnloadModule: "wacom"
    Backtrace:
    0: /usr/bin/X(xorg_backtrace+0x3b) [0x813278b]
    1: /usr/bin/X(xf86SigHandler+0x51) [0x80dda61]
    2: [0xb80a1400]
    3: /usr/bin/X(ActivateDevice+0x4f) [0x808504f]
    4: /usr/bin/X(InitAndStartDevices+0x42) [0x8085e42]
    5: /usr/bin/X(main+0x36f) [0x8071eef]
    6: /lib/libc.so.6(__libc_start_main+0xe6) [0xb7c5d6b6]
    7: /usr/bin/X [0x8071401]
    Fatal server error:
    Caught signal 11. Server aborting
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    (II) UnloadModule: "mouse"
    (II) UnloadModule: "kbd"
    (II) UnloadModule: "synaptics"
    I already looked up the "signal 11" error message but didn't find anything helpfull. And I tried to make a "minimal" xorg.conf with only the touchpad and the Wacom properties, but then the Xserver complained that there is no screen set. So if someone could help me minimize the xorg.conf, that would maybe be enough if there are no other solutions.
    Last edited by JonathanArcher (2009-05-13 15:40:14)

    Ok, I have no idea why, but the Wacom tablet gets recognized properly (it seems) by X. Still there are two problems I'd like to solve, one being the fact that I have a 16:10 monitor, but the tablet is 4:3. With xorg.conf I could set it right (Option Keepshape), but how can I do that without the conf file? Also, how can I disable touchpad tapping without the xorg.conf?

  • X server won't start after recent catalyst-test and kernel upgrade

    Hi,
    after recent upgrade of catalyst-test (13.2) and kernel (3.7.5), my x server won't start with this log (WW) and (EE) only:
    [   114.989] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [   116.077] (WW) Falling back to old probe method for fglrx
    [   116.093] (WW) fglrx: No matching Device section for instance (BusID PCI:0@1:0:1) found
    [   116.101] (EE) fglrx(0): DAL initialization failed!
    [   116.101] (EE) fglrx(0): Display Infrastructure Failed
    [   116.101] (EE) fglrx(0): PreInit failed
    [   116.212] (EE) Screen(s) found, but none have a usable configuration.
    [   116.212]
    Fatal server error:
    [   116.212] no screens found
    [   116.212] (EE)
    Please consult the The X.Org Foundation support
         at http://wiki.x.org
    for help.
    [   116.212] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [   116.212] (EE)
    [   116.515] Server terminated with error (1). Closing log file.
    My card is mobility radeon hd 5700, I'm running on x86_64 system. I'm using aticonfig generated xorg.conf. I will provide any other information if needed.
    I've tried:
    - to downgrade to catalyst 12.8 and xorg 1.12 (screen just freezes after trying to get to X, only poweroff button works (system catches the signal and shuts down softly - no errors in Xorg.0.log))
    - to use catalyst-total 13.1 / catalyst-generator 13.1 (Xorg.0.log says something about *not* compatible module - i can try it again and give you the whole log, it is probably another problem)
    - to use open-source drivers (poor performance, overheating)
    - to check nomodeset option (present at all kernel images in generated grub.cfg)
    Unfortunately, I could not find any similar issue solved in past few days...

    Downgrading kernel to 3.7.4 actually worked for catalyst 13.1. Anyone knows what could be wrong for linux 3.7.5?
    Edit: catalyst-test 13.2 beta works with linux 3.7.4.
    Last edited by sirkubador (2013-02-05 14:24:44)

  • [SOLVED] KDEmod 3.5.7: Dragging desktop icons leaves an annoying trail

    I use KDEmod 3.5.7 and have a problem which you can see on an attached image:
    The problem doesn't occur when dragging windows... only dragging icons action is affected...
    I use "nvidia" kernel module and my Device Section looks like this:
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce 6600 GT"
    Option "DPI" "96x96"
    Option "TripleBuffer" "True"
    Option "AllowGLXWithComposite" "True"
    Option "AddARGBGLXVisuals" "True"
    Option "RenderAccel" "True"
    Option "Coolbits" "1"
    Option "NoLogo" "True"
    EndSection
    Any ideas how to fix it?
    Last edited by saneone (2007-09-10 23:10:43)

    intsarts wrote:
    maybe adding some modules in xorg?
    example:
    Section "Module"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "vbe"
    Load "dbe"
    EndSection
    I've got them all except for "vbe" and "int10" (which is actually needed only be "vbe")... I don't exactly know what "vbe" is for, but its work is rather similiar to "ddc" (Vesa BIOS Extensions), so dragging icons doesn't depend on it...
    "dbe" stands for double buffer and i load this module...
    Last edited by saneone (2007-08-31 08:57:14)

  • Known issues with CUDA 5.0.17 driver (including crashes and kernel panics) on Mac OSX

    We have recently learned of some issues with the new CUDA drivers from Nvidia that cause crashes and kernel panics in some circumstances, including when switching between applications that use the GPU.
    See this page for details.

    Whenever you remove system modifications, they must be removed completely, and the only way to do that is to use the uninstallation tool, if any, provided by the third-party developers, or to follow their instructions. If the software has been incompletely removed, you may have to re-download or even reinstall it in order to finish the job.
    Here are some general guidelines. Suppose you want to remove something called “BrickYourMac.” First, consult the product's Help menu, if there is one, for instructions. Finding none there, look on the developer's website, say www.brickyourmac.com. (That may not be the actual name of the site; if necessary, search the Web for the product name.) If you don’t find anything on the website or in your search, email the developer. While you're waiting for a response, download BrickYourMac.dmg and open it. There may be an application in there such as “Uninstall BrickYourMac.” If not, open “BrickYourMac.pkg” and look for an Uninstall button.
    If you can’t remove software in any other way, you’ll have to erase your boot volume and perform a clean reinstallation of OS X. Never install any third-party software unless you're sure you know how to uninstall it; otherwise you may create problems that are very hard to solve.
    Trying to remove complex system modifications by hunting for files by name often will not work and may make the problem worse. The same goes for "utilities" that purport to remove software.

  • Hard Feezing and Kernel Panics - Early 11 MBP

    Hey just wondering if anyone has any insight into this...
    I've been experiencing hard freezing and kernel panics on my Early 11 Macbook Pro for several months.  The hard freezing only happens when I wake up my system from sleep.  I'll open the lid and when it happens, within seconds, everything locks up.  No spinning wheel, just frozen machine and I have to do a hard reboot.  I also get random kernel panics as well.
    I took it in the the Genius Bar a few weeks ago, they ran tests and said the hardware was all fine and that I should reinstall Lion after a clean format.  Well I did that and still having issues.  Not sure if it's being caused by a 3rd party app...or if I really do have bad hardware after all.
    When they did a diagnostic they said that 'soundflower' was showing up in my kernel panic log and that I should find what that is and delete it, so I did.  In my most recent and only kernel panic, shown below, I don't see any 3rd party language anywhere.
    Anyone have an idea of what might be causing this?
    Interval Since Last Panic Report:  534787 sec
    Panics Since Last Report:          1
    Tue Jul 24 00:30:37 2012
    panic(cpu 4 caller 0xffffff80002c473a): Kernel trap at 0xffffff7f816eb67c, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff83a69dd370, CR3: 0x0000000040436042, CR4: 0x00000000000606e0
    RAX: 0x0000000080000000, RBX: 0x00000000cccccccc, RCX: 0x00000000cccccccc, RDX: 0x00000000cccccccc
    RSP: 0xffffff807f363860, RBP: 0xffffff807f363880, RSI: 0xffffff80736aa040, RDI: 0xffffff800be74600
    R8:  0x0000000000000000, R9:  0x0000000000000000, R10: 0xffffff7f8191dd70, R11: 0x0000000000000002
    R12: 0x000000000000000f, R13: 0xffffff800be74600, R14: 0xffffff80736aa040, R15: 0xffffff800be74600
    RFL: 0x0000000000010206, RIP: 0xffffff7f816eb67c, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0xffffff83a69dd370, Error code: 0x0000000000000002, Faulting CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff807f363510 : 0xffffff8000220792
    0xffffff807f363590 : 0xffffff80002c473a
    0xffffff807f363740 : 0xffffff80002da0cd
    0xffffff807f363760 : 0xffffff7f816eb67c
    0xffffff807f363880 : 0xffffff7f816ec061
    0xffffff807f3638d0 : 0xffffff7f816f76d3
    0xffffff807f3638f0 : 0xffffff7f816f7b2c
    0xffffff807f363910 : 0xffffff7f816d53c4
    0xffffff807f363960 : 0xffffff7f816d6852
    0xffffff807f3639b0 : 0xffffff7f816d3f2c
    0xffffff807f363a00 : 0xffffff7f81695829
    0xffffff807f363a40 : 0xffffff7f816d7d85
    0xffffff807f363a90 : 0xffffff7f81698d64
    0xffffff807f363b60 : 0xffffff7f81695ecb
    0xffffff807f363bc0 : 0xffffff800065501e
    0xffffff807f363be0 : 0xffffff80006558fa
    0xffffff807f363c40 : 0xffffff800065609b
    0xffffff807f363d80 : 0xffffff80002a3f08
    0xffffff807f363e80 : 0xffffff8000223096
    0xffffff807f363eb0 : 0xffffff80002148a9
    0xffffff807f363f10 : 0xffffff800021bbd8
    0xffffff807f363f70 : 0xffffff80002aef20
    0xffffff807f363fb0 : 0xffffff80002daa33
          Kernel Extensions in backtrace:
             com.apple.ATIRadeonX3000(7.1.8)[BB62D2AF-725C-3D33-8009-C51F397EBB72]@0xffffff7 f8168c000->0xffffff7f81926fff
                dependency: com.apple.iokit.IOPCIFamily(2.6.8)[06C77CAA-586C-3AA7-94B7-A544F470025E]@0xffff ff7f80858000
                dependency: com.apple.iokit.IONDRVSupport(2.3.2)[D05CFB53-FB72-3613-8162-2D188DB04738]@0xff ffff7f80cff000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[2D2A4A31-EB4F-3730-BE3A-76C061685FC5]@0 xffffff7f80cc7000
    BSD process name corresponding to current thread: Twitter
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 1401075635774
    last loaded kext at 162719058388: com.apple.filesystems.smbfs    1.7.2 (addr 0xffffff7f80791000, size 241664)
    last unloaded kext at 99396494277: com.apple.driver.AppleUSBUHCI    4.4.5 (addr 0xffffff7f80ad6000, size 65536)
    loaded kexts:
    com.apple.filesystems.smbfs    1.7.2
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleMCCSControl    1.0.26
    com.apple.driver.AppleHDA    2.2.0f3
    com.apple.driver.AppleMikeyDriver    2.2.0f3
    com.apple.driver.AppleIntelHD3000Graphics    7.1.8
    com.apple.driver.AGPM    100.12.42
    com.apple.kext.ATIFramebuffer    7.1.8
    com.apple.driver.SMCMotionSensor    3.0.2d6
    com.apple.driver.AppleSMCPDRC    5.0.0d0
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.0.5f11
    com.apple.driver.AppleSMCLMU    2.0.1d2
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AudioIPCDriver    1.2.2
    com.apple.driver.AppleMuxControl    3.0.16
    com.apple.driver.ACPI_SMC_PlatformPlugin    5.0.0d0
    com.apple.ATIRadeonX3000    7.1.8
    com.apple.driver.AppleLPC    1.5.8
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleUSBTCButtons    225.2
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.5f11
    com.apple.driver.AppleUSBTCKeyboard    225.2
    com.apple.driver.AppleIRController    312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.SCSITaskUserClient    3.2.0
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.iokit.IOAHCIBlockStorage    2.0.3
    com.apple.driver.AppleUSBHub    4.5.0
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleFWOHCI    4.8.9
    com.apple.driver.AirPort.Brcm4331    530.4.20
    com.apple.driver.AppleSDXC    1.2.0
    com.apple.iokit.AppleBCM5701Ethernet    3.1.2b2
    com.apple.driver.AppleEFINVRAM    1.5.0
    com.apple.driver.AppleAHCIPort    2.3.0
    com.apple.driver.AppleUSBEHCI    4.5.8
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.6
    com.apple.driver.AppleSMBIOS    1.8
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient    193.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.3
    com.apple.driver.AppleIntelCPUPowerManagement    193.0.0
    com.apple.driver.DspFuncLib    2.2.0f3
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.iokit.IOFireWireIP    2.2.4
    com.apple.iokit.IOAudioFamily    1.8.6fc17
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleHDAController    2.2.0f3
    com.apple.iokit.IOHDAFamily    2.2.0f3
    com.apple.driver.ApplePolicyControl    3.0.16
    com.apple.driver.AppleGraphicsControl    3.0.16
    com.apple.driver.AppleSMC    3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy    5.0.0d0
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleBacklightExpert    1.0.3
    com.apple.iokit.IONDRVSupport    2.3.2
    com.apple.driver.IOPlatformPluginFamily    5.1.0d17
    com.apple.kext.ATI6000Controller    7.1.8
    com.apple.kext.ATISupport    7.1.8
    com.apple.kext.triggers    1.0
    com.apple.driver.AppleIntelSNBGraphicsFB    7.1.8
    com.apple.iokit.IOGraphicsFamily    2.3.2
    com.apple.driver.AppleThunderboltDPInAdapter    1.8.2
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.8.2
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.2.4
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.5f11
    com.apple.iokit.IOBluetoothFamily    4.0.5f11
    com.apple.driver.AppleUSBMultitouch    227.1
    com.apple.iokit.IOUSBHIDDriver    4.4.5
    com.apple.driver.AppleUSBMergeNub    4.5.3
    com.apple.driver.AppleUSBComposite    4.5.8
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.0
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.7
    com.apple.iokit.IOCDStorageFamily    1.7
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.0
    com.apple.driver.AppleThunderboltNHI    1.5.5
    com.apple.iokit.IOThunderboltFamily    2.0.0
    com.apple.iokit.IOUSBUserClient    4.5.8
    com.apple.iokit.IOFireWireFamily    4.4.5
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOUSBFamily    4.5.8
    com.apple.driver.AppleEFIRuntime    1.5.0
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.5
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    331.6
    com.apple.iokit.IOStorageFamily    1.7.1
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.6.8
    com.apple.iokit.IOACPIFamily    1.4
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2.2 GHz, 4 GB, SMC 1.69f3
    Graphics: AMD Radeon HD 6750M, AMD Radeon HD 6750M, PCIe, 1024 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353737334448302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.4.20)
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK7559GSXF, 750.16 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 7
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 2
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    BSD process name corresponding to current thread: Twitter
    Try either uninstalling Twitter or just don't use it. See if this stops the kernel panics.
    Clinton

  • Nvidia is not working after upgrading nvidia driver and kernel

    I upgraded nvidia driver and kernel. After rebooting graphic mode is not working. Here xorg.o.log
    [ 281.180]
    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.
    [ 281.181]
    X.Org X Server 1.10.0.902 (1.10.1 RC 2)
    Release Date: 2011-04-08
    [ 281.181] X Protocol Version 11, Revision 0
    [ 281.181] Build Operating System: Linux 2.6.38-ARCH i686
    [ 281.181] Current Operating System: Linux localhost 2.6.38-ARCH #1 SMP PREEMPT Wed Mar 30 07:14:27 UTC 2011 i686
    [ 281.181] Kernel command line: BOOT_IMAGE=/boot/vmlinuz26 root=/dev/disk/by-uuid/b766e332-2aad-4047-8562-567180150189 ro quiet
    [ 281.182] Build Date: 11 April 2011 10:49:12AM
    [ 281.182]
    [ 281.182] Current version of pixman: 0.20.2
    [ 281.182] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 281.182] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 281.183] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 14 17:11:37 2011
    [ 281.183] (==) Using config file: "/etc/X11/xorg.conf"
    [ 281.183] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 281.183] (==) ServerLayout "Layout0"
    [ 281.183] (**) |-->Screen "Screen0" (0)
    [ 281.183] (**) | |-->Monitor "Monitor0"
    [ 281.184] (**) | |-->Device "Videocard0"
    [ 281.184] (**) |-->Input Device "Keyboard0"
    [ 281.184] (**) |-->Input Device "Mouse0"
    [ 281.184] (**) Option "Xinerama" "0"
    [ 281.184] (==) Automatically adding devices
    [ 281.184] (==) Automatically enabling devices
    [ 281.184] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 281.184] Entry deleted from font path.
    [ 281.184] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 281.184] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 281.184] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 281.184] (WW) Disabling Keyboard0
    [ 281.184] (WW) Disabling Mouse0
    [ 281.184] (II) Loader magic: 0x822e120
    [ 281.184] (II) Module ABI versions:
    [ 281.184] X.Org ANSI C Emulation: 0.4
    [ 281.184] X.Org Video Driver: 10.0
    [ 281.184] X.Org XInput driver : 12.2
    [ 281.184] X.Org Server Extension : 5.0
    [ 281.185] (--) PCI:*(0:1:0:0) 10de:0322:0000:0000 rev 161, Mem @ 0xfd000000/16777216, 0xe8000000/134217728, BIOS @ 0x????????/131072
    [ 281.185] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 281.185] (II) LoadModule: "extmod"
    [ 281.185] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 281.185] (II) Module extmod: vendor="X.Org Foundation"
    [ 281.185] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.185] Module class: X.Org Server Extension
    [ 281.185] ABI class: X.Org Server Extension, version 5.0
    [ 281.185] (II) Loading extension MIT-SCREEN-SAVER
    [ 281.185] (II) Loading extension XFree86-VidModeExtension
    [ 281.185] (II) Loading extension XFree86-DGA
    [ 281.185] (II) Loading extension DPMS
    [ 281.185] (II) Loading extension XVideo
    [ 281.185] (II) Loading extension XVideo-MotionCompensation
    [ 281.185] (II) Loading extension X-Resource
    [ 281.185] (II) LoadModule: "dbe"
    [ 281.185] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 281.185] (II) Module dbe: vendor="X.Org Foundation"
    [ 281.185] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.185] Module class: X.Org Server Extension
    [ 281.185] ABI class: X.Org Server Extension, version 5.0
    [ 281.185] (II) Loading extension DOUBLE-BUFFER
    [ 281.185] (II) LoadModule: "glx"
    [ 281.186] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 281.216] (II) Module glx: vendor="NVIDIA Corporation"
    [ 281.217] compiled for 4.0.2, module version = 1.0.0
    [ 281.217] Module class: X.Org Server Extension
    [ 281.217] (II) NVIDIA GLX Module 173.14.28 Wed Sep 29 10:17:05 PDT 2010
    [ 281.217] (II) Loading extension GLX
    [ 281.217] (II) LoadModule: "record"
    [ 281.217] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 281.217] (II) Module record: vendor="X.Org Foundation"
    [ 281.217] compiled for 1.10.0.902, module version = 1.13.0
    [ 281.217] Module class: X.Org Server Extension
    [ 281.217] ABI class: X.Org Server Extension, version 5.0
    [ 281.217] (II) Loading extension RECORD
    [ 281.217] (II) LoadModule: "dri"
    [ 281.217] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 281.217] (II) Module dri: vendor="X.Org Foundation"
    [ 281.217] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.217] ABI class: X.Org Server Extension, version 5.0
    [ 281.217] (II) Loading extension XFree86-DRI
    [ 281.217] (II) LoadModule: "dri2"
    [ 281.217] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 281.218] (II) Module dri2: vendor="X.Org Foundation"
    [ 281.218] compiled for 1.10.0.902, module version = 1.2.0
    [ 281.218] ABI class: X.Org Server Extension, version 5.0
    [ 281.218] (II) Loading extension DRI2
    [ 281.218] (II) LoadModule: "nvidia"
    [ 281.218] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 281.218] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 281.218] compiled for 4.0.2, module version = 1.0.0
    [ 281.218] Module class: X.Org Video Driver
    [ 281.218] ================ WARNING WARNING WARNING WARNING ================
    [ 281.219] This server has a video driver ABI version of 10.0 that is not
    supported by this NVIDIA driver. Please check
    http://www.nvidia.com/ for driver updates or downgrade to an X
    server with a supported driver ABI.
    [ 281.219] =================================================================
    [ 281.219] (II) NVIDIA dlloader X Driver 173.14.28 Wed Sep 29 09:55:18 PDT 2010
    [ 281.219] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 281.219] (--) using VT number 7
    [ 281.222] (II) Loading sub module "fb"
    [ 281.222] (II) LoadModule: "fb"
    [ 281.222] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 281.222] (II) Module fb: vendor="X.Org Foundation"
    [ 281.222] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.222] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 281.222] (II) Loading sub module "wfb"
    [ 281.222] (II) LoadModule: "wfb"
    [ 281.222] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 281.223] (II) Module wfb: vendor="X.Org Foundation"
    [ 281.223] compiled for 1.10.0.902, module version = 1.0.0
    [ 281.223] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 281.223] (II) Loading sub module "ramdac"
    [ 281.223] (II) LoadModule: "ramdac"
    [ 281.223] (II) Module "ramdac" already built-in
    [ 281.223] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 281.226] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 281.226] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 281.226] (II) UnloadModule: "nvidia"
    [ 281.226] (II) Unloading nvidia
    [ 281.226] (II) UnloadModule: "wfb"
    [ 281.226] (II) Unloading wfb
    [ 281.226] (II) UnloadModule: "fb"
    [ 281.226] (II) Unloading fb
    [ 281.226] (EE) Screen(s) found, but none have a usable configuration.
    [ 281.226]
    Fatal server error:
    [ 281.226] no screens found
    [ 281.226]
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 281.226] Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 281.226]

    bilgee0629 wrote:
    Arjann wrote:
    I think the new xorg-server is the problem as it isn't supported by this nvidia driver yet.
    You could try to install the nouveau driver until nvidia comes with a new version of the 173 branch that supports xorg-server 1.10, see: https://wiki.archlinux.org/index.php/Nouveau for information. As lower-grade options, you might also consider xf86-video-nv and xf86-video-vesa.
    Should i uninstall nvidia driver, then install it?
    I think thats the easy way yes, else you have to blacklist the nvidia kernel module.. check the wiki link of nouveau for details.

  • Mac freezing and kernel panics

    Please help if anyone can. I'm not much of a computer expert.
    I apologize in advance if I'm not asking this question in the right forum or topic- I haven't ever posted before today.
    I have a PowerMac G5 dual 2 GHz processor machine running 10.4.9. Lately I have had problems with freezing and kernel panics, especially at startup or soon after startup.
    I have 1 GB RAM, 150 GB hard drive with 117 GB free space. I have no peripheral devices hooked to my computer- just an Apple USB mouse and keyboard that came with my computer.
    Panics occur at startup usually, and require a restart using the power button.
    Sometimes the system profiler shows that I have only 1 CPU.
    I've run all the Apple hardware diagnostic stuff, Disk Utility, Disk Warrior, etc, and it comes up clean- no problems. I've run fsck -fy, and I've done a full erase and reinstall, then update to 10.4.9. Problem persists.
    Sometimes I don't get the startup sound, and then everything freezes.
    Sometimes it freezes on the blue screen and shows the prohibitory sign.
    Sometimes when it freezes, the fans go wild and just keep increasing in speed until I force restart.
    Recent kernel panic log reads as follows:
    Unresolved kernel trap(cpu 0): 0x300 - Data access DAR=0x0000000070000200 PC=0x000000000003FE3C
    Latest crash info for cpu 0:
    Exception state (sv=0x303BE280)
    PC=0x0003FE3C; MSR=0x00009030; DAR=0x70000200; DSISR=0x00200000; LR=0x0003FE24; R1=0x17903470; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x020B9E40 0x0002BC34 0x002FE1CC 0x002FE3E4 0x002D64D4 0x002D5DD0
    0x00502ED0 0x00500E00 0x004FFE98 0x0010916C 0x000D601C 0x000FE6C4 0x000DBF0C 0x000DC74C
    0x0022D248 0x000FDEE0 0x002A5F94 0x00089D0C 0x00061340 0x00063258 0x000A84F0 0x000AB980
    backtrace terminated - frame not mapped or invalid: 0xF0080DE0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOStorageFamily(1.5)@0x4ee000
    Proceeding back via exception chain:
    Exception state (sv=0x303BE280)
    previously dumped as "Latest" state. skipping...
    Exception state (sv=0x2FA43C80)
    PC=0x00044398; MSR=0x4000F030; DAR=0x01597000; DSISR=0x40000000; LR=0x0001670C; R1=0xF0080DE0; XCP=0x00000010 (0x400 - Inst access)
    Kernel version:
    Darwin Kernel Version 8.9.0: Thu Feb 22 20:54:07 PST 2007; root:xnu-792.17.14~1/RELEASE_PPC
    panic(cpu 0 caller 0xFFFF0003): 0x300 - Data access
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x000952D8 0x000957F0 0x00026898 0x000A8004 0x000AB980
    Proceeding back via exception chain:
    Exception state (sv=0x303BE280)
    PC=0x0003FE3C; MSR=0x00009030; DAR=0x70000200; DSISR=0x00200000; LR=0x0003FE24; R1=0x17903470; XCP=0x0000000C (0x300 - Data access)
    Backtrace:
    0x020B9E40 0x0002BC34 0x002FE1CC 0x002FE3E4 0x002D64D4 0x002D5DD0
    0x00502ED0 0x00500E00 0x004FFE98 0x0010916C 0x000D601C 0x000FE6C4 0x000DBF0C 0x000DC74C
    0x0022D248 0x000FDEE0 0x002A5F94 0x00089D0C 0x00061340 0x00063258 0x000A84F0 0x000AB980
    backtrace terminated - frame not mapped or invalid: 0xF0080DE0
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.iokit.IOStorageFamily(1.5)@0x4ee000
    Exception state (sv=0x2FA43C80)
    PC=0x00044398; MSR=0x4000F030; DAR=0x01597000; DSISR=0x40000000; LR=0x0001670C; R1=0xF0080DE0; XCP=0x00000010 (0x400 - Inst access)
    Kernel version:
    Darwin Kernel Version 8.9.0: Thu Feb 22 20:54:07 PST 2007; root:xnu-792.17.14~1/RELEASE_PPC
    Model: PowerMac7,3, BootROM 5.1.8f7, 2 processors, PowerPC G5 (2.2), 2 GHz, 1 GB
    Graphics: GeForce FX 5200, GeForce FX 5200, AGP, 64 MB
    Memory Module: DIMM0/J11, 512 MB, DDR SDRAM, PC3200U-30330
    Memory Module: DIMM1/J12, 512 MB, DDR SDRAM, PC3200U-30330
    Modem: Jump, V.92, Version 1.0
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: ST3160023AS, 149.05 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-107D
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Logitech, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Hub, Up to 12 Mb/sec, 500 mA
    USB Device: Studio Display, Up to 1.5 Mb/sec, 500 mA
    I don't know enough to be able to interpret this.
    Can anyone help.
    Thank you very much.
    PowerMac G5   Mac OS X (10.4.9)  

    Based on that info, it sounds like either the optical or hard drive is beginning to go bad and perhaps the CPU on the logicboard. The fact it mentions iostorage, that typically deals with the storage devices on the computer. The fact that the CPU disappears is not good. Backup your data and try to replace the hard drive. See my FAQ* on backing up:
    http://www.macmaps.com/backup.html
    A G5 takes SATA hard drives, and won't work with the Parallel ATA drives. SATA drives take the connectors shown here:
    http://en.wikipedia.org/wiki/Serial_ATA
    The drive may still be under warranty even if the computer is not. Look on the sticky label on the outside of the drive.
    * Links to my pages may give me compensation.

  • HT201457 I have a mid 2011 iMac and have installed windows 8.1 on it  I costantly get system thread not handled and kernel security check failure and the Mac restarts

    I Have a mid 2011 iMac with windows 8.1 on it and constantly get system thread exception not handled and kernel security check failur

    I Have a mid 2011 iMac with windows 8.1 on it and constantly get system thread exception not handled and kernel security check failur

  • Temp and kernel panic relation?

    Is there a relationship between temperature and kernel panic?
    I've spent the day restarting the computer trying everything I've found at apple discussions and support to fix the nonstop kernel panic restart requests.
    After I Left the thing off for an hour - I gave up after my husband said my ranting caused Ga Tech to lose the Gator Bowl- I was able to get almost through the OS reinstall, which was about step number 45 in my restarts for the day.
    so is this a temp problem? Is this chance or related to the cool down? Cannot wait for tomorrow to talk to someone at apple!

    After you talk to them be sure to post back ...it may very well be related and if so indicates a hardware issue - meaning you may have to send it in for repairs.
    When you mention it's a week old then I'm assuming it's a Core2Duo and not just a refurbished orig. Macbook.

  • Mismatch of version of external and kernel dp lib

    Hello All
    i'm trying to uppgrade a was abap kernel 7.00 from version 133 to 16 on  db2 udb database.
    I use the files:
    SAP Kernel 700 64-Bit, Unicode, AIX64bit - FOR ECC60 Landscape:
    SAPEXEDB_146-20000977.SAR
    SAPEXE_146-20000978.SAR
    lib_dbsl_156-20000977.sar
    dscdb6up_2-20000977.sar
    R3ldctl_17-20000977.SAR
    R3load_86-20000977.SAR
    R3szchk_15-20000977.SAR
    dw_160-20000978.sar
    librfc_34-20000978.sar
    R3trans_159-20000978.SAR
    tp_157-20000978.sar
    But the dispatcher is failing down during the sapstart with the
    following error message:
    "kernel runs with dp version 232000(ext=109000) (@(#) DPLIB-INT-VERSION-232000-UC)
    length of sys_adm_ext is 576 bytes
    SWITCH TRC-HIDE on ***
    ***LOG Q00=> DpSapEnvInit, DPStart (00 1196054) [dpxxdisp.c 1239]
    shared lib "dw_xml.so" version 133 successfully loaded
    shared lib "dw_xtc.so" version 133 successfully loaded
    shared lib "dw_stl.so" version 133 successfully loaded
    shared lib "dw_gui.so" version 133 successfully loaded
    shared lib "dw_mdm.so" version 133 successfully loaded
    DpMsgAdmin: Set patchno for this platform to 133
    Release check o.K.
    ERROR => gateway (pid 1495260) died [dpxxdisp.c 15566]
    DpGwCheck: appc_adm.stat = 2
    DP_FATAL_ERROR => Gateway could not be started - I better exit now
    LOCATION SAP-Gateway on host uedcb410 / sapgw00
    ERROR dp lib version mismatch, please check installation
    TIME Thu May 22 07:26:51 2008
    RELEASE 700
    COMPONENT DP
    VERSION 239000
    RC -9999
    MODULE dpxxtool2.c
    LINE 688
    DETAIL version of external and kernel dp lib mismatch (ext lib
    version is 239000 / kernel lib version is 232000)"
    but the files dw*.so doesn't exist on our server . We have the files
    dw*.o as it's needed by the disp+work.
    (uedcb410:dc2adm 47> ldd disp+work
    disp+work needs:
    /usr/sap/DC2/SYS/exe/run/dw_gui.o
    /usr/sap/DC2/SYS/exe/run/dw_xml.o
    /usr/sap/DC2/SYS/exe/run/dw_xtc.o
    /usr/sap/DC2/SYS/exe/run/dw_mdm.o
    /usr/sap/DC2/SYS/exe/run/libregex.o
    /usr/sap/DC2/SYS/exe/run/dw_stl.o
    /usr/lib/libwlm.a(shr_64.o)
    /usr/lib/libC.a(shr_64.o)
    /usr/lib/libC.a(shr2_64.o)
    /usr/lib/libC.a(ansi_64.o)
    /usr/lib/libpthreads.a(shr_xpg5_64.o)
    /usr/lib/libc.a(shr_64.o)
    /usr/lib/libpthread.a(shr_xpg5_64.o)
    /usr/lib/libC.a(shr3_64.o)
    /unix
    /usr/lib/libC.a(ansicore_64.o)
    /usr/lib/libc_r.a(shr_64.o)
    /usr/lib/libC.a(shrcore_64.o)
    /usr/lib/libcrypt.a(shr_64.o)
    uedcb410:dc2adm 51> disp+work -V |more
    disp+work information
    kernel release 700
    kernel make variant 700_REL
    DBMS client library DB6_81
    DBSL shared library version 700.08
    compiled on AIX 2 5 005DD9CD4C00
    compiled for 64 BIT
    compilation mode UNICODE
    compile time May 13 2008 21:18:59
    update level 0
    patch number 160
    source id 0.160
    We have a mismatch of version of external and kernel dp lib (ext lib
    version is 239000 / kernel lib version is 232000)"
    Do i need to update other .sar files from sapnet ?
    Did somebody have the same error ?
    Thanks in advance .
    Best Regards.

    We had this same issue today and folks that are not familiar with sapcpe can really be at a loss on this error, so I'm updating some of these older threads for clarification.
    When sapcpe is active, you actually have two copies of the SAP kernel on your Unix file system:
    /sapmnt/SID/exe - Which is probably where you update your kernel (this version was at 201)
      (aka:  /usr/sap/SID/SYS/exe/run)
    /usr/sap/SID/DVEBMGS##/exe - A location many don't know about  (this version was at 133)
    Typically, sapcpe keeps these two locations identical and there are no mismatch errors but if anything happens to your configuration, the next time you update your kernel in /sapmnt/SID/exe, the replication does not occur and the mismatch happens as seen in (dev_disp or dev_disp.new):
    ***LOG Q00=> DpSapEnvInit, DPStart (18 22336) [dpxxdisp.c   1283]
    DwSLCheckVersion: shared library version mismatch:
            shared lib "dw_xml.sl" version 133 <-> kernel version 201
            shared lib "dw_xtc.sl" version 133 <-> kernel version 201
            shared lib "dw_stl.sl" version 133 <-> kernel version 201
            shared lib "dw_gui.sl" version 133 <-> kernel version 201
            shared lib "dw_mdm.sl" version 133 <-> kernel version 201
    This is made even more confusing because if you do an "ldd /sapmnt/SID/exe/disp+work" the results will tell you that it's reading those files from where you just patched your kernel.  That ldd is incorrect, however.  If the two copies of the kernel are not in sync, some files will indeed be loaded from /usr/sap/SID/DVEBMGS##/exe which will not match the other files that are loading from /sapmnt/SID/exe and you'll have the mismatch error.
    Short Term:  You can delete the contents in /usr/sap/SID/DVEBMGS##/exe and then everything is loaded from /sapmnt/SID/exe.
    Long Term:  Correct the configuration of sapcpe so that it keeps everything in sync and you don't have dualing kernels.  (See note 1104735)

  • [solved] system crash: / read-only and /home not mounted

    After a complete system crash due to resizing my partitions I am now at the point of restoring everything step by step.
    Having had bunches of kernel panics I can now already boot again into my old system. However, / is mounted as read-only manifesting in error messages for programs that access /var and /usr. Furthermore /home is not mounted at all.
    # journalctl -b
    can't create /var/lib/NetworkManager/dhclient-905c7548-79bb-4a97-9fb4-5ce1333f7ce5-wlp3s0.lease: Read-only file system
    Failed at step NAMESPACE spawning /usr/bin/ntpd: Read-only file system
    pam_tally(login:auth): Error opening /var/log/faillog for update
    The UUIDs in fstab are fine as well as the mount options. What else can cause the problem?
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    # tmpfs /tmp tmpfs nodev,nosuid 0 0
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Arch UUID=469ca819-9b4d-48d1-b9f9-7377f47ff722 LABEL=System
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Home UUID=a390d1a9-fb13-4895-8297-03dba4cd6162 LABEL=Home
    # DEVICE DETAILS: /dev/mapper/VolGroup00-Swap UUID=732ac739-0110-4554-b86d-4d7413e89995 LABEL=Swap
    UUID=469ca819-9b4d-48d1-b9f9-7377f47ff722 / ext4 defaults,rw,noatime 0 1
    UUID=732ac739-0110-4554-b86d-4d7413e89995 swap swap defaults 0 0
    UUID=a390d1a9-fb13-4895-8297-03dba4cd6162 /home ext4 defaults,rw,noatime 0 1
    # blkid /dev/mapper/VolGroup00-*
    /dev/mapper/VolGroup00-Arch: LABEL="System" UUID="469ca819-9b4d-48d1-b9f9-7377f47ff722" TYPE="ext4"
    /dev/mapper/VolGroup00-Home: LABEL="Home" UUID="a390d1a9-fb13-4895-8297-03dba4cd6162" TYPE="ext4"
    /dev/mapper/VolGroup00-Swap: LABEL="Swap" UUID="732ac739-0110-4554-b86d-4d7413e89995" TYPE="swap"
    After logging in as root in tty I have to proceed with the following to get my system running:
    # mount -o remount,rw /
    # mount /dev/mapper/VolGroup00-Home /home
    Last edited by orschiro (2013-03-22 06:32:06)

    Hi WonderWoofy,
    I did a very dump thing. I deleted my /dev/sda1 ntfs partition, moved /dev/sda2 containing my lvm volumes to the left, resized /dev/sda2 and allocated the free space to my /home logical volume group. Lots of files ended up to be corrupt, I reinstalled all packages and ran fsck several times. Now at least it is starting again. I just found out that the entire root partition is mounted as read-only. In the following is the entire journal excerpt:
    -- Logs begin at Sa 2012-11-10 23:14:05 CET, end at Mi 2013-03-20 07:33:54 CET. --
    Mär 20 07:23:26 thinkpad systemd-journal[131]: Allowing runtime journal files to grow to 394.3M.
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpuset
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpu
    Mär 20 07:23:26 thinkpad kernel: Linux version 3.8.3-2-ARCH (tobias@T-POWA-LX) (gcc version 4.7.2 (GCC) ) #1 SMP PREEMPT Sun Mar 17 13:04:22 CET 2013
    Mär 20 07:23:26 thinkpad kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-Arch ro quiet acpi_osi=Linux pcie_aspm=force nmi_watchdog=0 resume=/dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: e820: BIOS-provided physical RAM map:
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ebff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x000000000009ec00-0x000000000009ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000000dc000-0x00000000000fffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bd6a0fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd6a1000-0x00000000bd6a6fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd6a7000-0x00000000bd7b6fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd7b7000-0x00000000bd80efff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd80f000-0x00000000bd8c6fff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8c7000-0x00000000bd8d1fff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d2000-0x00000000bd8d4fff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d5000-0x00000000bd8d8fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8d9000-0x00000000bd8dcfff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8dd000-0x00000000bd8dffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd8e0000-0x00000000bd906fff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd907000-0x00000000bd907fff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bd908000-0x00000000bdb0efff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdb0f000-0x00000000bdb9efff] ACPI NVS
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdb9f000-0x00000000bdbfefff] ACPI data
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdbff000-0x00000000bdbfffff] usable
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000bdc00000-0x00000000bfffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec0ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed003ff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed18000-0x00000000fed19fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed8ffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
    Mär 20 07:23:26 thinkpad kernel: BIOS-e820: [mem 0x0000000100000000-0x000000023bffffff] usable
    Mär 20 07:23:26 thinkpad kernel: NX (Execute Disable) protection: active
    Mär 20 07:23:26 thinkpad kernel: SMBIOS 2.4 present.
    Mär 20 07:23:26 thinkpad kernel: DMI: LENOVO 7450AC7/7450AC7, BIOS 7WET70WW (3.20 ) 12/13/2011
    Mär 20 07:23:26 thinkpad kernel: e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
    Mär 20 07:23:26 thinkpad kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    Mär 20 07:23:26 thinkpad kernel: No AGP bridge found
    Mär 20 07:23:26 thinkpad kernel: e820: last_pfn = 0x23c000 max_arch_pfn = 0x400000000
    Mär 20 07:23:26 thinkpad kernel: MTRR default type: uncachable
    Mär 20 07:23:26 thinkpad kernel: MTRR fixed ranges enabled:
    Mär 20 07:23:26 thinkpad kernel: 00000-9FFFF write-back
    Mär 20 07:23:26 thinkpad kernel: A0000-BFFFF uncachable
    Mär 20 07:23:26 thinkpad kernel: C0000-D3FFF write-protect
    Mär 20 07:23:26 thinkpad kernel: D4000-DBFFF uncachable
    Mär 20 07:23:26 thinkpad kernel: DC000-FFFFF write-protect
    Mär 20 07:23:26 thinkpad kernel: MTRR variable ranges enabled:
    Mär 20 07:23:26 thinkpad kernel: 0 base 23C000000 mask FFC000000 uncachable
    Mär 20 07:23:26 thinkpad kernel: 1 base 0BE000000 mask FFE000000 uncachable
    Mär 20 07:23:26 thinkpad kernel: 2 base 000000000 mask F80000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 3 base 080000000 mask FC0000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 4 base 100000000 mask F00000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 5 base 200000000 mask FC0000000 write-back
    Mär 20 07:23:26 thinkpad kernel: 6 base 0BDE00000 mask FFFE00000 uncachable
    Mär 20 07:23:26 thinkpad kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Mär 20 07:23:26 thinkpad kernel: e820: update [mem 0xbde00000-0xffffffff] usable ==> reserved
    Mär 20 07:23:26 thinkpad kernel: e820: last_pfn = 0xbdc00 max_arch_pfn = 0x400000000
    Mär 20 07:23:26 thinkpad kernel: found SMP MP-table at [mem 0x000f6bc0-0x000f6bcf] mapped at [ffff8800000f6bc0]
    Mär 20 07:23:26 thinkpad kernel: initial memory mapped: [mem 0x00000000-0x1fffffff]
    Mär 20 07:23:26 thinkpad kernel: Base memory trampoline at [ffff880000098000] 98000 size 24576
    Mär 20 07:23:26 thinkpad kernel: init_memory_mapping: [mem 0x00000000-0xbdbfffff]
    Mär 20 07:23:26 thinkpad kernel: [mem 0x00000000-0xbdbfffff] page 2M
    Mär 20 07:23:26 thinkpad kernel: kernel direct mapping tables up to 0xbdbfffff @ [mem 0x1fffc000-0x1fffffff]
    Mär 20 07:23:26 thinkpad kernel: init_memory_mapping: [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: [mem 0x100000000-0x23bffffff] page 2M
    Mär 20 07:23:26 thinkpad kernel: kernel direct mapping tables up to 0x23bffffff @ [mem 0xbd8c1000-0xbd8c6fff]
    Mär 20 07:23:26 thinkpad kernel: RAMDISK: [mem 0x3785c000-0x37c25fff]
    Mär 20 07:23:26 thinkpad kernel: ACPI: RSDP 00000000000f6b80 00024 (v02 LENOVO)
    Mär 20 07:23:26 thinkpad kernel: ACPI: XSDT 00000000bdb5b267 00094 (v01 LENOVO TP-7W 00003200 LTP 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: FACP 00000000bdb5b400 000F4 (v03 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: DSDT 00000000bdb5b7db 0E407 (v01 LENOVO TP-7W 00003200 MSFT 03000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: FACS 00000000bdb8e000 00040
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bdb5b5b4 00227 (v01 LENOVO TP-7W 00003200 MSFT 03000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: ECDT 00000000bdb69be2 00052 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: APIC 00000000bdb69c34 00078 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: MCFG 00000000bdb69cac 0003C (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: HPET 00000000bdb69ce8 00038 (v01 LENOVO TP-7W 00003200 LNVO 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SLIC 00000000bdb69dc2 00176 (v01 LENOVO TP-7W 00003200 LTP 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: BOOT 00000000bdb69f38 00028 (v01 LENOVO TP-7W 00003200 LTP 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: ASF! 00000000bdb69f60 000A0 (v16 LENOVO TP-7W 00003200 PTL 00000001)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bdb8d1ea 00578 (v01 LENOVO TP-7W 00003200 INTL 20050513)
    Mär 20 07:23:26 thinkpad kernel: ACPI: TCPA 00000000bd907000 00032 (v00 00000000 00000000)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d4000 00655 (v01 PmRef CpuPm 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d3000 00274 (v01 PmRef Cpu0Tst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d2000 00242 (v01 PmRef ApTst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Local APIC address 0xfee00000
    Mär 20 07:23:26 thinkpad kernel: No NUMA configuration found
    Mär 20 07:23:26 thinkpad kernel: Faking a node at [mem 0x0000000000000000-0x000000023bffffff]
    Mär 20 07:23:26 thinkpad kernel: Initmem setup node 0 [mem 0x00000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: NODE_DATA [mem 0x23bffb000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880233600000-ffff88023b5fffff] on node 0
    Mär 20 07:23:26 thinkpad kernel: Zone ranges:
    Mär 20 07:23:26 thinkpad kernel: DMA [mem 0x00010000-0x00ffffff]
    Mär 20 07:23:26 thinkpad kernel: DMA32 [mem 0x01000000-0xffffffff]
    Mär 20 07:23:26 thinkpad kernel: Normal [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: Movable zone start for each node
    Mär 20 07:23:26 thinkpad kernel: Early memory node ranges
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x00010000-0x0009dfff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x00100000-0xbd6a0fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbd6a7000-0xbd7b6fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbd80f000-0xbd8c6fff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0xbdbff000-0xbdbfffff]
    Mär 20 07:23:26 thinkpad kernel: node 0: [mem 0x100000000-0x23bffffff]
    Mär 20 07:23:26 thinkpad kernel: On node 0 totalpages: 2070520
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 64 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 6 pages reserved
    Mär 20 07:23:26 thinkpad kernel: DMA zone: 3912 pages, LIFO batch:0
    Mär 20 07:23:26 thinkpad kernel: DMA32 zone: 12066 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: DMA32 zone: 760136 pages, LIFO batch:31
    Mär 20 07:23:26 thinkpad kernel: Normal zone: 20224 pages used for memmap
    Mär 20 07:23:26 thinkpad kernel: Normal zone: 1274112 pages, LIFO batch:31
    Mär 20 07:23:26 thinkpad kernel: ACPI: PM-Timer IO Port: 0x1008
    Mär 20 07:23:26 thinkpad kernel: ACPI: Local APIC address 0xfee00000
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    Mär 20 07:23:26 thinkpad kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    Mär 20 07:23:26 thinkpad kernel: ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    Mär 20 07:23:26 thinkpad kernel: IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    Mär 20 07:23:26 thinkpad kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Mär 20 07:23:26 thinkpad kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ0 used by override.
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ2 used by override.
    Mär 20 07:23:26 thinkpad kernel: ACPI: IRQ9 used by override.
    Mär 20 07:23:26 thinkpad kernel: Using ACPI (MADT) for SMP configuration information
    Mär 20 07:23:26 thinkpad kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
    Mär 20 07:23:26 thinkpad kernel: smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    Mär 20 07:23:26 thinkpad kernel: nr_irqs_gsi: 40
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 000000000009e000 - 000000000009f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000dc000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd6a1000 - 00000000bd6a7000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd7b7000 - 00000000bd80f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8c7000 - 00000000bd8d2000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d2000 - 00000000bd8d5000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d5000 - 00000000bd8d9000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8d9000 - 00000000bd8dd000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8dd000 - 00000000bd8e0000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd8e0000 - 00000000bd907000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd907000 - 00000000bd908000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bd908000 - 00000000bdb0f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdb0f000 - 00000000bdb9f000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdb9f000 - 00000000bdbff000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000bdc00000 - 00000000c0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fec00000 - 00000000fec10000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fec10000 - 00000000fed00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed00000 - 00000000fed10000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed1c000 - 00000000fed90000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fed90000 - 00000000fee00000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000fee01000 - 00000000ff800000
    Mär 20 07:23:26 thinkpad kernel: PM: Registered nosave memory: 00000000ff800000 - 0000000100000000
    Mär 20 07:23:26 thinkpad kernel: e820: [mem 0xc0000000-0xdfffffff] available for PCI devices
    Mär 20 07:23:26 thinkpad kernel: Booting paravirtualized kernel on bare hardware
    Mär 20 07:23:26 thinkpad kernel: setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    Mär 20 07:23:26 thinkpad kernel: PERCPU: Embedded 28 pages/cpu @ffff88023bc00000 s85056 r8192 d21440 u524288
    Mär 20 07:23:26 thinkpad kernel: pcpu-alloc: s85056 r8192 d21440 u524288 alloc=1*2097152
    Mär 20 07:23:26 thinkpad kernel: pcpu-alloc: [0] 0 1 2 3
    Mär 20 07:23:26 thinkpad kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2038160
    Mär 20 07:23:26 thinkpad kernel: Policy zone: Normal
    Mär 20 07:23:26 thinkpad kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/VolGroup00-Arch ro quiet acpi_osi=Linux pcie_aspm=force nmi_watchdog=0 resume=/dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: PCIe ASPM is forcibly enabled
    Mär 20 07:23:26 thinkpad kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Mär 20 07:23:26 thinkpad kernel: __ex_table already sorted, skipping sort
    Mär 20 07:23:26 thinkpad kernel: Checking aperture...
    Mär 20 07:23:26 thinkpad kernel: No AGP bridge found
    Mär 20 07:23:26 thinkpad kernel: Calgary: detecting Calgary via BIOS EBDA area
    Mär 20 07:23:26 thinkpad kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    Mär 20 07:23:26 thinkpad kernel: Memory: 8069148k/9371648k available (4985k kernel code, 1089568k absent, 212932k reserved, 3946k data, 820k init)
    Mär 20 07:23:26 thinkpad kernel: SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Mär 20 07:23:26 thinkpad kernel: Preemptible hierarchical RCU implementation.
    Mär 20 07:23:26 thinkpad kernel: RCU dyntick-idle grace-period acceleration is enabled.
    Mär 20 07:23:26 thinkpad kernel: Dump stacks of tasks blocking RCU-preempt GP.
    Mär 20 07:23:26 thinkpad kernel: RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=4.
    Mär 20 07:23:26 thinkpad kernel: NR_IRQS:4352 nr_irqs:712 16
    Mär 20 07:23:26 thinkpad kernel: Extended CMOS year: 2000
    Mär 20 07:23:26 thinkpad kernel: Console: colour dummy device 80x25
    Mär 20 07:23:26 thinkpad kernel: console [tty0] enabled
    Mär 20 07:23:26 thinkpad kernel: allocated 33554432 bytes of page_cgroup
    Mär 20 07:23:26 thinkpad kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Mär 20 07:23:26 thinkpad kernel: hpet clockevent registered
    Mär 20 07:23:26 thinkpad kernel: tsc: Fast TSC calibration using PIT
    Mär 20 07:23:26 thinkpad kernel: tsc: Detected 1862.155 MHz processor
    Mär 20 07:23:26 thinkpad kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 3725.48 BogoMIPS (lpj=6207183)
    Mär 20 07:23:26 thinkpad kernel: pid_max: default: 32768 minimum: 301
    Mär 20 07:23:26 thinkpad kernel: Security Framework initialized
    Mär 20 07:23:26 thinkpad kernel: AppArmor: AppArmor disabled by boot time parameter
    Mär 20 07:23:26 thinkpad kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Mär 20 07:23:26 thinkpad kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    Mär 20 07:23:26 thinkpad kernel: Mount-cache hash table entries: 256
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys cpuacct
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys memory
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys devices
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys freezer
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys net_cls
    Mär 20 07:23:26 thinkpad kernel: Initializing cgroup subsys blkio
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: CPU: Physical Processor ID: 0
    Mär 20 07:23:26 thinkpad kernel: CPU: Processor Core ID: 0
    Mär 20 07:23:26 thinkpad kernel: mce: CPU supports 6 MCE banks
    Mär 20 07:23:26 thinkpad kernel: CPU0: Thermal monitoring enabled (TM2)
    Mär 20 07:23:26 thinkpad kernel: process: using mwait in idle threads
    Mär 20 07:23:26 thinkpad kernel: [117B blob data]
    Mär 20 07:23:26 thinkpad kernel: Freeing SMP alternatives: 20k freed
    Mär 20 07:23:26 thinkpad kernel: ACPI: Core revision 20121018
    Mär 20 07:23:26 thinkpad kernel: ftrace: allocating 19367 entries in 76 pages
    Mär 20 07:23:26 thinkpad kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Mär 20 07:23:26 thinkpad kernel: smpboot: CPU0: Intel(R) Core(TM)2 Duo CPU L9400 @ 1.86GHz (fam: 06, model: 17, stepping: 06)
    Mär 20 07:23:26 thinkpad kernel: Performance Events: PEBS fmt0+, 4-deep LBR, Core2 events, Intel PMU driver.
    Mär 20 07:23:26 thinkpad kernel: ... version: 2
    Mär 20 07:23:26 thinkpad kernel: ... bit width: 40
    Mär 20 07:23:26 thinkpad kernel: ... generic registers: 2
    Mär 20 07:23:26 thinkpad kernel: ... value mask: 000000ffffffffff
    Mär 20 07:23:26 thinkpad kernel: ... max period: 000000007fffffff
    Mär 20 07:23:26 thinkpad kernel: ... fixed-purpose events: 3
    Mär 20 07:23:26 thinkpad kernel: ... event mask: 0000000700000003
    Mär 20 07:23:26 thinkpad kernel: Disabled fast string operations
    Mär 20 07:23:26 thinkpad kernel: smpboot: Booting Node 0, Processors #1
    Mär 20 07:23:26 thinkpad kernel: Brought up 2 CPUs
    Mär 20 07:23:26 thinkpad kernel: smpboot: Total of 2 processors activated (7451.97 BogoMIPS)
    Mär 20 07:23:26 thinkpad kernel: devtmpfs: initialized
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8c7000-0xbd8d1fff] (45056 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8d9000-0xbd8dcfff] (16384 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbd8e0000-0xbd906fff] (159744 bytes)
    Mär 20 07:23:26 thinkpad kernel: PM: Registering ACPI NVS region [mem 0xbdb0f000-0xbdb9efff] (589824 bytes)
    Mär 20 07:23:26 thinkpad kernel: RTC time: 6:23:21, date: 03/20/13
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 16
    Mär 20 07:23:26 thinkpad kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type pci registered
    Mär 20 07:23:26 thinkpad kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
    Mär 20 07:23:26 thinkpad kernel: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
    Mär 20 07:23:26 thinkpad kernel: PCI: Using configuration type 1 for base access
    Mär 20 07:23:26 thinkpad kernel: bio: create slab <bio-0> at 0
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Module Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Processor Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Processor Aggregator Device)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Added _OSI(Linux)
    Mär 20 07:23:26 thinkpad kernel: ACPI: EC: EC description table is found, configuring boot EC
    Mär 20 07:23:26 thinkpad kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query honored via cmdline
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d7c20 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 002C8 (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d5020 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 0087A (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d6ca0 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 001CF (v01 PmRef ApIst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT 00000000bd8d6f20 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Dynamic OEM Table Load:
    Mär 20 07:23:26 thinkpad kernel: ACPI: SSDT (null) 0008D (v01 PmRef ApCst 00003000 INTL 20050624)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Interpreter enabled
    Mär 20 07:23:26 thinkpad kernel: ACPI: (supports S0 S3 S4 S5)
    Mär 20 07:23:26 thinkpad kernel: ACPI: Using IOAPIC for interrupt routing
    Mär 20 07:23:26 thinkpad kernel: ACPI: Power Resource [PUBS] (on)
    Mär 20 07:23:26 thinkpad kernel: ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62
    Mär 20 07:23:26 thinkpad kernel: ACPI: ACPI Dock Station Driver: 3 docks/bays found
    Mär 20 07:23:26 thinkpad kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: Requesting ACPI _OSC control (0x1d)
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: ACPI _OSC control (0x1d) granted
    Mär 20 07:23:26 thinkpad kernel: pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    Mär 20 07:23:26 thinkpad kernel: PCI host bridge to bus 0000:00
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:00.0: [8086:2a40] type 00 class 0x060000
    Mär 20 07:23:26 thinkpad kernel: DMAR: Forcing write-buffer flush capability
    Mär 20 07:23:26 thinkpad kernel: DMAR: Disabling IOMMU for graphics on this chipset
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: [8086:2a42] type 00 class 0x030000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 10: [mem 0xf2000000-0xf23fffff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: reg 20: [io 0x1800-0x1807]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.1: [8086:2a43] type 00 class 0x038000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.1: reg 10: [mem 0xf2400000-0xf24fffff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: [8086:2a44] type 00 class 0x078000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: reg 10: [mem 0xf2826800-0xf282680f 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: [8086:10f5] type 00 class 0x020000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 10: [mem 0xf2600000-0xf261ffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 14: [mem 0xf2625000-0xf2625fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: reg 18: [io 0x1840-0x185f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: [8086:2937] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: reg 20: [io 0x1860-0x187f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.1: [8086:2938] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.1: reg 20: [io 0x1880-0x189f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: [8086:2939] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: reg 20: [io 0x18a0-0x18bf]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: [8086:293c] type 00 class 0x0c0320
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: reg 10: [mem 0xf2826c00-0xf2826fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: [8086:293e] type 00 class 0x040300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: reg 10: [mem 0xf2620000-0xf2623fff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: [8086:2940] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: [8086:2942] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: [8086:2946] type 01 class 0x060400
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: [8086:2934] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: reg 20: [io 0x18c0-0x18df]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.1: [8086:2935] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.1: reg 20: [io 0x18e0-0x18ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.2: [8086:2936] type 00 class 0x0c0300
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.2: reg 20: [io 0x1c00-0x1c1f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: [8086:293a] type 00 class 0x0c0320
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: reg 10: [mem 0xf2827000-0xf28273ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.0: [8086:2917] type 00 class 0x060100
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: [8086:2929] type 00 class 0x010601
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 10: [io 0x1c48-0x1c4f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 14: [io 0x183c-0x183f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 18: [io 0x1c40-0x1c47]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 1c: [io 0x1838-0x183b]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 20: [io 0x1c20-0x1c3f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: reg 24: [mem 0xf2826000-0xf28267ff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.2: PME# supported from D3hot
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: [8086:2930] type 00 class 0x0c0500
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: reg 10: [mem 0xf2827400-0xf28274ff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1f.3: reg 20: [io 0x1c60-0x1c7f]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: [8086:4236] type 00 class 0x028000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: reg 10: [mem 0xf2500000-0xf2501fff 64bit]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: bridge window [mem 0xc0000000-0xfebfffff] (subtractive decode)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT]
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
    Mär 20 07:23:26 thinkpad kernel: vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    Mär 20 07:23:26 thinkpad kernel: vgaarb: loaded
    Mär 20 07:23:26 thinkpad kernel: vgaarb: bridge control possible 0000:00:02.0
    Mär 20 07:23:26 thinkpad kernel: PCI: Using ACPI for IRQ routing
    Mär 20 07:23:26 thinkpad kernel: PCI: pci_cache_line_size set to 64 bytes
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0x0009ec00-0x0009ffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd6a1000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd7b7000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbd8c7000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: e820: reserve RAM buffer [mem 0xbdc00000-0xbfffffff]
    Mär 20 07:23:26 thinkpad kernel: NetLabel: Initializing
    Mär 20 07:23:26 thinkpad kernel: NetLabel: domain hash size = 128
    Mär 20 07:23:26 thinkpad kernel: NetLabel: protocols = UNLABELED CIPSOv4
    Mär 20 07:23:26 thinkpad kernel: NetLabel: unlabeled traffic allowed by default
    Mär 20 07:23:26 thinkpad kernel: HPET: 4 timers in total, 0 timers will be used for per-cpu timer
    Mär 20 07:23:26 thinkpad kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Mär 20 07:23:26 thinkpad kernel: hpet0: 4 comparators, 64-bit 14.318180 MHz counter
    Mär 20 07:23:26 thinkpad kernel: Switching to clocksource hpet
    Mär 20 07:23:26 thinkpad kernel: pnp: PnP ACPI init
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type pnp registered
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000d0000-0x000d3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000dc000-0x000dffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0x00100000-0xbfffffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1000-0x107f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1180-0x11ff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x0800-0x080f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x15e0-0x15ef] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1600-0x167f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [io 0x1680-0x169f] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
    Mär 20 07:23:26 thinkpad kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:03: [dma 4]
    Mär 20 07:23:26 thinkpad kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:07: Plug and Play ACPI device, IDs LEN0010 PNP0303 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:08: Plug and Play ACPI device, IDs IBM3780 PNP0f13 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:09: Plug and Play ACPI device, IDs WACf004 (disabled)
    Mär 20 07:23:26 thinkpad kernel: pnp 00:0a: Plug and Play ACPI device, IDs PNP0c31 (active)
    Mär 20 07:23:26 thinkpad kernel: pnp: PnP ACPI: found 11 devices
    Mär 20 07:23:26 thinkpad kernel: ACPI: ACPI bus type pnp unregistered
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: res[15]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: res[13]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: BAR 15: assigned [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: BAR 13: assigned [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.0: bridge window [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.1: bridge window [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1c.3: bridge window [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: PCI bridge to [bus 0d]
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1e.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 1 [mem 0xc0000000-0xc01fffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:02: resource 2 [mem 0xc0200000-0xc03fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 1 [mem 0xf2500000-0xf25fffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:03: resource 2 [mem 0xc0400000-0xc05fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 0 [io 0x2000-0x2fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf1ffffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:05: resource 2 [mem 0xf2900000-0xf29fffff 64bit pref]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 4 [io 0x0000-0x0cf7]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 5 [io 0x0d00-0xffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 6 [mem 0x000a0000-0x000bffff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 7 [mem 0x000d4000-0x000d7fff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 8 [mem 0x000d8000-0x000dbfff]
    Mär 20 07:23:26 thinkpad kernel: pci_bus 0000:0d: resource 9 [mem 0xc0000000-0xfebfffff]
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 2
    Mär 20 07:23:26 thinkpad kernel: TCP established hash table entries: 65536 (order: 8, 1048576 bytes)
    Mär 20 07:23:26 thinkpad kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Mär 20 07:23:26 thinkpad kernel: TCP: Hash tables configured (established 65536 bind 65536)
    Mär 20 07:23:26 thinkpad kernel: TCP: reno registered
    Mär 20 07:23:26 thinkpad kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes)
    Mär 20 07:23:26 thinkpad kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 1
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:02.0: Boot video device
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.0: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1a.2: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: pci 0000:00:1d.0: power state changed by ACPI to D0
    Mär 20 07:23:26 thinkpad kernel: PCI: CLS 64 bytes, default 64
    Mär 20 07:23:26 thinkpad kernel: Unpacking initramfs...
    Mär 20 07:23:26 thinkpad kernel: Freeing initrd memory: 3880k freed
    Mär 20 07:23:26 thinkpad kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    Mär 20 07:23:26 thinkpad kernel: software IO TLB [mem 0xb96a1000-0xbd6a1000] (64MB) mapped at [ffff8800b96a1000-ffff8800bd6a0fff]
    Mär 20 07:23:26 thinkpad kernel: Simple Boot Flag at 0x35 set to 0x1
    Mär 20 07:23:26 thinkpad kernel: audit: initializing netlink socket (disabled)
    Mär 20 07:23:26 thinkpad kernel: type=2000 audit(1363760601.356:1): initialized
    Mär 20 07:23:26 thinkpad kernel: HugeTLB registered 2 MB page size, pre-allocated 0 pages
    Mär 20 07:23:26 thinkpad kernel: VFS: Disk quotas dquot_6.5.2
    Mär 20 07:23:26 thinkpad kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Mär 20 07:23:26 thinkpad kernel: msgmni has been set to 15767
    Mär 20 07:23:26 thinkpad kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    Mär 20 07:23:26 thinkpad kernel: io scheduler noop registered
    Mär 20 07:23:26 thinkpad kernel: io scheduler deadline registered
    Mär 20 07:23:26 thinkpad kernel: io scheduler cfq registered (default)
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.0: irq 40 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.1: irq 41 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.3: irq 42 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
    Mär 20 07:23:26 thinkpad kernel: pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
    Mär 20 07:23:26 thinkpad kernel: vesafb: mode is 1280x800x32, linelength=5120, pages=0
    Mär 20 07:23:26 thinkpad kernel: vesafb: scrolling: redraw
    Mär 20 07:23:26 thinkpad kernel: vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    Mär 20 07:23:26 thinkpad kernel: vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004f00000, using 4032k, total 4032k
    Mär 20 07:23:26 thinkpad kernel: Console: switching to colour frame buffer device 160x50
    Mär 20 07:23:26 thinkpad kernel: fb0: VESA VGA frame buffer device
    Mär 20 07:23:26 thinkpad kernel: intel_idle: does not run on family 6 model 23
    Mär 20 07:23:26 thinkpad kernel: GHES: HEST is not enabled!
    Mär 20 07:23:26 thinkpad kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: [io 0x0200-0x0207]
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: [irq 5]
    Mär 20 07:23:26 thinkpad kernel: serial 00:09: activated
    Mär 20 07:23:26 thinkpad kernel: 00:09: ttyS0 at I/O 0x200 (irq = 5) is a 16550A
    Mär 20 07:23:26 thinkpad kernel: Linux agpgart interface v0.103
    Mär 20 07:23:26 thinkpad kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
    Mär 20 07:23:26 thinkpad kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Mär 20 07:23:26 thinkpad kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    Mär 20 07:23:26 thinkpad kernel: mousedev: PS/2 mouse device common for all mice
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: RTC can wake from S4
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
    Mär 20 07:23:26 thinkpad kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Mär 20 07:23:26 thinkpad kernel: cpuidle: using governor ladder
    Mär 20 07:23:26 thinkpad kernel: cpuidle: using governor menu
    Mär 20 07:23:26 thinkpad kernel: EFI Variables Facility v0.08 2004-May-17
    Mär 20 07:23:26 thinkpad kernel: drop_monitor: Initializing network drop monitor service
    Mär 20 07:23:26 thinkpad kernel: TCP: cubic registered
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 10
    Mär 20 07:23:26 thinkpad kernel: NET: Registered protocol family 17
    Mär 20 07:23:26 thinkpad kernel: Key type dns_resolver registered
    Mär 20 07:23:26 thinkpad kernel: PM: Checking hibernation image partition /dev/mapper/VolGroup00-Swap
    Mär 20 07:23:26 thinkpad kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image not present or could not be loaded.
    Mär 20 07:23:26 thinkpad kernel: registered taskstats version 1
    Mär 20 07:23:26 thinkpad kernel: Magic number: 5:939:367
    Mär 20 07:23:26 thinkpad kernel: rtc_cmos 00:06: setting system clock to 2013-03-20 06:23:21 UTC (1363760601)
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 820k freed
    Mär 20 07:23:26 thinkpad kernel: Write protecting the kernel read-only data: 8192k
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 1148k freed
    Mär 20 07:23:26 thinkpad kernel: Freeing unused kernel memory: 440k freed
    Mär 20 07:23:26 thinkpad systemd-udevd[45]: starting version 198
    Mär 20 07:23:26 thinkpad kernel: SCSI subsystem initialized
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type scsi registered
    Mär 20 07:23:26 thinkpad kernel: libata version 3.00 loaded.
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: version 3.0
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    Mär 20 07:23:26 thinkpad kernel: ahci: SSS flag set, parallel bus scan disabled
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ccc sxs
    Mär 20 07:23:26 thinkpad kernel: ahci 0000:00:1f.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: scsi0 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi1 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi2 : ahci
    Mär 20 07:23:26 thinkpad kernel: scsi3 : ahci
    Mär 20 07:23:26 thinkpad kernel: ata1: SATA max UDMA/133 abar m2048@0xf2826000 port 0xf2826100 irq 43
    Mär 20 07:23:26 thinkpad kernel: ata2: SATA max UDMA/133 abar m2048@0xf2826000 port 0xf2826180 irq 43
    Mär 20 07:23:26 thinkpad kernel: ata3: DUMMY
    Mär 20 07:23:26 thinkpad kernel: ata4: DUMMY
    Mär 20 07:23:26 thinkpad kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ATA-8: ST9250315AS, 0001SDM1, max UDMA/133
    Mär 20 07:23:26 thinkpad kernel: ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
    Mär 20 07:23:26 thinkpad kernel: ata1.00: configured for UDMA/133
    Mär 20 07:23:26 thinkpad kernel: scsi 0:0:0:0: Direct-Access ATA ST9250315AS 0001 PQ: 0 ANSI: 5
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Write Protect is off
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Mär 20 07:23:26 thinkpad kernel: sda: sda2 sda3
    Mär 20 07:23:26 thinkpad kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    Mär 20 07:23:26 thinkpad kernel: ata2: SATA link down (SStatus 0 SControl 300)
    Mär 20 07:23:26 thinkpad kernel: ACPI: bus type usb registered
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver usbfs
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver hub
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new device driver usb
    Mär 20 07:23:26 thinkpad kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd: USB Universal Host Controller Interface driver
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.0: irq 20, io base 0x00001860
    Mär 20 07:23:26 thinkpad kernel: hub 1-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 1-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 2
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001880
    Mär 20 07:23:26 thinkpad kernel: hub 2-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 2-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 3
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1a.2: irq 22, io base 0x000018a0
    Mär 20 07:23:26 thinkpad kernel: hub 3-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 3-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 4
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.0: irq 16, io base 0x000018c0
    Mär 20 07:23:26 thinkpad kernel: hub 4-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 4-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 5
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.1: irq 17, io base 0x000018e0
    Mär 20 07:23:26 thinkpad kernel: hub 5-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 5-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 6
    Mär 20 07:23:26 thinkpad kernel: uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001c00
    Mär 20 07:23:26 thinkpad kernel: hub 6-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 6-0:1.0: 2 ports detected
    Mär 20 07:23:26 thinkpad kernel: ehci-pci: EHCI PCI platform driver
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: EHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: new USB bus registered, assigned bus number 7
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: debug port 1
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: cache line size of 64 is not supported
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: irq 23, io mem 0xf2826c00
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1a.7: USB 2.0 started, EHCI 1.00
    Mär 20 07:23:26 thinkpad kernel: hub 7-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 7-0:1.0: 6 ports detected
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: setting latency timer to 64
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: EHCI Host Controller
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 8
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: debug port 1
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: irq 19, io mem 0xf2827000
    Mär 20 07:23:26 thinkpad kernel: ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    Mär 20 07:23:26 thinkpad kernel: hub 8-0:1.0: USB hub found
    Mär 20 07:23:26 thinkpad kernel: hub 8-0:1.0: 6 ports detected
    Mär 20 07:23:26 thinkpad kernel: tsc: Refined TSC clocksource calibration: 1861.999 MHz
    Mär 20 07:23:26 thinkpad kernel: Switching to clocksource tsc
    Mär 20 07:23:26 thinkpad kernel: device-mapper: uevent: version 1.0.3
    Mär 20 07:23:26 thinkpad kernel: device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: [email protected]
    Mär 20 07:23:26 thinkpad kernel: bio: create slab <bio-1> at 1
    Mär 20 07:23:26 thinkpad kernel: usb 7-6: new high-speed USB device number 4 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: usb 8-1: new high-speed USB device number 2 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: Initializing USB Mass Storage driver...
    Mär 20 07:23:26 thinkpad kernel: scsi4 : usb-storage 8-1:1.0
    Mär 20 07:23:26 thinkpad kernel: usbcore: registered new interface driver usb-storage
    Mär 20 07:23:26 thinkpad kernel: USB Mass Storage support registered.
    Mär 20 07:23:26 thinkpad kernel: usb 8-4: new high-speed USB device number 4 using ehci-pci
    Mär 20 07:23:26 thinkpad kernel: PM: Starting manual resume from disk
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image partition 254:1 present
    Mär 20 07:23:26 thinkpad kernel: PM: Looking for hibernation image.
    Mär 20 07:23:26 thinkpad kernel: PM: Image not found (code -22)
    Mär 20 07:23:26 thinkpad kernel: PM: Hibernation image not present or could not be loaded.
    Mär 20 07:23:26 thinkpad kernel: EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
    Mär 20 07:23:26 thinkpad kernel: usb 2-1: new full-speed USB device number 2 using uhci_hcd
    Mär 20 07:23:26 thinkpad kernel: scsi 4:0:0:0: Direct-Access Generic Flash Disk 8.07 PQ: 0 ANSI: 2
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] 3891200 512-byte logical blocks: (1.99 GB/1.85 GiB)
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Write Protect is off
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Mode Sense: 03 00 00 00
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sdb: sdb1
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] No Caching mode page present
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Assuming drive cache: write through
    Mär 20 07:23:26 thinkpad kernel: sd 4:0:0:0: [sdb] Attached SCSI removable disk
    Mär 20 07:23:26 thinkpad kernel: usb 2-2: new full-speed USB device number 3 using uhci_hcd
    Mär 20 07:23:26 thinkpad systemd[1]: Smack is not enabled in the kernel, not loading access rules.
    Mär 20 07:23:26 thinkpad kernel: usb 4-2: new low-speed USB device number 2 using uhci_hcd
    Mär 20 07:23:26 thinkpad systemd[1]: systemd 198 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    Mär 20 07:23:26 thinkpad systemd[1]: Set hostname to <thinkpad>.
    Mär 20 07:23:26 thinkpad systemd[1]: Cannot add dependency job for unit display-manager.service, ignoring: Unit display-manager.service failed to load: No such file or directory. See system logs and 'systemctl status display-manager.service' for details.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Remote File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Remote File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting LVM2 metadata daemon socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on LVM2 metadata daemon socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Delayed Shutdown Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Delayed Shutdown Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Device-mapper event daemon FIFOs.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Device-mapper event daemon FIFOs.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Arbitrary Executable File Formats File System Automount Point.
    Mär 20 07:23:26 thinkpad systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Journal Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on Journal Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Apply Kernel Variables...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Setup Virtual Console...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Set Up Additional Binary Formats.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Load Kernel Modules...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Debug File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Journal Service...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Journal Service.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Huge Pages File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting POSIX Message Queue File System...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Kernel Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on udev Kernel Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Control Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Listening on udev Control Socket.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Kernel Device Manager...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting udev Coldplug all Devices...
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Encrypted Volumes.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Encrypted Volumes.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Swap.
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Swap.
    Mär 20 07:23:26 thinkpad systemd[1]: Started File System Check on Root Device.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Remount Root and Kernel File Systems...
    Mär 20 07:23:26 thinkpad systemd[1]: Mounting Temporary Directory...
    Mär 20 07:23:26 thinkpad systemd[1]: Started Apply Kernel Variables.
    Mär 20 07:23:26 thinkpad systemd-udevd[135]: starting version 198
    Mär 20 07:23:26 thinkpad systemd-journal[131]: Journal started
    Mär 20 07:23:26 thinkpad systemd[1]: Started Remount Root and Kernel File Systems.
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Local File Systems (Pre).
    Mär 20 07:23:26 thinkpad systemd[1]: Reached target Local File Systems (Pre).
    Mär 20 07:23:26 thinkpad systemd[1]: Starting Load Random Seed...
    Mär 20 07:23:26 thinkpad systemd-random-seed[141]: Failed to write new random seed file: Bad file descriptor
    Mär 20 07:23:26 thinkpad systemd[1]: Started udev Kernel Device Manager.
    Mär 20 07:23:26 thinkpad systemd[1]: Started Load Random Seed.
    Mär 20 07:23:26 thinkpad systemd[1]: Started udev Coldplug all Devices.
    Mär 20 07:23:27 thinkpad systemd-modules-load[129]: Failed to find module 'options tp_smapi invert=5'
    Mär 20 07:23:27 thinkpad systemd-modules-load[129]: Inserted module 'vboxdrv'
    Mär 20 07:23:27 thinkpad systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: Found 2 processor cores.
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: fAsync=0 offMin=0x19d offMax=0xf65
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
    Mär 20 07:23:27 thinkpad kernel: vboxdrv: Successfully loaded version 4.2.10_OSE (interface 0x001a0004).
    Mär 20 07:23:27 thinkpad systemd[1]: Failed to start Load Kernel Modules.
    Mär 20 07:23:27 thinkpad systemd[1]: Unit systemd-modules-load.service entered failed state
    Mär 20 07:23:27 thinkpad systemd[1]: Mounting Configur

Maybe you are looking for

  • ALV HELP

    My ALV Report Displays Data of Vendor Master The user needs a functionality. : When Vendor Number on Alv Report is double clicked MK03 should be opened and the Display Vendor Address should be shown for that vendor. Please guide how should I go about

  • Disappearing dock -- Can't open Downloads folder

    Hi All -- I have done a bit of browsing and I think my problem is related to a large jpeg file or something similar in the downloads folder that makes it impossible to open the "downloads" folder. I have tried to access the folder (to remove any larg

  • Screwed up the initial start-up with Migration assistant

    I just recieved my 27" refub iMac, and was all excited to transfer my files over from my old iMac. When I started the system up, I followed all the directions, followed the migration assistant, and everything sync'd. Great. Until... Not only did all

  • Wireless radio turns off every 2 minutes

    I have a Thinkpad Z60t, running Windows XP. I have the physical wireless switch on the side panel set to the on position (i.e. to the right). Initially, I am able to connect to any wireless network without a problem. However, after about 2 minutes of

  • Recordset into a variable

    Sorry for the newbie question. How can I stick the results of a query into a variable? And in results I mean the entire row, not just one value.