LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-04-2011, 11:51 PM   #1
DarylLyn
LQ Newbie
 
Registered: Oct 2010
Distribution: Arch, Debian Lenny, openSuSE 11.3
Posts: 9

Rep: Reputation: 0
kde not loading, NO Xorg errors.


I have had several errors that I have already fixed on this one, but I am still unable to get further than a blank black screen with a single cursor at the top left.

I am running the latest version of Arch Linux

X was unable to get the EDID data, so I had to extract it with "get-edid /etc/X11/intScreenEDID.bin" and "parse-edid /etc/X11/intScreenEDID.bin" from the "read-edid" package.

I have now integrated this into the /etc/X11/xorg.conf

I have also installed HAL, DBUS, ACPID and esound.

Here is output from "cat /etc/rc.conf":

Code:
#
# /etc/rc.conf - Main Configuration for Arch Linux
#

# -----------------------------------------------------------------------
# LOCALIZATION
# -----------------------------------------------------------------------
#
# LOCALE: available languages can be listed with the 'locale -a' command
# DAEMON_LOCALE: Set the locale during daemon startup and during the boot
#   process. If set to 'no', the C locale will be used.
# HARDWARECLOCK: set to "UTC" or "localtime", any other value will result
#   in the hardware clock being left untouched (useful for virtualization)
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
#
LOCALE="en_US.UTF-8"
DAEMON_LOCALE="no"
HARDWARECLOCK="localtime"
TIMEZONE="America/Denver"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"

# -----------------------------------------------------------------------
# HARDWARE
# -----------------------------------------------------------------------
#
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
#
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
#
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=()

# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"

# -----------------------------------------------------------------------
# NETWORKING
# -----------------------------------------------------------------------
#
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
#
HOSTNAME="arch-a5h0"

# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
#   - prefix an entry in INTERFACES with a ! to disable it
#   - no hyphens in your interface names - Bash doesn't like it
# 
# DHCP:     Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
#

#Static IP example
#eth0="eth0 192.168.0.2 netmask 255.255.255.0 broadcast 192.168.0.255"
eth0="dhcp"
INTERFACES=(eth0)

# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
#   - prefix an entry in ROUTES with a ! to disable it
#
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
 
# Setting this to "yes" will skip network shutdown.
# This is required if your root device is on NFS.
NETWORK_PERSIST="no"

# Enable these network profiles at boot-up.  These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
#   - set to 'menu' to present a menu during boot-up (dialog package required)
#   - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network.d
#
# This now requires the netcfg package
#
#NETWORKS=(main)

# -----------------------------------------------------------------------
# DAEMONS
# -----------------------------------------------------------------------
#
# Daemons to start at boot-up (in this order)
#   - prefix a daemon with a ! to disable it
#   - prefix a daemon with a @ to start it up in the background
#
DAEMONS=(syslog-ng dbus acpid hal network sshd netfs crond esd kdm)
Here is output of "cat /etc/X11/xorg.conf"
Code:
Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc/"
        FontPath     "/usr/share/fonts/TTF/"
        FontPath     "/usr/share/fonts/OTF/"
        FontPath     "/usr/share/fonts/Type1/"
        FontPath     "/usr/share/fonts/100dpi/"
        FontPath     "/usr/share/fonts/75dpi/"
EndSection

Section "Module"
        Load  "glx"
        Load  "dbe"
        Load  "dri"
        Load  "dri2"
        Load  "record"
        Load  "extmod"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Monitor"
        # Block type: 2:0 3:0
        # Block type: 2:0 3:fe
        # Block type: 2:0 3:fe
        Identifier "LGD:5002"
        VendorName "LGD"
        ModelName "LGD:5002"
        # Block type: 2:0 3:0
        # Block type: 2:0 3:fe
        # Block type: 2:0 3:fe
        # DPMS capabilities: Active off:no  Suspend:no  Standby:no

        Mode    "1366x768"      # vfreq 59.973Hz, hfreq 47.379kHz
                DotClock        72.300000
                HTimings        1366 1414 1446 1526
                VTimings        768 771 776 790
                Flags   "-HSync" "-VSync"
        EndMode
        # Block type: 2:0 3:0
        # Block type: 2:0 3:fe
        # Block type: 2:0 3:fe
EndSection

Section "Device"
        Option "CustomEDID" "CRT-0:/etc/X11/intScreenEDID.bin"
        Identifier  "Card0"
        Driver      "nvidia"
        BusID       "PCI:1:0:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "LGD:5002"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection
continued...
 
Old 05-04-2011, 11:53 PM   #2
DarylLyn
LQ Newbie
 
Registered: Oct 2010
Distribution: Arch, Debian Lenny, openSuSE 11.3
Posts: 9

Original Poster
Rep: Reputation: 0
continued, part 2

Here is output from "cat /var/log/Xorg.0.log"
Code:
[    21.484] 
X.Org X Server 1.10.1
Release Date: 2011-04-15
[    21.499] X Protocol Version 11, Revision 0
[    21.499] Build Operating System: Linux 2.6.38-ARCH x86_64 
[    21.499] Current Operating System: Linux arch-a5h0 2.6.38-ARCH #1 SMP PREEMPT Fri Apr 22 20:29:33 CEST 2011 x86_64
[    21.499] Kernel command line: root=/dev/disk/by-uuid/63748e08-8717-4ffe-a1e9-9340fb8aecc5 ro
[    21.499] Build Date: 16 April 2011  12:02:01PM
[    21.499]  
[    21.499] Current version of pixman: 0.20.2
[    21.499]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    21.499] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.499] (==) Log file: "/var/log/Xorg.0.log", Time: Wed May  4 13:40:22 2011
[    21.544] (==) Using config file: "/etc/X11/xorg.conf"
[    21.544] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.568] (==) ServerLayout "X.org Configured"
[    21.568] (**) |-->Screen "Screen0" (0)
[    21.568] (**) |   |-->Monitor "LGD:5002"
[    21.568] (**) |   |-->Device "Card0"
[    21.568] (**) |-->Input Device "Mouse0"
[    21.568] (**) |-->Input Device "Keyboard0"
[    21.568] (==) Automatically adding devices
[    21.568] (==) Automatically enabling devices
[    21.597] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[    21.597]    Entry deleted from font path.
[    21.597]    (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[    21.613] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/OTF/".
[    21.613]    Entry deleted from font path.
[    21.613]    (Run 'mkfontdir' on "/usr/share/fonts/OTF/").
[    21.613] (**) FontPath set to:
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/,
        /usr/share/fonts/misc/,
        /usr/share/fonts/TTF/,
        /usr/share/fonts/Type1/,
        /usr/share/fonts/100dpi/,
        /usr/share/fonts/75dpi/
[    21.614] (**) ModulePath set to "/usr/lib/xorg/modules"
[    21.614] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    21.614] (WW) Disabling Mouse0
[    21.614] (WW) Disabling Keyboard0
[    21.614] (II) Loader magic: 0x7d6fa0
[    21.614] (II) Module ABI versions:
[    21.614]    X.Org ANSI C Emulation: 0.4
[    21.614]    X.Org Video Driver: 10.0
[    21.614]    X.Org XInput driver : 12.2
[    21.614]    X.Org Server Extension : 5.0
[    21.614] (--) PCI:*(0:0:2:0) 8086:0116:1043:1712 rev 9, Mem @ 0xdc400000/4194304, 0xb0000000/268435456, I/O @ 0x0000e000/64
[    21.614] (--) PCI: (0:1:0:0) 10de:0df6:1043:1712 rev 161, Mem @ 0xdb000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x0000d000/128, BIOS @ 0x????????/524288
[    21.614] (II) Open ACPI successful (/var/run/acpid.socket)
[    21.614] (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
[    21.615] (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
[    21.615] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[    21.615] (II) "record" will be loaded. This was enabled by default and also specified in the config file.
[    21.615] (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
[    21.615] (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
[    21.615] (II) LoadModule: "glx"
[    21.623] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    22.145] (II) Module glx: vendor="NVIDIA Corporation"
[    22.146]    compiled for 4.0.2, module version = 1.0.0
[    22.146]    Module class: X.Org Server Extension
[    22.146] (II) NVIDIA GLX Module  270.41.06  Mon Apr 18 15:10:15 PDT 2011
[    22.146] (II) Loading extension GLX
[    22.146] (II) LoadModule: "dbe"
[    22.146] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
[    22.157] (II) Module dbe: vendor="X.Org Foundation"
[    22.157]    compiled for 1.10.1, module version = 1.0.0
[    22.157]    Module class: X.Org Server Extension
[    22.157]    ABI class: X.Org Server Extension, version 5.0
[    22.157] (II) Loading extension DOUBLE-BUFFER
[    22.157] (II) LoadModule: "dri"
[    22.157] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
[    22.175] (II) Module dri: vendor="X.Org Foundation"
[    22.175]    compiled for 1.10.1, module version = 1.0.0
[    22.175]    ABI class: X.Org Server Extension, version 5.0
[    22.176] (II) Loading extension XFree86-DRI
[    22.176] (II) LoadModule: "dri2"
[    22.176] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    22.177] (II) Module dri2: vendor="X.Org Foundation"
[    22.177]    compiled for 1.10.1, module version = 1.2.0
[    22.177]    ABI class: X.Org Server Extension, version 5.0
[    22.177] (II) Loading extension DRI2
[    22.177] (II) LoadModule: "record"
[    22.177] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
[    22.178] (II) Module record: vendor="X.Org Foundation"
[    22.178]    compiled for 1.10.1, module version = 1.13.0
[    22.178]    Module class: X.Org Server Extension
[    22.178]    ABI class: X.Org Server Extension, version 5.0
[    22.178] (II) Loading extension RECORD
[    22.178] (II) LoadModule: "extmod"
[    22.178] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
[    22.179] (II) Module extmod: vendor="X.Org Foundation"
[    22.179]    compiled for 1.10.1, module version = 1.0.0
[    22.179]    Module class: X.Org Server Extension
[    22.179]    ABI class: X.Org Server Extension, version 5.0
[    22.179] (II) Loading extension MIT-SCREEN-SAVER
[    22.179] (II) Loading extension XFree86-VidModeExtension
[    22.179] (II) Loading extension XFree86-DGA
[    22.179] (II) Loading extension DPMS
[    22.179] (II) Loading extension XVideo
[    22.179] (II) Loading extension XVideo-MotionCompensation
[    22.179] (II) Loading extension X-Resource
[    22.179] (II) LoadModule: "nvidia"
[    22.179] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    22.220] (II) Module nvidia: vendor="NVIDIA Corporation"
[    22.222]    compiled for 4.0.2, module version = 1.0.0
[    22.222]    Module class: X.Org Video Driver
[    22.251] (II) NVIDIA dlloader X Driver  270.41.06  Mon Apr 18 14:55:25 PDT 2011
[    22.251] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    22.267] (++) using VT number 7

[    22.271] (II) Loading sub module "fb"
[    22.271] (II) LoadModule: "fb"
[    22.271] (II) Loading /usr/lib/xorg/modules/libfb.so
[    22.286] (II) Module fb: vendor="X.Org Foundation"
[    22.286]    compiled for 1.10.1, module version = 1.0.0
[    22.286]    ABI class: X.Org ANSI C Emulation, version 0.4
[    22.286] (II) Loading sub module "wfb"
[    22.286] (II) LoadModule: "wfb"
[    22.286] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    22.295] (II) Module wfb: vendor="X.Org Foundation"
[    22.295]    compiled for 1.10.1, module version = 1.0.0
[    22.295]    ABI class: X.Org ANSI C Emulation, version 0.4
[    22.295] (II) Loading sub module "ramdac"
[    22.295] (II) LoadModule: "ramdac"
[    22.295] (II) Module "ramdac" already built-in
[    22.296] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    22.296] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    22.296] (II) Loading /usr/lib/xorg/modules/libfb.so
[    22.298] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
[    22.298] (==) NVIDIA(0): RGB weight 888
[    22.298] (==) NVIDIA(0): Default visual is TrueColor
[    22.298] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[    22.298] (**) NVIDIA(0): Option "CustomEDID" "CRT-0:/etc/X11/intScreenEDID.bin"
[    24.090] (II) NVIDIA(GPU-0): Display (LGD (CRT-0)) does not support NVIDIA 3D Vision
[    24.090] (II) NVIDIA(GPU-0):     stereo.
[    24.092] (II) NVIDIA(0): NVIDIA GPU GeForce GT 550M (GF108) at PCI:1:0:0 (GPU-0)
[    24.092] (--) NVIDIA(0): Memory: 2097152 kBytes
[    24.092] (--) NVIDIA(0): VideoBIOS: 70.08.45.00.a6
[    24.092] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[    24.092] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
[    24.092] (--) NVIDIA(0): Connected display device(s) on GeForce GT 550M at PCI:1:0:0
[    24.092] (--) NVIDIA(0):     LGD (CRT-0)
[    24.092] (--) NVIDIA(0): LGD (CRT-0): 400.0 MHz maximum pixel clock
[    24.098] (II) NVIDIA(0): Assigned Display Device: CRT-0
[    24.098] (==) NVIDIA(0): 
[    24.098] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[    24.098] (==) NVIDIA(0):     will be used as the requested mode.
[    24.098] (==) NVIDIA(0): 
[    24.098] (II) NVIDIA(0): Validated modes:
[    24.098] (II) NVIDIA(0):     "nvidia-auto-select"
[    24.098] (II) NVIDIA(0): Virtual screen size determined to be 1366 x 768
[    24.100] (--) NVIDIA(0): DPI set to (99, 102); computed from "UseEdidDpi" X config
[    24.100] (--) NVIDIA(0):     option
[    24.101] (--) Depth 24 pixmap format is 32 bpp
[    24.101] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
[    24.101] (II) NVIDIA:     access.
[    24.108] (II) NVIDIA(0): Setting mode "nvidia-auto-select"
[    24.160] (II) Loading extension NV-GLX
[    24.239] (==) NVIDIA(0): Disabling shared memory pixmaps
[    24.239] (==) NVIDIA(0): Backing store disabled
[    24.239] (==) NVIDIA(0): Silken mouse enabled
[    24.240] (==) NVIDIA(0): DPMS enabled
[    24.240] (II) Loading extension NV-CONTROL
[    24.241] (II) Loading extension XINERAMA
[    24.241] (II) Loading sub module "dri2"
[    24.241] (II) LoadModule: "dri2"
[    24.241] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
[    24.241] (II) Module dri2: vendor="X.Org Foundation"
[    24.241]    compiled for 1.10.1, module version = 1.2.0
[    24.241]    ABI class: X.Org Server Extension, version 5.0
[    24.241] (II) NVIDIA(0): [DRI2] Setup complete
[    24.241] (==) RandR enabled
[    24.241] (II) Initializing built-in extension Generic Event Extension
[    24.241] (II) Initializing built-in extension SHAPE
[    24.241] (II) Initializing built-in extension MIT-SHM
[    24.241] (II) Initializing built-in extension XInputExtension
[    24.241] (II) Initializing built-in extension XTEST
[    24.241] (II) Initializing built-in extension BIG-REQUESTS
[    24.241] (II) Initializing built-in extension SYNC
[    24.241] (II) Initializing built-in extension XKEYBOARD
[    24.241] (II) Initializing built-in extension XC-MISC
[    24.241] (II) Initializing built-in extension SECURITY
[    24.241] (II) Initializing built-in extension XINERAMA
[    24.241] (II) Initializing built-in extension XFIXES
[    24.241] (II) Initializing built-in extension RENDER
[    24.241] (II) Initializing built-in extension RANDR
[    24.241] (II) Initializing built-in extension COMPOSITE
[    24.241] (II) Initializing built-in extension DAMAGE
[    24.241] (II) Initializing extension GLX
[    24.677] (II) config/udev: Adding input device Power Button (/dev/input/event3)
[    24.677] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[    24.677] (II) LoadModule: "evdev"
[    24.677] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.687] (II) Module evdev: vendor="X.Org Foundation"
[    24.687]    compiled for 1.10.0, module version = 2.6.0
[    24.687]    Module class: X.Org XInput Driver
[    24.687]    ABI class: X.Org XInput driver, version 12.2
[    24.687] (II) Using input driver 'evdev' for 'Power Button'
[    24.687] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.687] (**) Power Button: always reports core events
[    24.687] (**) Power Button: Device: "/dev/input/event3"
[    24.726] (--) Power Button: Found keys
[    24.726] (II) Power Button: Configuring as keyboard
[    24.726] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
[    24.726] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
[    24.726] (**) Option "xkb_rules" "evdev"
[    24.726] (**) Option "xkb_model" "evdev"
[    24.726] (**) Option "xkb_layout" "us"
[    24.748] (II) config/udev: Adding input device Video Bus (/dev/input/event7)
[    24.748] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    24.748] (II) Using input driver 'evdev' for 'Video Bus'
[    24.748] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.748] (**) Video Bus: always reports core events
[    24.748] (**) Video Bus: Device: "/dev/input/event7"
[    24.770] (--) Video Bus: Found keys
[    24.770] (II) Video Bus: Configuring as keyboard
[    24.770] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input7/event7"
[    24.770] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    24.770] (**) Option "xkb_rules" "evdev"
[    24.770] (**) Option "xkb_model" "evdev"
[    24.770] (**) Option "xkb_layout" "us"
[    24.773] (II) config/udev: Adding input device Video Bus (/dev/input/event6)
[    24.773] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
[    24.773] (II) Using input driver 'evdev' for 'Video Bus'
[    24.773] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.773] (**) Video Bus: always reports core events
[    24.773] (**) Video Bus: Device: "/dev/input/event6"
[    24.796] (--) Video Bus: Found keys
[    24.796] (II) Video Bus: Configuring as keyboard
[    24.796] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6/event6"
[    24.796] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
[    24.796] (**) Option "xkb_rules" "evdev"
[    24.796] (**) Option "xkb_model" "evdev"
[    24.796] (**) Option "xkb_layout" "us"
[    24.800] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[    24.800] (II) No input driver/identifier specified (ignoring)
[    24.800] (II) config/udev: Adding input device Sleep Button (/dev/input/event2)
[    24.800] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
[    24.800] (II) Using input driver 'evdev' for 'Sleep Button'
[    24.800] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.800] (**) Sleep Button: always reports core events
[    24.800] (**) Sleep Button: Device: "/dev/input/event2"
[    24.850] (--) Sleep Button: Found keys
[    24.850] (II) Sleep Button: Configuring as keyboard
[    24.850] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2"
[    24.850] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
[    24.850] (**) Option "xkb_rules" "evdev"
[    24.850] (**) Option "xkb_model" "evdev"
[    24.850] (**) Option "xkb_layout" "us"
[    24.853] (II) config/udev: Adding input device USB2.0 2.0M UVC WebCam (/dev/input/event10)
[    24.853] (**) USB2.0 2.0M UVC WebCam: Applying InputClass "evdev keyboard catchall"
[    24.853] (II) Using input driver 'evdev' for 'USB2.0 2.0M UVC WebCam'
[    24.853] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.853] (**) USB2.0 2.0M UVC WebCam: always reports core events
[    24.853] (**) USB2.0 2.0M UVC WebCam: Device: "/dev/input/event10"
[    24.873] (--) USB2.0 2.0M UVC WebCam: Found keys
[    24.873] (II) USB2.0 2.0M UVC WebCam: Configuring as keyboard
[    24.873] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input10/event10"
[    24.873] (II) XINPUT: Adding extended input device "USB2.0 2.0M UVC WebCam" (type: KEYBOARD)
[    24.873] (**) Option "xkb_rules" "evdev"
[    24.873] (**) Option "xkb_model" "evdev"
[    24.873] (**) Option "xkb_layout" "us"
[    24.874] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event8)
[    24.874] (II) No input driver/identifier specified (ignoring)
[    24.874] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event9)
[    24.874] (II) No input driver/identifier specified (ignoring)
[    24.879] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[    24.879] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[    24.879] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[    24.879] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.879] (**) AT Translated Set 2 keyboard: always reports core events
[    24.879] (**) AT Translated Set 2 keyboard: Device: "/dev/input/event0"
[    24.900] (--) AT Translated Set 2 keyboard: Found keys
[    24.900] (II) AT Translated Set 2 keyboard: Configuring as keyboard
[    24.900] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[    24.900] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
[    24.900] (**) Option "xkb_rules" "evdev"
[    24.900] (**) Option "xkb_model" "evdev"
[    24.900] (**) Option "xkb_layout" "us"
[    24.900] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event5)
[    24.900] (**) ETPS/2 Elantech Touchpad: Applying InputClass "evdev touchpad catchall"
[    24.900] (II) Using input driver 'evdev' for 'ETPS/2 Elantech Touchpad'
[    24.900] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
[    24.901] (**) ETPS/2 Elantech Touchpad: always reports core events
[    24.901] (**) ETPS/2 Elantech Touchpad: Device: "/dev/input/event5"
[    24.926] (--) ETPS/2 Elantech Touchpad: Found 3 mouse buttons
[    24.926] (--) ETPS/2 Elantech Touchpad: Found absolute axes
[    24.926] (--) ETPS/2 Elantech Touchpad: Found x and y absolute axes
[    24.926] (--) ETPS/2 Elantech Touchpad: Found absolute touchpad.
[    24.926] (II) ETPS/2 Elantech Touchpad: Configuring as touchpad
[    24.926] (**) ETPS/2 Elantech Touchpad: YAxisMapping: buttons 4 and 5
[    24.926] (**) ETPS/2 Elantech Touchpad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[    24.926] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio4/input/input5/event5"
[    24.926] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD)
[    24.927] (II) ETPS/2 Elantech Touchpad: initialized for absolute axes.
[    24.927] (**) ETPS/2 Elantech Touchpad: (accel) keeping acceleration scheme 1
[    24.927] (**) ETPS/2 Elantech Touchpad: (accel) acceleration profile 0
[    24.927] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[    24.927] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[    24.927] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse0)
[    24.927] (II) No input driver/identifier specified (ignoring)
[    24.927] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
[    24.927] (II) No input driver/identifier specified (ignoring)
[   998.470] (II) Power Button: Close
[   998.470] (II) UnloadModule: "evdev"
[   998.470] (II) Unloading evdev
[   998.496] (II) Video Bus: Close
[   998.496] (II) UnloadModule: "evdev"
[   998.496] (II) Unloading evdev
[   998.523] (II) Video Bus: Close
[   998.523] (II) UnloadModule: "evdev"
[   998.523] (II) Unloading evdev
[   998.550] (II) Sleep Button: Close
[   998.550] (II) UnloadModule: "evdev"
[   998.550] (II) Unloading evdev
[   998.576] (II) USB2.0 2.0M UVC WebCam: Close
[   998.576] (II) UnloadModule: "evdev"
[   998.576] (II) Unloading evdev
[   998.603] (II) AT Translated Set 2 keyboard: Close
[   998.603] (II) UnloadModule: "evdev"
[   998.603] (II) Unloading evdev
[   998.656] (II) ETPS/2 Elantech Touchpad: Close
[   998.656] (II) UnloadModule: "evdev"
[   998.656] (II) Unloading evdev
NOTE: 998.470 represents me issuing "/etc/rc.d/kdm stop" from a root terminal logged in via SSH. At that point, the laptop's display returned to text console login from blank screen.

This is the output from "lspci"
Code:
00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
00:01.0 PCI bridge: Intel Corporation 2nd Generation Core Processor Family PCI Express Root Port (rev 09)
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
00:16.0 Communication controller: Intel Corporation 6 Series Chipset Family HECI Controller #1 (rev 04)
00:1a.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #2 (rev 05)
00:1b.0 Audio device: Intel Corporation 6 Series Chipset Family High Definition Audio Controller (rev 05)
00:1c.0 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 1 (rev b5)
00:1c.1 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 2 (rev b5)
00:1c.3 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 4 (rev b5)
00:1c.5 PCI bridge: Intel Corporation 6 Series Chipset Family PCI Express Root Port 6 (rev b5)
00:1d.0 USB Controller: Intel Corporation 6 Series Chipset Family USB Enhanced Host Controller #1 (rev 05)
00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 6 Series Chipset Family 6 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 6 Series Chipset Family SMBus Controller (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation Device 0df6 (rev a1)
03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
04:00.0 USB Controller: Fresco Logic FL1000G USB 3.0 Host Controller (rev 04)
05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
continued...
 
Old 05-04-2011, 11:58 PM   #3
DarylLyn
LQ Newbie
 
Registered: Oct 2010
Distribution: Arch, Debian Lenny, openSuSE 11.3
Posts: 9

Original Poster
Rep: Reputation: 0
continued, part 3

This is the output from "dmesg"
Code:
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.38-ARCH (tobias@T-POWA-LX) (gcc version 4.6.0 20110415 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Apr 22 20:29:33 CEST 2011
[    0.000000] Command line: root=/dev/disk/by-uuid/63748e08-8717-4ffe-a1e9-9340fb8aecc5 ro
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
[    0.000000]  BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
[    0.000000]  BIOS-e820: 0000000020000000 - 0000000020200000 (reserved)
[    0.000000]  BIOS-e820: 0000000020200000 - 0000000040000000 (usable)
[    0.000000]  BIOS-e820: 0000000040000000 - 0000000040200000 (reserved)
[    0.000000]  BIOS-e820: 0000000040200000 - 00000000aac10000 (usable)
[    0.000000]  BIOS-e820: 00000000aac10000 - 00000000aad8e000 (reserved)
[    0.000000]  BIOS-e820: 00000000aad8e000 - 00000000aad97000 (usable)
[    0.000000]  BIOS-e820: 00000000aad97000 - 00000000aad98000 (reserved)
[    0.000000]  BIOS-e820: 00000000aad98000 - 00000000aad99000 (usable)
[    0.000000]  BIOS-e820: 00000000aad99000 - 00000000aadb8000 (reserved)
[    0.000000]  BIOS-e820: 00000000aadb8000 - 00000000aadc6000 (usable)
[    0.000000]  BIOS-e820: 00000000aadc6000 - 00000000aade8000 (reserved)
[    0.000000]  BIOS-e820: 00000000aade8000 - 00000000aaf1f000 (usable)
[    0.000000]  BIOS-e820: 00000000aaf1f000 - 00000000aaf86000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aaf86000 - 00000000aaf8a000 (usable)
[    0.000000]  BIOS-e820: 00000000aaf8a000 - 00000000aafe8000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000aafe8000 - 00000000aaffd000 (usable)
[    0.000000]  BIOS-e820: 00000000aaffd000 - 00000000ab000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000ab000000 - 00000000afa00000 (reserved)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000e4000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
[    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff980000 - 00000000ffc00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffd80000 - 0000000100000000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 000000014fe00000 (usable)
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI 2.6 present.
[    0.000000] DMI: ASUSTeK Computer Inc. N53SN/N53SN, BIOS N53SN.204 02/10/2011
[    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[    0.000000] No AGP bridge found
[    0.000000] last_pfn = 0x14fe00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-CFFFF write-protect
[    0.000000]   D0000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 080000000 mask FE0000000 write-back
[    0.000000]   2 base 0A0000000 mask FF8000000 write-back
[    0.000000]   3 base 0A8000000 mask FFC000000 write-back
[    0.000000]   4 base 0AB000000 mask FFF000000 uncachable
[    0.000000]   5 base 100000000 mask FC0000000 write-back
[    0.000000]   6 base 140000000 mask FF0000000 write-back
[    0.000000]   7 base 14FE00000 mask FFFE00000 uncachable
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820 update range: 00000000ab000000 - 0000000100000000 (usable) ==> (reserved)
[    0.000000] last_pfn = 0xaaffd max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [ffff8800000fcc80] fcc80
[    0.000000] initial memory mapped : 0 - 20000000
[    0.000000] init_memory_mapping: 0000000000000000-00000000aaffd000
[    0.000000]  0000000000 - 00aae00000 page 2M
[    0.000000]  00aae00000 - 00aaffd000 page 4k
[    0.000000] kernel direct mapping tables up to aaffd000 @ 1fffb000-20000000
[    0.000000] init_memory_mapping: 0000000100000000-000000014fe00000
[    0.000000]  0100000000 - 014fe00000 page 2M
[    0.000000] kernel direct mapping tables up to 14fe00000 @ aaff6000-aaffd000
[    0.000000] RAMDISK: 1fe3e000 - 1fff0000
[    0.000000] ACPI: RSDP 00000000000f0430 00024 (v02 _ASUS_)
[    0.000000] ACPI: XSDT 00000000aaffee18 00074 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: FACP 00000000aaf9ad98 000F4 (v04 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI Warning: 32/64 FACS address mismatch in FADT - two FACS tables! (20110112/tbfadt-369)
[    0.000000] ACPI Warning: 32/64X FACS address mismatch in FADT - 0xAAFE4E40/0x00000000AAFE4D40, using 32 (20110112/tbfadt-486)
[    0.000000] ACPI: DSDT 00000000aaf65018 13780 (v01 _ASUS_ Notebook 00000000 INTL 20091112)
[    0.000000] ACPI: FACS 00000000aafe4e40 00040
[    0.000000] ACPI: APIC 00000000aaffdf18 000CC (v02 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: DBGP 00000000aaffff18 00034 (v01 _ASUS_ Notebook 06222004 MSFT 00010013)
[    0.000000] ACPI: ECDT 00000000aafe4b18 000C1 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.000000] ACPI: SLIC 00000000aaf9be18 00176 (v01 _ASUS_ Notebook 06222004 ASUS 00000001)
[    0.000000] ACPI: HPET 00000000aafe5d18 00038 (v01 _ASUS_ Notebook 06222004 AMI. 00000003)
[    0.000000] ACPI: MCFG 00000000aafe5c98 0003C (v01 _ASUS_ Notebook 06222004 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000aaf85018 00913 (v01  PmRef  Cpu0Ist 00003000 INTL 20091112)
[    0.000000] ACPI: SSDT 00000000aaf84018 00996 (v01  PmRef    CpuPm 00003000 INTL 20091112)
[    0.000000] ACPI: ASF! 00000000aafe4a18 000A0 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at 0000000000000000-000000014fe00000
[    0.000000] Initmem setup node 0 0000000000000000-000000014fe00000
[    0.000000]   NODE_DATA [000000014fdfb000 - 000000014fdfffff]
[    0.000000]  [ffffea0000000000-ffffea00049fffff] PMD -> [ffff88014bc00000-ffff88014f5fffff] on node 0
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x0014fe00
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[11] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009e
[    0.000000]     0: 0x00000100 -> 0x00020000
[    0.000000]     0: 0x00020200 -> 0x00040000
[    0.000000]     0: 0x00040200 -> 0x000aac10
[    0.000000]     0: 0x000aad8e -> 0x000aad97
[    0.000000]     0: 0x000aad98 -> 0x000aad99
[    0.000000]     0: 0x000aadb8 -> 0x000aadc6
[    0.000000]     0: 0x000aade8 -> 0x000aaf1f
[    0.000000]     0: 0x000aaf86 -> 0x000aaf8a
[    0.000000]     0: 0x000aafe8 -> 0x000aaffd
[    0.000000]     0: 0x00100000 -> 0x0014fe00
[    0.000000] On node 0 totalpages: 1025798
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 6 pages reserved
[    0.000000]   DMA zone: 3920 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 680368 pages, LIFO batch:31
[    0.000000]   Normal zone: 4473 pages used for memmap
[    0.000000]   Normal zone: 322695 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x09] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x0b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x0d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x0f] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] SMP: Allowing 16 CPUs, 8 hotplug CPUs
[    0.000000] nr_irqs_gsi: 40
[    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
[    0.000000] PM: Registered nosave memory: 0000000040000000 - 0000000040200000
[    0.000000] PM: Registered nosave memory: 00000000aac10000 - 00000000aad8e000
[    0.000000] PM: Registered nosave memory: 00000000aad97000 - 00000000aad98000
[    0.000000] PM: Registered nosave memory: 00000000aad99000 - 00000000aadb8000
[    0.000000] PM: Registered nosave memory: 00000000aadc6000 - 00000000aade8000
[    0.000000] PM: Registered nosave memory: 00000000aaf1f000 - 00000000aaf86000
[    0.000000] PM: Registered nosave memory: 00000000aaf8a000 - 00000000aafe8000
[    0.000000] PM: Registered nosave memory: 00000000aaffd000 - 00000000ab000000
[    0.000000] PM: Registered nosave memory: 00000000ab000000 - 00000000afa00000
[    0.000000] PM: Registered nosave memory: 00000000afa00000 - 00000000e0000000
[    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000e4000000
[    0.000000] PM: Registered nosave memory: 00000000e4000000 - 00000000fec00000
[    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
[    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
[    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
[    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
[    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
[    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
[    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
[    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
[    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
[    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff980000
[    0.000000] PM: Registered nosave memory: 00000000ff980000 - 00000000ffc00000
[    0.000000] PM: Registered nosave memory: 00000000ffc00000 - 00000000ffd80000
[    0.000000] PM: Registered nosave memory: 00000000ffd80000 - 0000000100000000
[    0.000000] Allocating PCI resources starting at afa00000 (gap: afa00000:30600000)
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:16 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88001fa00000 s82176 r8192 d24320 u131072
[    0.000000] pcpu-alloc: s82176 r8192 d24320 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1006983
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/disk/by-uuid/63748e08-8717-4ffe-a1e9-9340fb8aecc5 ro
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3965920k/5502976k available (3795k kernel code, 1399784k absent, 137272k reserved, 2315k data, 556k init)
[    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[    0.000000] Preemptable hierarchical RCU implementation.
[    0.000000]  RCU-based detection of stalled CPUs is disabled.
[    0.000000]  Verbose stalled-CPUs detection is disabled.
[    0.000000] NR_IRQS:2304
[    0.000000] Extended CMOS year: 2000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 41943040 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] Fast TSC calibration using PIT
[    0.003333] Detected 1995.453 MHz processor.
[    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.19 BogoMIPS (lpj=6651510)
[    0.000137] pid_max: default: 32768 minimum: 301
[    0.000326] Security Framework initialized
[    0.000391] AppArmor: AppArmor disabled by boot time parameter
[    0.001378] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.002467] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.002965] Mount-cache hash table entries: 256
[    0.003388] Initializing cgroup subsys ns
[    0.003452] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[    0.003537] Initializing cgroup subsys cpuacct
[    0.003629] Initializing cgroup subsys memory
[    0.003708] Initializing cgroup subsys devices
[    0.003772] Initializing cgroup subsys freezer
[    0.003838] Initializing cgroup subsys net_cls
[    0.003903] Initializing cgroup subsys blkio
[    0.004014] CPU: Physical Processor ID: 0
[    0.004077] CPU: Processor Core ID: 0
[    0.004143] mce: CPU supports 9 MCE banks
[    0.004219] CPU0: Thermal monitoring enabled (TM1)
[    0.004289] using mwait in idle threads.
[    0.005598] ACPI: Core revision 20110112
[    0.170852] Setting APIC routing to physical flat
[    0.171272] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.204331] CPU0: Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz stepping 07
[    0.311064] Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
[    0.311278] ... version:                3
[    0.311340] ... bit width:              48
[    0.311402] ... generic registers:      4
[    0.311465] ... value mask:             0000ffffffffffff
[    0.311530] ... max period:             000000007fffffff
[    0.311595] ... fixed-purpose events:   3
[    0.311657] ... event mask:             000000070000000f
[    0.321274] NMI watchdog enabled, takes one hw-pmu counter.
[    0.334416] Booting Node   0, Processors  #1
[    0.447751] NMI watchdog enabled, takes one hw-pmu counter.
[    0.457723]  #2
[    0.571096] NMI watchdog enabled, takes one hw-pmu counter.
[    0.581005]  #3
[    0.694374] NMI watchdog enabled, takes one hw-pmu counter.
[    0.704292]  #4
[    0.817624] NMI watchdog enabled, takes one hw-pmu counter.
[    0.827591]  #5
[    0.940963] NMI watchdog enabled, takes one hw-pmu counter.
[    0.950876]  #6
[    1.064247] NMI watchdog enabled, takes one hw-pmu counter.
[    1.074156]  #7
[    1.187528] NMI watchdog enabled, takes one hw-pmu counter.
[    1.190749] Brought up 8 CPUs
[    1.190836] Total of 8 processors activated (31938.47 BogoMIPS).
[    1.196798] devtmpfs: initialized
[    1.197912] NET: Registered protocol family 16
[    1.198101] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    1.198185] ACPI: bus type pci registered
[    1.198416] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    1.198504] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    1.220322] PCI: Using configuration type 1 for base access
[    1.220891] bio: create slab <bio-0> at 0
[    1.223698] ACPI: EC: EC description table is found, configuring boot EC
[    1.226396] ACPI: Executed 1 blocks of module-level executable AML code
[    1.237454] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    1.337532] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    1.337669] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    1.338317] ACPI: SSDT 00000000aadca718 00694 (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
[    1.339118] ACPI: Dynamic OEM Table Load:
[    1.339264] ACPI: SSDT           (null) 00694 (v01  PmRef  Cpu0Cst 00003001 INTL 20091112)
[    1.347694] ACPI: SSDT 00000000aadcba98 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
[    1.348520] ACPI: Dynamic OEM Table Load:
[    1.348667] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20091112)
[    1.357540] ACPI: SSDT 00000000aadc9d98 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
[    1.358326] ACPI: Dynamic OEM Table Load:
[    1.358473] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20091112)
[    1.368711] ACPI: Interpreter enabled
[    1.368776] ACPI: (supports S0 S3 S4 S5)
[    1.369029] ACPI: Using IOAPIC for interrupt routing
[    1.485427] ACPI: EC: GPE = 0x1b, I/O: command/status = 0x66, data = 0x62
[    1.494249] ACPI: No dock devices found.
[    1.494313] HEST: Table not found.
[    1.494377] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    1.494742] \_SB_.PCI0:_OSC invalid UUID
[    1.494743] _OSC request data:1 8 1f 
[    1.494747] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    1.495281] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
[    1.495350] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
[    1.495418] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[    1.495500] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000d3fff]
[    1.495581] pci_root PNP0A08:00: host bridge window [mem 0x000d4000-0x000d7fff]
[    1.495663] pci_root PNP0A08:00: host bridge window [mem 0x000d8000-0x000dbfff]
[    1.495746] pci_root PNP0A08:00: host bridge window [mem 0x000dc000-0x000dffff]
[    1.495829] pci_root PNP0A08:00: host bridge window [mem 0x000e0000-0x000e3fff]
[    1.495913] pci_root PNP0A08:00: host bridge window [mem 0x000e4000-0x000e7fff]
[    1.495998] pci_root PNP0A08:00: host bridge window [mem 0xafa00000-0xfeafffff]
[    1.496080] pci_root PNP0A08:00: host bridge window [mem 0xfed40000-0xfed44fff]
[    1.496172] pci 0000:00:00.0: [8086:0104] type 0 class 0x000600
[    1.496211] pci 0000:00:01.0: [8086:0101] type 1 class 0x000604
[    1.496238] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    1.496241] pci 0000:00:01.0: PME# disabled
[    1.496262] pci 0000:00:02.0: [8086:0116] type 0 class 0x000300
[    1.496273] pci 0000:00:02.0: reg 10: [mem 0xdc400000-0xdc7fffff 64bit]
[    1.496280] pci 0000:00:02.0: reg 18: [mem 0xb0000000-0xbfffffff 64bit pref]
[    1.496285] pci 0000:00:02.0: reg 20: [io  0xe000-0xe03f]
[    1.496340] pci 0000:00:16.0: [8086:1c3a] type 0 class 0x000780
[    1.496366] pci 0000:00:16.0: reg 10: [mem 0xdf00b000-0xdf00b00f 64bit]
[    1.496431] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.496436] pci 0000:00:16.0: PME# disabled
[    1.496472] pci 0000:00:1a.0: [8086:1c2d] type 0 class 0x000c03
[    1.496495] pci 0000:00:1a.0: reg 10: [mem 0xdf008000-0xdf0083ff]
[    1.496572] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    1.496577] pci 0000:00:1a.0: PME# disabled
[    1.496603] pci 0000:00:1b.0: [8086:1c20] type 0 class 0x000403
[    1.496620] pci 0000:00:1b.0: reg 10: [mem 0xdf000000-0xdf003fff 64bit]
[    1.496679] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.496683] pci 0000:00:1b.0: PME# disabled
[    1.496706] pci 0000:00:1c.0: [8086:1c10] type 1 class 0x000604
[    1.496772] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.496776] pci 0000:00:1c.0: PME# disabled
[    1.496801] pci 0000:00:1c.1: [8086:1c12] type 1 class 0x000604
[    1.496867] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    1.496872] pci 0000:00:1c.1: PME# disabled
[    1.496899] pci 0000:00:1c.3: [8086:1c16] type 1 class 0x000604
[    1.496964] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.496969] pci 0000:00:1c.3: PME# disabled
[    1.496997] pci 0000:00:1c.5: [8086:1c1a] type 1 class 0x000604
[    1.497064] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.497068] pci 0000:00:1c.5: PME# disabled
[    1.497102] pci 0000:00:1d.0: [8086:1c26] type 0 class 0x000c03
[    1.497125] pci 0000:00:1d.0: reg 10: [mem 0xdf007000-0xdf0073ff]
[    1.497203] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.497207] pci 0000:00:1d.0: PME# disabled
[    1.497234] pci 0000:00:1f.0: [8086:1c49] type 0 class 0x000601
[    1.497362] pci 0000:00:1f.2: [8086:1c03] type 0 class 0x000106
[    1.497383] pci 0000:00:1f.2: reg 10: [io  0xe0b0-0xe0b7]
[    1.497393] pci 0000:00:1f.2: reg 14: [io  0xe0a0-0xe0a3]
[    1.497402] pci 0000:00:1f.2: reg 18: [io  0xe090-0xe097]
[    1.497411] pci 0000:00:1f.2: reg 1c: [io  0xe080-0xe083]
[    1.497420] pci 0000:00:1f.2: reg 20: [io  0xe060-0xe07f]
[    1.497429] pci 0000:00:1f.2: reg 24: [mem 0xdf006000-0xdf0067ff]
[    1.497464] pci 0000:00:1f.2: PME# supported from D3hot
[    1.497469] pci 0000:00:1f.2: PME# disabled
[    1.497491] pci 0000:00:1f.3: [8086:1c22] type 0 class 0x000c05
[    1.497508] pci 0000:00:1f.3: reg 10: [mem 0xdf005000-0xdf0050ff 64bit]
[    1.497531] pci 0000:00:1f.3: reg 20: [io  0xe040-0xe05f]
[    1.497597] pci 0000:01:00.0: [10de:0df6] type 0 class 0x000300
[    1.497609] pci 0000:01:00.0: reg 10: [mem 0xdb000000-0xdbffffff]
[    1.497623] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    1.497637] pci 0000:01:00.0: reg 1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    1.497646] pci 0000:01:00.0: reg 24: [io  0xd000-0xd07f]
[    1.497655] pci 0000:01:00.0: reg 30: [mem 0xdc000000-0xdc07ffff pref]
[    1.497703] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    1.497769] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    1.497772] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    1.497776] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    1.497824] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    1.497891] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    1.497896] pci 0000:00:1c.0:   bridge window [mem 0xde600000-0xdeffffff]
[    1.497903] pci 0000:00:1c.0:   bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
[    1.497972] pci 0000:03:00.0: [168c:002b] type 0 class 0x000280
[    1.498001] pci 0000:03:00.0: reg 10: [mem 0xddc00000-0xddc0ffff 64bit]
[    1.498110] pci 0000:03:00.0: supports D1
[    1.498111] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    1.498117] pci 0000:03:00.0: PME# disabled
[    1.498156] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    1.498225] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    1.498229] pci 0000:00:1c.1:   bridge window [mem 0xddc00000-0xde5fffff]
[    1.498236] pci 0000:00:1c.1:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
[    1.498307] pci 0000:04:00.0: [1b73:1000] type 0 class 0x000c03
[    1.498332] pci 0000:04:00.0: reg 10: [mem 0xdd200000-0xdd20ffff]
[    1.498467] pci 0000:04:00.0: PME# supported from D0 D3hot
[    1.498473] pci 0000:04:00.0: PME# disabled
[    1.498504] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
[    1.498572] pci 0000:00:1c.3:   bridge window [io  0xa000-0xafff]
[    1.498577] pci 0000:00:1c.3:   bridge window [mem 0xdd200000-0xddbfffff]
[    1.498584] pci 0000:00:1c.3:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
[    1.498707] pci 0000:05:00.0: [10ec:8168] type 0 class 0x000200
[    1.498775] pci 0000:05:00.0: reg 10: [io  0x9000-0x90ff]
[    1.498891] pci 0000:05:00.0: reg 18: [mem 0xd2104000-0xd2104fff 64bit pref]
[    1.498967] pci 0000:05:00.0: reg 20: [mem 0xd2100000-0xd2103fff 64bit pref]
[    1.499181] pci 0000:05:00.0: supports D1 D2
[    1.499183] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    1.499198] pci 0000:05:00.0: PME# disabled
[    1.499350] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
[    1.499418] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
[    1.499423] pci 0000:00:1c.5:   bridge window [mem 0xdc800000-0xdd1fffff]
[    1.499430] pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
[    1.499455] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    1.499590] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEG0._PRT]
[    1.499671] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[    1.499708] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[    1.499747] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
[    1.499785] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP06._PRT]
[    1.499863] \_SB_.PCI0:_OSC invalid UUID
[    1.499865] _OSC request data:1 1f 1f 
[    1.499869]  pci0000:00: Requesting ACPI _OSC control (0x1d)
[    1.499968] \_SB_.PCI0:_OSC invalid UUID
[    1.499970] _OSC request data:1 0 1d 
[    2.197731] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12)
[    2.198273] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 12)
[    2.198762] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 12)
[    2.199252] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 12)
[    2.199740] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    2.200332] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 12) *0, disabled.
[    2.200922] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 12)
[    2.201412] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 7 10 12)
[    2.201933] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    2.202022] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[    2.202107] vgaarb: loaded
[    2.202233] PCI: Using ACPI for IRQ routing
[    2.202296] PCI: pci_cache_line_size set to 64 bytes
[    2.202383] reserve RAM buffer: 000000000009e800 - 000000000009ffff 
[    2.202385] reserve RAM buffer: 00000000aac10000 - 00000000abffffff 
[    2.202390] reserve RAM buffer: 00000000aad97000 - 00000000abffffff 
[    2.202393] reserve RAM buffer: 00000000aad99000 - 00000000abffffff 
[    2.202397] reserve RAM buffer: 00000000aadc6000 - 00000000abffffff 
[    2.202400] reserve RAM buffer: 00000000aaf1f000 - 00000000abffffff 
[    2.202402] reserve RAM buffer: 00000000aaf8a000 - 00000000abffffff 
[    2.202405] reserve RAM buffer: 00000000aaffd000 - 00000000abffffff 
[    2.202407] reserve RAM buffer: 000000014fe00000 - 000000014fffffff 
[    2.202518] NetLabel: Initializing
[    2.202579] NetLabel:  domain hash size = 128
[    2.202642] NetLabel:  protocols = UNLABELED CIPSOv4
[    2.202718] NetLabel:  unlabeled traffic allowed by default
[    2.202792] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    2.203242] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    2.205324] Switching to clocksource hpet
continued...
 
Old 05-05-2011, 12:01 AM   #4
DarylLyn
LQ Newbie
 
Registered: Oct 2010
Distribution: Arch, Debian Lenny, openSuSE 11.3
Posts: 9

Original Poster
Rep: Reputation: 0
continued, part 4

continues...
Code:
[    2.206602] pnp: PnP ACPI init
[    2.206674] ACPI: bus type pnp registered
[    2.206979] pnp 00:00: [bus 00-3e]
[    2.206982] pnp 00:00: [io  0x0000-0x0cf7 window]
[    2.206984] pnp 00:00: [io  0x0cf8-0x0cff]
[    2.206986] pnp 00:00: [io  0x0d00-0xffff window]
[    2.206988] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[    2.206990] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
[    2.206992] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
[    2.206994] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
[    2.206996] pnp 00:00: [mem 0x000cc000-0x000cffff window]
[    2.206998] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
[    2.207000] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
[    2.207002] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
[    2.207004] pnp 00:00: [mem 0x000dc000-0x000dffff window]
[    2.207006] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
[    2.207008] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
[    2.207010] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
[    2.207013] pnp 00:00: [mem 0x000ec000-0x000effff window]
[    2.207015] pnp 00:00: [mem 0x000f0000-0x000fffff window]
[    2.207018] pnp 00:00: [mem 0xafa00000-0xfeafffff window]
[    2.207020] pnp 00:00: [mem 0xfed40000-0xfed44fff window]
[    2.207036] Switched to NOHz mode on CPU #0
[    2.207095] Switched to NOHz mode on CPU #1
[    2.207109] Switched to NOHz mode on CPU #4
[    2.207145] Switched to NOHz mode on CPU #3
[    2.207148] Switched to NOHz mode on CPU #7
[    2.207154] Switched to NOHz mode on CPU #2
[    2.207158] Switched to NOHz mode on CPU #5
[    2.207162] Switched to NOHz mode on CPU #6
[    2.207615] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[    2.258957] pnp 00:01: [io  0x0000-0x001f]
[    2.258962] pnp 00:01: [io  0x0081-0x0091]
[    2.258974] pnp 00:01: [io  0x0093-0x009f]
[    2.258976] pnp 00:01: [io  0x00c0-0x00df]
[    2.258978] pnp 00:01: [dma 4]
[    2.259010] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    2.259020] pnp 00:02: [mem 0xff000000-0xffffffff]
[    2.259048] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    2.259132] pnp 00:03: [mem 0xfed00000-0xfed003ff]
[    2.259159] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    2.259168] pnp 00:04: [io  0x00f0]
[    2.259176] pnp 00:04: [irq 13]
[    2.259204] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
[    2.259214] pnp 00:05: [io  0x002e-0x002f]
[    2.259216] pnp 00:05: [io  0x004e-0x004f]
[    2.259217] pnp 00:05: [io  0x0061]
[    2.259219] pnp 00:05: [io  0x0063]
[    2.259220] pnp 00:05: [io  0x0065]
[    2.259222] pnp 00:05: [io  0x0067]
[    2.259223] pnp 00:05: [io  0x0070]
[    2.259225] pnp 00:05: [io  0x0080]
[    2.259226] pnp 00:05: [io  0x0092]
[    2.259228] pnp 00:05: [io  0x00b2-0x00b3]
[    2.259230] pnp 00:05: [io  0x0680-0x069f]
[    2.259232] pnp 00:05: [io  0x1000-0x100f]
[    2.259233] pnp 00:05: [io  0xffff]
[    2.259235] pnp 00:05: [io  0xffff]
[    2.259236] pnp 00:05: [io  0x0400-0x0453]
[    2.259238] pnp 00:05: [io  0x0458-0x047f]
[    2.259240] pnp 00:05: [io  0x0500-0x057f]
[    2.259241] pnp 00:05: [io  0x164e-0x164f]
[    2.259291] system 00:05: [io  0x0680-0x069f] has been reserved
[    2.259360] system 00:05: [io  0x1000-0x100f] has been reserved
[    2.259427] system 00:05: [io  0xffff] has been reserved
[    2.259493] system 00:05: [io  0xffff] has been reserved
[    2.259559] system 00:05: [io  0x0400-0x0453] has been reserved
[    2.259625] system 00:05: [io  0x0458-0x047f] has been reserved
[    2.259693] system 00:05: [io  0x0500-0x057f] has been reserved
[    2.259762] system 00:05: [io  0x164e-0x164f] has been reserved
[    2.259831] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.259839] pnp 00:06: [io  0x0070-0x0077]
[    2.259844] pnp 00:06: [irq 8]
[    2.259872] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    2.259891] pnp 00:07: [io  0x0454-0x0457]
[    2.259932] system 00:07: [io  0x0454-0x0457] has been reserved
[    2.260002] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    2.260014] pnp 00:08: [io  0x0240-0x0259]
[    2.260054] system 00:08: [io  0x0240-0x0259] has been reserved
[    2.260122] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.260158] pnp 00:09: [irq 12]
[    2.260191] pnp 00:09: Plug and Play ACPI device, IDs ETD0001 SYN0a00 SYN0002 PNP0f03 PNP0f13 PNP0f12 (active)
[    2.260211] pnp 00:0a: [io  0x0060]
[    2.260213] pnp 00:0a: [io  0x0064]
[    2.260217] pnp 00:0a: [irq 1]
[    2.260246] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    2.260455] pnp 00:0b: [mem 0xfed1c000-0xfed1ffff]
[    2.260457] pnp 00:0b: [mem 0xfed10000-0xfed17fff]
[    2.260459] pnp 00:0b: [mem 0xfed18000-0xfed18fff]
[    2.260462] pnp 00:0b: [mem 0xfed19000-0xfed19fff]
[    2.260464] pnp 00:0b: [mem 0xe0000000-0xe3ffffff]
[    2.260466] pnp 00:0b: [mem 0xfed20000-0xfed3ffff]
[    2.260468] pnp 00:0b: [mem 0xfed90000-0xfed93fff]
[    2.260469] pnp 00:0b: [mem 0xfed45000-0xfed8ffff]
[    2.260471] pnp 00:0b: [mem 0xff000000-0xffffffff]
[    2.260473] pnp 00:0b: [mem 0xfee00000-0xfeefffff]
[    2.260475] pnp 00:0b: [mem 0x00000000-0xffffffffffffffff disabled]
[    2.260539] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    2.260611] system 00:0b: [mem 0xfed10000-0xfed17fff] could not be reserved
[    2.260680] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    2.260749] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    2.260817] system 00:0b: [mem 0xe0000000-0xe3ffffff] has been reserved
[    2.260885] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    2.260954] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
[    2.261023] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
[    2.261092] system 00:0b: [mem 0xff000000-0xffffffff] could not be reserved
[    2.261162] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    2.261231] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.261282] pnp 00:0c: [mem 0xafa00000-0xafa00fff]
[    2.261338] system 00:0c: [mem 0xafa00000-0xafa00fff] has been reserved
[    2.261407] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    2.261519] pnp 00:0d: [mem 0x20000000-0x201fffff]
[    2.261521] pnp 00:0d: [mem 0x40000000-0x401fffff]
[    2.261583] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
[    2.261653] system 00:0d: [mem 0x40000000-0x401fffff] has been reserved
[    2.261723] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[    2.261743] pnp: PnP ACPI: found 14 devices
[    2.261805] ACPI: ACPI bus type pnp unregistered
[    2.268183] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[    2.268250] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    2.268319] pci 0000:00:01.0:   bridge window [mem 0xdb000000-0xdc0fffff]
[    2.268388] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    2.268473] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[    2.268540] pci 0000:00:1c.0:   bridge window [io  0xc000-0xcfff]
[    2.268611] pci 0000:00:1c.0:   bridge window [mem 0xde600000-0xdeffffff]
[    2.268681] pci 0000:00:1c.0:   bridge window [mem 0xd4200000-0xd4bfffff 64bit pref]
[    2.269276] pci 0000:00:1c.1: PCI bridge to [bus 03-03]
[    2.269344] pci 0000:00:1c.1:   bridge window [io  0xb000-0xbfff]
[    2.269414] pci 0000:00:1c.1:   bridge window [mem 0xddc00000-0xde5fffff]
[    2.269484] pci 0000:00:1c.1:   bridge window [mem 0xd3700000-0xd40fffff 64bit pref]
[    2.269573] pci 0000:00:1c.3: PCI bridge to [bus 04-04]
[    2.269639] pci 0000:00:1c.3:   bridge window [io  0xa000-0xafff]
[    2.269708] pci 0000:00:1c.3:   bridge window [mem 0xdd200000-0xddbfffff]
[    2.269780] pci 0000:00:1c.3:   bridge window [mem 0xd2c00000-0xd35fffff 64bit pref]
[    2.269868] pci 0000:00:1c.5: PCI bridge to [bus 05-05]
[    2.269933] pci 0000:00:1c.5:   bridge window [io  0x9000-0x9fff]
[    2.270004] pci 0000:00:1c.5:   bridge window [mem 0xdc800000-0xdd1fffff]
[    2.270076] pci 0000:00:1c.5:   bridge window [mem 0xd2100000-0xd2afffff 64bit pref]
[    2.270169] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.270239] pci 0000:00:01.0: setting latency timer to 64
[    2.270246] pci 0000:00:1c.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.270320] pci 0000:00:1c.0: setting latency timer to 64
[    2.270329] pci 0000:00:1c.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.270399] pci 0000:00:1c.1: setting latency timer to 64
[    2.270408] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    2.270478] pci 0000:00:1c.3: setting latency timer to 64
[    2.270485] pci 0000:00:1c.5: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[    2.270554] pci 0000:00:1c.5: setting latency timer to 64
[    2.270558] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    2.270560] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    2.270562] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    2.270564] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff]
[    2.270567] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff]
[    2.270569] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff]
[    2.270571] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff]
[    2.270573] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff]
[    2.270575] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff]
[    2.270577] pci_bus 0000:00: resource 13 [mem 0xafa00000-0xfeafffff]
[    2.270579] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff]
[    2.270581] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    2.270583] pci_bus 0000:01: resource 1 [mem 0xdb000000-0xdc0fffff]
[    2.270585] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    2.270588] pci_bus 0000:02: resource 0 [io  0xc000-0xcfff]
[    2.270590] pci_bus 0000:02: resource 1 [mem 0xde600000-0xdeffffff]
[    2.270592] pci_bus 0000:02: resource 2 [mem 0xd4200000-0xd4bfffff 64bit pref]
[    2.270594] pci_bus 0000:03: resource 0 [io  0xb000-0xbfff]
[    2.270596] pci_bus 0000:03: resource 1 [mem 0xddc00000-0xde5fffff]
[    2.270598] pci_bus 0000:03: resource 2 [mem 0xd3700000-0xd40fffff 64bit pref]
[    2.270600] pci_bus 0000:04: resource 0 [io  0xa000-0xafff]
[    2.270602] pci_bus 0000:04: resource 1 [mem 0xdd200000-0xddbfffff]
[    2.270604] pci_bus 0000:04: resource 2 [mem 0xd2c00000-0xd35fffff 64bit pref]
[    2.270606] pci_bus 0000:05: resource 0 [io  0x9000-0x9fff]
[    2.270608] pci_bus 0000:05: resource 1 [mem 0xdc800000-0xdd1fffff]
[    2.270611] pci_bus 0000:05: resource 2 [mem 0xd2100000-0xd2afffff 64bit pref]
[    2.270665] NET: Registered protocol family 2
[    2.270914] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    2.271993] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    2.273553] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    2.273763] TCP: Hash tables configured (established 524288 bind 65536)
[    2.273831] TCP reno registered
[    2.273901] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    2.273990] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    2.274318] NET: Registered protocol family 1
[    2.274395] pci 0000:00:02.0: Boot video device
[    2.522288] PCI: CLS 64 bytes, default 64
[    2.522333] Unpacking initramfs...
[    2.549815] Freeing initrd memory: 1736k freed
[    2.550056] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.550125] Placing 64MB software IO TLB between ffff88001ba00000 - ffff88001fa00000
[    2.550207] software IO TLB at phys 0x1ba00000 - 0x1fa00000
[    2.550934] audit: initializing netlink socket (disabled)
[    2.551006] type=2000 audit(1304516402.176:1): initialized
[    2.551409] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.553370] VFS: Disk quotas dquot_6.5.2
[    2.553562] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.553785] msgmni has been set to 7749
[    2.554046] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    2.554128] io scheduler noop registered
[    2.554192] io scheduler deadline registered
[    2.554295] io scheduler cfq registered (default)
[    2.554446] pcieport 0000:00:01.0: setting latency timer to 64
[    2.554471] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[    2.554780] intel_idle: MWAIT substates: 0x21120
[    2.554782] intel_idle: v0.4 model 0x2A
[    2.554783] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.554838] ERST: Table is not found!
[    2.554949] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    2.775822] Linux agpgart interface v0.103
[    2.775994] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    2.777858] i8042: Detected active multiplexing controller, rev 1.1
[    2.778723] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.778817] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    2.778907] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    2.778993] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    2.779081] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    2.779238] mousedev: PS/2 mouse device common for all mice
[    2.779362] rtc_cmos 00:06: RTC can wake from S4
[    2.802109] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    2.802216] rtc0: alarms up to one year, y3k, 242 bytes nvram, hpet irqs
[    2.802517] cpuidle: using governor ladder
[    2.802951] cpuidle: using governor menu
[    2.803189] TCP cubic registered
[    2.803251] NET: Registered protocol family 17
[    2.803320] Registering the dns_resolver key type
[    2.803484] PM: Hibernation image not present or could not be loaded.
[    2.803489] registered taskstats version 1
[    2.804047] rtc_cmos 00:06: setting system clock to 2011-05-04 13:40:03 UTC (1304516403)
[    2.804219] Initalizing network drop monitor service
[    2.805273] Freeing unused kernel memory: 556k freed
[    2.812773] <30>udev[61]: starting version 167
[    2.813170] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.885576] SCSI subsystem initialized
[    2.902207] libata version 3.00 loaded.
[    2.908806] ahci 0000:00:1f.2: version 3.0
[    2.908824] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    2.908995] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[    2.922138] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[    2.922244] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    2.922333] ahci 0000:00:1f.2: setting latency timer to 64
[    2.929649] scsi0 : ahci
[    2.929889] scsi1 : ahci
[    2.930072] scsi2 : ahci
[    2.930282] scsi3 : ahci
[    2.930462] scsi4 : ahci
[    2.930643] scsi5 : ahci
[    2.931027] ata1: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006100 irq 41
[    2.931109] ata2: DUMMY
[    2.931169] ata3: SATA max UDMA/133 abar m2048@0xdf006000 port 0xdf006200 irq 41
[    2.931249] ata4: DUMMY
[    2.931309] ata5: DUMMY
[    2.931369] ata6: DUMMY
[    3.251955] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.252070] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    3.254366] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.254378] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.256021] ata3.00: ATAPI: HL-DT-STDVDRAM GT34N, AS00, max UDMA/100
[    3.258447] ata3.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.258457] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.260207] ata3.00: configured for UDMA/100
[    3.262604] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.271092] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.271104] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.288780] ata1.00: ATA-8: ST9750420AS, 0002SDM1, max UDMA/133
[    3.288871] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    3.323608] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    3.323956] ata1.00: ACPI cmd ef/10:06:00:00:00:a0 (SET FEATURES) succeeded
[    3.323967] ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    3.324920] ata1.00: configured for UDMA/133
[    3.325259] scsi 0:0:0:0: Direct-Access     ATA      ST9750420AS      0002 PQ: 0 ANSI: 5
[    3.326962] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVDRAM GT34N     AS00 PQ: 0 ANSI: 5
[    3.338592] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[    3.338684] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    3.338787] sd 0:0:0:0: [sda] Write Protect is off
[    3.338853] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.338869] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.416265]  sda: sda1 sda2 sda3 < sda5 sda6 sda7 sda8 sda9 >
[    3.417008] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.422329] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.422414] cdrom: Uniform CD-ROM driver Revision: 3.20
[    3.422658] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    3.551787] Refined TSC clocksource calibration: 1995.467 MHz.
[    3.551885] Switching to clocksource tsc
[    4.574248] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[    6.562542] <30>udev[574]: starting version 167
[    6.795262] iTCO_vendor_support: vendor-support=0
[    6.820612] thermal LNXTHERM:00: registered as thermal_zone0
[    6.820616] ACPI: Thermal Zone [THRM] (49 C)
[    6.830038] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.06
[    6.830208] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
[    6.830930] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    6.837058] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    6.855266] ACPI: acpi_idle yielding to intel_idle
[    6.856837] ACPI: Lid Switch [LID]
[    6.856894] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    6.857941] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    6.857950] ACPI: Battery Slot [BAT0] (battery present)
[    6.858022] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
[    6.858377] ACPI: AC Adapter [AC0] (on-line)
[    6.873112] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.873143] r8169 0000:05:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    6.873203] cfg80211: Calling CRDA to update world regulatory domain
[    6.873228] r8169 0000:05:00.0: setting latency timer to 64
[    6.873237] r8169 0000:05:00.0: (unregistered net_device): unknown MAC, using family default
[    6.873301] r8169 0000:05:00.0: irq 42 for MSI/MSI-X
[    6.873834] r8169 0000:05:00.0: eth0: RTL8168b/8111b at 0xffffc90005090000, bc:ae:c5:35:a2:5f, XID 0c200000 IRQ 42
[    6.887408] ACPI: Sleep Button [SLPB]
[    6.887537] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    6.887543] ACPI: Power Button [PWRF]
[    6.887690] wmi: Mapper loaded
[    6.923150] input: PC Speaker as /devices/platform/pcspkr/input/input4
[    6.938976] eeepc_wmi: No known WMI GUID found
[    6.945668] agpgart-intel 0000:00:00.0: Intel Sandybridge Chipset
[    6.945932] agpgart-intel 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
[    6.947920] agpgart-intel 0000:00:00.0: detected 65536K stolen memory
[    6.948109] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xb0000000
[    6.948838] i801_smbus 0000:00:1f.3: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    6.948845] ACPI: resource 0000:00:1f.3 [io  0xe040-0xe05f] conflicts with ACPI region SMBI [io 0xe040-0xe04f]
[    6.948847] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.002650] usbcore: registered new interface driver usbfs
[    7.002682] usbcore: registered new interface driver hub
[    7.004052] usbcore: registered new device driver usb
[    7.029918] [drm] Initialized drm 1.1.0 20060810
[    7.050932] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    7.050976] sr 2:0:0:0: Attached scsi generic sg1 type 5
[    7.100451] xhci_hcd 0000:04:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[    7.100542] xhci_hcd 0000:04:00.0: setting latency timer to 64
[    7.100547] xhci_hcd 0000:04:00.0: xHCI Host Controller
[    7.100590] xhci_hcd 0000:04:00.0: new USB bus registered, assigned bus number 1
[    7.104226] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    7.104249] ehci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.104307] ehci_hcd 0000:00:1a.0: setting latency timer to 64
[    7.104312] ehci_hcd 0000:00:1a.0: EHCI Host Controller
[    7.104324] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 2
[    7.134010] ehci_hcd 0000:00:1a.0: debug port 2
[    7.137908] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
[    7.137932] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xdf008000
[    7.150625] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    7.150771] hub 2-0:1.0: USB hub found
[    7.150775] hub 2-0:1.0: 2 ports detected
[    7.150874] ehci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    7.150938] ehci_hcd 0000:00:1d.0: setting latency timer to 64
[    7.150942] ehci_hcd 0000:00:1d.0: EHCI Host Controller
[    7.150950] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    7.173989] ehci_hcd 0000:00:1d.0: debug port 2
[    7.177875] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
[    7.177896] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xdf007000
[    7.190612] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    7.190821] hub 3-0:1.0: USB hub found
[    7.190827] hub 3-0:1.0: 2 ports detected
[    7.199975] i915 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.199981] i915 0000:00:02.0: setting latency timer to 64
[    7.239967] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    7.239984] ath9k 0000:03:00.0: setting latency timer to 64
[    7.241942] elantech: assuming hardware version 2, firmware version 4.2.1
[    7.262582] xhci_hcd 0000:04:00.0: irq 19, io mem 0xdd200000
[    7.262735] xhci_hcd 0000:04:00.0: Failed to enable MSI-X
[    7.262796] xhci_hcd 0000:04:00.0: irq 43 for MSI/MSI-X
[    7.262878] usb usb1: No SuperSpeed endpoint companion for config 1  interface 0 altsetting 0 ep 129: using minimum values
[    7.262979] xHCI xhci_add_endpoint called for root hub
[    7.262981] xHCI xhci_check_bandwidth called for root hub
[    7.263012] hub 1-0:1.0: USB hub found
[    7.263016] hub 1-0:1.0: 2 ports detected
[    7.271989] elantech: Synaptics capabilities query result 0x78, 0x14, 0x0b.
[    7.292667] ath: EEPROM regdomain: 0x60
[    7.292668] ath: EEPROM indicates we should expect a direct regpair map
[    7.292671] ath: Country alpha2 being used: 00
[    7.292672] ath: Regpair used: 0x60
[    7.314005] i915 0000:00:02.0: irq 44 for MSI/MSI-X
[    7.314011] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[    7.314012] [drm] Driver supports precise vblank timestamp query.
[    7.353332] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio4/input/input5
[    7.416643] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=none:owns=io+mem
[    7.416648] vgaarb: transferring owner from PCI:0000:00:02.0 to PCI:0000:01:00.0
[    7.460582] usb 2-1: new high speed USB device using ehci_hcd and address 2
[    7.489521] ieee80211 phy0: Selected rate control algorithm 'ath9k_rate_control'
[    7.489780] Registered led device: ath9k-phy0::radio
[    7.489803] Registered led device: ath9k-phy0::assoc
[    7.489823] Registered led device: ath9k-phy0::tx
[    7.489844] Registered led device: ath9k-phy0::rx
[    7.489859] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90005120000, irq=17
[    7.538280] Console: switching to colour frame buffer device 170x48
[    7.543133] fb0: inteldrmfb frame buffer device
[    7.543136] drm: registered panic notifier
[    7.544451] ACPI Warning: _BQC returned an invalid level (20110112/video-473)
[    7.544788] acpi device:04: registered as cooling_device8
[    7.544862] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input6
[    7.544923] ACPI: Video Device [GFX0] (multi-head: yes  rom: yes  post: no)
[    7.568549] ACPI Warning: _BQC returned an invalid level (20110112/video-473)
[    7.568891] acpi device:48: registered as cooling_device9
[    7.569632] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input7
[    7.569768] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.570066] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    7.570109] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[    7.570181] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[    7.570219] HDA Intel 0000:00:1b.0: setting latency timer to 64
[    7.587867] hub 2-1:1.0: USB hub found
[    7.587947] hub 2-1:1.0: 6 ports detected
[    7.617600] nvidia: module license 'NVIDIA' taints kernel.
[    7.617603] Disabling lock debugging due to kernel taint
[    7.697120] usb 3-1: new high speed USB device using ehci_hcd and address 2
[    7.821033] hub 3-1:1.0: USB hub found
[    7.821117] hub 3-1:1.0: 6 ports detected
[    7.887226] usb 2-1.1: new full speed USB device using ehci_hcd and address 3
[    7.993898] nvidia 0000:01:00.0: power state changed by ACPI to D0
[    7.993904] nvidia 0000:01:00.0: power state changed by ACPI to D0
[    7.993908] nvidia 0000:01:00.0: enabling device (0000 -> 0003)
[    7.993914] nvidia 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    7.993922] nvidia 0000:01:00.0: setting latency timer to 64
[    7.993928] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
[    7.994114] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  270.41.06  Mon Apr 18 14:53:56 PDT 2011
[    8.037204] usb 2-1.2: new high speed USB device using ehci_hcd and address 4
[    8.177628] Bluetooth: Core ver 2.15
[    8.177643] NET: Registered protocol family 31
[    8.177645] Bluetooth: HCI device and connection manager initialized
[    8.177647] Bluetooth: HCI socket layer initialized
[    8.219543] Bluetooth: Generic Bluetooth USB driver ver 0.6
[    8.219801] usbcore: registered new interface driver btusb
[    8.226842] hda_codec: ALC269VB: BIOS auto-probing.
[    8.272579] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[    8.272669] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[    8.453641] Linux video capture interface: v2.00
[    8.511419] uvcvideo: Found UVC 1.00 device USB2.0 2.0M UVC WebCam (04f2:b1bb)
[    8.514082] input: USB2.0 2.0M UVC WebCam as /devices/pci0000:00/0000:00:1a.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input10
[    8.514172] usbcore: registered new interface driver uvcvideo
[    8.514174] USB Video Class driver (v1.0.0)
[    8.679247] EXT4-fs (sda5): re-mounted. Opts: (null)
[    9.073775] EXT4-fs (sda5): re-mounted. Opts: (null)
[    9.158033] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[    9.286414] Adding 6295548k swap on /dev/sda6.  Priority:-1 extents:1 across:6295548k 
[   11.527044] r8169 0000:05:00.0: eth0: link down
[   11.527077] r8169 0000:05:00.0: eth0: link down
[   15.269635] r8169 0000:05:00.0: eth0: link up
[   20.869991] NET: Registered protocol family 10
[   23.925318] ioremap error for 0xaaf9a000-0xaaf9b000, requested 0x10, got 0x0
[   23.925326] ioremap error for 0xaaffd000-0xaaffe000, requested 0x10, got 0x0
[   23.925331] ioremap error for 0xaafff000-0xab000000, requested 0x10, got 0x0
[   23.925336] ioremap error for 0xaafe4000-0xaafe5000, requested 0x10, got 0x0
[   23.925341] ioremap error for 0xaaf9b000-0xaaf9c000, requested 0x10, got 0x0
[   23.925346] ioremap error for 0xaafe5000-0xaafe6000, requested 0x10, got 0x0
[   23.925351] ioremap error for 0xaafe5000-0xaafe6000, requested 0x10, got 0x0
[   23.925356] ioremap error for 0xaaf85000-0xaaf86000, requested 0x10, got 0x0
[   23.925360] ioremap error for 0xaaf84000-0xaaf85000, requested 0x10, got 0x0
[   23.925365] ioremap error for 0xaafe4000-0xaafe5000, requested 0x10, got 0x0
[   31.459600] eth0: no IPv6 routers present
X11 works over SSH also.

This is the same result as if I launch Xorg with "startx"

Please inform if you need further info.
Thanks In Advance!!!

Daryl Lyn
 
Old 05-05-2011, 01:35 AM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,622

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
have you read & reread the Arch instructions for installing KDE and setting up KDM to boot
also how is intab set to boot the system runlevel 5 or as a daemon ?
https://wiki.archlinux.org/index.php..._%28English%29
https://wiki.archlinux.org/index.php/KDE

Last edited by John VV; 05-05-2011 at 01:39 AM.
 
Old 05-05-2011, 07:31 AM   #6
DarylLyn
LQ Newbie
 
Registered: Oct 2010
Distribution: Arch, Debian Lenny, openSuSE 11.3
Posts: 9

Original Poster
Rep: Reputation: 0
Laptop Info

This is an Asus N53S.

CPU: Intel Core i7
Mem: 4GB DDR3
GPU: Nvidia GeForce GT550M (2GB ram)
HDD: Output from "fdisk -l":
Code:
Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xe0c5913d

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1              63    45062324    22531131   1c  Hidden W95 FAT32 (LBA)
Partition 1 does not start on physical sector boundary.
/dev/sda2   *    45062328   411349175   183143424    7  HPFS/NTFS/exFAT
/dev/sda3       411349176  1465144064   526897444+   5  Extended
/dev/sda5       411351224   474271743    31460260   83  Linux
/dev/sda6       474273792   486864895     6295552   82  Linux swap / Solaris
/dev/sda7       486866944   621105151    67119104   83  Linux
/dev/sda8       621107200   621651967      272384   83  Linux
/dev/sda9       621654016  1465144064   421745024+   7  HPFS/NTFS/exFAT
Output of "mount":

Code:
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs (rw,nosuid,relatime,size=10240k,nr_inodes=495740,mode=755)
/dev/sda5 on / type ext4 (rw,relatime,barrier=1,data=ordered)
tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
devpts on /dev/pts type devpts (rw)
shm on /dev/shm type tmpfs (rw,nosuid,nodev)
/dev/sda7 on /home type ext4 (rw)
/dev/sda8 on /boot type ext2 (rw)
This issue is rather frustrating, as X shows no errors, and yet the screen remains black and blank except for the cursor in the top left corner.

Please suggest any diagnostics or such, I am somewhat familiar with the command line and remote SSH/X11 stuff.

I could post a video of it booting or a picture of the screen as it sits if anyone thinks that will help.

Thanks!
 
Old 05-05-2011, 07:40 AM   #7
DarylLyn
LQ Newbie
 
Registered: Oct 2010
Distribution: Arch, Debian Lenny, openSuSE 11.3
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
have you read & reread the Arch instructions for installing KDE and setting up KDM to boot
also how is intab set to boot the system runlevel 5 or as a daemon ?
https://wiki.archlinux.org/index.php..._%28English%29
https://wiki.archlinux.org/index.php/KDE
Yes... Actually I have 4 systems running Arch right now, and this issue is rather bothersome.

I have rc.conf set to run as daemon (see rc.conf above, the last line of the file)
-- BUT: if I shell in through SSH, and issue: "/etc/rc.d/kdm stop" and then login to the laptop console itself (because stopping KDM brings me to a tty1 prompt) and issue "startx" or "Xorg -config /etc/X11/xorg.conf -retro" or "Xorg -config /etc/X11/xorg.conf" or "X -xf86config /etc/X11/xorg.conf", I get the same resulting screen. (even between with or without "-retro", and this is my only clue right now...)

Thanks for the suggestion though. Any other ideas?
 
Old 05-05-2011, 08:29 AM   #8
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,357

Rep: Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739
Have you tried starting KDE with compositing disabled by adding these lines to your xorg.conf?
Code:
Section "Extensions"
    Option         "Composite" "Disable"
EndSection
The nVidia 270.41.06 driver has:
Quote:
Added unofficial GLX protocol support (i.e., for GLX indirect rendering) for the following OpenGL extensions:

· GL_ARB_shader_subroutine
· GL_ARB_map_buffer_range
My understanding is that KDE expects to implement GL_ARB_shader in hardware using GL shading language to support compositing if the video card advertises support for the GLX extension. If compositing is disabled, KDE will fall back to internal software emulation.
 
0 members found this post helpful.
Old 05-05-2011, 02:40 PM   #9
DarylLyn
LQ Newbie
 
Registered: Oct 2010
Distribution: Arch, Debian Lenny, openSuSE 11.3
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by allend View Post
Have you tried starting KDE with compositing disabled by adding these lines to your xorg.conf?
Code:
Section "Extensions"
    Option         "Composite" "Disable"
EndSection
Just tried it. No difference.

Thanks!
 
Old 05-05-2011, 02:47 PM   #10
DarylLyn
LQ Newbie
 
Registered: Oct 2010
Distribution: Arch, Debian Lenny, openSuSE 11.3
Posts: 9

Original Poster
Rep: Reputation: 0
New Errors!

In trying a few things, I found that kdm logs in a separate place than Xorg, and there is a clue in kdm.log. However, I know that dbus is running, so there is something going on there...

Output from "cat /var/log/kdm.log":
Code:
********************************************************************************
Note that your system uses syslog. All of kdm's internally generated messages
(i.e., not from libraries and external programs/scripts it uses) go to the
daemon.* syslog facility; check your syslog configuration to find out to which
file(s) it is logged. PAM logs messages related to authentication to authpriv.*.
********************************************************************************


X.Org X Server 1.10.1
Release Date: 2011-04-15
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.38-ARCH x86_64 
Current Operating System: Linux myhost 2.6.38-ARCH #1 SMP PREEMPT Tue May 3 07:40:34 CEST 2011 x86_64
Kernel command line: root=/dev/disk/by-uuid/63748e08-8717-4ffe-a1e9-9340fb8aecc5 ro
Build Date: 16 April 2011  12:02:01PM
 
Current version of pixman: 0.20.2
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu May  5 06:34:50 2011
(==) Using config file: "/etc/X11/xorg.conf"
(==) Using config directory: "/etc/X11/xorg.conf.d"
klauncher(1360) kdemain: No DBUS session-bus found. Check if you have started the DBUS server. 
kdeinit4: Communication error with launcher. Exiting!
kdmgreet(1354)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed:  "Not connected to D-Bus server"
I suspect something is wrong here, but am not familiar enough with d-bus to diagnose off-hand. My first few attempts at Googling the errors did not give me anything about my problem, but am going to keep at it.

Any Suggestions?

Thanks, Daryl
 
Old 05-06-2011, 07:58 AM   #11
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,357

Rep: Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739
When KDE is started using the startkde script, it creates a DBUS session instance with the '--exit-with-session' to dbus-launch (you should see a file in ~/.dbus/session-bus/). According to 'man dbus-launch':
Quote:
If this process gets a HUP on stdin or loses its X connection, it kills the message bus daemon.
You have this in your /var/log/kdm.log:
Quote:
klauncher(1360) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
You also say in post #4 that X11 works over SSH.

This suggests that the problem lies in getting X to start correctly on the local machine.
Have you tried using the basic VESA driver? If this works then it would isolate the problem to the graphics driver.
 
Old 05-06-2011, 12:18 PM   #12
DarylLyn
LQ Newbie
 
Registered: Oct 2010
Distribution: Arch, Debian Lenny, openSuSE 11.3
Posts: 9

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by allend View Post
When KDE is started using the startkde script, it creates a DBUS session instance with the '--exit-with-session' to dbus-launch (you should see a file in ~/.dbus/session-bus/). According to 'man dbus-launch':

You have this in your /var/log/kdm.log:


You also say in post #4 that X11 works over SSH.

This suggests that the problem lies in getting X to start correctly on the local machine.
Have you tried using the basic VESA driver? If this works then it would isolate the problem to the graphics driver.
I am seeing those three lines (from kdm.log) in many other posts online, but none of them have a solution that works in my case, and few of them have ONLY the three lines, usually they have several other errors cropping up.

I have actually given up on Arch for the moment, as I need this system to do some work for a client, and have put openSuSE 11.4 on it (which KDE and the nvidia driver work in...).

I will come back to Arch in about a week or two, so I am still open to suggestions and diagnostic procedures, it will just be about a week until I am able to test them.

Thank You Everybody for your suggestions!
Daryl Lyn
 
Old 05-06-2011, 09:36 PM   #13
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,357

Rep: Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739
Just curious, what version of the nVidia driver is used in your openSuSE 11.4?
 
Old 05-06-2011, 09:44 PM   #14
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,622

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
Just curious, what version of the nVidia driver is used in your openSuSE 11.4
the version that Nvidia ads to THEIR own repo

suse uses the nvidia repo
ftp://download.nvidia.com/opensuse/11.4/
 
1 members found this post helpful.
Old 05-07-2011, 12:39 AM   #15
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,357

Rep: Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739Reputation: 2739
Thanks John VV. That repo shows nVidia 270.41.06, the same as the OP was using in Arch. Seems to rule out a driver/hardware interaction.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
synaptics module not loading Xorg+freeBSD 8.1 harkonen *BSD 4 10-30-2017 07:02 AM
Kernel crashes when loading Xorg with fglrx Kiboney Linux - Software 17 06-29-2009 03:49 AM
freeze with horizontal lines while loading Xorg swoq Linux - Hardware 4 05-22-2009 01:13 AM
sax2 is loading wrong xorg.conf mtdew3q SUSE / openSUSE 12 02-17-2008 01:38 AM
Errors, Errors, and more Errors (KDE 3.4.x GUI Errors) Dralnu Linux - Software 2 05-13-2006 08:30 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 09:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration